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 · 18 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. 5cbf985 For PR1136: Rename GlobalVariable::isExternal as isDeclaration to avoid by Reid Spencer · 18 years ago
  8. c71ca3c Inherit CallGraphSCCPass directly from Pass. by Devang Patel · 18 years ago
  9. 86453c5 Eliminate static ctors due to Statistic objects by Chris Lattner · 18 years ago
  10. ac0b6ae Detemplatize the Statistic class. The only type it is instantiated with by Chris Lattner · 18 years ago
  11. 7f8897f eliminate RegisterOpt. It does the same thing as RegisterPass. by Chris Lattner · 18 years ago
  12. 00b16889 Eliminate all remaining tabs and trailing spaces. by Jeff Cohen · 19 years ago
  13. f201dbc Preserve calling conventions when doing IPO by Chris Lattner · 19 years ago
  14. 209a0ae remove 'statement with no effect' warning by Chris Lattner · 19 years ago
  15. d651f44 detect functions that never return, and turn the instruction following a by Chris Lattner · 19 years ago
  16. bc9fa58 This analysis doesn't take 'throwing' into consideration, it looks at by Chris Lattner · 19 years ago
  17. fd93908 Remove trailing whitespace by Misha Brukman · 19 years ago
  18. f26801b Get this file compiling with VC++, patch contributed by Morten Ofstad. Thanks Morten! by Chris Lattner · 20 years ago
  19. b12914b 'Pass' should now not be derived from by clients. Instead, they should derive by Chris Lattner · 20 years ago
  20. 551ccae Changes For Bug 352 by Reid Spencer · 20 years ago
  21. 47b14a4 Fix #includes of i*.h => Instructions.h as per PR403. by Misha Brukman · 20 years ago
  22. d08ddd3 Simplify code a bit, and be sure to mark the external node as potentially throwing by Chris Lattner · 20 years ago
  23. 0db085b Intrinsic functions cannot throw by Chris Lattner · 21 years ago
  24. aeb2a1d rename the "exceptional" destination of an invoke instruction to the 'unwind' dest by Chris Lattner · 21 years ago
  25. e0def04 Fix PR225: [pruneeh] -pruneeh pass removes invoke instructions it shouldn't by Chris Lattner · 21 years ago
  26. ab25f5a Delete dead line by Chris Lattner · 21 years ago
  27. 3788c24 Fix bug: Transforms/PruneEH/2003-11-21-PHIUpdate.llx by Chris Lattner · 21 years ago
  28. 1e2385b Finegrainify namespacification by Chris Lattner · 21 years ago
  29. d0fde30 Put all LLVM code into the llvm namespace, as per bug 109. by Brian Gaeke · 21 years ago
  30. b576c94 Added LLVM project notice to the top of every C++ source file. by John Criswell · 21 years ago
  31. ad9b5f3 Fix bug: PruneEH/2003-09-14-ExternalCall.llx by Chris Lattner · 21 years ago
  32. ee5457c Eliminate support for the llvm.unwind intrinisic, using the Unwind instruction instead by Chris Lattner · 21 years ago
  33. f6fb96f Add accessor function by Chris Lattner · 21 years ago
  34. 3e64b2e Initial checkin of the -prune-eh pass, a very simple exception handling removal pass by Chris Lattner · 21 years ago