summaryrefslogtreecommitdiff
path: root/tools/lto/lto.cpp
Commit message (Expand)AuthorAge
...
* Move MemCpyOpt after GVN.Owen Anderson2008-04-22
* Add MemCpyOpt to LTO.Owen Anderson2008-04-22
* Use GVN in LTO instead of GCSE+LoadVN.Owen Anderson2008-04-21
* Make EH work with unnamed functions. Reenable runningDale Johannesen2008-04-02
* Begin setting features for target based on target triple string.Devang Patel2008-02-07
* Do not set time out, lets assume assembler will do its job in reasonable amou...Devang Patel2008-02-04
* Do not strip symbols when EH is ON.Devang Patel2008-02-02
* Supply appropriate arch info to darwin assembler.Devang Patel2008-01-30
* Enable exception handling if it is supported.Devang Patel2008-01-30
* - Introduces versioning macro LLVM_LTO_VERSIONDevang Patel2008-01-15
* remove attributions from tools.Chris Lattner2007-12-29
* Revert my previous check-in.Devang Patel2007-12-20
* Add lto version check mechanism.Devang Patel2007-12-20
* Switching TargetMachineRegistry to use the new generic Registry.Gordon Henriksen2007-10-17
* Fix a sys::Path API error caught by a gcc 4.2 warning.Reid Spencer2007-07-18
* Here is the bulk of the sanitizing.Gabor Greif2007-07-05
* switch tools to bitcode from bytecodeChris Lattner2007-05-06
* bitcodifyChris Lattner2007-05-06
* Now LICM is a LoopPass.Devang Patel2007-03-07
* Add possibility to set memory limit for binaries run via libSystem. ThisAnton Korobeynikov2007-02-16
* Avoid assert() in lto. Let linker handle all failures. Use LTO_WRITE_FAILUREBill Wendling2007-02-08
* The new version of how to add passes to emit files. We explicitly call aBill Wendling2007-02-08
* For PR411:Reid Spencer2007-02-05
* Add printVersion(). Linker can use it to print LLVM version number.Devang Patel2007-02-01
* For PR1136: Rename GlobalVariable::isExternal as isDeclaration to avoidReid Spencer2007-01-30
* default to emiting an uncompressed .bc fileChris Lattner2007-01-21
* Modules are consumed when they are merged together by Linker.Devang Patel2007-01-08
* Build libLLVMlto on non-Darwin architectures. Resolves PR1055: http://llvm.or...Chandler Carruth2007-01-08
* fix typoChris Lattner2007-01-06
* Changed llvm_ostream et all to OStream. llvm_cerr, llvm_cout, llvm_null, areBill Wendling2006-12-07
* Replacing std::iostreams with llvm iostreams. Some of these changes involveBill Wendling2006-11-29
* Save temp. bc files when saveTemps flag is true. Use final output fileDevang Patel2006-10-26
* Supply alignment info to linker through LLVMSymbol.Devang Patel2006-10-25
* Instead of hard coding global prefix, use TargetAsmInfo.Devang Patel2006-10-24
* Fix typo. Add more comment. Avoid extra hash_map search.Devang Patel2006-10-23
* Add removeModule().Devang Patel2006-10-23
* Use FindProgramByName instead of FindExecutable.Devang Patel2006-10-09
* Do error checking.Devang Patel2006-10-09
* Use GetTemporaryDirectory. Fix http://llvm.org/bugs/show_bug.cgi?id=894Devang Patel2006-10-09
* Use abstract class to facilitate dlopen() interface.Devang Patel2006-09-21
* Add comment.Devang Patel2006-09-14
* GlobalValue with InternalLinkage may have operands with ExternalLinkageDevang Patel2006-09-14
* Using addPassesToEmitWholeFile is not a good idea here.Devang Patel2006-09-07
* Use addPassesToEmitWholeFile() instead of addPassesToEmitFile()Devang Patel2006-09-07
* Add getTargetTriple() that linker can use to query target architecture.Devang Patel2006-09-06
* Keep track of all modules crated using a name to module map.Devang Patel2006-09-06
* Instead of demangling symbol name by hand, use original name, which wasDevang Patel2006-09-06
* Extract target triplet from optimized module.Devang Patel2006-09-06
* If unable to create tmp. file on disk then return LTO_WRITE_FAILURE status.Devang Patel2006-08-23
* For PR797:Reid Spencer2006-08-23