1. 3892baa Clean up the usage of evaluateICmpRelation's return value. by Nick Lewycky · 15 years ago
  2. 39faac2 When computing live intervals for earlyclobber operands, by Dale Johannesen · 15 years ago
  3. f4d1882 Teach the constant folder how to handle a few simple i1 cases. by Nick Lewycky · 15 years ago
  4. ce31910 Fix PR4926. When target hook EmitInstrWithCustomInserter() insert new basic blocks and update CFG, it should also inform sdisel of the changes so the phi source operands will come from the right basic blocks. by Evan Cheng · 15 years ago
  5. d268e00 Delete the label names from this test to make it less fragile. by Dan Gohman · 15 years ago
  6. 228252f Make a new X8632_MachoTargetObjectFile TLOF implementation whose by Chris Lattner · 15 years ago
  7. 8dffc81 Model the carry bit on ppc32. Without this we could by Dale Johannesen · 15 years ago
  8. e220c4b Add support for using the FLAGS result of or, xor, and and instructions by Dan Gohman · 15 years ago
  9. e8e0213 Write and read metadata attachments. by Devang Patel · 15 years ago
  10. c6f729e Allow symbols to start from the digit if target requests it. This allows, e.g. pinning by Anton Korobeynikov · 15 years ago
  11. 4aebc9d make this testcase check darwin32 also by Chris Lattner · 15 years ago
  12. 7ea9890 rename test by Chris Lattner · 15 years ago
  13. 2039717 convert to filecheck by Chris Lattner · 15 years ago
  14. 3aaf740 rename file by Chris Lattner · 15 years ago
  15. da795f8 A testcase! by Devang Patel · 15 years ago
  16. 1f96e67 Teach ScalarEvolution how to reason about no-wrap flags on loops by Dan Gohman · 15 years ago
  17. f194d62 Remove test cases using -regalloc=simple. by Daniel Dunbar · 15 years ago
  18. 5cf732e Fix PR4910: Broken logic in coalescer means when a physical register liveness is being shortened, the sub-registers were not. The symptom is the register allocator could not find a free register for this particular test. by Evan Cheng · 15 years ago
  19. 46fb0de Fix the comment in this test. by Dan Gohman · 15 years ago
  20. b6c3385 Don't sink gep operators through phi nodes if the result would require by Dan Gohman · 15 years ago
  21. 9b379dc Convert more tests to FileCheck. by Bob Wilson · 15 years ago
  22. dffb6e5 fix PR4984 by ensuring that fastisel adds properly sign extended GEP displacement by Chris Lattner · 15 years ago
  23. 371b8fc rename test by Chris Lattner · 15 years ago
  24. 25519dd convert to filecheck by Chris Lattner · 15 years ago
  25. 85111a9 Fix superreg use in ARMAsmPrinter. Approved by Anton Korobeynikov. by Sandeep Patel · 15 years ago
  26. db486a6 several major improvements to the sparc backend: support for weak linkage by Chris Lattner · 15 years ago
  27. e3394d4 When a constant's type is refined, update the constant in place by Dan Gohman · 15 years ago
  28. 5efe566 Use llvm-link -S instead of using llvm-dis. by Dan Gohman · 15 years ago
  29. a5f4dbf Restore a comment that was lost in the merge. by Dan Gohman · 15 years ago
  30. 813fc42 convert to filecheck by Chris Lattner · 15 years ago
  31. 1fbb13e Forbid arrays of function-type and structures with function-typed fields. by Nick Lewycky · 15 years ago
  32. dd4238e fix PR4963: folding insertvalue would sometimes turn a packed struct into by Chris Lattner · 15 years ago
  33. c059f04 this is failing on linux hosts, force a triple. by Chris Lattner · 15 years ago
  34. 3d76d11 merge one more in. by Chris Lattner · 15 years ago
  35. 9f052ab merge some more cmov tests into cmov.ll by Chris Lattner · 15 years ago
  36. 5f52cf8 merge two cmov tests into one. by Chris Lattner · 15 years ago
  37. 1e038a8 Don't pull a load through a callseq_start if the load's chain by Dan Gohman · 15 years ago
  38. ca9c42c Added the first bits of the ARM target assembler to llvm-mc. For now it only by Kevin Enderby · 15 years ago
  39. 907355c On x86-64, the 32-bit cmov doesn't actually clear the high 32-bit of by Dan Gohman · 15 years ago
  40. 264d245 When extending a memset range past the front, set the alignment of the by Dan Gohman · 15 years ago
  41. 3a9719a Add a VALGRIND_EXTRA_ARGS makefile variable, with the obvious semantics. by Daniel Dunbar · 15 years ago
  42. db5fe93 Teach 'make check-lit' to run unittests. by Daniel Dunbar · 15 years ago
  43. b92c363 unbreak this test by working around an asmparser bug. by Chris Lattner · 15 years ago
  44. 1e31a13 Fix a small issue with recent changes to this code. by Mikhail Glushenkov · 15 years ago
  45. 4c66f72 merge the linux cpool/jtbl pic tests into pic.ll and convert to filecheck. by Chris Lattner · 15 years ago
  46. 8bb233b Add LLVMGCCBINDIR to path, since LLVMC expects to find llvm-gcc in the path. by Daniel Dunbar · 15 years ago
  47. 0b88ed9 Switch Ocaml to use llvm_supports_binding. by Daniel Dunbar · 15 years ago
  48. 840a718 tests: Add llvm_supports_binding predicate. by Daniel Dunbar · 15 years ago
  49. fbc18f8 tests: Use %abs_tmp instead of ./%t to make these tests portable to 'lit'. by Daniel Dunbar · 15 years ago
  50. 5110609 tests: Add a %abs_tmp substitution which is guaranteed to be a full path. by Daniel Dunbar · 15 years ago
  51. 8a2b012 Sink llvm-gcc dependent tests into distinct subdirs. by Daniel Dunbar · 15 years ago
  52. 43c8a06 Rewrite tests to not use Tcl substitution. by Daniel Dunbar · 15 years ago
  53. 7262baf Simplify LLVMC tests. by Daniel Dunbar · 15 years ago
  54. 20c35ec Define proper subreg sets for arm - this should fix bunch of subtle problems by Anton Korobeynikov · 15 years ago
  55. d11c4de Add -mattr=+sse2 to the -march=x86 version of this test. Without by Dan Gohman · 15 years ago
  56. 55a7877 Remove an unnecessary -f. by Dan Gohman · 15 years ago
  57. b7c0b24 Convert more tests to avoid llvm-as. by Dan Gohman · 15 years ago
  58. cabfea2 Eliminate more redundant llvm-as calls. by Dan Gohman · 15 years ago
  59. d5b9cba Fix this test to test what it was originally intended to test. by Dan Gohman · 15 years ago
  60. f2f6ce6 Change tests from "opt %s" to "opt < %s" so that opt doesn't see the by Dan Gohman · 15 years ago
  61. 4f8fb49 turn on -experimental-asm-printer for x86 / AT&T by default. by Chris Lattner · 15 years ago
  62. f8c39a7 another random update by Chris Lattner · 15 years ago
  63. 50b9575 fix a bunch of spurious failures for people whose home directory is sabre. by Chris Lattner · 15 years ago
  64. 4262b9b this test is using invalid "intrinsics". by Chris Lattner · 15 years ago
  65. a5ef57d fix test to not get a moduleid that matches 'br' by Chris Lattner · 15 years ago
  66. 879caea Follow up to 81494. When the folded reload is narrowed to a 32-bit load then change the destination register to a 32-bit one or add a sub-register index. by Evan Cheng · 15 years ago
  67. 9cef48e It's not legal to fold a load from a narrower stack slot into a wider instruction. If done, the instruction does a 64-bit load and that's not by Evan Cheng · 15 years ago
  68. 5e5abb7 Reapply r81171 with a fix: don't try to use i64 when it isn't legal. by Dan Gohman · 15 years ago
  69. 3bfbc45 Teach lib/VMCore/ConstantFold.cpp how to set the inbounds keyword and by Dan Gohman · 15 years ago
  70. e6992f7 Factor out the code for checking that all indices in a getelementptr are by Dan Gohman · 15 years ago
  71. 92ad363 Don't swap the operands of a subtraction when trying to create a by Bob Wilson · 15 years ago
  72. 9ad48db Add a test case for r81431. by Evan Cheng · 15 years ago
  73. f3e2d80 Remove prcontext. by Daniel Dunbar · 15 years ago
  74. 2a16e6b Revert r81171 which was causing pr4927. by Bob Wilson · 15 years ago
  75. b63fd7a Testcase for (llvm-gcc) 81399. Adjust an older by Dale Johannesen · 15 years ago
  76. cd3b9a4 Fix pr4939: Change FPCCToARMCC to translate SETOLE to ARMCC::LS. by Bob Wilson · 15 years ago
  77. c292caf Fix SplitCriticalEdge to properly update LCSSA form when splitting a by Dan Gohman · 15 years ago
  78. 607a050 When widening a vector load, use the correct chain. This fixes PR4891. by Dan Gohman · 15 years ago
  79. 6e89b6f Add testcase for r81322 (PR4933). by Torok Edwin · 15 years ago
  80. 58f875b add a testacse for the objc problem that required required r81305 by Chris Lattner · 15 years ago
  81. 33c6aa6 disable the new asmprinter by default. Both the Mangler and MCSymbol by Chris Lattner · 15 years ago
  82. 28d63b1 Cast MO.getImm() to unsigned before comparing with an unsigned limit. by Evan Cheng · 15 years ago
  83. 6be47fb Update test. by Daniel Dunbar · 15 years ago
  84. ab9642f turn the mcinst asmprinter on by default for x86, tweaking two tests to by Chris Lattner · 15 years ago
  85. 68b54b6 Remove failing test... by Bill Wendling · 15 years ago
  86. 0c23b68 Use "opt < %s" instead of "opt %s" to keep the testname away from the grep. by Dan Gohman · 15 years ago
  87. f43b452 this got merged into lea.ll by Chris Lattner · 15 years ago
  88. e1d8d83 filecheckize by Chris Lattner · 15 years ago
  89. 9d48b55 Fix PR4865. This syncs up the JIT's DWARF emitter with what's in the by Bill Wendling · 15 years ago
  90. fce288f Eliminate more uses of llvm-as and llvm-dis. by Dan Gohman · 15 years ago
  91. 36a0947 Eliminate more uses of llvm-as and llvm-dis. by Dan Gohman · 15 years ago
  92. fc227be update various tests for signedness changes in .s file. by Chris Lattner · 15 years ago
  93. 94d1077 adjust for signedness change. I'd appreciate it if an ARM flavored person by Chris Lattner · 15 years ago
  94. cada5c5 Merge Archive/extract* tests into one; this avoids a race when tests are run in by Daniel Dunbar · 15 years ago
  95. 543d573 merge thumb2-bic2.ll into thumb2-bic.ll and update for signedness changes. by Chris Lattner · 15 years ago
  96. 08ab4fd tweak this to pass on linux. by Chris Lattner · 15 years ago
  97. 8429837 convert to filecheck syntax by Chris Lattner · 15 years ago
  98. d842962 change selectiondag to add the sign extended versions of immediate operands by Chris Lattner · 15 years ago
  99. 9c7a988 Use "opt < %s" instead of "opt %s" so that opt doesn't print the test by Dan Gohman · 15 years ago
  100. 2ba62ef Unbreak getOnesVector() / getZeroVector() to use valid ARM extended imm's. by Anton Korobeynikov · 15 years ago