1. 38bf3bf Add a copysign node by Chris Lattner · 19 years ago
  2. a4929df add a note for something evan noticed by Chris Lattner · 19 years ago
  3. 220b0cf Make vector narrowing more effective, implementing by Chris Lattner · 19 years ago
  4. 00195e1 new testcase for vector narrowing. by Chris Lattner · 19 years ago
  5. 9f17be6 Implemented. by Chris Lattner · 19 years ago
  6. a1deca3 fold (mul (add x, c1), c2) -> (add (mul x, c2), c1*c2) by Chris Lattner · 19 years ago
  7. 88b48c3 new testcase by Chris Lattner · 19 years ago
  8. 2cfdd28 Fix a crash compiling Obsequi by Chris Lattner · 19 years ago
  9. 9e14cd3 new testcase by Chris Lattner · 19 years ago
  10. e5022fe Add factoring of multiplications, e.g. turning A*A+A*B into A*(A+B). by Chris Lattner · 19 years ago
  11. ad01993 Add a note by Chris Lattner · 19 years ago
  12. c2c6038 Regenerate by Chris Lattner · 19 years ago
  13. 7d5c1e1 Don't use invalidated iterators! by Chris Lattner · 19 years ago
  14. f42f516 Add an entry by Evan Cheng · 19 years ago
  15. ab51f3f Canonicalize (X+C1)*C2 -> X*C2+C1*C2 by Chris Lattner · 19 years ago
  16. 5128d23 new testcase by Chris Lattner · 19 years ago
  17. 62bec2c MEMSET / MEMCPY lowering bugs: we can't issue a single WORD / DWORD version of by Evan Cheng · 19 years ago
  18. 973e0ef Keep Visual Studio happy. by Jeff Cohen · 19 years ago
  19. 5a3cf8d Be more conservative with our symbolic alias analysis. In particular, by Chris Lattner · 19 years ago
  20. 4298365 new testcase by Chris Lattner · 19 years ago
  21. b27b69f add a note by Chris Lattner · 19 years ago
  22. 8df346b Typo by Evan Cheng · 19 years ago
  23. 4d94517 New testcase, make sure nate doesn't vanish by Chris Lattner · 19 years ago
  24. f0afc2c Spec change: the size of a memset/memcpy/memmove is not required to be aligned by Chris Lattner · 19 years ago
  25. b80af6f Added support for dwarf block data entries. by Jim Laskey · 19 years ago
  26. 56879b2 Silence a warning. by Chris Lattner · 19 years ago
  27. e5d5595 Add another test case for instruction scheduling. by Evan Cheng · 19 years ago
  28. 329b951 Unbreak autouprade of llvm.sqrt, simplify some code. by Chris Lattner · 19 years ago
  29. f01e547 Adding basic structure support. by Jim Laskey · 19 years ago
  30. 3e1ce5a Add more vector NodeTypes: VSDIV, VUDIV, VAND, VOR, and VXOR. by Evan Cheng · 19 years ago
  31. 33143dc Number of NodeTypes now exceeds 128. by Evan Cheng · 19 years ago
  32. bfa284f SDOperand::isOperand should not be a forwarding. It must check *this against N's operands. by Evan Cheng · 19 years ago
  33. 80d8eaa Added isOperand(N): true if this is an operand of N by Evan Cheng · 19 years ago
  34. fb43331 A bit more tweaking by Evan Cheng · 19 years ago
  35. b672d98 Fix pasteo by Chris Lattner · 19 years ago
  36. d845254 Fix VC++ compilation errors. by Jeff Cohen · 19 years ago
  37. 3b23972 remove a bunch of long-dead testing code by Chris Lattner · 19 years ago
  38. b253400 initial checkin of the intrinsic description file by Chris Lattner · 19 years ago
  39. 9e493cf initial implementation of intrinsic parsing by Chris Lattner · 19 years ago
  40. 86d064d Implemented -quiet feature for analyze by Robert Bocchino · 19 years ago
  41. 932f022 Move #include "llvm/CodeGen/AsmPrinter.h" to top since it's the interface. by Evan Cheng · 19 years ago
  42. 3d87811 remove out of date comment by Chris Lattner · 19 years ago
  43. 378fdf2 update comment by Chris Lattner · 19 years ago
  44. a8309ae Split the valuetypes out of Target.td into ValueTypes.td by Chris Lattner · 19 years ago
  45. cb3fc53 pass -Illvm/include to tblgen by Chris Lattner · 19 years ago
  46. c1323fa Split this out of Target.td by Chris Lattner · 19 years ago
  47. ed54241 Add support for "-Ifoo" in addition to "-I foo" by Chris Lattner · 19 years ago
  48. c1d6e4e Regenerate by Chris Lattner · 19 years ago
  49. d9f5d90 add support for multiple include directories by Chris Lattner · 19 years ago
  50. 2195939 Change this to work with renamed intrinsics. by Chris Lattner · 19 years ago
  51. fb882ce Upgrade this to use the new intrinsic names by Chris Lattner · 19 years ago
  52. aecb062 Make this work with renamed intrinsics. by Chris Lattner · 19 years ago
  53. 01ac91e updates for recent changes by Chris Lattner · 19 years ago
  54. c5d658a mention some major changes by Chris Lattner · 19 years ago
  55. 41edaa0 remove the read/write port/io intrinsics. by Chris Lattner · 19 years ago
  56. 472c0eb Remove these testcases. These intrinsics are going away by Chris Lattner · 19 years ago
  57. 5b310c3 Update the llvm.memset/memcpy/memmove intrinsics to reflect the recent split by Chris Lattner · 19 years ago
  58. 03dd465 Split memcpy/memset/memmove intrinsics into i32/i64 versions, resolving by Chris Lattner · 19 years ago
  59. bad0800 Simplify the autoupgrade interface by Chris Lattner · 19 years ago
  60. ffa987d Split memcpy/memset/memmove intrinsics into i32/i64 versions, resolving by Chris Lattner · 19 years ago
  61. 14c2846 new testcases by Chris Lattner · 19 years ago
  62. 89188a1 add a note by Chris Lattner · 19 years ago
  63. d180ac1 Add a regression test for bug 478. by Evan Cheng · 19 years ago
  64. 86ec7d1 - Fixed some priority calculation bugs that were causing bug 478. Among them: by Evan Cheng · 19 years ago
  65. db3f873 Generalize the REM folding code to handle another case Nick Lewycky by Chris Lattner · 19 years ago
  66. f4eec62 add a couple more cases by Chris Lattner · 19 years ago
  67. a1b2a9b Fix a compilation error with GCC 4.1. Thanks to Vladimir Merzliakov for by Chris Lattner · 19 years ago
  68. 6a3eb01 Support for enumerations. by Jim Laskey · 19 years ago
  69. 5df5940 testcase that crashed the new CFE by Chris Lattner · 19 years ago
  70. 246ae0d Don't print llvm constant in assmebly file. Assembler won't like comments that by Evan Cheng · 19 years ago
  71. a4ffcc2 Back out my last check-in. Wrong place to fix it. by Evan Cheng · 19 years ago
  72. 7cfdd01 AsmWriter should not print LLVM constant in comment. Assembler won't like by Evan Cheng · 19 years ago
  73. 1ec05d1 Fix CodeGen/Generic/2006-03-01-dagcombineinfloop.ll, an infinite loop by Chris Lattner · 19 years ago
  74. 358d5af new testcase by Chris Lattner · 19 years ago
  75. 40486cc Remove extra comma from enum list. by Jim Laskey · 19 years ago
  76. abd19e8 Remove comma from enum list. by Jim Laskey · 19 years ago
  77. 9c4447a Switch back to using actual dwarf tags. Simplifies code without loss to other by Jim Laskey · 19 years ago
  78. b2742f4 Fix a typo evan noticed by Chris Lattner · 19 years ago
  79. 92ae740 Use context and not compile unit. by Jim Laskey · 19 years ago
  80. 288fe0f I guess I can handle large type sizes. by Jim Laskey · 19 years ago
  81. f8913f1 Basic array support. by Jim Laskey · 19 years ago
  82. 0f6ab6f Implement CodeGen/PowerPC/or-addressing-mode.ll, which is also PR668. by Chris Lattner · 19 years ago
  83. 2471403 load (x|y) -> load (x+y) iff x and y have no common bits. by Chris Lattner · 19 years ago
  84. 00d18f0 add a note by Chris Lattner · 19 years ago
  85. 5126984 Compile this: by Chris Lattner · 19 years ago
  86. c607fa8 new testcase. These functions shouldn't touch the stack if stfiwx use by Chris Lattner · 19 years ago
  87. 8c13d0a Use a target-specific dag-combine to implement CodeGen/PowerPC/fp-int-fp.ll. by Chris Lattner · 19 years ago
  88. 257bedb new testcase. There should be no accesses to the stack for these functions. by Chris Lattner · 19 years ago
  89. 2466472 Add support for target-specific dag combines by Chris Lattner · 19 years ago
  90. 00ffed0 Add interfaces for targets to provide target-specific dag combiner optimizations. by Chris Lattner · 19 years ago
  91. 5750df9 Add a new AddToWorkList method, start using it by Chris Lattner · 19 years ago
  92. 0b1a85f Pull shifts by a constant through multiplies (a form of reassociation), by Chris Lattner · 19 years ago
  93. cf6a9fb new testcase by Chris Lattner · 19 years ago
  94. d30bf01 Vector op lowering. by Evan Cheng · 19 years ago
  95. 9073dea New vector type v2f32. by Evan Cheng · 19 years ago
  96. 860771d Vector ops lowering. by Evan Cheng · 19 years ago
  97. f338dd8 New type v2f32. by Evan Cheng · 19 years ago
  98. bf57e1f Missing a cast previously. by Evan Cheng · 19 years ago
  99. 70695ab - Added v2f32, not used by any target currently. Only for testing purpose. by Evan Cheng · 19 years ago
  100. 1ab7d85 - Added VConstant as an abstract version of ConstantVec. by Evan Cheng · 19 years ago