switch to using llvm/Target/TargetSelect.h
[oota-llvm.git] / tools / lto / Makefile
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...