1. c3591a0 remove the LowerSelect pass. The last client was the old Sparc backend, which is long dead by now. by Chris Lattner · 18 years ago
  2. f3ebc3f Remove attribution from file headers, per discussion on llvmdev. by Chris Lattner · 18 years ago
  3. 71eae8a by David Greene · 18 years ago
  4. d568767 Finishing initial docs for all transformations in Passes.html. by Gordon Henriksen · 18 years ago
  5. d7917b6 Add std:: to sort calls. by Dan Gohman · 18 years ago
  6. c981d72 Change illegal uses of ++ to uses of STLExtra.h's next function. by Dan Gohman · 18 years ago
  7. e7da2d6 Fix typo in comment. by Nick Lewycky · 18 years ago
  8. 8c78a0b Drop 'const' by Devang Patel · 18 years ago
  9. e95c6ad Use 'static const char' instead of 'static const int'. by Devang Patel · 18 years ago
  10. 09f162c Do not use typeinfo to identify pass in pass manager. by Devang Patel · 18 years ago
  11. 233f97a remove use of BasicBlock::getNext by Chris Lattner · 19 years ago
  12. fb80151 Removed tabs everywhere except autogenerated & external files. Add make by Anton Korobeynikov · 19 years ago
  13. 0022741 Unbreak VC++ build. Do not use identifiers starting with _ as they are reserved and by Jeff Cohen · 19 years ago
  14. 8a6dc10 Use range tests in LowerSwitch, where possible by Anton Korobeynikov · 19 years ago
  15. dec03a0 Make sure debug code is not evaluated in non-debug case. by Reid Spencer · 19 years ago
  16. 1e10297 1. Sort switch cases using APInt safe comparison. by Reid Spencer · 19 years ago
  17. c635f47 For PR950: by Reid Spencer · 19 years ago
  18. 266e42b For PR950: by Reid Spencer · 19 years ago
  19. 45f966d switch more statistics over to STATISTIC, eliminating static ctors. Also, by Chris Lattner · 19 years ago
  20. a77f142 Added an automatic cast to "std::ostream*" etc. from OStream. We then can by Bill Wendling · 19 years ago
  21. f3baad3 Changed llvm_ostream et all to OStream. llvm_cerr, llvm_cout, llvm_null, are by Bill Wendling · 19 years ago
  22. 700b873 Detemplatize the Statistic class. The only type it is instantiated with by Chris Lattner · 19 years ago
  23. 4ae4010 Remove #include <iostream> and use llvm_* streams instead. by Bill Wendling · 19 years ago
  24. e0fc4df For PR950: by Reid Spencer · 19 years ago
  25. c2d3d31 eliminate RegisterOpt. It does the same thing as RegisterPass. by Chris Lattner · 19 years ago
  26. 3d27be1 s|llvm/Support/Visibility.h|llvm/Support/Compiler.h| by Chris Lattner · 19 years ago
  27. 85ea83e Add some advice by Chris Lattner · 19 years ago[Renamed from llvm/lib/Transforms/Scalar/LowerSwitch.cpp]
  28. 4a4c7fe Shrink libllvmgcc.dylib by another 23K by Chris Lattner · 19 years ago
  29. e4cb476 Declare that lowerinvoke doesn't interact with other lowering passes. by Chris Lattner · 19 years ago
  30. 4fe87d6 Patch to make some xforms preserve each other. Patch contributed by by Chris Lattner · 19 years ago
  31. 2d3a027 Add pass ID's for various passes, so they can be AddRequiredID. Patch by by Chris Lattner · 19 years ago
  32. c597b8a Make iostream #inclusion explicit by Chris Lattner · 20 years ago
  33. b1c9317 Remove trailing whitespace by Misha Brukman · 21 years ago
  34. 6614946 Convert code to compile with vc7.1. by Reid Spencer · 21 years ago
  35. a5c04ee Fixes to make LLVM compile with vc7.1. by Alkis Evlogimenos · 21 years ago
  36. 7c16caa Changes For Bug 352 by Reid Spencer · 21 years ago
  37. 2b3387a Fix #includes of i*.h => Instructions.h as per PR403. by Misha Brukman · 21 years ago
  38. b686595 Do not create empty basic blocks when the lowerswitch pass expects blocks to by Chris Lattner · 22 years ago
  39. 9c6833c Fix incorrect debug code by Chris Lattner · 22 years ago
  40. 49525f8 Finegrainify namespacification by Chris Lattner · 22 years ago
  41. a296000 Minor cleanups and simplifications by Chris Lattner · 22 years ago
  42. 2af5172 Start using the nicer terminator auto-insertion API by Chris Lattner · 22 years ago
  43. 960707c Put all LLVM code into the llvm namespace, as per bug 109. by Brian Gaeke · 22 years ago
  44. 482202a Added LLVM project notice to the top of every C++ source file. by John Criswell · 22 years ago
  45. ed92216 Bill contributed this major rewrite of the -lowerswitch pass to make it generate by Chris Lattner · 22 years ago
  46. f1b1c5e Fix bug: LowerSwitch/2003-08-23-EmptySwitch.ll by Chris Lattner · 22 years ago
  47. 8920794 Factory methods for FunctionPasses now return type FunctionPass *. by Brian Gaeke · 22 years ago
  48. df7cc91 Fix Bug: LowerSwitch/2003-05-01-PHIProblem.ll by Chris Lattner · 22 years ago
  49. 1b094a0 New pass to lower switch instructions to branch instructions by Chris Lattner · 23 years ago