index
:
bcm5719-llvm
meklort-10.0.0
meklort-10.0.1
ortega-7.0.1
Project Ortega BCM5719 LLVM
Raptor Computing Systems
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
llvm
/
tools
/
lto2
/
LTOCodeGenerator.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Rename new lto2 tool as lto.
Devang Patel
2008-06-30
1
-445
/
+0
*
jump threading can introduce allocas, make sure we promote
Chris Lattner
2008-06-25
1
-0
/
+2
*
Refactor the way to get a string containing the features of the target.
Bill Wendling
2008-06-18
1
-16
/
+3
*
If compiling for PPC on an i386 box, the LTO wouldn't get the altivec (and
Bill Wendling
2008-06-18
1
-21
/
+32
*
remove the StripSymbolsPass. This should not be done by default in libLTO.dy...
Nick Kledzik
2008-05-30
1
-5
/
+0
*
Add instcombine after global optimizations.
Devang Patel
2008-05-27
1
-0
/
+6
*
Use IPSCCPPass instead of IPConstantPropagationPass.
Devang Patel
2008-05-27
1
-3
/
+5
*
Move MemCpyOpt after GVN.
Owen Anderson
2008-04-22
1
-1
/
+1
*
Add MemCpyOpt to LTO.
Owen Anderson
2008-04-22
1
-0
/
+1
*
Use GVN in LTO instead of GCSE+LoadVN.
Owen Anderson
2008-04-21
1
-2
/
+1
*
Add jump threading to liblto.
Chris Lattner
2008-04-21
1
-1
/
+3
*
Reenable running StripSymbols when EH is on.
Devang Patel
2008-04-03
1
-5
/
+1
*
Change the MemoryBuffer::getFile* methods to take just a pointer to the
Chris Lattner
2008-04-01
1
-2
/
+1
*
fixes from review of first commit
Nick Kledzik
2008-02-27
1
-47
/
+27
*
first commit of new LTO system. It is not hooked up in the llvm/tools/Makefi...
Nick Kledzik
2008-02-26
1
-0
/
+465