aboutsummaryrefslogtreecommitdiff
path: root/tools/lto
AgeCommit message (Expand)Author
2008-11-30Remove warning about declaration does not declare anything. This class wasNick Lewycky
2008-11-29Add protected visibility to libLTO.Nick Lewycky
2008-11-13Add Binary flag to raw_fd_ostream constructor.Daniel Dunbar
2008-11-04On darwin, 32-bit x86 target is i386-apple-darwin...Devang Patel
2008-08-21Don't silently ignore errors when opening output streams.Dan Gohman
2008-08-21Use raw_ostream throughout the AsmPrinter.Owen Anderson
2008-08-15Remove GCSE, ValueNumbering, and LoadValueNumbering. These have been depreca...Owen Anderson
2008-07-19tentative definitions are default visibilityNick Kledzik
2008-07-18typo.Devang Patel
2008-07-16Name string length is end position marker - begin position marker.Devang Patel
2008-07-16Do not forget global definitions from inline asm code block.Devang Patel
2008-07-15LinkOnce definitions have default scope, like weak definitions. Otherwise, th...Devang Patel
2008-07-08fix dangling pointer and argv off by one errors. Add support for --disable-i...Nick Kledzik
2008-07-07add _lto_codegen_debug_options so that linker can use itNick Kledzik
2008-07-03Provide a hook to set the code generation debug options to investigate lto f...Devang Patel
2008-06-30Rename new lto2 tool as lto.Devang Patel
2008-06-30Remove old LTO interface.Devang Patel
2008-05-16Add CommonLinkage to lto (treated same as weak AFAICT)Dale Johannesen
2008-04-22Move MemCpyOpt after GVN.Owen Anderson
2008-04-22Add MemCpyOpt to LTO.Owen Anderson
2008-04-21Use GVN in LTO instead of GCSE+LoadVN.Owen Anderson
2008-04-02Make EH work with unnamed functions. Reenable runningDale Johannesen
2008-02-07Begin setting features for target based on target triple string.Devang Patel
2008-02-04Do not set time out, lets assume assembler will do its job in reasonable amou...Devang Patel
2008-02-02Do not strip symbols when EH is ON.Devang Patel
2008-01-30Supply appropriate arch info to darwin assembler.Devang Patel
2008-01-30Enable exception handling if it is supported.Devang Patel
2008-01-15- Introduces versioning macro LLVM_LTO_VERSIONDevang Patel
2007-12-29remove attributions from tools.Chris Lattner
2007-12-29remove attributions from tools/utils makefiles.Chris Lattner
2007-12-20Revert my previous check-in.Devang Patel
2007-12-20Add lto version check mechanism.Devang Patel
2007-10-17Switching TargetMachineRegistry to use the new generic Registry.Gordon Henriksen
2007-07-18Fix a sys::Path API error caught by a gcc 4.2 warning.Reid Spencer
2007-07-05Here is the bulk of the sanitizing.Gabor Greif
2007-05-06switch tools to bitcode from bytecodeChris Lattner
2007-05-06bitcodifyChris Lattner
2007-03-07Now LICM is a LoopPass.Devang Patel
2007-02-16Add possibility to set memory limit for binaries run via libSystem. ThisAnton Korobeynikov
2007-02-08Avoid assert() in lto. Let linker handle all failures. Use LTO_WRITE_FAILUREBill Wendling
2007-02-08The new version of how to add passes to emit files. We explicitly call aBill Wendling
2007-02-05For PR411:Reid Spencer
2007-02-01Add printVersion(). Linker can use it to print LLVM version number.Devang Patel
2007-02-01Include Makefile.config before testing OS.Devang Patel
2007-01-30For PR1136: Rename GlobalVariable::isExternal as isDeclaration to avoidReid Spencer
2007-01-21default to emiting an uncompressed .bc fileChris Lattner
2007-01-08Modules are consumed when they are merged together by Linker.Devang Patel
2007-01-08Build libLLVMlto on non-Darwin architectures. Resolves PR1055: http://llvm.or...Chandler Carruth
2007-01-06Add C wrappers for the LTO library (PR1081). Patch by Chandler Carruth!Chris Lattner
2007-01-06fix typoChris Lattner