adding readability-identifier-naming to llvm clang-tidy configuration.
[oota-llvm.git] / tools / lto / Makefile
2014-09-26 Richard SmithRemove definition of LLVM_VERSION_INFO; this macro...
2014-02-28 Rafael EspindolaCentralize the handling of install_name and rpath.
2014-01-31 NAKAMURA TakumiRevert r200560, "LTO itself hasn't depended on MCDisass...
2014-01-31 NAKAMURA TakumiLTO itself hasn't depended on MCDisassembler any more.
2013-12-27 Nico WeberStrip dead code when linking by default with BFD ld...
2013-11-11 Bob WilsonChange libLTO back to linking with @executable_path...
2013-09-24 Peter CollingbourneMove LTO support library to a component, allowing it...
2013-08-02 Eric ChristopherUse @rpath for libraries rather than @executable_path...
2013-06-04 Bob WilsonRemove "-Wl,-seg1addr -Wl,0xE0000000" from link options.
2013-05-02 Bill WendlingRemove redundant flag.
2013-05-02 Bill WendlingWe don't want FP elimination when doing an Apple-style...
2013-02-13 Bill WendlingUse 'RC_XBS' instead of 'RC_BUILDIT' to catch all times...
2012-10-10 Bill WendlingPlace temporary LTO files into their own subdirectory.
2012-10-09 Bob WilsonRevert "Use a special path to place the .o files in."
2012-10-08 Bill WendlingUse a special path to place the .o files in.
2012-10-03 Bill WendlingAdd an explicit -object_path_lto flag during linking...
2012-02-01 Hal FinkelAdd a basic-block autovectorization pass.
2011-10-18 Daniel Dunbarbuild: Tidy up a bunch of tool Makefiles, and simplify...
2011-03-29 Devang PatelExpoert c interface for disassembler.
2010-10-15 Daniel Dunbarlto: Respect LLVM_VERSION_INFO make variable, since...
2010-07-31 Daniel Dunbarbuild: Don't pass -avoid-version or -no-undefined on...
2010-07-16 Daniel Dunbarbuild/Darwin: Add an LLVM_LTO_VERSION_OFFSET make varia...
2010-04-15 Dan GohmanMake the export files absolute paths, and change Makefi...
2010-04-15 Dan GohmanGeneralize the EXPORTED_SYMBOL_FILE concept in the...
2010-01-24 Chris Lattnermake -fno-rtti the default unless a directory builds...
2010-01-22 Chris LattnerStop building RTTI information for *most* llvm librarie...
2009-08-18 Anton KorobeynikovThe attached patches attempt to fix cross builds. For...
2009-07-02 John Mosbyfix ld error with -no-undefined switch, which is undefi...
2009-06-24 Chris Lattnerremove dead makefile flags.
2009-02-26 Nick LewyckyForce 'llvm-config' to go first, optionally followed...
2009-02-11 Duncan SandsRevert r64299: it breaks the build when configured
2009-02-11 Nick LewyckyTry this. Darwin -> LTO, PIC -> LTO + possibly gold...
2009-02-11 Devang Patel62987 disables LTO build on darwin.
2009-01-26 Nick LewyckyBuild libLTO on any platform so long as PIC is enabled.
2009-01-03 Bill WendlingSetting BUILD_ARCHIVE to 0 has the same effect as defin...
2008-07-18 Devang Pateltypo.
2008-06-30 Devang PatelRename new lto2 tool as lto.
2008-06-30 Devang PatelRemove old LTO interface.
2007-12-29 Chris Lattnerremove attributions from tools/utils makefiles.
2007-05-06 Chris Lattnerswitch tools to bitcode from bytecode
2007-05-06 Chris Lattnerbitcodify
2007-02-01 Devang PatelInclude Makefile.config before testing OS.
2007-01-08 Chandler CarruthBuild libLLVMlto on non-Darwin architectures. Resolves...
2006-09-07 Devang PatelAdd linker into list of LINK_COMPONENTS.
2006-09-04 Chris LattnerUse LINK_COMPONENTS to specify *components* to link...
2006-08-03 Devang PatelMake it fit into 80-columns.
2006-08-03 Devang PatelSimplify. Use addprefix.
2006-08-03 Devang PatelRemove ARM for the moment since it is a work in progress.
2006-08-03 Devang PatelAdd new tool, lto, to do link time optimization. This...