1. 3e0c835 C and Objective Caml bindings for the TargetData class. by Gordon Henriksen · 16 years ago
  2. 41ba154 C and Objective Caml bindings for several scalar transforms. by Gordon Henriksen · 16 years ago
  3. 3f63785 All of these tests had out of date syntax and were never even running through by Nick Lewycky · 16 years ago
  4. 917a5d9 Functions are allowed to return structures. (Note that this test never failed.) by Nick Lewycky · 16 years ago
  5. 2476841 Regressions/ is long gone. by Nick Lewycky · 16 years ago
  6. d78c0f5 C and Objective Caml bindings for PassManagers. by Gordon Henriksen · 16 years ago
  7. c17ba8a Fix PR2138. Apparently any modification to a std::multimap (including remove entries for a different key) can invalidate multimap iterators. by Evan Cheng · 16 years ago
  8. b9d4f8d The inst combining of inttoptr into GEP with one index was using the bit size of by Bill Wendling · 16 years ago
  9. 002e5d0 More APInt-ification. by Dan Gohman · 16 years ago
  10. 8a97fdd Fix a bug in GVN that Duncan noticed, where we potentially need to insert a by Owen Anderson · 16 years ago
  11. 200d607 Fix error in testing for END. notation. Patch by Julien Lerouge. Thanks! by Tanya Lattner · 16 years ago
  12. a56516e New test case. by Evan Cheng · 16 years ago
  13. d99464d A test case I forgot to check in. by Evan Cheng · 16 years ago
  14. 875357d TwoAddressInstructionPass enhancement. After it converts a two address instruction into a 3-address one, sink it past the instruction that kills the read-mod-write register if its definition is used past the kill. This reduces the number of live register by one. by Evan Cheng · 16 years ago
  15. 9e23336 Experimental scheduler change to schedule / coalesce the copies added for function livein's. Take 2008-03-10-RegAllocInfLoop.ll, the schedule looks like this after these copies are inserted: by Evan Cheng · 16 years ago
  16. 89964b4 Fix this test on hosts that don't have sse2. by Dan Gohman · 16 years ago
  17. 37f603f no need to keep around this output. by Chris Lattner · 16 years ago
  18. 6bb0bd5 Improve the return slot optimization to be both more aggressive (not limited to sret parameters), and by Owen Anderson · 16 years ago
  19. 38459f0 Make this test x86-specific for now; targets that don't use by Dan Gohman · 16 years ago
  20. 8f9b551 Fix attribute handling. by Devang Patel · 16 years ago
  21. cb5b317 Basic feature test for multiple return values in codegen. by Dan Gohman · 16 years ago
  22. f1765e8 Testcase for PR2137 by Anton Korobeynikov · 16 years ago
  23. 7db30ba Handle multiple ret values. by Devang Patel · 16 years ago
  24. 882d87d Check to see if a two-entry PHI block can be simplified by Dan Gohman · 16 years ago
  25. a8ab893 Make this test more challenging to help it avoid being by Dan Gohman · 16 years ago
  26. 0fb2033 Update testcase for recent aliases change by Anton Korobeynikov · 16 years ago
  27. 6a6d27a Add a test to ensure that all-ones vectors are materialized with pcmpeqd. by Dan Gohman · 16 years ago
  28. 9736028 Use the correct value for InSignBit. by Dan Gohman · 16 years ago
  29. e12ecf2 Implement basic support for the 'f' register class constraint. This basically by Chris Lattner · 16 years ago
  30. 01c18a7 The feature this is testing did not work in the general case, by Dale Johannesen · 16 years ago
  31. 9a80941 Learn how to xfail a test. by Evan Cheng · 16 years ago
  32. 676dd7c When the register allocator runs out of registers, spill a physical register around the def's and use's of the interval being allocated to make it possible for the interval to target a register and spill it right away and restore a register for uses. This likely generates terrible code but is before than aborting. by Evan Cheng · 16 years ago
  33. de13acf XFAIL due to Dale's change. by Evan Cheng · 16 years ago
  34. 7c490d4 Initial multiple return values support. by Devang Patel · 16 years ago
  35. 43ca31e Upgrade this test. by Dan Gohman · 16 years ago
  36. 034f60e Generalize ExpandIntToFP to handle the case where the operand is legal by Dan Gohman · 16 years ago
  37. 405fba1 - Style cleanup in IA64ISelLowering.h: add 'virtual' keyword for consistency. by Scott Michel · 16 years ago
  38. 03fdec0 Don't emit FP_REG_KILL into a block that just returns. Nothing by Chris Lattner · 16 years ago
  39. a2e9485 Implement more support for fp-to-i128 and i128-to-fp conversions. by Dan Gohman · 16 years ago
  40. 2b65c4e Update llc flags for PPC register scavenger. by Bill Wendling · 16 years ago
  41. 8b9998e This passes now by Anton Korobeynikov · 16 years ago
  42. 76c605b Fix mul expansion to check the correct number of bits for by Dan Gohman · 16 years ago
  43. 9faa255 The __sync primitives only work on x86 and alpha; xfail this test elsewhere. by Dale Johannesen · 16 years ago
  44. 3e030e4 Simplify by Devang Patel · 16 years ago
  45. 1da3d27 Add -m32 to compilation line; test is only valid in by Dale Johannesen · 16 years ago
  46. 45bcbf4 These tests don't work unless SSE2 is active. by Dale Johannesen · 16 years ago
  47. ca76530 There is no "-mattr=+sse1" flag; fix test for non-x86 hosts. by Dale Johannesen · 16 years ago
  48. 78c47fa Integer comparison tests for CellSPU. by Scott Michel · 16 years ago
  49. 4ff3f1c - Fix a subtle bug in RemoveCopyByCommutingDef. ALR is the live range where the source is defined; BLR is the live range which is defined by the copy. by Evan Cheng · 16 years ago
  50. ceca194 Remove llvm-upgrade and update tests. by Tanya Lattner · 16 years ago
  51. f79e606 Avoid creating BUILD_VECTOR of all zero elements of "non-normalized" type (e.g. v8i16 on x86) after legalizer. Instruction selection does not expect to see them. In all likelihood this can only be an issue in a bugpoint reduced test case. by Evan Cheng · 16 years ago
  52. 8d88dbc remove an execution test. by Chris Lattner · 16 years ago
  53. 3efa1a7 switch from hard coded g++/as tools to the ones detected from by Chris Lattner · 16 years ago
  54. 27137a5 Fix a typo by Chris Lattner · 16 years ago
  55. aadbda8 Fix PR2120 by changing the replacement order to change compile_cxx by Chris Lattner · 16 years ago
  56. 9be3c97 Turn unwind_to into "unwinds to". by Nick Lewycky · 16 years ago
  57. 29c8c37 This works on x86_64 by Anton Korobeynikov · 16 years ago
  58. 7a0690d Fix RUN line. by Evan Cheng · 16 years ago
  59. e2dc21a Temporary XFAIL the test, until I'll commit a fix by Anton Korobeynikov · 16 years ago
  60. f30e1cf teach X86InstrInfo::copyRegToReg how to copy into ST(0) from by Chris Lattner · 16 years ago
  61. 02b6d25 Add ScheduleDAG support for copytoreg where the src/dst register are by Chris Lattner · 16 years ago
  62. 76806b6 Remove llvm-upgrade and update tests. by Tanya Lattner · 16 years ago
  63. 3f4cc31 Firstly, having a BranchInst isn't exclusive with having an unwind_to. by Nick Lewycky · 16 years ago
  64. db96ae9 A BB that unwind_to an "unwind" inst is that same as one that doesn't unwind_to by Nick Lewycky · 16 years ago
  65. ce6e492 reduce this testcase more by Chris Lattner · 16 years ago
  66. 67f453a Finish implementing a readme entry: when inserting an i64 variable by Chris Lattner · 16 years ago
  67. 6af31aa Update the inliner and simplifycfg to handle unwind_to. by Nick Lewycky · 16 years ago
  68. c0d025f Prune the unwind_to labels on BBs that don't need them. Another step in the by Nick Lewycky · 16 years ago
  69. 6209804 Implement a readme entry, compiling by Chris Lattner · 16 years ago
  70. 8aca4b1 upgrade this test by Chris Lattner · 16 years ago
  71. da8de31 make this test harder by Chris Lattner · 16 years ago
  72. f3ba434 Teach SD some vector identities, allowing us to compile vec_set-9 into: by Chris Lattner · 16 years ago
  73. ebb8d7b much simpler test case by Andrew Lenharth · 16 years ago
  74. 27b7db5 Implement x86 support for @llvm.prefetch. It corresponds to prefetcht{0|1|2} and prefetchnta instructions. by Evan Cheng · 16 years ago
  75. a2fcff4 Add support for calls with i128 return values on ppc64. by Dan Gohman · 16 years ago
  76. b009d22 add dropped section test case for PR2123 by Andrew Lenharth · 16 years ago
  77. 9ed06db Add support for lowering 128-bit shifts on ppc64. by Dan Gohman · 16 years ago
  78. d68f47c Fixed a register scavenger bug. If a def is re-defining part of a super register, there must be an implicit def of the super-register on the MI. by Evan Cheng · 16 years ago
  79. 12a466b Update inliner to handle functions that return multiple values. by Devang Patel · 16 years ago
  80. 160e08f Place for sret promotion tests. by Devang Patel · 16 years ago
  81. d110822 mark frem as expand for all legal fp types on x86, regardless of whether by Chris Lattner · 16 years ago
  82. 65bc122 Add testcase. by Bill Wendling · 16 years ago
  83. 2cf36e0 some more spelling changes by Gabor Greif · 16 years ago
  84. 433f6f6 Constant fold SIGN_EXTEND_INREG with ashr not lshr. by Evan Cheng · 16 years ago
  85. 819a66c Exercise the new CFG change. by Nick Lewycky · 16 years ago
  86. 64df3bc Commit the testcase too. by Nick Lewycky · 16 years ago
  87. c1a2a61 Don't try to simplify urem and srem using arithmetic rules that don't work by Nick Lewycky · 16 years ago
  88. 4cb8bd8 Refine Cell's i64 constant generation code to cover more constants where the by Scott Michel · 16 years ago
  89. 53dec47 - Expand tabs to spaces. by Scott Michel · 16 years ago
  90. ecb2a8b Fix a coalescer bug wrt how dead copy interval is shortened. by Evan Cheng · 16 years ago
  91. f697ec3 test for something more interesting than not crashing by Andrew Lenharth · 16 years ago
  92. 673d1bc sync ops on ptrs, was breaking libgomp by Andrew Lenharth · 16 years ago
  93. 6af4a75 Fix test not to emit junk into source directory by Anton Korobeynikov · 16 years ago
  94. 038557d Testcase for PR2054 by Anton Korobeynikov · 16 years ago
  95. ec4a567 Generalize FP constant shrinking optimization to apply to any vt by Chris Lattner · 16 years ago
  96. 6fd599f Add a target lowering hook to control whether it's worthwhile to compress fp constant. by Evan Cheng · 16 years ago
  97. 3fab77e Use -enable-ppc-regscavenger flag for these checks by Bill Wendling · 16 years ago
  98. 3796355 Use cast instead of dyn_cast. by Devang Patel · 16 years ago
  99. dc00d42 Handle multiple return values. by Devang Patel · 16 years ago
  100. a26e0fe Really fix the test. by Evan Cheng · 16 years ago