Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
fp2-dev
/
platform
/
external
/
llvm
/
f75e78900cec3500c01938f0a89bf5a3f7ae8dca
/
tools
/
lto
/
LTOCodeGenerator.cpp
f75e789
On darwin, 32-bit x86 target is i386-apple-darwin...
by Devang Patel
· 17 years ago
ed3e8b4
Don't silently ignore errors when opening output streams.
by Dan Gohman
· 17 years ago
cb37188
Use raw_ostream throughout the AsmPrinter.
by Owen Anderson
· 17 years ago
3688f26
Remove GCSE, ValueNumbering, and LoadValueNumbering. These have been deprecated for almost a year; it's finally time for them to go away.
by Owen Anderson
· 17 years ago
920ae98
fix dangling pointer and argv off by one errors. Add support for --disable-inlining
by Nick Kledzik
· 17 years ago
a93ae71
Provide a hook to set the code generation debug options to investigate lto failures.
by Devang Patel
· 17 years ago
ebd6942
by Devang Patel
· 17 years ago
[Renamed from tools/lto2/LTOCodeGenerator.cpp]
c4ab7ac
jump threading can introduce allocas, make sure we promote
by Chris Lattner
· 17 years ago
e424254
Refactor the way to get a string containing the features of the target.
by Bill Wendling
· 17 years ago
604a818
If compiling for PPC on an i386 box, the LTO wouldn't get the altivec (and
by Bill Wendling
· 17 years ago
baa1543
remove the StripSymbolsPass. This should not be done by default in libLTO.dylib. The linker will remove the symbol names if needed after LTO is done
by Nick Kledzik
· 17 years ago
3b75d20
Add instcombine after global optimizations.
by Devang Patel
· 17 years ago
00481ed
Use IPSCCPPass instead of IPConstantPropagationPass.
by Devang Patel
· 17 years ago
d2368dc
Move MemCpyOpt after GVN.
by Owen Anderson
· 17 years ago
ecbc963
Add MemCpyOpt to LTO.
by Owen Anderson
· 17 years ago
eb60fb9
Use GVN in LTO instead of GCSE+LoadVN.
by Owen Anderson
· 17 years ago
1d40281
Add jump threading to liblto.
by Chris Lattner
· 17 years ago
e278470
Reenable running StripSymbols when EH is on. Dale fixed EH.
by Devang Patel
· 17 years ago
038112a
Change the MemoryBuffer::getFile* methods to take just a pointer to the
by Chris Lattner
· 17 years ago
ef194ed
fixes from review of first commit
by Nick Kledzik
· 17 years ago
77595fc
first commit of new LTO system. It is not hooked up in the llvm/tools/Makefile, so no one will build it be default yet
by Nick Kledzik
· 17 years ago