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. 93e985f Eliminate use of ctors that take vectors. by Chris Lattner · 17 years ago
  5. 9133fe2 Apply the VISIBILITY_HIDDEN field to the remaining anonymous classes in by Reid Spencer · 18 years ago
  6. 688b049 For PR411: by Reid Spencer · 18 years ago
  7. 4fe16d6 Rename BoolTy as Int1Ty. Patch by Sheng Zhou. by Reid Spencer · 18 years ago
  8. 35057c2 relax types by Chris Lattner · 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. ac0b6ae Detemplatize the Statistic class. The only type it is instantiated with by Chris Lattner · 18 years ago
  12. 3da59db For PR950: by Reid Spencer · 18 years ago
  13. 3ed469c For PR786: by Reid Spencer · 18 years ago
  14. b83eb64 For PR950: by Reid Spencer · 18 years ago
  15. 7f8897f eliminate RegisterOpt. It does the same thing as RegisterPass. by Chris Lattner · 18 years ago
  16. 66c5fd6 When a function takes a variable number of pointer arguments, with a zero by Jeff Cohen · 19 years ago
  17. d286b24 Fix PR575, patch provided by John Mellor-Crummey. Thanks! by Chris Lattner · 19 years ago
  18. 5633cd1 Fix a problem on 64-bit targets where we passed (int)0 through ... instead of by Chris Lattner · 19 years ago
  19. 3987abd Fix a bug compimling Ruby, fixing this testcase: by Chris Lattner · 19 years ago
  20. fd93908 Remove trailing whitespace by Misha Brukman · 19 years ago
  21. cb2d1a2 Fix a bug where we would not promote calls to invokes if they occured in by Chris Lattner · 19 years ago
  22. 667fdae Switchinst takes a hint for the number of cases it will have. by Chris Lattner · 20 years ago
  23. bc53e5e Comment cleanups by Chris Lattner · 20 years ago
  24. b12914b 'Pass' should now not be derived from by clients. Instead, they should derive by Chris Lattner · 20 years ago
  25. 551ccae Changes For Bug 352 by Reid Spencer · 20 years ago
  26. a2dc727 DemoteRegToStack got moved from DemoteRegToStack.h to Local.h by Chris Lattner · 20 years ago
  27. aeb2a1d rename the "exceptional" destination of an invoke instruction to the 'unwind' dest by Chris Lattner · 21 years ago
  28. edb1cf0 splitBasicBlock "does the right thing" now, no reason to reposition it. by Chris Lattner · 21 years ago
  29. 3b332fd Remove unneeded code now that splitBasicBlock does the "right thing" by Chris Lattner · 21 years ago
  30. 1e2385b Finegrainify namespacification by Chris Lattner · 21 years ago
  31. f8485c6 Start using the nicer terminator auto-insertion API by Chris Lattner · 21 years ago
  32. d0fde30 Put all LLVM code into the llvm namespace, as per bug 109. by Brian Gaeke · 21 years ago
  33. d7222ec Fix bug: PR93 by Chris Lattner · 21 years ago
  34. fe2143d Check in statistifying patch for Bill by Chris Lattner · 21 years ago
  35. b576c94 Added LLVM project notice to the top of every C++ source file. by John Criswell · 21 years ago
  36. 8b716f6 Whoops, we inserted into the wrong set. What's up with the dead set anyway? by Chris Lattner · 21 years ago
  37. 46e033d Use external df iterators to avoid revisiting blocks in functions with by Chris Lattner · 21 years ago
  38. 6d3906b Minor cleanups by Chris Lattner · 21 years ago
  39. bb2d4de Checkin an improvement contributed by Bill: by Chris Lattner · 21 years ago
  40. 763f5ae Credits are now in top-level CREDITS.TXT by Misha Brukman · 21 years ago
  41. 02a3be0 Rename Function::getEntryNode -> getEntryBlock by Chris Lattner · 21 years ago
  42. 77b398c Minor cleanups, give credit, remove code that should not be necessary, and by Chris Lattner · 21 years ago
  43. 6420f1c Initial checkin of the Setjmp/Longjmp lowering/transformation pass, by Chris Lattner · 21 years ago