Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
fp2-dev
/
platform
/
external
/
llvm
/
1484089bbf960f7191215dfa6c0bb51c8e30794e
/
tools
/
gccld
/
GenerateCode.cpp
2d26ffb
Run DSE at link-time, and turn on an IP alias analysis by default in gccld!
by Chris Lattner
· 21 years ago
008248f
Linker.h moved to include/llvm/Support
by Misha Brukman
· 21 years ago
0ebee74
Move some functions out of gccld.cpp to GenerateCode.cpp. This allows us
by Chris Lattner
· 21 years ago
f9c455d
Add a couple more IPO's
by Chris Lattner
· 21 years ago
a1346a2
Disable strict alias analysis in the backend c compiler, as the code we
by Chris Lattner
· 21 years ago
67e0a34
Revert previous patch, I'm a moron :)
by Chris Lattner
· 21 years ago
121f09f
Right, we break strict aliasing requirements. Make sure to disable strict
by Chris Lattner
· 21 years ago
27a9b27
Minor cleanups
by Chris Lattner
· 21 years ago
69e8d28
Add a new gccld -native-cbe option which causes gccld to generate native code
by Chris Lattner
· 21 years ago
f8338c4
Run the new pass in gccld now that it passes all tests
by Chris Lattner
· 21 years ago
f74a401
We have this snazzy link-time optimizer. How about we start using it? This
by Chris Lattner
· 21 years ago
dd429c6
Add a new pass, run internalize first
by Chris Lattner
· 21 years ago
6f5592a
Fixed PR#197. The libcrtend library is removed from the library linking list
by John Criswell
· 22 years ago
0cccb18
Make sure to verify the result before writing out the bytecode file. Not doing
by Chris Lattner
· 22 years ago
548e813
The function resolving pass must be run, even if -disable-opt is specified
by Chris Lattner
· 22 years ago
438e364
For consistency, removed space between function name and left paren in function
by Misha Brukman
· 22 years ago
1ab90d4
Add a -verify option to verify the results of gccld passes.
by Brian Gaeke
· 22 years ago
d0fde30
Put all LLVM code into the llvm namespace, as per bug 109.
by Brian Gaeke
· 22 years ago
cc650b6
Give gccld more guts
by Chris Lattner
· 22 years ago
246ce3c
Turn on the inliner by default at link-time
by Chris Lattner
· 22 years ago
eaa35bb
Turn on the IPCP pass by default. It has passed all of the tests
by Chris Lattner
· 22 years ago
1dd27b1
fix file header
by Chris Lattner
· 22 years ago
7c0e022
Added copyright header to all C++ source files.
by John Criswell
· 22 years ago
1c53405
Doxygen-ified function comments.
by Misha Brukman
· 22 years ago
b6b2843
Removed extra space in comments.
by Misha Brukman
· 22 years ago
238cf3c
Remove initials from source file
by Chris Lattner
· 22 years ago
bb5a4d0
Make code more terse:
by Misha Brukman
· 22 years ago
a58d2be
Update file headers for renamed files.
by Chris Lattner
· 22 years ago
71478b7
Removed linking functionality from gccld.cpp and moved it to linker.cpp.
by John Criswell
· 22 years ago
dc0de4f
Refactored gccld into three C++ source files.
by John Criswell
· 22 years ago