1. 5cbf985 For PR1136: Rename GlobalVariable::isExternal as isDeclaration to avoid by Reid Spencer · 18 years ago
  2. 17be679 default to emiting an uncompressed .bc file by Chris Lattner · 18 years ago
  3. 2737610 Modules are consumed when they are merged together by Linker. by Devang Patel · 18 years ago
  4. 40e274b Build libLLVMlto on non-Darwin architectures. Resolves PR1055: http://llvm.org/PR1055 by Chandler Carruth · 18 years ago
  5. 11fdadf fix typo by Chris Lattner · 18 years ago
  6. e815619 Changed llvm_ostream et all to OStream. llvm_cerr, llvm_cout, llvm_null, are by Bill Wendling · 18 years ago
  7. 68fe61d Replacing std::iostreams with llvm iostreams. Some of these changes involve by Bill Wendling · 18 years ago
  8. 38187d6 Save temp. bc files when saveTemps flag is true. Use final output file by Devang Patel · 18 years ago
  9. 08fb05c Supply alignment info to linker through LLVMSymbol. by Devang Patel · 18 years ago
  10. 6152b7e Instead of hard coding global prefix, use TargetAsmInfo. Add LTO destructor. by Devang Patel · 18 years ago
  11. 2a4dd68 Fix typo. Add more comment. Avoid extra hash_map search. by Devang Patel · 18 years ago
  12. f2ca21f Add removeModule(). by Devang Patel · 18 years ago
  13. dc4c382 Use FindProgramByName instead of FindExecutable. by Devang Patel · 18 years ago
  14. 9f5d48b Do error checking. by Devang Patel · 18 years ago
  15. 3f0e5e2 Use GetTemporaryDirectory. Fix http://llvm.org/bugs/show_bug.cgi?id=894 by Devang Patel · 18 years ago
  16. c7cfbc5 Use abstract class to facilitate dlopen() interface. by Devang Patel · 18 years ago
  17. 544ea34 Add comment. by Devang Patel · 18 years ago
  18. 97d92d5 GlobalValue with InternalLinkage may have operands with ExternalLinkage by Devang Patel · 18 years ago
  19. 998051a Using addPassesToEmitWholeFile is not a good idea here. by Devang Patel · 18 years ago
  20. bdaf3dc Use addPassesToEmitWholeFile() instead of addPassesToEmitFile() by Devang Patel · 18 years ago
  21. a291a68 Add getTargetTriple() that linker can use to query target architecture. by Devang Patel · 18 years ago
  22. 0701a2f Keep track of all modules crated using a name to module map. by Devang Patel · 18 years ago
  23. ed87286 Instead of demangling symbol name by hand, use original name, which was by Devang Patel · 18 years ago
  24. 2681023 Extract target triplet from optimized module. Untabify. by Devang Patel · 18 years ago
  25. ca64012 If unable to create tmp. file on disk then return LTO_WRITE_FAILURE status. by Devang Patel · 18 years ago
  26. e5c9cb5 For PR797: by Reid Spencer · 18 years ago
  27. 023fcf9 For PR797: by Reid Spencer · 18 years ago
  28. 2198f9c untabify by Devang Patel · 18 years ago
  29. 30235da Use mangler, instead of addUnderscore(), to get mangled name. by Devang Patel · 18 years ago
  30. 304d5f2 Collect references from globals. by Devang Patel · 18 years ago
  31. 94a0ac9 Fix typo. by Devang Patel · 18 years ago
  32. a89d47f Add new tool, lto, to do link time optimization. This tool installs by Devang Patel · 18 years ago