This website requires JavaScript.
Explore
Help
Register
Sign In
RPCS3
/
llvm-mirror
Watch
1
Star
0
Fork
0
You've already forked llvm-mirror
mirror of
https://github.com/RPCS3/llvm-mirror.git
synced
2025-01-14 07:31:39 +00:00
Code
Issues
Actions
Packages
Projects
Releases
Wiki
Activity
llvm-mirror
/
tools
History
Chris Lattner
949958a00b
After removing stuff from TargetMachine, we now no longer have to include
...
it twice. llvm-svn: 4311
2002-10-28 01:13:07 +00:00
..
analyze
- Implement a new -print-cfg option for analyze, that causes it to print the
2002-10-07 18:38:01 +00:00
as
- 'analyze' and 'as' now explicitly verify input because AsmParser doesn't.
2002-08-30 22:54:41 +00:00
dis
Make sure to close the file before deleting it
2002-09-24 00:09:48 +00:00
extract
* Fix extract to work with constant pointer refs correctly
2002-10-12 20:50:16 +00:00
gccas
Added datastructure library to resolve link error.
2002-10-25 21:17:34 +00:00
gccld
Print the tool name when an error comes from so that I can tell which
2002-07-30 21:43:22 +00:00
jello
Initial checkin of LLVM JIT, codenamed jello. This tool is not built by
2002-10-25 22:58:53 +00:00
link
Print the tool name when an error comes from so that I can tell which
2002-07-30 21:43:25 +00:00
llc
After removing stuff from TargetMachine, we now no longer have to include
2002-10-28 01:13:07 +00:00
lli
Export symbols for linux
2002-09-13 22:20:19 +00:00
llvm-as
- 'analyze' and 'as' now explicitly verify input because AsmParser doesn't.
2002-08-30 22:54:41 +00:00
llvm-dis
Make sure to close the file before deleting it
2002-09-24 00:09:48 +00:00
llvm-link
Print the tool name when an error comes from so that I can tell which
2002-07-30 21:43:25 +00:00
opt
Add codegen library
2002-10-28 00:54:59 +00:00
Makefile
Compile sub-directories in parallel, because they don't have interdependencies
2002-09-18 03:25:58 +00:00