1. f3ebc3f Remove attribution from file headers, per discussion on llvmdev. by Chris Lattner · 18 years ago
  2. edf0788 Change the PointerType api for creating pointer types. The old functionality of PointerType::get() has become PointerType::getUnqual(), which returns a pointer in the generic address space. The new prototype of PointerType::get() requires both a type and an address space. by Christopher Lamb · 18 years ago
  3. 17a5dfe by David Greene · 18 years ago
  4. b5f6d0c eliminate use of deprecated apis by Chris Lattner · 19 years ago
  5. a06a8fd Eliminate use of ctors that take vectors. by Chris Lattner · 19 years ago
  6. cc4715e relax some types by Chris Lattner · 19 years ago
  7. c635f47 For PR950: by Reid Spencer · 19 years ago
  8. a276d09 Remove isSigned calls via foreknowledge of main's argument types. by Reid Spencer · 19 years ago
  9. 668d90f Convert the last uses of CastInst::createInferredCast to a normal cast by Reid Spencer · 19 years ago
  10. bfe26ff Replace CastInst::createInferredCast calls with more accurate cast by Reid Spencer · 19 years ago
  11. 6c38f0b For PR950: by Reid Spencer · 19 years ago
  12. e0fc4df For PR950: by Reid Spencer · 19 years ago
  13. 11e26b5 When a function takes a variable number of pointer arguments, with a zero by Jeff Cohen · 20 years ago
  14. b1c9317 Remove trailing whitespace by Misha Brukman · 21 years ago
  15. 531f9e9 This mega patch converts us from using Function::a{iterator|begin|end} to by Chris Lattner · 21 years ago
  16. cb3fb5d bug 122: - Replace ConstantPointerRef usage with GlobalValue usage by Reid Spencer · 21 years ago
  17. e961960 In InsertProfilingInitCall(), make it legal to pass in a null array, in by Brian Gaeke · 22 years ago
  18. 69193f9 Support getelementptr instructions which use uint's to index into structure by Chris Lattner · 22 years ago
  19. dae48f9 Split utility functions out of BlockProfiling.cpp by Chris Lattner · 22 years ago