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
/
llvm-ld
/
Optimize.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
move PassManagerBuilder.h to IPO. This is a non intuitive place to put it,
Rafael Espindola
2011-08-02
1
-1
/
+1
*
fix a file system case sensitivity issue.
Chris Lattner
2011-05-22
1
-1
/
+1
*
switch llvm-ld. It has a terrible mechanism that people can add extra
Chris Lattner
2011-05-22
1
-6
/
+4
*
Merge System into Support.
Michael J. Spencer
2010-11-29
1
-1
/
+1
*
Trim #includes.
Dan Gohman
2010-03-24
1
-5
/
+0
*
Convert more tools code from cerr and cout to errs() and outs().
Dan Gohman
2009-07-16
1
-1
/
+0
*
Use errs() instead of std::cerr.
Dan Gohman
2009-07-15
1
-2
/
+3
*
Change LTO to run the global opt pass twice.
Daniel Dunbar
2009-06-03
1
-1
/
+1
*
Add createStandardLTOPasses to StandardPasses.h, and move lto and llvm-ld over.
Daniel Dunbar
2009-06-03
1
-65
/
+4
*
Add the function attributes pass during LTO time.
Nick Lewycky
2009-02-26
1
-1
/
+2
*
Remove GCSE, ValueNumbering, and LoadValueNumbering. These have been depreca...
Owen Anderson
2008-08-15
1
-1
/
+0
*
Use ADCE instead of just DCE. ADCE will better clean up after jump threading,
Owen Anderson
2008-07-02
1
-1
/
+1
*
run mem2reg after the second jump threading pass in llvm-ld.
Chris Lattner
2008-06-25
1
-1
/
+2
*
remove some dead options.
Chris Lattner
2008-06-25
1
-29
/
+0
*
Move MemCpyOpt after GVN.
Owen Anderson
2008-04-22
1
-1
/
+1
*
run the jump threading pass in llvm-ld also
Chris Lattner
2008-04-21
1
-1
/
+3
*
Factor a bunch of functionality related to memcpy and memset transforms out of
Owen Anderson
2008-04-09
1
-0
/
+1
*
style and spelling
Andrew Lenharth
2008-03-19
1
-2
/
+2
*
llvm-ld deserves disable-verify too. opt shouldn't have all the fun options.
Andrew Lenharth
2008-03-19
1
-1
/
+5
*
remove attributions from tools.
Chris Lattner
2007-12-29
1
-2
/
+2
*
Turn GVN on by default.
Owen Anderson
2007-09-08
1
-2
/
+1
*
Rename FastDSE to just DSE.
Owen Anderson
2007-08-01
1
-1
/
+1
*
Turn on FastDSE by default.
Owen Anderson
2007-07-17
1
-1
/
+1
*
if internalize is disabled, don't run the pass at all!
Chris Lattner
2007-06-06
1
-1
/
+2
*
run a late dce pass to clean up extra cruft.
Chris Lattner
2007-04-05
1
-0
/
+1
*
Now LICM is a LoopPass.
Devang Patel
2007-03-07
1
-0
/
+1
*
For PR1153:
Reid Spencer
2007-02-08
1
-13
/
+32
*
For PR411:
Reid Spencer
2007-02-05
1
-6
/
+0
*
target constructors are never used
Chris Lattner
2006-12-01
1
-4
/
+1
*
Need <iostream> for the time being.
Bill Wendling
2006-11-17
1
-0
/
+1
*
eliminate only use of FilteredPassNameParser
Chris Lattner
2006-08-27
1
-2
/
+1
*
Make sure the verify pass gets run after the user's loaded passes as well
Reid Spencer
2006-08-20
1
-3
/
+2
*
Rename the -verify option to be -verify-each so that it doesn't conflict
Reid Spencer
2006-08-20
1
-4
/
+4
*
Convert llvm-ld to use the PluginLoader like opt instead of having its
Reid Spencer
2006-08-20
1
-19
/
+31
*
Don't pass target name into TargetData anymore, it is never used or needed.
Chris Lattner
2006-06-16
1
-1
/
+1
*
Shorten a value description so --help out isn't so wide.
Reid Spencer
2006-06-07
1
-1
/
+1
*
Fix a -pedantic warning
Chris Lattner
2006-06-02
1
-1
/
+1
*
Fix PR637
Chris Lattner
2005-10-18
1
-6
/
+4
*
Remove trailing whitespace
Misha Brukman
2005-04-22
1
-14
/
+14
*
Revert the last patch. We really do need SimplyCFG.
Reid Spencer
2004-12-11
1
-0
/
+3
*
Remove this pass as its no longer needed.
Reid Spencer
2004-12-10
1
-3
/
+0
*
Adjust to change in pass name
Chris Lattner
2004-12-02
1
-2
/
+2
*
First cut at implementing generic link-time Optimization
Reid Spencer
2004-11-20
1
-0
/
+194