1. 11e26b5 When a function takes a variable number of pointer arguments, with a zero by Jeff Cohen · 20 years ago
  2. d48b127 Fix PR575, patch provided by John Mellor-Crummey. Thanks! by Chris Lattner · 20 years ago
  3. fbc45f1 Fix a problem on 64-bit targets where we passed (int)0 through ... instead of by Chris Lattner · 20 years ago
  4. 807aa20 Fix a bug compimling Ruby, fixing this testcase: by Chris Lattner · 21 years ago
  5. b1c9317 Remove trailing whitespace by Misha Brukman · 21 years ago
  6. a3159af Fix a bug where we would not promote calls to invokes if they occured in by Chris Lattner · 21 years ago
  7. a3f06fa Switchinst takes a hint for the number of cases it will have. by Chris Lattner · 21 years ago
  8. f647996 Comment cleanups by Chris Lattner · 21 years ago
  9. 4f2cf03 'Pass' should now not be derived from by clients. Instead, they should derive by Chris Lattner · 21 years ago
  10. 7c16caa Changes For Bug 352 by Reid Spencer · 21 years ago
  11. 8eebc49 DemoteRegToStack got moved from DemoteRegToStack.h to Local.h by Chris Lattner · 22 years ago
  12. fae8ab3 rename the "exceptional" destination of an invoke instruction to the 'unwind' dest by Chris Lattner · 22 years ago
  13. 071bc60 splitBasicBlock "does the right thing" now, no reason to reposition it. by Chris Lattner · 22 years ago
  14. 0ff9da5 Remove unneeded code now that splitBasicBlock does the "right thing" by Chris Lattner · 22 years ago
  15. f52e03c Finegrainify namespacification by Chris Lattner · 22 years ago
  16. 2af5172 Start using the nicer terminator auto-insertion API by Chris Lattner · 22 years ago
  17. 960707c Put all LLVM code into the llvm namespace, as per bug 109. by Brian Gaeke · 22 years ago
  18. b0a4b49 Fix bug: PR93 by Chris Lattner · 22 years ago
  19. 3e5ff25 Check in statistifying patch for Bill by Chris Lattner · 22 years ago
  20. 482202a Added LLVM project notice to the top of every C++ source file. by John Criswell · 22 years ago
  21. 612cafe Whoops, we inserted into the wrong set. What's up with the dead set anyway? by Chris Lattner · 22 years ago
  22. 951e732 Use external df iterators to avoid revisiting blocks in functions with by Chris Lattner · 22 years ago
  23. f7a60cd Minor cleanups by Chris Lattner · 22 years ago
  24. 56b8526 Checkin an improvement contributed by Bill: by Chris Lattner · 22 years ago
  25. 4ce9dae Credits are now in top-level CREDITS.TXT by Misha Brukman · 22 years ago
  26. 5dac64f Rename Function::getEntryNode -> getEntryBlock by Chris Lattner · 22 years ago
  27. 40b6621 Minor cleanups, give credit, remove code that should not be necessary, and by Chris Lattner · 22 years ago
  28. 6f99eb5 Initial checkin of the Setjmp/Longjmp lowering/transformation pass, by Chris Lattner · 22 years ago