index
:
external_llvm.git
replicant-6.0
Unnamed repository; edit this file 'description' to name the repository.
git repository hosting
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
tools
/
gccld
/
GenerateCode.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Changes For Bug 352
Reid Spencer
2004-09-01
1
-2
/
+2
*
This pass has proven its metal, remove -disable option.
Chris Lattner
2004-08-02
1
-5
/
+1
*
Run DSE at link-time, and turn on an IP alias analysis by default in gccld!
Chris Lattner
2004-07-27
1
-1
/
+7
*
Linker.h moved to include/llvm/Support
Misha Brukman
2004-06-23
1
-1
/
+1
*
Move some functions out of gccld.cpp to GenerateCode.cpp. This allows us
Chris Lattner
2004-06-02
1
-0
/
+79
*
Add a couple more IPO's
Chris Lattner
2004-04-12
1
-0
/
+3
*
Disable strict alias analysis in the backend c compiler, as the code we
Chris Lattner
2004-04-08
1
-0
/
+1
*
Revert previous patch, I'm a moron :)
Chris Lattner
2004-04-08
1
-6
/
+5
*
Right, we break strict aliasing requirements. Make sure to disable strict
Chris Lattner
2004-04-08
1
-5
/
+6
*
Minor cleanups
Chris Lattner
2004-04-06
1
-32
/
+18
*
Add a new gccld -native-cbe option which causes gccld to generate native code
Chris Lattner
2004-04-06
1
-1
/
+18
*
Run the new pass in gccld now that it passes all tests
Chris Lattner
2004-03-07
1
-0
/
+4
*
We have this snazzy link-time optimizer. How about we start using it? This
Chris Lattner
2004-02-26
1
-2
/
+6
*
Add a new pass, run internalize first
Chris Lattner
2004-02-25
1
-7
/
+11
*
Fixed PR#197. The libcrtend library is removed from the library linking list
John Criswell
2004-01-26
1
-2
/
+4
*
Make sure to verify the result before writing out the bytecode file. Not doing
Chris Lattner
2004-01-14
1
-0
/
+3
*
The function resolving pass must be run, even if -disable-opt is specified
Chris Lattner
2003-11-28
1
-6
/
+6
*
For consistency, removed space between function name and left paren in function
Misha Brukman
2003-11-20
1
-15
/
+15
*
Add a -verify option to verify the results of gccld passes.
Brian Gaeke
2003-11-16
1
-43
/
+63
*
Put all LLVM code into the llvm namespace, as per bug 109.
Brian Gaeke
2003-11-11
1
-0
/
+5
*
Give gccld more guts
Chris Lattner
2003-11-09
1
-0
/
+8
*
Turn on the inliner by default at link-time
Chris Lattner
2003-10-24
1
-0
/
+10
*
Turn on the IPCP pass by default. It has passed all of the tests
Chris Lattner
2003-10-23
1
-0
/
+3
*
fix file header
Chris Lattner
2003-10-20
1
-1
/
+0
*
Added copyright header to all C++ source files.
John Criswell
2003-10-20
1
-0
/
+8
*
Doxygen-ified function comments.
Misha Brukman
2003-09-30
1
-61
/
+43
*
Removed extra space in comments.
Misha Brukman
2003-09-30
1
-12
/
+12
*
Remove initials from source file
Chris Lattner
2003-09-30
1
-2
/
+1
*
Make code more terse:
Misha Brukman
2003-09-30
1
-69
/
+38
*
Update file headers for renamed files.
Chris Lattner
2003-09-30
1
-1
/
+1
*
Removed linking functionality from gccld.cpp and moved it to linker.cpp.
John Criswell
2003-09-19
1
-42
/
+59
*
Refactored gccld into three C++ source files.
John Criswell
2003-09-18
1
-0
/
+228