1. e765f8e Fix test case. by Evan Cheng · 17 years ago
  2. 5a68b28 New tests. by Evan Cheng · 17 years ago
  3. dfb6f13 Fix this test to not depend on the assembly output containing something by Dan Gohman · 17 years ago
  4. a79dd43 Fix a bug in my patch last night that broke InstCombine/2007-10-12-Crash.ll by Chris Lattner · 17 years ago
  5. 8ddde0a Change the names used for internal labels to use the current by Dan Gohman · 17 years ago
  6. 37a073e Doh. by Evan Cheng · 17 years ago
  7. dce05bc EXTRACT_SUBREG test case. by Evan Cheng · 17 years ago
  8. a8e8864 Added missing -march=x86 flag. by Arnold Schwaighofer · 17 years ago
  9. cb324cf testcase for PR1728 by Chris Lattner · 17 years ago
  10. ac9385a Add intrinsics for sin, cos, and pow. These use llvm_anyfloat_ty, and so by Dan Gohman · 17 years ago
  11. 68ac767 Add an explicit target triple to make this test behave as expected on by Dan Gohman · 17 years ago
  12. c85e171 Added tail call optimization to the x86 back end. It can be by Arnold Schwaighofer · 17 years ago
  13. f9193de Lower memcpy if it makes sense. by Devang Patel · 17 years ago
  14. dde01ec These two tests now require only two multiply instructions, instead of four. by Dan Gohman · 17 years ago
  15. f6be158 Update test. by Evan Cheng · 17 years ago
  16. b5d12c4 These two tests now require only three multiply instructions, instead of four. by Dan Gohman · 17 years ago
  17. 2618a6c C and Objective Caml bindings for PHINode::addIncoming etc. by Gordon Henriksen · 17 years ago
  18. 6d6203d C and Objective Caml bindings for getFunction and getNamedGlobal. Also enhanced by Gordon Henriksen · 17 years ago
  19. c84c16b C and Objective Caml bindings for GlobalVariable::isConstant. by Gordon Henriksen · 17 years ago
  20. 1cf08fd C and Objective Caml bindings for PATypeHolder. by Gordon Henriksen · 17 years ago
  21. c0491ac Bindings for the verifier. by Gordon Henriksen · 17 years ago
  22. 957f9fe Adopting a uniform naming convention for type constructors in by Gordon Henriksen · 17 years ago
  23. e3b989d Adopting a uniform naming convention for constant constructors in bindings. by Gordon Henriksen · 17 years ago
  24. 4647569 Adding C and Ocaml bindings for ConstantExpr. by Gordon Henriksen · 17 years ago
  25. b762c08 Make test work on non-x86 hosts. by Dale Johannesen · 17 years ago
  26. bf287b6 Test case for 3-address conversion. by Evan Cheng · 17 years ago
  27. ecf80ac Enable convertToThreeAddress for X86 by default. by Evan Cheng · 17 years ago
  28. 5c4cd0d Fix bug in updating dominance frontier after loop by Devang Patel · 17 years ago
  29. 161e897 First round of ppc long double. call/return and by Dale Johannesen · 17 years ago
  30. eca1821 New test case. by Evan Cheng · 17 years ago
  31. 5b095f2 Support Objective C++ too. by Bill Wendling · 17 years ago
  32. 14af745 Added testcase for creation of metadata with null pointers. by Bill Wendling · 17 years ago
  33. 1f22836 un-XFAIL this test. by Bill Wendling · 17 years ago
  34. 17e0d89 Temporarily XFAIL this test. by Bill Wendling · 17 years ago
  35. 4ec2c7e testcase for PR1647 by Chris Lattner · 17 years ago
  36. 6530e9d Add explicit --enable-bindings option to configure. by Gordon Henriksen · 17 years ago
  37. fdd7c6b Fix test. by Devang Patel · 17 years ago
  38. d6f8ee7 New test. by Devang Patel · 17 years ago
  39. d18ba7c -pre-RA-sched=none, simple, simple-noitin are gone. by Evan Cheng · 17 years ago
  40. 4424757 PR 1603 test case. by Devang Patel · 17 years ago
  41. bc2265a Relax unsafe use check. If there is one unconditional use inside the loop then it is safe to promote value even if there is another conditional use inside the loop. by Devang Patel · 17 years ago
  42. fb71392 Do not ignore packed member size while selecting union type. by Devang Patel · 17 years ago
  43. 9fe4662 Teach SplitVectorOp how to split INSERT_VECTOR_ELT. by Dan Gohman · 17 years ago
  44. 068317b Refactor the memcpy lowering for the x86 target. by Rafael Espindola · 17 years ago
  45. 317096a Add sqrt and powi intrinsics for long double. by Dale Johannesen · 17 years ago
  46. cdc52b0 While searching for appropriate place for temporaries, do not over-incerement iterator. by Devang Patel · 17 years ago
  47. b1ab71d new testcase for PR1708 by Chris Lattner · 17 years ago
  48. 9a2f931 Build the correct range for loops with unusual bounds. Fix from Jay Foad. by Nick Lewycky · 17 years ago
  49. fe5293d Modernize fabs.ll, add long double. Add tests for direct codegen of fsin/fcos. by Dale Johannesen · 17 years ago
  50. 46abf91 Added C and Ocaml bindings for functions, basic blocks, and by Gordon Henriksen · 17 years ago
  51. 0d91645 Test the C front-end, not the C++ front-end. by Duncan Sands · 17 years ago
  52. ca9976d Test that local variables are aligned as the user requested. by Duncan Sands · 17 years ago
  53. a6dff2f Handle multiple induction variables. This fixes PR714. by Devang Patel · 17 years ago
  54. a37c9f7 When both x/y and x%y are needed (x and y both scalar integer), compute by Dan Gohman · 17 years ago
  55. 2246bb6 Some tests for APFloat conversions. by Dale Johannesen · 17 years ago
  56. 6ee23ad Forgot to check in the changes. Fix test case so it doesn't break with any scheduling changes. by Evan Cheng · 17 years ago
  57. 453a844 Add transformation to update loop interation space. Now, by Devang Patel · 17 years ago
  58. 128459b Do not promote null values because it may be unsafe to do so. by Devang Patel · 17 years ago
  59. 06611df XFAIL for llvm-gcc4.0 by Tanya Lattner · 17 years ago
  60. e40c7b0 Use the correct result value type instead of using getValueType(0) by Dan Gohman · 17 years ago
  61. ea81d09 Fix a typo in a comment. by Dan Gohman · 17 years ago
  62. c557a9c Implementation of +sse -sse2 has changed; add by Dale Johannesen · 17 years ago
  63. 3f65f02 Fix PR1692 by Devang Patel · 17 years ago
  64. 68471d5 gcroot testcase, patch by Eric Christopher. by Chris Lattner · 17 years ago
  65. a37ac9f Don't add a default STACK_ALIGN (use the generic ABI alignment) by Rafael Espindola · 17 years ago
  66. d7944ca Testcase for PR1678. by Duncan Sands · 17 years ago
  67. b7c8017 Disable if-conversion for this test. by Evan Cheng · 17 years ago
  68. 4226689 -enable-arm-if-conversion is gone. by Evan Cheng · 17 years ago
  69. a8c3660 Incorporating review feedback for GC verifier patch. by Gordon Henriksen · 17 years ago
  70. a4ddacf Fix several more entries in the x86 reload/remat folding tables. by Dan Gohman · 17 years ago
  71. 1af92b0 Excuse me. by Nick Lewycky · 17 years ago
  72. e29578a Fix optimization. %x = sub %x, %y does not imply that %y is zero. by Nick Lewycky · 17 years ago
  73. f2038b1 Avoid unsafe promotion. by Devang Patel · 17 years ago
  74. 437c27c Testcase for PR1678. by Duncan Sands · 17 years ago
  75. 921c85c Clean up. by Evan Cheng · 17 years ago
  76. e0480d2 Fix a bogus splat xform: by Evan Cheng · 17 years ago
  77. d84c3ab rename test, it is obviously misspelled by Gabor Greif · 17 years ago
  78. 344be5f Tests of the ocaml (and thus C) bindings for constants. by Gordon Henriksen · 17 years ago
  79. 8ef426b Adding ocaml language bindings for the vmcore and bitwriter libraries. These are by Gordon Henriksen · 17 years ago
  80. 0908d49 by Gordon Henriksen · 17 years ago
  81. e3bfb88 Fix PR1657 by Devang Patel · 17 years ago
  82. 6e19896 Objective-C was generating EH frame info like this: by Bill Wendling · 17 years ago
  83. 8c33da5 Fix for PR1633: Verifier doesn't fully verify GC intrinsics by Gordon Henriksen · 17 years ago
  84. 5d066ff Instcombine x-((x/y)*y) into a remainder operator. by Dan Gohman · 17 years ago
  85. 5f6913c Emit integer x<1 as x<=0, as comparisons with zero (now includeing by Dan Gohman · 17 years ago
  86. 11f7bfb Use "test reg,reg" in place of "cmp reg,0" for 64-bit operands. This was by Dan Gohman · 17 years ago
  87. 402a788 remove obsolete tests. by Chris Lattner · 17 years ago
  88. b90795f New testcase for PR1662. GCC trees are horrible :( by Chris Lattner · 17 years ago
  89. 99da4e7 Add explicit triples to avoid default behavior that varies by host. by Dan Gohman · 17 years ago
  90. 7effac5 Add support for functions with byval arguments on x86 by Rafael Espindola · 17 years ago
  91. 0d8d316 Fixed a typo that's causing a missing kill marker. by Evan Cheng · 17 years ago
  92. 6d6d352 Sometimes a MI can define a register as well as defining a super-register at the by Evan Cheng · 17 years ago
  93. 0153732 Fix date :) by Anton Korobeynikov · 17 years ago
  94. 440d746 Testcase for recent pragma pack stuff by Anton Korobeynikov · 17 years ago
  95. bba5037 Test that a call to a trampoline is turned into a call to by Duncan Sands · 17 years ago
  96. 644f149 Testcase for PR1634 by Chris Lattner · 17 years ago
  97. 75e3bd5 remove obsolete testcase by Chris Lattner · 17 years ago
  98. a0ef5ed Fix a buggy constant folding transformation when handling aliases. by Chris Lattner · 17 years ago
  99. e543424 Fix PR1645 by resolving forward alias references. by Chris Lattner · 17 years ago
  100. 0c82b9d Add missing llvm-dis. by Dale Johannesen · 17 years ago