1. 4ee451d Remove attribution from file headers, per discussion on llvmdev. by Chris Lattner · 17 years ago
  2. ac72058 The #include <iterator> isn't needed in this header. by Dan Gohman · 17 years ago
  3. b8f7479 by David Greene · 17 years ago
  4. 2b9a5da Revise APIs for creating constantexpr GEPs to not require the use of vectors. by Chris Lattner · 18 years ago
  5. b913bba Cleanup ConstantFoldCompareInstruction: by Reid Spencer · 18 years ago
  6. e4d87aa For PR950: by Reid Spencer · 18 years ago
  7. 2f8bbf5 For PR950: Implement a stub for folding ICmp and FCmp instructions by Reid Spencer · 18 years ago
  8. 3da59db For PR950: by Reid Spencer · 18 years ago
  9. 00f1023 Add shufflevector support, todo, implement better constant folding. by Chris Lattner · 18 years ago
  10. c152f9c VMCore support for the insertelement operation. by Robert Bocchino · 19 years ago
  11. bb90a7a Added constant folding support for the extractelement operation. by Robert Bocchino · 19 years ago
  12. fd93908 Remove trailing whitespace by Misha Brukman · 19 years ago
  13. 1fca5ff Convert 'struct' to 'class' in various places to adhere to the coding standards by Chris Lattner · 20 years ago
  14. 7fa6e66 Allow creation of GEP constantexprs with a vector of value* operands as by Chris Lattner · 20 years ago
  15. 82d5590 Fix a link error using VS8.0 by Chris Lattner · 20 years ago
  16. 647f82b Add new function by Chris Lattner · 20 years ago
  17. cbfd406 Rename ConstantHandling.* -> ConstantFolding.* by Chris Lattner · 21 years ago
  18. 8b0f0cb Remove a whole bunch more ugliness. This is actually getting to the point of by Chris Lattner · 21 years ago
  19. 6b7b91a Move ConstantHandling.h into lib/VMCore and out of include/llvm by Chris Lattner · 21 years ago
  20. 731ba7f Eliminate a lot of out-of-date comments, and all of the wierd overloaded by Chris Lattner · 21 years ago
  21. c4a1509 Move prototype of llvm::ConstantFoldInstruction by Chris Lattner · 21 years ago
  22. 5d5a714 Implement == and != correctly. Before they would incorrectly return != by Chris Lattner · 21 years ago
  23. 0dc3969 Constant folding shalt not be built on annotations by Chris Lattner · 21 years ago
  24. 8b70b78 Fixes for PR114: Thanks to Reid Spencer! by Chris Lattner · 21 years ago
  25. d0fde30 Put all LLVM code into the llvm namespace, as per bug 109. by Brian Gaeke · 21 years ago
  26. d5e4918 Fix spello Add negate overload by Chris Lattner · 21 years ago
  27. 6fbcc26 Added LLVM copyright header (for lack of a better term). by John Criswell · 21 years ago
  28. 4848689 Standardize header file comments by Chris Lattner · 21 years ago
  29. 30780cc Add support for ~ operator on constants by Chris Lattner · 21 years ago
  30. 3889a2c Remove a ton of extraneous #includes by Chris Lattner · 21 years ago
  31. be583b9 Included assert.h so that the code compiles under newer versions of GCC. by John Criswell · 21 years ago
  32. eca8e8f *** Huge: Make constantexprs be handled correctly, conservatively by Chris Lattner · 21 years ago
  33. fd73cf8 Don't force a ConstantPointer to be returned by Chris Lattner · 21 years ago
  34. ce8a149 - Renamed Type::isIntegral() to Type::isInteger() by Chris Lattner · 22 years ago
  35. f4e3c00 Remove constant propogation support for NOT instruction by Chris Lattner · 22 years ago
  36. e56096a Implement constant propogation of logical (and, or, xor) expressions. by Chris Lattner · 22 years ago
  37. a803899 Move a bunch of code to a .cpp file, don't #include Instruction.h by Chris Lattner · 22 years ago
  38. 4c1061f Implement constant propogation of shift instructions by Chris Lattner · 22 years ago
  39. bdd15ad Implement remainder by Chris Lattner · 22 years ago
  40. 31bcdb8 Split ConstantVals.h into Constant.h and Constants.h by Chris Lattner · 22 years ago
  41. 6616042 Minor change to reflect that ConstantHandling is now part of VMCore by Chris Lattner · 22 years ago
  42. 05c05ea Implement constant propogation of multiply and divide instructions!! by Chris Lattner · 22 years ago
  43. c4edcb3 Pull stuff out of opt namespace by Chris Lattner · 23 years ago
  44. e9bb2df Rename ConstPoolVal -> Constant by Chris Lattner · 23 years ago
  45. 8927973 Be more const correct by Chris Lattner · 23 years ago
  46. 76ac1a4 Implement constant propogation of null pointer values. by Chris Lattner · 23 years ago
  47. 37aabf2 Implemented constant propogation of cast instructions by Chris Lattner · 23 years ago
  48. 0b693fb not is a keyword in Ansi C++. Avoid it by Chris Lattner · 23 years ago
  49. 78914e7 Convert ConstRules to use annotations to clean it up. by Chris Lattner · 23 years ago
  50. 539a4bf You no longer have to delete constants! They are located in a global by Chris Lattner · 23 years ago
  51. 7e314d2 Add support for casting operators by Chris Lattner · 23 years ago
  52. a137f87 Add multiply as a supported constant propogation operation by Chris Lattner · 23 years ago
  53. 0908309 Neg instruction removed. Cast instruction implemented. by Chris Lattner · 23 years ago
  54. 50d0b7e Split AllOpts.h into lots of little .h files. by Chris Lattner · 23 years ago
  55. 6bb09d9 Add instructions to fold unary and binary instructions. by Chris Lattner · 23 years ago
  56. 0095054 Initial revision by Chris Lattner · 23 years ago