* llvm.spec.in: update blurb
[oota-llvm.git] / tools / lto /
2007-07-05 Gabor GreifHere is the bulk of the sanitizing.
2007-05-06 Chris Lattnerswitch tools to bitcode from bytecode
2007-05-06 Chris Lattnerbitcodify
2007-03-07 Devang PatelNow LICM is a LoopPass.
2007-02-16 Anton KorobeynikovAdd possibility to set memory limit for binaries run...
2007-02-08 Bill WendlingAvoid assert() in lto. Let linker handle all failures...
2007-02-08 Bill WendlingThe new version of how to add passes to emit files...
2007-02-05 Reid SpencerFor PR411:
2007-02-01 Devang PatelAdd printVersion(). Linker can use it to print LLVM...
2007-02-01 Devang PatelInclude Makefile.config before testing OS.
2007-01-30 Reid SpencerFor PR1136: Rename GlobalVariable::isExternal as isDecl...
2007-01-21 Chris Lattnerdefault to emiting an uncompressed .bc file
2007-01-08 Devang PatelModules are consumed when they are merged together...
2007-01-08 Chandler CarruthBuild libLLVMlto on non-Darwin architectures. Resolves...
2007-01-06 Chris LattnerAdd C wrappers for the LTO library (PR1081). Patch...
2007-01-06 Chris Lattnerfix typo
2006-12-07 Bill WendlingChanged llvm_ostream et all to OStream. llvm_cerr,...
2006-11-29 Bill WendlingReplacing std::iostreams with llvm iostreams. Some...
2006-10-26 Devang PatelSave temp. bc files when saveTemps flag is true. Use...
2006-10-25 Devang PatelSupply alignment info to linker through LLVMSymbol.
2006-10-24 Devang PatelInstead of hard coding global prefix, use TargetAsmInfo.
2006-10-23 Devang PatelFix typo. Add more comment. Avoid extra hash_map search.
2006-10-23 Devang PatelAdd removeModule().
2006-10-09 Devang PatelUse FindProgramByName instead of FindExecutable.
2006-10-09 Devang PatelDo error checking.
2006-10-09 Devang PatelUse GetTemporaryDirectory. Fix llvm.org/bugs/show_bug...
2006-09-21 Devang PatelUse abstract class to facilitate dlopen() interface.
2006-09-14 Devang PatelAdd comment.
2006-09-14 Devang PatelGlobalValue with InternalLinkage may have operands...
2006-09-07 Devang PatelUsing addPassesToEmitWholeFile is not a good idea here.
2006-09-07 Devang PatelAdd linker into list of LINK_COMPONENTS.
2006-09-07 Devang PatelUse addPassesToEmitWholeFile() instead of addPassesToEm...
2006-09-06 Devang PatelAdd getTargetTriple() that linker can use to query...
2006-09-06 Devang PatelKeep track of all modules crated using a name to module...
2006-09-06 Devang PatelInstead of demangling symbol name by hand, use original...
2006-09-06 Devang PatelExtract target triplet from optimized module.
2006-09-04 Chris LattnerUse LINK_COMPONENTS to specify *components* to link...
2006-08-23 Devang PatelIf unable to create tmp. file on disk then return LTO_W...
2006-08-23 Reid SpencerFor PR797:
2006-08-21 Reid SpencerFor PR797:
2006-08-14 Devang Pateluntabify
2006-08-14 Devang PatelUse mangler, instead of addUnderscore(), to get mangled...
2006-08-04 Devang PatelCollect references from globals.
2006-08-03 Devang PatelMake it fit into 80-columns.
2006-08-03 Devang PatelFix typo.
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...