1. 62810e3 This method got renamed, thanks to Mattias Holm for pointing this out. by Chris Lattner · 16 years ago
  2. 18fae69 CellSPU: by Scott Michel · 16 years ago
  3. 21bfe0b add info about how to run the tests with valgrind by Nuno Lopes · 16 years ago
  4. a6af91a Now with the correct type for the 0. by Bill Wendling · 16 years ago
  5. 7ebfea4 Get rid of unused variable. by Bill Wendling · 16 years ago
  6. c0062fb Hacker's Delight says, "Signed integer overflow of addition occurs if and only by Bill Wendling · 16 years ago
  7. 3b48501 Teach MatchScaledValue to handle Scales by 1 with MatchAddr (which by Chris Lattner · 16 years ago
  8. 88a5c83 significantly refactor all the addressing mode matching logic by Chris Lattner · 16 years ago
  9. bb3204a refactor all the constantexpr/instruction handling code out into a by Chris Lattner · 16 years ago
  10. 7ad1c73 another minor tweak by Chris Lattner · 16 years ago
  11. 088a1e8 minor cleanups no functionality change. by Chris Lattner · 16 years ago
  12. b6c2202 CMake: Documented two cmake variables. by Oscar Fuentes · 16 years ago
  13. 50843c0 CellSPU: Relax constraints on when to generate a X-form address, evidently by Scott Michel · 16 years ago
  14. 97d0a60 CellSPU: test should use shlqby, not shlqbyi by Scott Michel · 16 years ago
  15. 39ccca3 XFAIL this test. A recent CellSPU check-in broke it. by Bill Wendling · 16 years ago
  16. 21d9003 Initial support for anti-dependence breaking. Currently this code does not by Dan Gohman · 16 years ago
  17. 662165d CellSPU: Fix mnemonic typo in pattern; "shlqbyi" -> "shlqby". by Scott Michel · 16 years ago
  18. 9822296 Testcase for constant CFStrings. by Bill Wendling · 16 years ago
  19. 85fa13c rearrange and tidy some code, no functionality change. by Chris Lattner · 16 years ago
  20. 4744d85 minor cleanups to debug code, no functionality change. by Chris Lattner · 16 years ago
  21. 8d0d603 reenable test by Chris Lattner · 16 years ago
  22. ae297f8 reenable the right part of the code. by Chris Lattner · 16 years ago
  23. 612e0b7 Temporarily XFAIL this test. r59976 and r59972 broke it. by Bill Wendling · 16 years ago
  24. ad38b6e Move the scheduler constructor functions to SchedulerRegistry.h, to by Dan Gohman · 16 years ago
  25. d59b083 Fix an unused-parameter warning. by Dan Gohman · 16 years ago
  26. 7f2d6ef revert an accidental commit, this fixes the regression on test/CodeGen/X86/isel-sink.ll by Chris Lattner · 16 years ago
  27. 47f5751 Fix 3113: If we have a dead cyclic PHI, replace the whole thing with an undef. by Chris Lattner · 16 years ago
  28. 41ea7e7 - Make lowering of "add with overflow" customizable by back-ends. by Bill Wendling · 16 years ago
  29. 045a145 CellSPU: by Scott Michel · 16 years ago
  30. 942b8c8 Check in the rest of this change. The isAntiDep flag needs to be passed by Dan Gohman · 16 years ago
  31. 974b5f5 Pass the isAntiDep argument. by Dan Gohman · 16 years ago
  32. cb72dd6 Run post-RA scheduling after branch folding, as it tends to by Dan Gohman · 16 years ago
  33. f003276 Fix a few HTML tidiness issues. by Dan Gohman · 16 years ago
  34. 104de43 CellSPU: by Scott Michel · 16 years ago
  35. fd9ddc0 Delete some spurious characters. by Dan Gohman · 16 years ago
  36. a7ab2bf Fix some "</p>"s. by Dan Gohman · 16 years ago
  37. 641b279 Some documentation for LegalizeTypes. by Dan Gohman · 16 years ago
  38. faa3d82 Minor fix debug for register allocation debug output. by Matthijs Kooijman · 16 years ago
  39. 25cf227 If the type legalizer actually legalized anything by Duncan Sands · 16 years ago
  40. 19ea77f Fix comments. by Matthijs Kooijman · 16 years ago
  41. 9682607 NULL, unique pointers from malloc(0), and freed pointers are legal values for by Torok Edwin · 16 years ago
  42. 027fdbe Move target independent td files from lib/Target/ to include/llvm/Target so they can be distributed along with the header files. by Evan Cheng · 16 years ago
  43. 24ac408 Eliminate some unused variable compile time warnings. by Evan Cheng · 16 years ago
  44. d21c6ef Test add-with-overflow with fast ISel. by Bill Wendling · 16 years ago
  45. b2b32fd Seriously strengthen the guarantee offered by noalias on a function's return by Nick Lewycky · 16 years ago
  46. 02ff308 Extend the 'noalias' attribute to function return values. This is intended to by Nick Lewycky · 16 years ago
  47. 9f22a4a Added missing description for -disable-mmx option. by Mon P Wang · 16 years ago
  48. def2739 Add support for llvm.uadd.with.overflow. by Bill Wendling · 16 years ago
  49. 2cd9180 Roll back rev 59890, since Chris says this can never happen. by Scott Michel · 16 years ago
  50. 0322808 Rename SetCCResultContents to BooleanContents. In by Duncan Sands · 16 years ago
  51. cdfc51f Make JIT::runFunction handle functions with non-C calling conventions. by Chris Lattner · 16 years ago
  52. 3c81d35 Added -disable-mmx using a patch from Preston Gurd. by Mon P Wang · 16 years ago
  53. 6cce3da Added check to avoid generating extract subvector beyond the end of the vector when normalizing vector shuffles. by Mon P Wang · 16 years ago
  54. dccb025 Fixed named anchor for llvm.stackprotector intrinsic. by Misha Brukman · 16 years ago
  55. 7a1c9e9 CellSPU: Fix bug 3056. Varadic extract_element was not implemented (nor was it by Scott Michel · 16 years ago
  56. bab6436 Check for NULL before traversing the isa<> type hierarchy checking with a by Scott Michel · 16 years ago
  57. 7a15273 Describe how the JIT maps fields to MachineOperands, patch by JP Bonn! by Chris Lattner · 16 years ago
  58. 7751ad9 Make a convenient helper for printing offsets. by Anton Korobeynikov · 16 years ago
  59. 253174b Cleanup of the [SU]ADDO type legalization code. Patch by Duncan! by Bill Wendling · 16 years ago
  60. 8ac0d4b - Move conversion of [SU]ADDO from DAG combiner into legalizer. by Bill Wendling · 16 years ago
  61. 50cacb2 Fix build failure. by Devang Patel · 16 years ago
  62. 59500c8 Silence unused variable warnings. by Devang Patel · 16 years ago
  63. a5c05aa by Devang Patel · 16 years ago
  64. 37d8b31 Correctly set the isCtrl flag for chain dependencies. by Dan Gohman · 16 years ago
  65. fc626b6 Update comments. by Dan Gohman · 16 years ago
  66. 3ebd0ee Update comments. by Dan Gohman · 16 years ago
  67. 824b958 reapply Sanjiv's patch to genericize memcpy/memset/memmove to take an by Chris Lattner · 16 years ago
  68. dc77092 Revert r59802. It was breaking the build of llvm-gcc: by Bill Wendling · 16 years ago
  69. 219ab40 Make mem[cpy,move,set] intrinsics overloaded. by Sanjiv Gupta · 16 years ago
  70. 137dccd Default to converting UADDO to the generic form that SADDO is converted to. by Bill Wendling · 16 years ago
  71. 0c73079 Optimize (x/y)*y into x-(x%y) in general. Div and rem are about the same, and by Nick Lewycky · 16 years ago
  72. 41e4a59 LLVM does have a fortran FE! by Duraid Madina · 16 years ago
  73. 230e4fa Clean up normalization of shuffles by Mon P Wang · 16 years ago
  74. 9c0c6b2 CellSPU: by Scott Michel · 16 years ago
  75. ef37546 Combine the two add with overflow intrinsics lowerings. They differ only in DAG node type. by Bill Wendling · 16 years ago
  76. f6b7a47 Set the isAntiDep flag in the MachineInstr scheduler. by Dan Gohman · 16 years ago
  77. da4948a Generate code for llvm.uadd.with.overflow intrinsic. No conversion support yet. by Bill Wendling · 16 years ago
  78. cddd428 Add a flag to SDep for tracking which edges are anti-dependence edges. by Dan Gohman · 16 years ago
  79. e1a6d16 Update comment to reflect a semblance of reality. by Bill Wendling · 16 years ago
  80. 6c63f62 Remove chains. Unnecessary. by Bill Wendling · 16 years ago
  81. 98adea1 Rename SDep's isSpecial to isArtificial, to make this field a little by Dan Gohman · 16 years ago
  82. 52a5899 Add generic test for add with overflow. by Bill Wendling · 16 years ago
  83. 1c55a9c Rename "ADDO" to "SADDO" and "UADDO". The "UADDO" isn't equivalent to "ADDC" by Bill Wendling · 16 years ago
  84. 7cdc3c8 Implement the sadd_with_overflow intrinsic. This is converted into by Bill Wendling · 16 years ago
  85. cb9a354 Fix unused variable warnings. by Devang Patel · 16 years ago
  86. 787782f Use ComputeLatency in the MachineInstr scheduler. by Dan Gohman · 16 years ago
  87. f209c2c Remove the CycleBound computation code from the ScheduleDAGRRList by Dan Gohman · 16 years ago
  88. 08c85d1 Update comment. by Bill Wendling · 16 years ago
  89. beb7a05 CMake: Do not rebuild the world when tblgen changes but the .inc files by Oscar Fuentes · 16 years ago
  90. c8c2827 Implement ComputeLatency for MachineInstr ScheduleDAGs. Factor by Dan Gohman · 16 years ago
  91. ea7b527 Add UADDO and SADDO nodes. These will be used for determining an overflow by Bill Wendling · 16 years ago
  92. 47d1a21 Change these schedulers to not emit no-ops. It turns out that by Dan Gohman · 16 years ago
  93. 66c75aa Fix error where it wasn't getting the correct caller function. by Bill Wendling · 16 years ago
  94. 8c1604e If the function being inlined has a higher stack protection level than the by Bill Wendling · 16 years ago
  95. e6ed6ec Introduce two new "add" intrinsics. These return the sum plus a bit indicating by Bill Wendling · 16 years ago
  96. 370387c CMake: More documentation. by Oscar Fuentes · 16 years ago
  97. eb3904b Delete redundant inline keywords. by Dan Gohman · 16 years ago
  98. 33372a1 Doxygenate comments. by Dan Gohman · 16 years ago
  99. 25f1d03 CMake: Some documentation. Work in progress. by Oscar Fuentes · 16 years ago
  100. 8eaf41d Treat mid-block labels the same as terminators when building the by Dan Gohman · 16 years ago