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-02-07 04:38:20 +00:00
Code
Issues
Actions
Packages
Projects
Releases
Wiki
Activity
llvm-mirror
/
tools
History
Mikhail Glushenkov
dd905591da
Make all help strings start in upper case.
...
llvm-svn: 51788
2008-05-30 21:14:10 +00:00
..
bugpoint
Fix a bunch of 80col violations that arose from the Create API change. Tweak makefile targets to find these better.
2008-05-15 10:04:30 +00:00
gccas
…
gccld
…
llc
…
lli
Rename -no-lazy to -disable-lazy-compilation.
2008-05-21 18:20:21 +00:00
llvm-ar
…
llvm-as
…
llvm-bcanalyzer
…
llvm-config
…
llvm-db
…
llvm-dis
…
llvm-extract
…
llvm-ld
…
llvm-link
Add #includes to make some dependencies explicit.
2008-05-23 20:40:06 +00:00
llvm-nm
Add CommonLinkage to lto (treated same as weak AFAICT)
2008-05-16 22:44:18 +00:00
llvm-prof
…
llvm-ranlib
…
llvm-stub
…
llvmc2
Make all help strings start in upper case.
2008-05-30 21:14:10 +00:00
lto
Add CommonLinkage to lto (treated same as weak AFAICT)
2008-05-16 22:44:18 +00:00
lto2
remove the StripSymbolsPass. This should not be done by default in libLTO.dylib. The linker will remove the symbol names if needed after LTO is done
2008-05-30 00:59:13 +00:00
opt
Re-enable the newly simplified ADCE. This fixes a regression on
2008-05-29 08:48:21 +00:00
Makefile
…