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. a0e0129 Use APInt conversion to string so the result is correct regardless of the by Reid Spencer · 17 years ago
  5. 93e985f Eliminate use of ctors that take vectors. by Chris Lattner · 17 years ago
  6. 1ccd185 stop using methods that take vectors. by Chris Lattner · 18 years ago
  7. 046800a simplify name juggling through the use of Value::takeName. by Chris Lattner · 18 years ago
  8. 9133fe2 Apply the VISIBILITY_HIDDEN field to the remaining anonymous classes in by Reid Spencer · 18 years ago
  9. c71ca3c Inherit CallGraphSCCPass directly from Pass. by Devang Patel · 18 years ago
  10. c5b206b For PR950: by Reid Spencer · 18 years ago
  11. 86453c5 Eliminate static ctors due to Statistic objects by Chris Lattner · 18 years ago
  12. ac0b6ae Detemplatize the Statistic class. The only type it is instantiated with by Chris Lattner · 18 years ago
  13. 0a81aac Replace #include <iostream> with llvm_* streams. by Bill Wendling · 18 years ago
  14. 3ed469c For PR786: by Reid Spencer · 18 years ago
  15. b83eb64 For PR950: by Reid Spencer · 18 years ago
  16. 99435d3 Revert previous patch. Still breaking things. by Evan Cheng · 18 years ago
  17. 3295471 Another attempt at making ArgPromotion smarter. This patch no longer breaks Burg. by Owen Anderson · 18 years ago
  18. 9487652 revert previous two patches. They cause miscompilation of MultiSource/Applications/Burg by Chris Lattner · 18 years ago
  19. 46f022a Revert my previous work on ArgumentPromotion. Further investigation has revealed these by Owen Anderson · 18 years ago
  20. b833e5a Make ArgumentPromotion handle recursive functions that pass pointers in their recursive calls. by Owen Anderson · 18 years ago
  21. 7f8897f eliminate RegisterOpt. It does the same thing as RegisterPass. by Chris Lattner · 18 years ago
  22. dac58ad Make iostream #inclusion explicit by Chris Lattner · 19 years ago
  23. f201dbc Preserve calling conventions when doing IPO by Chris Lattner · 19 years ago
  24. 1430ef1 preserve the tail marker by Chris Lattner · 19 years ago
  25. fd93908 Remove trailing whitespace by Misha Brukman · 19 years ago
  26. e4d5c44 This mega patch converts us from using Function::a{iterator|begin|end} to by Chris Lattner · 19 years ago
  27. 4d0801b Fix VS warnings. by Chris Lattner · 20 years ago
  28. 4c989b6 Remove debugging code by Chris Lattner · 20 years ago
  29. 11a3d7b Argument promotion transforms functions to unconditionally load their by Chris Lattner · 20 years ago
  30. b12914b 'Pass' should now not be derived from by clients. Instead, they should derive by Chris Lattner · 20 years ago
  31. f5afcab Add comment by Chris Lattner · 20 years ago
  32. 5eb6f6c Convert this pass to be a CallGraphSCCPass instead of a Pass, which eliminates by Chris Lattner · 20 years ago
  33. ebeb0cb Fix typo in comment by Chris Lattner · 20 years ago
  34. 551ccae Changes For Bug 352 by Reid Spencer · 20 years ago
  35. 3178158 bug 122: - Excise dead CPR procesing. by Reid Spencer · 20 years ago
  36. beabf45 Make order of argument addition deterministic. In particular, the layout by Chris Lattner · 20 years ago
  37. 9e7cc2f Fairly substantial changes to update the alias analysis we are querying as by Chris Lattner · 20 years ago
  38. 9440db8 Implement ArgumentPromotion/aggregate-promote.ll by Chris Lattner · 20 years ago
  39. 86a734b Implement: ArgumentPromotion/chained.ll by Chris Lattner · 20 years ago
  40. 7db5a6d Fix another minor bug, exposed by perlbmk by Chris Lattner · 20 years ago
  41. 7e6f509 Fix a minor bug and turn debug output into, well, debug output. by Chris Lattner · 20 years ago
  42. ed570a7 New LLVM pass: argument promotion. This version only handles simple scalar by Chris Lattner · 20 years ago