1. 051a950 API changes for class Use size reduction, wave 1. by Gabor Greif · 16 years ago
  2. 4ee451d Remove attribution from file headers, per discussion on llvmdev. by Chris Lattner · 17 years ago
  3. 80a75bf Adding a collector name attribute to Function in the IR. These by Gordon Henriksen · 17 years ago
  4. dc02467 Fix PR1146: parameter attributes are longer part of by Duncan Sands · 17 years ago
  5. 344ef19 Forget to commit users part of value mapper interface by Anton Korobeynikov · 17 years ago
  6. a289511 During module cloning copy aliases too. This fixes PR1544 by Anton Korobeynikov · 17 years ago
  7. c763552 Implement the "thread_local" keyword. by Lauro Ramos Venancio · 17 years ago
  8. ef9b9a7 For PR411: by Reid Spencer · 18 years ago
  9. 5e665f5 Switch inliner over to use DenseMap instead of std::map for ValueMap. This by Chris Lattner · 18 years ago
  10. 5cbf985 For PR1136: Rename GlobalVariable::isExternal as isDeclaration to avoid by Reid Spencer · 18 years ago
  11. 26f2385 For PR761: by Reid Spencer · 18 years ago
  12. 78d033e For PR411: by Reid Spencer · 18 years ago
  13. 782e601 Add a CloneModule call that exposes the mapping of values from the old module by Chris Lattner · 18 years ago
  14. 3e2fa7a rename method by Chris Lattner · 19 years ago
  15. 9771aea When cloning a module, clone the inline asm. by Chris Lattner · 19 years ago
  16. c4e8c9f Make sure that cloning a module clones its target triple and dependent by Chris Lattner · 19 years ago
  17. 00b16889 Eliminate all remaining tabs and trailing spaces. by Jeff Cohen · 19 years ago
  18. c154cef wrap long lines, preserve calling conventions when cloning functions and by Chris Lattner · 19 years ago
  19. fd93908 Remove trailing whitespace by Misha Brukman · 19 years ago
  20. e4d5c44 This mega patch converts us from using Function::a{iterator|begin|end} to by Chris Lattner · 19 years ago
  21. 9231ac8 Convert to SymbolTable's new iteration interface. by Reid Spencer · 20 years ago
  22. f7703df Finegrainify namespacification by Chris Lattner · 21 years ago
  23. d0fde30 Put all LLVM code into the llvm namespace, as per bug 109. by Brian Gaeke · 21 years ago
  24. b576c94 Added LLVM project notice to the top of every C++ source file. by John Criswell · 21 years ago
  25. cf00c4a Fix spelling. by Misha Brukman · 21 years ago
  26. 892310e Make sure that the cloned module retains the type symbol table entries! by Chris Lattner · 21 years ago
  27. 7899b74 Make sure to preserve endiannes and pointer size when cloning modules! by Chris Lattner · 21 years ago
  28. 37f5941 Preserve the new moduleID field by Chris Lattner · 21 years ago
  29. 4ad02e7 Add new linkage types to support a real frontend by Chris Lattner · 21 years ago
  30. 51cbcbf Initial checkin of Module cloning support stuff by Chris Lattner · 22 years ago