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