1. da895d6 Fix spelling, patch contributed by Gabor Greif! by Chris Lattner · 19 years ago
  2. 52f20f8 Fix bug: 2004-11-08-FreeUseCrash.ll by Chris Lattner · 20 years ago
  3. b12914b 'Pass' should now not be derived from by clients. Instead, they should derive by Chris Lattner · 20 years ago
  4. 551ccae Changes For Bug 352 by Reid Spencer · 20 years ago
  5. 47b14a4 Fix #includes of i*.h => Instructions.h as per PR403. by Misha Brukman · 20 years ago
  6. 518310c bug 122: - Replace ConstantPointerRef usage with GlobalValue usage by Reid Spencer · 20 years ago
  7. eb12cd6 Implement RaiseAllocations/FreeCastConstantExpr.ll by Chris Lattner · 21 years ago
  8. 1e2385b Finegrainify namespacification by Chris Lattner · 21 years ago
  9. d0fde30 Put all LLVM code into the llvm namespace, as per bug 109. by Brian Gaeke · 21 years ago
  10. b576c94 Added LLVM project notice to the top of every C++ source file. by John Criswell · 21 years ago
  11. cc83834 Fix bug raising allocations whose call sites were invoke instructions. by Chris Lattner · 21 years ago
  12. 2dbfa03 Change the RaiseAllocations pass to be a Pass instead of a BasicBlock pass. by Chris Lattner · 21 years ago
  13. 5560c9d Spell `necessary' correctly. by Misha Brukman · 21 years ago
  14. 1f28e8c Fix handling of 'free' if it has absolutely no prototype by Chris Lattner · 21 years ago
  15. a92f696 Updates to work with recent Statistic's changes: by Chris Lattner · 22 years ago
  16. 655fb5c by Misha Brukman · 22 years ago
  17. 05804b7 by Chris Lattner · 22 years ago
  18. 08c2e48 Fix bug in previous checkin by Chris Lattner · 22 years ago
  19. 1d608ab by Chris Lattner · 22 years ago
  20. a6275cc by Chris Lattner · 22 years ago
  21. e9ee3e5 Merge ChangeAllocations into scalar.h by Chris Lattner · 22 years ago
  22. af41a12 * Remove getPassName implementation * Register all Passes by Chris Lattner · 22 years ago
  23. 0b5909e * Correctly get prototype for void*malloc(size_t) by Chris Lattner · 22 years ago
  24. 7e70829 MEGAPATCH checkin. by Chris Lattner · 22 years ago
  25. 47e0f3a Support programs that do not #include <malloc.h> or give a full prototype by Chris Lattner · 22 years ago
  26. 3dec1f2 Add support for printing out statistics information when -stats is added to by Chris Lattner · 22 years ago
  27. 65e96e5 fix comments and documentation in file by Chris Lattner · 22 years ago
  28. ade686e Split ChangeAllocations.cpp into Raise & LowerAllocations.cpp by Chris Lattner · 22 years ago