1. 1997473 Drop 'const' by Devang Patel · 17 years ago
  2. 3e15bf3 Use 'static const char' instead of 'static const int'. by Devang Patel · 17 years ago
  3. 794fd75 Do not use typeinfo to identify pass in pass manager. by Devang Patel · 17 years ago
  4. ca5183d Unbreak VC++ build. by Jeff Cohen · 17 years ago
  5. 046800a simplify name juggling through the use of Value::takeName. by Chris Lattner · 18 years ago
  6. 9133fe2 Apply the VISIBILITY_HIDDEN field to the remaining anonymous classes in by Reid Spencer · 18 years ago
  7. ef9b9a7 For PR411: by Reid Spencer · 18 years ago
  8. 5cbf985 For PR1136: Rename GlobalVariable::isExternal as isDeclaration to avoid by Reid Spencer · 18 years ago
  9. c5b206b For PR950: by Reid Spencer · 18 years ago
  10. 86453c5 Eliminate static ctors due to Statistic objects by Chris Lattner · 18 years ago
  11. 7b06bd5 Replace CastInst::createInferredCast calls with more accurate cast by Reid Spencer · 18 years ago
  12. ac0b6ae Detemplatize the Statistic class. The only type it is instantiated with by Chris Lattner · 18 years ago
  13. 3da59db For PR950: by Reid Spencer · 18 years ago
  14. 7f8897f eliminate RegisterOpt. It does the same thing as RegisterPass. by Chris Lattner · 18 years ago
  15. fd93908 Remove trailing whitespace by Misha Brukman · 19 years ago
  16. da895d6 Fix spelling, patch contributed by Gabor Greif! by Chris Lattner · 19 years ago
  17. 52f20f8 Fix bug: 2004-11-08-FreeUseCrash.ll by Chris Lattner · 20 years ago
  18. b12914b 'Pass' should now not be derived from by clients. Instead, they should derive by Chris Lattner · 20 years ago
  19. 551ccae Changes For Bug 352 by Reid Spencer · 20 years ago
  20. 47b14a4 Fix #includes of i*.h => Instructions.h as per PR403. by Misha Brukman · 20 years ago
  21. 518310c bug 122: - Replace ConstantPointerRef usage with GlobalValue usage by Reid Spencer · 20 years ago
  22. eb12cd6 Implement RaiseAllocations/FreeCastConstantExpr.ll by Chris Lattner · 21 years ago
  23. 1e2385b Finegrainify namespacification by Chris Lattner · 21 years ago
  24. d0fde30 Put all LLVM code into the llvm namespace, as per bug 109. by Brian Gaeke · 21 years ago
  25. b576c94 Added LLVM project notice to the top of every C++ source file. by John Criswell · 21 years ago
  26. cc83834 Fix bug raising allocations whose call sites were invoke instructions. by Chris Lattner · 21 years ago
  27. 2dbfa03 Change the RaiseAllocations pass to be a Pass instead of a BasicBlock pass. by Chris Lattner · 21 years ago
  28. 5560c9d Spell `necessary' correctly. by Misha Brukman · 21 years ago
  29. 1f28e8c Fix handling of 'free' if it has absolutely no prototype by Chris Lattner · 21 years ago
  30. a92f696 Updates to work with recent Statistic's changes: by Chris Lattner · 22 years ago
  31. 655fb5c by Misha Brukman · 22 years ago
  32. 05804b7 by Chris Lattner · 22 years ago
  33. 08c2e48 Fix bug in previous checkin by Chris Lattner · 22 years ago
  34. 1d608ab by Chris Lattner · 22 years ago
  35. a6275cc by Chris Lattner · 22 years ago
  36. e9ee3e5 Merge ChangeAllocations into scalar.h by Chris Lattner · 22 years ago
  37. af41a12 * Remove getPassName implementation * Register all Passes by Chris Lattner · 22 years ago
  38. 0b5909e * Correctly get prototype for void*malloc(size_t) by Chris Lattner · 22 years ago
  39. 7e70829 MEGAPATCH checkin. by Chris Lattner · 22 years ago
  40. 47e0f3a Support programs that do not #include <malloc.h> or give a full prototype by Chris Lattner · 22 years ago
  41. 3dec1f2 Add support for printing out statistics information when -stats is added to by Chris Lattner · 22 years ago
  42. 65e96e5 fix comments and documentation in file by Chris Lattner · 22 years ago
  43. ade686e Split ChangeAllocations.cpp into Raise & LowerAllocations.cpp by Chris Lattner · 22 years ago