1. 051a950 API changes for class Use size reduction, wave 1. by Gabor Greif · 17 years ago
  2. 29d8aa7 fix typos by Gabor Greif · 17 years ago
  3. 4ee451d Remove attribution from file headers, per discussion on llvmdev. by Chris Lattner · 17 years ago
  4. 43ad6b3 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 · 17 years ago
  5. 52eec54 by David Greene · 17 years ago
  6. ec1f752 eliminate use of deprecated apis by Chris Lattner · 18 years ago
  7. 93e985f Eliminate use of ctors that take vectors. by Chris Lattner · 18 years ago
  8. febe5f1 relax some types by Chris Lattner · 18 years ago
  9. c5b206b For PR950: by Reid Spencer · 18 years ago
  10. 06e3f4e Remove isSigned calls via foreknowledge of main's argument types. by Reid Spencer · 18 years ago
  11. 8a903db Convert the last uses of CastInst::createInferredCast to a normal cast by Reid Spencer · 18 years ago
  12. 7b06bd5 Replace CastInst::createInferredCast calls with more accurate cast by Reid Spencer · 18 years ago
  13. 3da59db For PR950: by Reid Spencer · 18 years ago
  14. b83eb64 For PR950: by Reid Spencer · 18 years ago
  15. 66c5fd6 When a function takes a variable number of pointer arguments, with a zero by Jeff Cohen · 19 years ago
  16. fd93908 Remove trailing whitespace by Misha Brukman · 19 years ago
  17. e4d5c44 This mega patch converts us from using Function::a{iterator|begin|end} to by Chris Lattner · 20 years ago
  18. 518310c bug 122: - Replace ConstantPointerRef usage with GlobalValue usage by Reid Spencer · 20 years ago
  19. ebbc0e9 In InsertProfilingInitCall(), make it legal to pass in a null array, in by Brian Gaeke · 20 years ago
  20. 28977af Support getelementptr instructions which use uint's to index into structure by Chris Lattner · 21 years ago
  21. 467dd2e Split utility functions out of BlockProfiling.cpp by Chris Lattner · 21 years ago