1. 8a53688 new testcase for PR957 by Chris Lattner · 18 years ago
  2. e617474 Testcase for P926 by Bill Wendling · 18 years ago
  3. 002e499 It is OK to remove extra cast if operation is EQ/NE even though source by Devang Patel · 18 years ago
  4. 6ce890b Fix bug in PR454 resolution. Added new test case. by Devang Patel · 18 years ago
  5. b97809c print common symbols by Rafael Espindola · 18 years ago
  6. 71d94d8 add blx by Rafael Espindola · 18 years ago
  7. 5f1b698 implement CallingConv::Fast as CallingConv::C by Rafael Espindola · 18 years ago
  8. 9935dd9 new testcase by Chris Lattner · 18 years ago
  9. 158cf5e new testcase, miscompilation of llvm with itself. by Chris Lattner · 18 years ago
  10. 226f8bc expand ISD::SDIV, ISD::UDIV, ISD::SREM and ISD::UREM by Rafael Espindola · 18 years ago
  11. c01c87c add FABSS and FABSD by Rafael Espindola · 18 years ago
  12. 278dbaa cleanup some tests by Rafael Espindola · 18 years ago
  13. 3f3a6f6 remove extra [] in stores by Rafael Espindola · 18 years ago
  14. 065a13f new testcase by Chris Lattner · 18 years ago
  15. 32bd5f4 initial implementation of addressing mode 5 by Rafael Espindola · 18 years ago
  16. 0d479ec add the immediate to the Offset in eliminateFrameIndex by Rafael Espindola · 18 years ago
  17. f621abc add FSTD and FSTS by Rafael Espindola · 18 years ago
  18. a605be6 add fdivs e fdivd by Rafael Espindola · 18 years ago
  19. 0505be0 expand ISD::SHL_PARTS, ISD::SRA_PARTS and ISD::SRL_PARTS by Rafael Espindola · 18 years ago
  20. 82c678b implement LDRB, LDRSB, LDRH and LDRSH by Rafael Espindola · 18 years ago
  21. bec2e38 implement smull and umull by Rafael Espindola · 18 years ago
  22. 1d4b6bf testcase that causes the asmparser to assert by Chris Lattner · 18 years ago
  23. 6c5ae3e fix some fp condition codes use non trapping comparison instructions by Rafael Espindola · 18 years ago
  24. f6774c7 One cyclic dag a day is good for ya... by Evan Cheng · 18 years ago
  25. 4c1984d testcase for recent dag combiner patch. Before the entry bb was: by Chris Lattner · 18 years ago
  26. 7829887 testcase for recent selectiondag patch by Chris Lattner · 18 years ago
  27. 33d06bc add FNEGS and FNEGD by Rafael Espindola · 18 years ago
  28. 5395538 add SBCS and SUBS by Rafael Espindola · 18 years ago
  29. 26a76d1 implement calls to functions that return long by Rafael Espindola · 18 years ago
  30. 42b62f3 implement unordered floating point compares by Rafael Espindola · 18 years ago
  31. 871a87d new testcase by Chris Lattner · 18 years ago
  32. f6f1f4e Add another cyclic dag test case. by Evan Cheng · 18 years ago
  33. 32159c1 Update tests. by Evan Cheng · 18 years ago
  34. ffe945e new testcase by Chris Lattner · 18 years ago
  35. f187bab add test for mdef in a let by Chris Lattner · 18 years ago
  36. 98dd175 Explict processor. by Jim Laskey · 18 years ago
  37. 5aec0b0 Make sure combiner alias analysis does it's thing. by Jim Laskey · 18 years ago
  38. 27b1bb9 Test case for the recently fixed FindModifiedNodeSlot bug. by Evan Cheng · 18 years ago
  39. 3d2da9a new testcase, this should turn into zap by Chris Lattner · 18 years ago
  40. 82c3d8f Jimptables working again on alpha. by Andrew Lenharth · 18 years ago
  41. 2f239b9 Both of these functions should turn into cmpbge instructions, even though by Chris Lattner · 18 years ago
  42. 67afa13 new testcase for zap generation, from the alpha readme by Chris Lattner · 18 years ago
  43. 493a7fc uint <-> double conversion by Rafael Espindola · 18 years ago
  44. 667c349 add fp sub by Rafael Espindola · 18 years ago
  45. b47e1d0 add double <-> int conversion by Rafael Espindola · 18 years ago
  46. 0d9fe76 compare doubles by Rafael Espindola · 18 years ago
  47. fb6abd7 add some tests for floating point compare by Rafael Espindola · 18 years ago
  48. ccc4870 Add test case from PR940. by Evan Cheng · 18 years ago
  49. 25fa831 shufps with load folding is better than movaps; movsd. by Evan Cheng · 18 years ago
  50. ff7e63c add some tests for floating point arithmetic by Rafael Espindola · 18 years ago
  51. 2dc0f2b add float -> double and double -> float conversion by Rafael Espindola · 18 years ago
  52. d68d2c3 xfail this until andrew has a chance to implement the alpha TM method. by Chris Lattner · 18 years ago
  53. 2d8680a add a test for adds adcs by Rafael Espindola · 18 years ago
  54. eab5bd3 new testcase for PR892 by Chris Lattner · 18 years ago
  55. fc1dfd4 new testcase for SROA for stuff like "union { int*, float* }". by Chris Lattner · 18 years ago
  56. 5dfb6c7 new testcase we miscompile by Chris Lattner · 18 years ago
  57. e5bbd6d implement FUITOS and FUITOD by Rafael Espindola · 18 years ago
  58. 5aca927 implement FLDD by Rafael Espindola · 18 years ago
  59. 614057b add support for calling functions that return double by Rafael Espindola · 18 years ago
  60. af1dabe fix some bugs affecting functions with no arguments by Rafael Espindola · 18 years ago
  61. 4a408d4 add support for calling functions that have double arguments by Rafael Espindola · 18 years ago
  62. a284584 implement a ArgumentLayout class to factor code common to LowerFORMAL_ARGUMENTS and LowerCALL by Rafael Espindola · 18 years ago
  63. ce0420e new testcase by Chris Lattner · 18 years ago
  64. 666ad1f Check that jump tables wind up in the rodata section by Andrew Lenharth · 18 years ago
  65. 460b8bd Verify that jump tables are emitted to the same section as the function is, by Chris Lattner · 18 years ago
  66. af9f497 pattern match min/max nodes by Chris Lattner · 18 years ago
  67. cd71da5 Implement floating point constants by Rafael Espindola · 18 years ago
  68. d12245a testcase for PR933 by Chris Lattner · 18 years ago
  69. 5c8c5d9 Move break-crit-edges before the predicate simplifier. Allows us to by Nick Lewycky · 18 years ago
  70. 2d4f13e New testcase for PR932 by Chris Lattner · 18 years ago
  71. 9e071f0 fix the names of the 64bit fp register by Rafael Espindola · 18 years ago
  72. b363312 New testcase by Chris Lattner · 18 years ago
  73. 537cf96 new testcase, malloc should be promoted to [2 x double]. by Chris Lattner · 18 years ago
  74. 2718519 add floating point registers implement SINT_TO_FP by Rafael Espindola · 18 years ago
  75. b010d64 Adjust this to the wonky syntax that GCC expects. by Chris Lattner · 18 years ago
  76. d9ae848 Use the -emit-llvm switch to generate LLVM assembly that can be parsed by Reid Spencer · 18 years ago
  77. 8a4d430 Add a test case for PR902. by Reid Spencer · 18 years ago
  78. f120bec new testcase by Chris Lattner · 18 years ago
  79. 2a0b2b2 Testcase for PR924 by Chris Lattner · 18 years ago
  80. b05969e Make sure C++ protection shows up in debug info by Jim Laskey · 18 years ago
  81. 6432bf8 Add http://llvm.org/bugs/show_bug.cgi?id=923 test case. by Devang Patel · 18 years ago
  82. 6961329 test that the no_dead_strip directive is emitted on darwin-x86 by Chris Lattner · 18 years ago
  83. a47c2e4 Regression test for PR#922. by John Criswell · 18 years ago
  84. 758f89c Fix by Andrew Lenharth · 18 years ago
  85. b08659d basic jump table test by Andrew Lenharth · 18 years ago
  86. 17cdf7b Use "%llvmgxx" instead of "llvm-g++". by Bill Wendling · 18 years ago
  87. 62929eb Testcase for better rotate left and mask support by Nate Begeman · 18 years ago
  88. f30e0ee Regression testcase for PR855. by Bill Wendling · 18 years ago
  89. ebdabda more condition codes by Rafael Espindola · 18 years ago
  90. 7246d33 if a constant can't be an immediate, add it to the constant pool by Rafael Espindola · 18 years ago
  91. 7ffc328 new testcase by Chris Lattner · 18 years ago
  92. af2f1fe Once we're down to "setcc type constant1, constant2", at least come up by Nick Lewycky · 18 years ago
  93. 406fc0c Use a total ordering to compare instructions. Fixes infinite loop in resolve(). by Nick Lewycky · 18 years ago
  94. 0ddae49 catch another constant by Andrew Lenharth · 18 years ago
  95. 72475c0 new testcase by Chris Lattner · 18 years ago
  96. e454200 Inspired by the linux kernel, the more we keep adds in the pointer realm, the better pointer analysis works. by Andrew Lenharth · 18 years ago
  97. 71f3b94 Implement a MachineFunctionPass to fix the mul instruction by Rafael Espindola · 18 years ago
  98. d0b9983 number test right by Chris Lattner · 18 years ago
  99. 298c7e3 make this harder by Chris Lattner · 18 years ago
  100. 935a10d new testcases by Chris Lattner · 18 years ago