1. 5252ae6 Begin setting features for target based on target triple string. by Devang Patel · 17 years ago
  2. 0e50128 Do not set time out, lets assume assembler will do its job in reasonable amount of time. by Devang Patel · 17 years ago
  3. bc9ed59 Do not strip symbols when EH is ON. by Devang Patel · 17 years ago
  4. 59c8d8a Supply appropriate arch info to darwin assembler. by Devang Patel · 17 years ago
  5. 21b70b2 Enable exception handling if it is supported. by Devang Patel · 17 years ago
  6. 5e563c3 - Introduces versioning macro LLVM_LTO_VERSION by Devang Patel · 17 years ago
  7. 21c62da remove attributions from tools. by Chris Lattner · 17 years ago
  8. 5116784 remove attributions from tools/utils makefiles. by Chris Lattner · 17 years ago
  9. fe085f3 Revert my previous check-in. by Devang Patel · 17 years ago
  10. e361187 Add lto version check mechanism. by Devang Patel · 17 years ago
  11. 4b2b940 Switching TargetMachineRegistry to use the new generic Registry. by Gordon Henriksen · 17 years ago
  12. cbb7ec7 Fix a sys::Path API error caught by a gcc 4.2 warning. by Reid Spencer · 17 years ago
  13. a99be51 Here is the bulk of the sanitizing. by Gabor Greif · 17 years ago
  14. 744879e switch tools to bitcode from bytecode by Chris Lattner · 17 years ago
  15. 68d4922 bitcodify by Chris Lattner · 17 years ago
  16. 54959d6 Now LICM is a LoopPass. by Devang Patel · 18 years ago
  17. 9ba8a76 Add possibility to set memory limit for binaries run via libSystem. This by Anton Korobeynikov · 18 years ago
  18. 62062b5 Avoid assert() in lto. Let linker handle all failures. Use LTO_WRITE_FAILURE by Bill Wendling · 18 years ago
  19. 546d0fb The new version of how to add passes to emit files. We explicitly call a by Bill Wendling · 18 years ago
  20. ef9b9a7 For PR411: by Reid Spencer · 18 years ago
  21. 3281528 Add printVersion(). Linker can use it to print LLVM version number. by Devang Patel · 18 years ago
  22. 897b1b5 Include Makefile.config before testing OS. by Devang Patel · 18 years ago
  23. 5cbf985 For PR1136: Rename GlobalVariable::isExternal as isDeclaration to avoid by Reid Spencer · 18 years ago
  24. 17be679 default to emiting an uncompressed .bc file by Chris Lattner · 18 years ago
  25. 2737610 Modules are consumed when they are merged together by Linker. by Devang Patel · 18 years ago
  26. 40e274b Build libLLVMlto on non-Darwin architectures. Resolves PR1055: http://llvm.org/PR1055 by Chandler Carruth · 18 years ago
  27. ddc6f35 Add C wrappers for the LTO library (PR1081). Patch by Chandler Carruth! by Chris Lattner · 18 years ago
  28. 11fdadf fix typo by Chris Lattner · 18 years ago
  29. e815619 Changed llvm_ostream et all to OStream. llvm_cerr, llvm_cout, llvm_null, are by Bill Wendling · 18 years ago
  30. 68fe61d Replacing std::iostreams with llvm iostreams. Some of these changes involve by Bill Wendling · 18 years ago
  31. 38187d6 Save temp. bc files when saveTemps flag is true. Use final output file by Devang Patel · 18 years ago
  32. 08fb05c Supply alignment info to linker through LLVMSymbol. by Devang Patel · 18 years ago
  33. 6152b7e Instead of hard coding global prefix, use TargetAsmInfo. Add LTO destructor. by Devang Patel · 18 years ago
  34. 2a4dd68 Fix typo. Add more comment. Avoid extra hash_map search. by Devang Patel · 18 years ago
  35. f2ca21f Add removeModule(). by Devang Patel · 18 years ago
  36. dc4c382 Use FindProgramByName instead of FindExecutable. by Devang Patel · 18 years ago
  37. 9f5d48b Do error checking. by Devang Patel · 18 years ago
  38. 3f0e5e2 Use GetTemporaryDirectory. Fix http://llvm.org/bugs/show_bug.cgi?id=894 by Devang Patel · 18 years ago
  39. c7cfbc5 Use abstract class to facilitate dlopen() interface. by Devang Patel · 18 years ago
  40. 544ea34 Add comment. by Devang Patel · 18 years ago
  41. 97d92d5 GlobalValue with InternalLinkage may have operands with ExternalLinkage by Devang Patel · 18 years ago
  42. 998051a Using addPassesToEmitWholeFile is not a good idea here. by Devang Patel · 18 years ago
  43. 76ed7b1 Add linker into list of LINK_COMPONENTS. by Devang Patel · 18 years ago
  44. bdaf3dc Use addPassesToEmitWholeFile() instead of addPassesToEmitFile() by Devang Patel · 18 years ago
  45. a291a68 Add getTargetTriple() that linker can use to query target architecture. by Devang Patel · 18 years ago
  46. 0701a2f Keep track of all modules crated using a name to module map. by Devang Patel · 18 years ago
  47. ed87286 Instead of demangling symbol name by hand, use original name, which was by Devang Patel · 18 years ago
  48. 2681023 Extract target triplet from optimized module. Untabify. by Devang Patel · 18 years ago
  49. aea932d Use LINK_COMPONENTS to specify *components* to link against instead of by Chris Lattner · 18 years ago
  50. ca64012 If unable to create tmp. file on disk then return LTO_WRITE_FAILURE status. by Devang Patel · 18 years ago
  51. e5c9cb5 For PR797: by Reid Spencer · 18 years ago
  52. 023fcf9 For PR797: by Reid Spencer · 18 years ago
  53. 2198f9c untabify by Devang Patel · 18 years ago
  54. 30235da Use mangler, instead of addUnderscore(), to get mangled name. by Devang Patel · 18 years ago
  55. 304d5f2 Collect references from globals. by Devang Patel · 18 years ago
  56. 30f63ad Make it fit into 80-columns. by Devang Patel · 18 years ago
  57. 94a0ac9 Fix typo. by Devang Patel · 18 years ago
  58. f5a156d Simplify. Use addprefix. by Devang Patel · 18 years ago
  59. bbd1cb4 Remove ARM for the moment since it is a work in progress. by Devang Patel · 18 years ago
  60. a89d47f Add new tool, lto, to do link time optimization. This tool installs by Devang Patel · 18 years ago