1. 051a950 API changes for class Use size reduction, wave 1. by Gabor Greif · 16 years ago
  2. c9235d2 Don't include <map> in Pass.h, which doesn't need it. This requires by Dan Gohman · 16 years ago
  3. 4ee451d Remove attribution from file headers, per discussion on llvmdev. by Chris Lattner · 17 years ago
  4. 43ad6b3 Change the PointerType api for creating pointer types. The old functionality of PointerType::get() has become PointerType::getUnqual(), which returns a pointer in the generic address space. The new prototype of PointerType::get() requires both a type and an address space. by Christopher Lamb · 17 years ago
  5. dc02467 Fix PR1146: parameter attributes are longer part of by Duncan Sands · 17 years ago
  6. f1355a5 by David Greene · 17 years ago
  7. 52eec54 by David Greene · 17 years ago
  8. ecd94c8 Fix typo in comment. by Nick Lewycky · 17 years ago
  9. 1997473 Drop 'const' by Devang Patel · 17 years ago
  10. 3e15bf3 Use 'static const char' instead of 'static const int'. by Devang Patel · 17 years ago
  11. 794fd75 Do not use typeinfo to identify pass in pass manager. by Devang Patel · 17 years ago
  12. 93e985f Eliminate use of ctors that take vectors. by Chris Lattner · 17 years ago
  13. 9133fe2 Apply the VISIBILITY_HIDDEN field to the remaining anonymous classes in by Reid Spencer · 18 years ago
  14. 688b049 For PR411: by Reid Spencer · 18 years ago
  15. 4fe16d6 Rename BoolTy as Int1Ty. Patch by Sheng Zhou. by Reid Spencer · 18 years ago
  16. 35057c2 relax types by Chris Lattner · 18 years ago
  17. c5b206b For PR950: by Reid Spencer · 18 years ago
  18. 86453c5 Eliminate static ctors due to Statistic objects by Chris Lattner · 18 years ago
  19. ac0b6ae Detemplatize the Statistic class. The only type it is instantiated with by Chris Lattner · 18 years ago
  20. 3da59db For PR950: by Reid Spencer · 18 years ago
  21. 3ed469c For PR786: by Reid Spencer · 18 years ago
  22. b83eb64 For PR950: by Reid Spencer · 18 years ago
  23. 7f8897f eliminate RegisterOpt. It does the same thing as RegisterPass. by Chris Lattner · 18 years ago
  24. 66c5fd6 When a function takes a variable number of pointer arguments, with a zero by Jeff Cohen · 19 years ago
  25. d286b24 Fix PR575, patch provided by John Mellor-Crummey. Thanks! by Chris Lattner · 19 years ago
  26. 5633cd1 Fix a problem on 64-bit targets where we passed (int)0 through ... instead of by Chris Lattner · 19 years ago
  27. 3987abd Fix a bug compimling Ruby, fixing this testcase: by Chris Lattner · 19 years ago
  28. fd93908 Remove trailing whitespace by Misha Brukman · 19 years ago
  29. cb2d1a2 Fix a bug where we would not promote calls to invokes if they occured in by Chris Lattner · 19 years ago
  30. 667fdae Switchinst takes a hint for the number of cases it will have. by Chris Lattner · 20 years ago
  31. bc53e5e Comment cleanups by Chris Lattner · 20 years ago
  32. b12914b 'Pass' should now not be derived from by clients. Instead, they should derive by Chris Lattner · 20 years ago
  33. 551ccae Changes For Bug 352 by Reid Spencer · 20 years ago
  34. a2dc727 DemoteRegToStack got moved from DemoteRegToStack.h to Local.h by Chris Lattner · 20 years ago
  35. aeb2a1d rename the "exceptional" destination of an invoke instruction to the 'unwind' dest by Chris Lattner · 21 years ago
  36. edb1cf0 splitBasicBlock "does the right thing" now, no reason to reposition it. by Chris Lattner · 21 years ago
  37. 3b332fd Remove unneeded code now that splitBasicBlock does the "right thing" by Chris Lattner · 21 years ago
  38. 1e2385b Finegrainify namespacification by Chris Lattner · 21 years ago
  39. f8485c6 Start using the nicer terminator auto-insertion API by Chris Lattner · 21 years ago
  40. d0fde30 Put all LLVM code into the llvm namespace, as per bug 109. by Brian Gaeke · 21 years ago
  41. d7222ec Fix bug: PR93 by Chris Lattner · 21 years ago
  42. fe2143d Check in statistifying patch for Bill by Chris Lattner · 21 years ago
  43. b576c94 Added LLVM project notice to the top of every C++ source file. by John Criswell · 21 years ago
  44. 8b716f6 Whoops, we inserted into the wrong set. What's up with the dead set anyway? by Chris Lattner · 21 years ago
  45. 46e033d Use external df iterators to avoid revisiting blocks in functions with by Chris Lattner · 21 years ago
  46. 6d3906b Minor cleanups by Chris Lattner · 21 years ago
  47. bb2d4de Checkin an improvement contributed by Bill: by Chris Lattner · 21 years ago
  48. 763f5ae Credits are now in top-level CREDITS.TXT by Misha Brukman · 21 years ago
  49. 02a3be0 Rename Function::getEntryNode -> getEntryBlock by Chris Lattner · 21 years ago
  50. 77b398c Minor cleanups, give credit, remove code that should not be necessary, and by Chris Lattner · 21 years ago
  51. 6420f1c Initial checkin of the Setjmp/Longjmp lowering/transformation pass, by Chris Lattner · 21 years ago