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