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