aboutsummaryrefslogtreecommitdiff
path: root/tools/lto/Makefile
AgeCommit message (Expand)Author
2013-02-13Use 'RC_XBS' instead of 'RC_BUILDIT' to catch all times when it's built in th...Bill Wendling
2012-10-10Place temporary LTO files into their own subdirectory.Bill Wendling
2012-10-09Revert "Use a special path to place the .o files in."Bob Wilson
2012-10-08Use a special path to place the .o files in.Bill Wendling
2012-10-03Add an explicit -object_path_lto flag during linking with a uniquified temporaryBill Wendling
2012-02-01Add a basic-block autovectorization pass.Hal Finkel
2011-10-18build: Tidy up a bunch of tool Makefiles, and simplify where possible using theDaniel Dunbar
2011-03-29Expoert c interface for disassembler.Devang Patel
2010-10-15lto: Respect LLVM_VERSION_INFO make variable, since setting CC arguments withDaniel Dunbar
2010-07-31build: Don't pass -avoid-version or -no-undefined on Darwin, they don't doDaniel Dunbar
2010-07-16build/Darwin: Add an LLVM_LTO_VERSION_OFFSET make variable to allow offsettingDaniel Dunbar
2010-04-15Make the export files absolute paths, and change Makefile.rulesDan Gohman
2010-04-15Generalize the EXPORTED_SYMBOL_FILE concept in the Makefiles to work withDan Gohman
2010-01-24make -fno-rtti the default unless a directory builds with REQUIRES_RTTI.Chris Lattner
2010-01-22Stop building RTTI information for *most* llvm libraries. NotableChris Lattner
2009-08-18The attached patches attempt to fix cross builds. For example, if youAnton Korobeynikov
2009-07-02fix ld error with -no-undefined switch, which is undefined on darwin8John Mosby
2009-06-24remove dead makefile flags.Chris Lattner
2009-02-26Force 'llvm-config' to go first, optionally followed by lto and gold mixed inNick Lewycky
2009-02-11Revert r64299: it breaks the build when configuredDuncan Sands
2009-02-11Try this. Darwin -> LTO, PIC -> LTO + possibly gold too.Nick Lewycky
2009-02-1162987 disables LTO build on darwin.Devang Patel
2009-01-26Build libLTO on any platform so long as PIC is enabled.Nick Lewycky
2009-01-03Setting BUILD_ARCHIVE to 0 has the same effect as defining it to 1.Bill Wendling
2008-07-18typo.Devang Patel
2008-06-30Rename new lto2 tool as lto.Devang Patel
2008-06-30Remove old LTO interface.Devang Patel
2007-12-29remove attributions from tools/utils makefiles.Chris Lattner
2007-05-06switch tools to bitcode from bytecodeChris Lattner
2007-05-06bitcodifyChris Lattner
2007-02-01Include Makefile.config before testing OS.Devang Patel
2007-01-08Build libLLVMlto on non-Darwin architectures. Resolves PR1055: http://llvm.or...Chandler Carruth
2006-09-07Add linker into list of LINK_COMPONENTS.Devang Patel
2006-09-04Use LINK_COMPONENTS to specify *components* to link against instead ofChris Lattner
2006-08-03Make it fit into 80-columns.Devang Patel
2006-08-03Simplify. Use addprefix.Devang Patel
2006-08-03Remove ARM for the moment since it is a work in progress.Devang Patel
2006-08-03Add new tool, lto, to do link time optimization. This tool installsDevang Patel