aboutsummaryrefslogtreecommitdiffstats
path: root/tools/lto/Makefile
Commit message (Expand)AuthorAgeFilesLines
* Expoert c interface for disassembler.Devang Patel2011-03-291-1/+2
* lto: Respect LLVM_VERSION_INFO make variable, since setting CC arguments withDaniel Dunbar2010-10-151-0/+4
* build: Don't pass -avoid-version or -no-undefined on Darwin, they don't doDaniel Dunbar2010-07-311-2/+1
* build/Darwin: Add an LLVM_LTO_VERSION_OFFSET make variable to allow offsettingDaniel Dunbar2010-07-161-1/+9
* Make the export files absolute paths, and change Makefile.rulesDan Gohman2010-04-151-1/+1
* Generalize the EXPORTED_SYMBOL_FILE concept in the Makefiles to work withDan Gohman2010-04-151-1/+2
* make -fno-rtti the default unless a directory builds with REQUIRES_RTTI.Chris Lattner2010-01-241-1/+0
* Stop building RTTI information for *most* llvm libraries. NotableChris Lattner2010-01-221-0/+1
* The attached patches attempt to fix cross builds. For example, if youAnton Korobeynikov2009-08-181-1/+1
* fix ld error with -no-undefined switch, which is undefined on darwin8John Mosby2009-07-021-2/+2
* remove dead makefile flags.Chris Lattner2009-06-241-1/+0
* Force 'llvm-config' to go first, optionally followed by lto and gold mixed inNick Lewycky2009-02-261-6/+2
* Revert r64299: it breaks the build when configuredDuncan Sands2009-02-111-2/+6
* Try this. Darwin -> LTO, PIC -> LTO + possibly gold too.Nick Lewycky2009-02-111-6/+2
* 62987 disables LTO build on darwin.Devang Patel2009-02-111-2/+6
* Build libLTO on any platform so long as PIC is enabled.Nick Lewycky2009-01-261-6/+2
* Setting BUILD_ARCHIVE to 0 has the same effect as defining it to 1.Bill Wendling2009-01-031-2/+0
* typo.Devang Patel2008-07-181-2/+2
* Rename new lto2 tool as lto.Devang Patel2008-06-301-0/+53
* Remove old LTO interface.Devang Patel2008-06-301-30/+0
* remove attributions from tools/utils makefiles.Chris Lattner2007-12-291-2/+2
* switch tools to bitcode from bytecodeChris Lattner2007-05-061-1/+1
* bitcodifyChris Lattner2007-05-061-1/+1
* Include Makefile.config before testing OS.Devang Patel2007-02-011-5/+5
* Build libLLVMlto on non-Darwin architectures. Resolves PR1055: http://llvm.or...Chandler Carruth2007-01-081-3/+7
* Add linker into list of LINK_COMPONENTS.Devang Patel2006-09-071-1/+1
* Use LINK_COMPONENTS to specify *components* to link against instead ofChris Lattner2006-09-041-6/+2
* Make it fit into 80-columns.Devang Patel2006-08-031-1/+1
* Simplify. Use addprefix.Devang Patel2006-08-031-37/+5
* Remove ARM for the moment since it is a work in progress.Devang Patel2006-08-031-6/+0
* Add new tool, lto, to do link time optimization. This tool installsDevang Patel2006-08-031-0/+68