1. f96e137 Tidy up BasicBlock::getFirstNonPHI, and change a bunch of places to by Dan Gohman · 17 years ago
  2. e1f6e4b API change for {BinaryOperator|CmpInst|CastInst}::create*() --> Create. Legacy interfaces will be in place for some time. (Merge from use-diet branch.) by Gabor Greif · 17 years ago
  3. e9ecc68 API changes for class Use size reduction, wave 1. by Gabor Greif · 18 years ago
  4. ad19df0 fix typos by Gabor Greif · 18 years ago
  5. f3ebc3f Remove attribution from file headers, per discussion on llvmdev. by Chris Lattner · 18 years ago
  6. 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
  7. 17a5dfe by David Greene · 18 years ago
  8. b5f6d0c eliminate use of deprecated apis by Chris Lattner · 19 years ago
  9. a06a8fd Eliminate use of ctors that take vectors. by Chris Lattner · 19 years ago
  10. cc4715e relax some types by Chris Lattner · 19 years ago
  11. c635f47 For PR950: by Reid Spencer · 19 years ago
  12. a276d09 Remove isSigned calls via foreknowledge of main's argument types. by Reid Spencer · 19 years ago
  13. 668d90f Convert the last uses of CastInst::createInferredCast to a normal cast by Reid Spencer · 19 years ago
  14. bfe26ff Replace CastInst::createInferredCast calls with more accurate cast by Reid Spencer · 19 years ago
  15. 6c38f0b For PR950: by Reid Spencer · 19 years ago
  16. e0fc4df For PR950: by Reid Spencer · 19 years ago
  17. 11e26b5 When a function takes a variable number of pointer arguments, with a zero by Jeff Cohen · 20 years ago
  18. b1c9317 Remove trailing whitespace by Misha Brukman · 21 years ago
  19. 531f9e9 This mega patch converts us from using Function::a{iterator|begin|end} to by Chris Lattner · 21 years ago
  20. cb3fb5d bug 122: - Replace ConstantPointerRef usage with GlobalValue usage by Reid Spencer · 21 years ago
  21. e961960 In InsertProfilingInitCall(), make it legal to pass in a null array, in by Brian Gaeke · 22 years ago
  22. 69193f9 Support getelementptr instructions which use uint's to index into structure by Chris Lattner · 22 years ago
  23. dae48f9 Split utility functions out of BlockProfiling.cpp by Chris Lattner · 22 years ago