1. 051a950 API changes for class Use size reduction, wave 1. by Gabor Greif · 16 years ago
  2. 75542bd remove the LowerSelect pass. The last client was the old Sparc backend, which is long dead by now. by Chris Lattner · 16 years ago
  3. 4ee451d Remove attribution from file headers, per discussion on llvmdev. by Chris Lattner · 17 years ago
  4. 9dfb11d by David Greene · 17 years ago
  5. c86b677 Finishing initial docs for all transformations in Passes.html. by Gordon Henriksen · 17 years ago
  6. 111c4f8 Add std:: to sort calls. by Dan Gohman · 17 years ago
  7. b61f2f0 Change illegal uses of ++ to uses of STLExtra.h's next function. by Dan Gohman · 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. 261cdfb remove use of BasicBlock::getNext by Chris Lattner · 17 years ago
  13. bed2946 Removed tabs everywhere except autogenerated & external files. Add make by Anton Korobeynikov · 17 years ago
  14. c4558fd Unbreak VC++ build. Do not use identifiers starting with _ as they are reserved and by Jeff Cohen · 17 years ago
  15. e2ff29c Use range tests in LowerSwitch, where possible by Anton Korobeynikov · 17 years ago
  16. e8391e0 Make sure debug code is not evaluated in non-debug case. by Reid Spencer · 17 years ago
  17. f1bed4c 1. Sort switch cases using APInt safe comparison. by Reid Spencer · 17 years ago
  18. c5b206b For PR950: by Reid Spencer · 18 years ago
  19. e4d87aa For PR950: by Reid Spencer · 18 years ago
  20. d216e8b switch more statistics over to STATISTIC, eliminating static ctors. Also, by Chris Lattner · 18 years ago
  21. 5c7e326 Added an automatic cast to "std::ostream*" etc. from OStream. We then can by Bill Wendling · 18 years ago
  22. e815619 Changed llvm_ostream et all to OStream. llvm_cerr, llvm_cout, llvm_null, are by Bill Wendling · 18 years ago
  23. ac0b6ae Detemplatize the Statistic class. The only type it is instantiated with by Chris Lattner · 18 years ago
  24. 0d45a09 Remove #include <iostream> and use llvm_* streams instead. by Bill Wendling · 18 years ago
  25. b83eb64 For PR950: by Reid Spencer · 18 years ago
  26. 7f8897f eliminate RegisterOpt. It does the same thing as RegisterPass. by Chris Lattner · 18 years ago
  27. a4f0b3a s|llvm/Support/Visibility.h|llvm/Support/Compiler.h| by Chris Lattner · 18 years ago
  28. f4b5461 Shrink libllvmgcc.dylib by another 23K by Chris Lattner · 18 years ago
  29. ed96fe8 Declare that lowerinvoke doesn't interact with other lowering passes. by Chris Lattner · 18 years ago
  30. 8d89e7b Patch to make some xforms preserve each other. Patch contributed by by Chris Lattner · 18 years ago
  31. b3674e4 Add pass ID's for various passes, so they can be AddRequiredID. Patch by by Chris Lattner · 18 years ago
  32. dac58ad Make iostream #inclusion explicit by Chris Lattner · 19 years ago
  33. fd93908 Remove trailing whitespace by Misha Brukman · 19 years ago
  34. 2da5c3d Convert code to compile with vc7.1. by Reid Spencer · 20 years ago
  35. 20aa474 Fixes to make LLVM compile with vc7.1. by Alkis Evlogimenos · 20 years ago
  36. 551ccae Changes For Bug 352 by Reid Spencer · 20 years ago
  37. d8e1eea Fix #includes of i*.h => Instructions.h as per PR403. by Misha Brukman · 20 years ago
  38. bf9eadd Do not create empty basic blocks when the lowerswitch pass expects blocks to by Chris Lattner · 20 years ago
  39. 940ff56 Fix incorrect debug code by Chris Lattner · 20 years ago
  40. d745602 Finegrainify namespacification by Chris Lattner · 21 years ago
  41. 108e4ab Minor cleanups and simplifications by Chris Lattner · 21 years ago
  42. f8485c6 Start using the nicer terminator auto-insertion API by Chris Lattner · 21 years ago
  43. d0fde30 Put all LLVM code into the llvm namespace, as per bug 109. by Brian Gaeke · 21 years ago
  44. b576c94 Added LLVM project notice to the top of every C++ source file. by John Criswell · 21 years ago
  45. ebbc1a5 Bill contributed this major rewrite of the -lowerswitch pass to make it generate by Chris Lattner · 21 years ago
  46. 44bb541 Fix bug: LowerSwitch/2003-08-23-EmptySwitch.ll by Chris Lattner · 21 years ago
  47. 19df387 Factory methods for FunctionPasses now return type FunctionPass *. by Brian Gaeke · 21 years ago
  48. 20af322 Fix Bug: LowerSwitch/2003-05-01-PHIProblem.ll by Chris Lattner · 21 years ago
  49. 1438348 New pass to lower switch instructions to branch instructions by Chris Lattner · 21 years ago