summaryrefslogtreecommitdiff
path: root/tools/lto
Commit message (Expand)AuthorAge
...
* Add createStandardLTOPasses to StandardPasses.h, and move lto and llvm-ld over.Daniel Dunbar2009-06-03
* update comments about .objc_ symbols being generatedNick Kledzik2009-06-01
* <rdar://problem/6927148> libLTO needs to handle i386 magic objc class symbolsNick Kledzik2009-06-01
* Untabify.Evan Cheng2009-05-30
* Allow a user of libLTO to specify the full pathname of the gcc executable toNick Lewycky2009-04-30
* Remove LTO optimization level.Bill Wendling2009-04-29
* Instead of passing in an unsigned value for the optimization level, use an enum,Bill Wendling2009-04-29
* Don't use 'false' for 'fast isel' here.Bill Wendling2009-04-29
* Add LTO_SYMBOL_DEFINITION_WEAKUNDEF, use that on the gold plugin.Rafael Espindola2009-04-24
* Recognize arm triplets.Evan Cheng2009-04-01
* Force 'llvm-config' to go first, optionally followed by lto and gold mixed inNick Lewycky2009-02-26
* Add the function attributes pass during LTO time.Nick Lewycky2009-02-26
* If nobody minds, I'm using LTO to produce faster binaries. Switch fast codegenNick Lewycky2009-02-23
* Remove changes that were accidently included in previous commit.Devang Patel2009-02-17
* The debugger sometimes lookup dynamically in the runtime to find ivar info of...Devang Patel2009-02-17
* Revert r64299: it breaks the build when configuredDuncan Sands2009-02-11
* Try this. Darwin -> LTO, PIC -> LTO + possibly gold too.Nick Lewycky2009-02-11
* 62987 disables LTO build on darwin.Devang Patel2009-02-11
* Correct strange whitespace.Nick Lewycky2009-02-06
* Build libLTO on any platform so long as PIC is enabled.Nick Lewycky2009-01-26
* Setting BUILD_ARCHIVE to 0 has the same effect as defining it to 1.Bill Wendling2009-01-03
* Remove warning about declaration does not declare anything. This class wasNick Lewycky2008-11-30
* Add protected visibility to libLTO.Nick Lewycky2008-11-29
* Add Binary flag to raw_fd_ostream constructor.Daniel Dunbar2008-11-13
* On darwin, 32-bit x86 target is i386-apple-darwin...Devang Patel2008-11-04
* Don't silently ignore errors when opening output streams.Dan Gohman2008-08-21
* Use raw_ostream throughout the AsmPrinter.Owen Anderson2008-08-21
* Remove GCSE, ValueNumbering, and LoadValueNumbering. These have been depreca...Owen Anderson2008-08-15
* tentative definitions are default visibilityNick Kledzik2008-07-19
* typo.Devang Patel2008-07-18
* Name string length is end position marker - begin position marker.Devang Patel2008-07-16
* Do not forget global definitions from inline asm code block.Devang Patel2008-07-16
* LinkOnce definitions have default scope, like weak definitions. Otherwise, th...Devang Patel2008-07-15
* fix dangling pointer and argv off by one errors. Add support for --disable-i...Nick Kledzik2008-07-08
* add _lto_codegen_debug_options so that linker can use itNick Kledzik2008-07-07
* Provide a hook to set the code generation debug options to investigate lto f...Devang Patel2008-07-03
* Rename new lto2 tool as lto.Devang Patel2008-06-30
* Remove old LTO interface.Devang Patel2008-06-30
* Add CommonLinkage to lto (treated same as weak AFAICT)Dale Johannesen2008-05-16
* 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