summaryrefslogtreecommitdiff
path: root/tools/lto/Makefile
Commit message (Expand)AuthorAge
* Centralize the handling of install_name and rpath.Rafael Espindola2014-02-28
* Revert r200560, "LTO itself hasn't depended on MCDisassembler any more."NAKAMURA Takumi2014-01-31
* LTO itself hasn't depended on MCDisassembler any more.NAKAMURA Takumi2014-01-31
* Strip dead code when linking by default with BFD ld (linux, ...) and ld64 (os...Nico Weber2013-12-27
* Change libLTO back to linking with @executable_path instead of @rpath.Bob Wilson2013-11-11
* Move LTO support library to a component, allowing it to be testedPeter Collingbourne2013-09-24
* Use @rpath for libraries rather than @executable_path on OSX.Eric Christopher2013-08-02
* Remove "-Wl,-seg1addr -Wl,0xE0000000" from link options.Bob Wilson2013-06-04
* Remove redundant flag.Bill Wendling2013-05-02
* We don't want FP elimination when doing an Apple-style build.Bill Wendling2013-05-02
* Use 'RC_XBS' instead of 'RC_BUILDIT' to catch all times when it's built in th...Bill Wendling2013-02-13
* Place temporary LTO files into their own subdirectory.Bill Wendling2012-10-10
* Revert "Use a special path to place the .o files in."Bob Wilson2012-10-09
* Use a special path to place the .o files in.Bill Wendling2012-10-08
* Add an explicit -object_path_lto flag during linking with a uniquified temporaryBill Wendling2012-10-03
* Add a basic-block autovectorization pass.Hal Finkel2012-02-01
* build: Tidy up a bunch of tool Makefiles, and simplify where possible using theDaniel Dunbar2011-10-18
* Expoert c interface for disassembler.Devang Patel2011-03-29
* lto: Respect LLVM_VERSION_INFO make variable, since setting CC arguments withDaniel Dunbar2010-10-15
* build: Don't pass -avoid-version or -no-undefined on Darwin, they don't doDaniel Dunbar2010-07-31
* build/Darwin: Add an LLVM_LTO_VERSION_OFFSET make variable to allow offsettingDaniel Dunbar2010-07-16
* Make the export files absolute paths, and change Makefile.rulesDan Gohman2010-04-15
* Generalize the EXPORTED_SYMBOL_FILE concept in the Makefiles to work withDan Gohman2010-04-15
* make -fno-rtti the default unless a directory builds with REQUIRES_RTTI.Chris Lattner2010-01-24
* Stop building RTTI information for *most* llvm libraries. NotableChris Lattner2010-01-22
* The attached patches attempt to fix cross builds. For example, if youAnton Korobeynikov2009-08-18
* fix ld error with -no-undefined switch, which is undefined on darwin8John Mosby2009-07-02
* remove dead makefile flags.Chris Lattner2009-06-24
* Force 'llvm-config' to go first, optionally followed by lto and gold mixed inNick Lewycky2009-02-26
* 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
* 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
* typo.Devang Patel2008-07-18
* Rename new lto2 tool as lto.Devang Patel2008-06-30
* Remove old LTO interface.Devang Patel2008-06-30
* remove attributions from tools/utils makefiles.Chris Lattner2007-12-29
* switch tools to bitcode from bytecodeChris Lattner2007-05-06
* bitcodifyChris Lattner2007-05-06
* Include Makefile.config before testing OS.Devang Patel2007-02-01
* Build libLLVMlto on non-Darwin architectures. Resolves PR1055: http://llvm.or...Chandler Carruth2007-01-08
* Add linker into list of LINK_COMPONENTS.Devang Patel2006-09-07
* Use LINK_COMPONENTS to specify *components* to link against instead ofChris Lattner2006-09-04
* Make it fit into 80-columns.Devang Patel2006-08-03
* Simplify. Use addprefix.Devang Patel2006-08-03
* Remove ARM for the moment since it is a work in progress.Devang Patel2006-08-03
* Add new tool, lto, to do link time optimization. This tool installsDevang Patel2006-08-03