1. 051a950 API changes for class Use size reduction, wave 1. by Gabor Greif · 16 years ago
  2. 4ee451d Remove attribution from file headers, per discussion on llvmdev. by Chris Lattner · 17 years ago
  3. 741c0ae dead calls to llvm.stacksave can be deleted, even though they by Chris Lattner · 17 years ago
  4. 37f3ee1 Move the GET_SIDE_EFFECT_INFO logic from isInstructionTriviallyDead by Dan Gohman · 17 years ago
  5. 5520732 move a bunch of constant folding code f rom Transforms/Utils/Local.cpp into by Chris Lattner · 18 years ago
  6. 4973190 remove now-dead code. by Chris Lattner · 18 years ago
  7. 9fa038d Change constant folding APIs to take an optional TargetData, and change by Chris Lattner · 18 years ago
  8. 579dca1 Implement review feedback for the ConstantBool->ConstantInt merge. Chris by Reid Spencer · 18 years ago
  9. 6b6b6ef For PR1043: by Zhou Sheng · 18 years ago
  10. e4d87aa For PR950: by Reid Spencer · 18 years ago
  11. 3da59db For PR950: by Reid Spencer · 18 years ago
  12. d6c3422 Remove redundant <cmath>. by Jim Laskey · 18 years ago
  13. 3822ff5 For PR950: by Reid Spencer · 18 years ago
  14. b83eb64 For PR950: by Reid Spencer · 18 years ago
  15. 4b30fcb Refactor some code to expose an interface to constant fold and instruction given it's opcode, typeand operands. by Chris Lattner · 18 years ago
  16. 99f2af2 Revert a patch that is unsafe, due to out of range array accesses in inner by Chris Lattner · 18 years ago
  17. a04c0c4 Patch for a new instcombine xform, patch contributed by Nick Lewycky! by Chris Lattner · 18 years ago
  18. 543abdf Add supprot for shufflevector by Chris Lattner · 18 years ago
  19. 7224f84 Adjust to change in Intrinsics.gen interface. by Chris Lattner · 18 years ago
  20. aeebe7f use autogenerated side-effect information by Chris Lattner · 18 years ago
  21. d900c6a ConstantFoldLoadThroughGEPConstantExpr wasn't handling pointers to by Robert Bocchino · 19 years ago
  22. 956fd72 Constant folding support for the insertelement operation. by Robert Bocchino · 19 years ago
  23. 0b11820 For PR411: by Reid Spencer · 19 years ago
  24. 6fb3bd6 Add bswap intrinsics as documented in the Language Reference by Nate Begeman · 19 years ago
  25. 5522037 it is ok to dce stacksave. by Chris Lattner · 19 years ago
  26. b52ee7f Added support for the extractelement operation. by Robert Bocchino · 19 years ago
  27. cbbc6b7 Fix #include order by Chris Lattner · 19 years ago
  28. a115643 Move some constant folding code shared by Analysis and Transform passes by John Criswell · 19 years ago
  29. 32643d8 Constant fold llvm.sqrt by Chris Lattner · 19 years ago
  30. c5f52e6 Move the ConstantFoldLoadThroughGEPConstantExpr function out of the InstCombine by Chris Lattner · 19 years ago
  31. a83ba0f Fix a fixme in CondPropagate.cpp by moving a PhiNode optimization into by Nate Begeman · 19 years ago
  32. 00b16889 Eliminate all remaining tabs and trailing spaces. by Jeff Cohen · 19 years ago
  33. 94cd87f prevent DCE of vaarg intrinsics. This should take care of most regressions by Andrew Lenharth · 19 years ago
  34. ec710c5 DCE intrinsic instructions without side effects. by Chris Lattner · 19 years ago
  35. df4945b Remove optimizations that don't require both operands to be constant. These by Reid Spencer · 19 years ago
  36. 1d3b718 * Add constant folding for additional floating point library calls such as by Reid Spencer · 19 years ago
  37. fd93908 Remove trailing whitespace by Misha Brukman · 19 years ago
  38. 8143c2b Enhance hasConstantValue to ignore undef values in phi nodes. This allows it by Chris Lattner · 20 years ago
  39. 551ccae Changes For Bug 352 by Reid Spencer · 20 years ago
  40. 1f2b892 Use new IsNAN() wrapper. by Brian Gaeke · 20 years ago
  41. 30c02f7 Comment out the isnan stuff until we get a proper autoconf test for it by Chris Lattner · 20 years ago
  42. afe16e1 I love the smell of a freshly broken PowerPC build in the morning. by Brian Gaeke · 20 years ago
  43. 5253f05 Fix compilation problem on freebsd. Problem noted by Vladimir Merzliakov in by Chris Lattner · 20 years ago
  44. 83a7049 Um, did someone make a typo or something? by Brian Gaeke · 20 years ago
  45. c45ef6d Remove support for the isnan intrinsic by Chris Lattner · 20 years ago
  46. fda2cce Quick hack to get this file compiling again on Mac OS X. The right thing to do by Brian Gaeke · 20 years ago
  47. df49731 Add constant folding capabilities to the isunordered intrinsic. by Alkis Evlogimenos · 20 years ago
  48. cf11035 Constant fold the isnan intrinsic by Chris Lattner · 20 years ago
  49. 8dfe570 Implement constant folding of fmod, which is used a lot in povray by Chris Lattner · 20 years ago
  50. b18b9d7 Restructure call constant folding code a bit to make it simpler by Chris Lattner · 20 years ago
  51. 09233fb Include cerrno (gcc-3.4 fix) by Alkis Evlogimenos · 20 years ago
  52. f5b9eb3 Add support for evaluation of exp/log/log10/pow by Chris Lattner · 20 years ago
  53. c598517 Include <cmath> for compatibility with gcc 3.0.x (the system compiler on by Brian Gaeke · 20 years ago
  54. 25b8390 Add a simple call constant propagation interface. by Chris Lattner · 20 years ago
  55. 17fd273 Add constant folding wrapper support for select instructions. by Chris Lattner · 20 years ago
  56. 7822c2a Clean up #includes by Chris Lattner · 21 years ago
  57. c6646eb Remove use of ConstantExpr::getShift by Chris Lattner · 21 years ago
  58. 81ebc30 Remove use of ConstantHandling by Chris Lattner · 21 years ago
  59. 8f90b00 Move llvm::ConstantFoldInstruction from VMCore to here, next to ConstantFoldTerminator by Chris Lattner · 21 years ago
  60. abbc2dd Add new function by Chris Lattner · 21 years ago
  61. d0fde30 Put all LLVM code into the llvm namespace, as per bug 109. by Brian Gaeke · 21 years ago
  62. b576c94 Added LLVM project notice to the top of every C++ source file. by John Criswell · 21 years ago
  63. 7d6c24c Implement SimplifyCFG/2003-08-17-FoldSwitch.ll:test5 by Chris Lattner · 21 years ago
  64. 10b1f5a Implement folding of switch instructions. by Chris Lattner · 21 years ago
  65. 694e37f Fix bug: SimplifyCFG/2003-08-17-BranchFoldOrdering.ll by Chris Lattner · 21 years ago
  66. 342a9d1 The fixme is irrelevant: if that happens, the LLVM bytecode is malformed. by Chris Lattner · 21 years ago
  67. 82c89b9 Hopefully, the final fix for `[Pp]ropogate'. by Misha Brukman · 21 years ago
  68. f0a93ed Rename Instruction::hasSideEffects() -> mayWriteToMemory() by Chris Lattner · 21 years ago
  69. 1896150 *** empty log message *** by Chris Lattner · 22 years ago
  70. 16da494 Simplify the interface to local DCE and Constant prop by Chris Lattner · 22 years ago
  71. 76ae344 Simplify interface to ConstantFoldTerminator by Chris Lattner · 22 years ago
  72. 4d1e46e Add code pulled out of TransformInternals.cpp, ConstProp.cpp, and DCE.cpp by Chris Lattner · 22 years ago