1. 4ee451d Remove attribution from file headers, per discussion on llvmdev. by Chris Lattner · 17 years ago
  2. fe63fb9 Implement address space attribute for LLVM pointer types. Address spaces are by Christopher Lamb · 17 years ago
  3. 2bf6e6a handle gep aliasee by Chris Lattner · 17 years ago
  4. b4dbd9e Unbreak VC++ build. by Jeff Cohen · 17 years ago
  5. bb1f97c Fix typo. Interesting, but old variant worked too :) by Anton Korobeynikov · 17 years ago
  6. c6c98af Implement review feedback by Anton Korobeynikov · 17 years ago
  7. a80e118 Implement review feedback. Aliasees can be either GlobalValue's or by Anton Korobeynikov · 17 years ago
  8. 8b0a8c8 Implement aliases. This fixes PR1017 and it's dependent bugs. CFE part by Anton Korobeynikov · 17 years ago
  9. c763552 Implement the "thread_local" keyword. by Lauro Ramos Venancio · 17 years ago
  10. 00f23ec reapply my previous patch with a bugfix. by Chris Lattner · 17 years ago
  11. e2c2b76 revert my previous change, something strange is happening. by Chris Lattner · 17 years ago
  12. 1cf5574 Rework GlobalValue::removeDeadConstantUsers to always remove dead constant by Chris Lattner · 17 years ago
  13. ef9b9a7 For PR411: by Reid Spencer · 18 years ago
  14. adc9546 Add a version of the globalvariable ctor that inserts at a specific location. by Chris Lattner · 18 years ago
  15. cc041ba Initial checkin of the InlineAsm class by Chris Lattner · 19 years ago
  16. d0ff1ad Change the signature of replaceUsesOfWithOnConstant. The bool was always by Chris Lattner · 19 years ago
  17. fd93908 Remove trailing whitespace by Misha Brukman · 19 years ago
  18. 0d1e407 remove all of the various setName implementations, consolidating them into by Chris Lattner · 19 years ago
  19. 18221ed Remove the 2nd argument to Value::setName by Chris Lattner · 19 years ago
  20. 96d83f6 Adjust to changes in User class. by Chris Lattner · 20 years ago
  21. 4b83380 Implement remove/eraseFromParent methods by Chris Lattner · 20 years ago
  22. 551ccae Changes For Bug 352 by Reid Spencer · 20 years ago
  23. 8243976 Make GlobalVariable constructor assert when an initializer is of incorrect type. by Alkis Evlogimenos · 20 years ago
  24. 07d7c9d Add a cast by Chris Lattner · 20 years ago
  25. f8083b7 Method now returns null, dtor is inlined by Chris Lattner · 20 years ago
  26. da6cdfa Fix infinite loop gccld'ing povray by Chris Lattner · 20 years ago
  27. e253cf6 bug 122: by Reid Spencer · 20 years ago