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-16 16:48:02 +00:00
Code
Issues
Actions
Packages
Projects
Releases
Wiki
Activity
llvm-mirror
/
tools
History
Chris Lattner
6011ff85b4
No need to run dce with adce right behind!
...
llvm-svn: 2738
2002-05-23 19:27:50 +00:00
..
analyze
Merge all include/llvm/Transforms/Scalar/* into a single Scalar.h
2002-05-07 20:03:27 +00:00
as
Eliminate duplicate or unneccesary #include's
2002-04-29 17:42:12 +00:00
dis
Clean up dis so that it does not print out code in various traversal orders.
2002-05-09 01:25:55 +00:00
extract
Make sure the extracted function has external linkage, so that it doesn't
2002-05-23 18:36:25 +00:00
gccas
No need to run dce with adce right behind!
2002-05-23 19:27:50 +00:00
gccld
Use literal newline instead of endl
2002-05-20 19:49:24 +00:00
link
Drop something that link will never support, use gccld instead
2002-05-20 19:48:55 +00:00
llc
Fix tracing code support to link in the tracing routines if neccesary.
2002-05-20 21:20:08 +00:00
lli
Remove tracing code hack
2002-05-20 21:16:46 +00:00
llvm-as
Eliminate duplicate or unneccesary #include's
2002-04-29 17:42:12 +00:00
llvm-dis
Clean up dis so that it does not print out code in various traversal orders.
2002-05-09 01:25:55 +00:00
llvm-link
Drop something that link will never support, use gccld instead
2002-05-20 19:48:55 +00:00
opt
Expose cfg simplification pass
2002-05-21 20:05:16 +00:00
Makefile
Build the extract utility
2002-05-22 20:27:15 +00:00