Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
fp2-dev
/
platform
/
external
/
llvm
/
0cccb18c98ac83e0166eebf9c4192c6998aabf39
/
tools
/
gccld
/
GenerateCode.cpp
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