1. a5b5be1 MapValue doesn't needs its LLVMContext argument. by Dan Gohman · 16 years ago
  2. eb87590 smallvectorize the list of returns built by CloneAndPruneFunctionInto. by Chris Lattner · 16 years ago
  3. 175b654 Get rid of the Pass+Context magic. by Owen Anderson · 16 years ago
  4. e17fc1d Switch GlobalVariable ctors to a sane API, where *either* a context or a module is required. by Owen Anderson · 16 years ago
  5. e0f136d Push LLVMContext through GlobalVariables and IRBuilder. by Owen Anderson · 16 years ago
  6. a09d234 More LLVMContext-ification. by Owen Anderson · 16 years ago
  7. 25209b4 Add a pointer to the owning LLVMContext to Module. This requires threading LLVMContext through a lot by Owen Anderson · 16 years ago
  8. 2b8703f Don't drop alignment on globals when cloning. by Nick Lewycky · 17 years ago
  9. 0cc9058 Factor code to copy global value attributes like by Duncan Sands · 17 years ago
  10. d6da1d0 API changes for class Use size reduction, wave 1. by Gabor Greif · 17 years ago
  11. 081ce94 Remove attribution from file headers, per discussion on llvmdev. by Chris Lattner · 18 years ago
  12. 13fe5e3 Adding a collector name attribute to Function in the IR. These by Gordon Henriksen · 18 years ago
  13. f5588dc Fix PR1146: parameter attributes are longer part of by Duncan Sands · 18 years ago
  14. ad7ea24 Forget to commit users part of value mapper interface by Anton Korobeynikov · 18 years ago
  15. f17a25c It's not necessary to do rounding for alloca operations when the requested by Dan Gohman · 18 years ago