1. ac6dd79 XFAIL this on linux until I figure out what is happening. by Daniel Dunbar · 15 years ago
  2. d901690 Replace this file containing 4 tests of x86 32-bit encodings with a file by Kevin Enderby · 15 years ago
  3. a84ffed Canonicalize sizeof and alignof on pointer types to a canonical pointer type. by Dan Gohman · 15 years ago
  4. 046632f Now that ShrinkDemandedOps() is separated out from DAG combine. It sometimes leave some obvious nops which dag combine used to clean up afterwards e.g. (trunk (ext n)) -> n. Look for them and squash them. by Evan Cheng · 15 years ago
  5. 40fe18f Fix the encoding of the movntdqa X86 instruction. It was missing the 0x66 by Kevin Enderby · 15 years ago
  6. 9e8528f fix X86 encoder to output [disp] only addresses with no SIB byte by Chris Lattner · 15 years ago
  7. 415326b Move Intrinsic::objectsize lowering back to InstCombineCalls and by Eric Christopher · 15 years ago
  8. 37de61e Re-disable for Darwin; I was mistaken to think this was fixed. by Dale Johannesen · 15 years ago
  9. d2592ff Pull these back out, they're a little too aggressive and time by Eric Christopher · 15 years ago
  10. cb921e7 move tests that depend on the x86 backend out of codegen/generic, by Chris Lattner · 15 years ago
  11. 4a26cc4 make target independent. by Chris Lattner · 15 years ago
  12. b00cd1c merge a target-specific add test into x86 directory. by Chris Lattner · 15 years ago
  13. 7816239 merge another test in, drop the trivially constant folded cases. by Chris Lattner · 15 years ago
  14. 71d845c consolidate and filecheckize two tests. by Chris Lattner · 15 years ago
  15. 2b7ff1b merge two tests, make target independent. by Chris Lattner · 15 years ago
  16. e538db4 fix PR6193, only considering sign extensions *from i1* for this xform. by Chris Lattner · 15 years ago
  17. e16b0fc Implement x86 asm parsing support for %st and %st(4) by Chris Lattner · 15 years ago
  18. 1926b64 Add a new pass to do llvm.objsize lowering using SCEV. by Eric Christopher · 15 years ago
  19. d863b76 convert to filecheck. by Chris Lattner · 15 years ago
  20. 3c280fc test case for r95604. by Devang Patel · 15 years ago
  21. 25ceb5f add an x86 implementation of MCTargetExpr for by Chris Lattner · 15 years ago
  22. 618f177 When CodeGen'ing unoptimized code, there may be unfolded constant expressions by Dan Gohman · 15 years ago
  23. c2e93b2 In guaranteed tailcall mode, don't decline the tailcall optimization by Dan Gohman · 15 years ago
  24. 00a99a3 Run codegen dce pass for all targets at all optimization levels. Previously it's by Evan Cheng · 15 years ago
  25. e3e86dc Remove a large test case that (soon will) no longer make sense. by Evan Cheng · 15 years ago
  26. 2f82ca9 Fix alignment on ppc linux. This fixes the build of crtend.o by Rafael Espindola · 15 years ago
  27. f22f9b3 Do not emit callseq instructions around sibcalls. This eliminated some unnecessary stack adjustments. by Evan Cheng · 15 years ago
  28. 2b3365c Function-local metadata whose operands had been optimized to no longer refer to function-local IR were not getting written by BitcodeWriter; solution is for these metadata to be enumerated just like global metadata. by Victor Hernandez · 15 years ago
  29. 8d53585 Add a test for my change to disable reassociation for i1 types. by Bob Wilson · 15 years ago
  30. e6373eb Handle AddrMode6 (for NEON load/stores) in Thumb2's rewriteT2FrameIndex. by Bob Wilson · 15 years ago
  31. d450e5b Don't unroll loops containing function calls. by Jakob Stoklund Olesen · 15 years ago
  32. 8f60e4d fix incorrect encoding of SBB8mi that Kevin noticed. by Chris Lattner · 15 years ago
  33. 3f11183 fix a case where we'd mis-encode fisttp because of an incorrect (and by Chris Lattner · 15 years ago
  34. c8296a0 remove fixme by Chris Lattner · 15 years ago
  35. 58e9ee8 Teach SimplifyCFG about magic pointer constants. by Jakob Stoklund Olesen · 15 years ago
  36. 7452982 fix logical-select to invoke filecheck right, and fix hte instcombine by Chris Lattner · 15 years ago
  37. 724bea9 Remove this code for now. I have a better idea and will rewrite with by Eric Christopher · 15 years ago
  38. 63d58eb Make test more fucused eliminating extraneous bits. by Bill Wendling · 15 years ago
  39. 401f030 Fix test. by Evan Cheng · 15 years ago
  40. 5f94193 Handle tail call with byval arguments. by Evan Cheng · 15 years ago
  41. 5ba8bf6 When the scheduler unfold a load folding instruction it move some of the predecessors to the unfolded load. It decides what gets moved to the load by checking whether the new load is using the predecessor as an operand. The check neglects the cases whether the predecessor is a flagged scheduling unit. by Evan Cheng · 15 years ago
  42. 744f579 An empty global constant (one of size 0) may have a section immediately by Bill Wendling · 15 years ago
  43. e4d2d96 Fix small bug in handling instructions with more than one implicitly defined operand. by Jakob Stoklund Olesen · 15 years ago
  44. 66c439a Get the LLVMC tests working with clang++ by removing the problematic CXXFLAG in lit. by Benjamin Kramer · 15 years ago
  45. a3b24f8 fix a broken archive that was breaking dejagnu only (not lit) after r95292 by Chris Lattner · 15 years ago
  46. 1f2fda9 Re-enable x86 tail call optimization. by Evan Cheng · 15 years ago
  47. e7b9747 Temporarily revert this since it appears to have caused a build failure. by Eric Christopher · 15 years ago
  48. 87c06d6 add support for the sparcv9-*-* target triple to turn on by Chris Lattner · 15 years ago
  49. 4633306 From PR6228: by Chris Lattner · 15 years ago
  50. ea4b6df Rework constant expr and array handling for objectsize instcombining. by Eric Christopher · 15 years ago
  51. af6ce14 Fix (and test) function-local metadata that occurs before the instruction that it refers to; fix is to not enumerate operands of function-local metadata until after all instructions have been enumerated by Victor Hernandez · 15 years ago
  52. ec5ef6d If we're dealing with a zero-length array, don't lower to any by Eric Christopher · 15 years ago
  53. 9e90619 This test passes now on ppc darwin; if it doesn't pass by Dale Johannesen · 15 years ago
  54. 60dab95 This test passes now on ppc darwin, so reenable it. by Dale Johannesen · 15 years ago
  55. ab847e7 Debugging is now reenabled on PPC darwin, so reenable these tests (they pass). by Dale Johannesen · 15 years ago
  56. 8148ae8 Speculatively disable x86 automatic tail call optimization while we track down a self-hosting issue. by Evan Cheng · 15 years ago
  57. 394f1b5 Make test less fragile by Evan Cheng · 15 years ago
  58. 12ce0de Added support for X86 instruction prefixes so llvm-mc can assemble them. The by Kevin Enderby · 15 years ago
  59. 9e2556c Add llvm_supports_darwin_and_target to DejaGNU as well, I'd almost forgotten it by Daniel Dunbar · 15 years ago
  60. febc816 Revert 94937 and move the noreturn check to codegen. by Evan Cheng · 15 years ago
  61. 86809cc Allow all types of callee's to be tail called. But avoid automatic tailcall if the callee is a result of bitcast to avoid losing necessary zext / sext etc. by Evan Cheng · 15 years ago
  62. 9a6636b Reapply 95050 with a tweak to check the register class. by Dale Johannesen · 15 years ago
  63. e0bb20c make these less sensitive to asm verbose changes by disabling it for them. by Chris Lattner · 15 years ago
  64. 0c6a8f9 Recommit this, looks like it wasn't the cause. by Eric Christopher · 15 years ago
  65. e7070e9 AsmParser/X86: Add temporary hack to allow parsing "sal". Eventually we need by Daniel Dunbar · 15 years ago
  66. 9f34dd3 Hopefully temporarily revert this. by Eric Christopher · 15 years ago
  67. 4105155 remove the # TAILCALL markers, which was causing the to fail. by Chris Lattner · 15 years ago
  68. a6a089c Re-add strcmp and known size object size checking optimization. by Eric Christopher · 15 years ago
  69. 197f1f0 MCAssembler/Darwin: Add a test (on Darwin) that we assemble a bunch of by Daniel Dunbar · 15 years ago
  70. e1ec617 MC/Mach-O: Set SOME_INSTRUCTIONS bit for sections. by Daniel Dunbar · 15 years ago
  71. 1de46a4 this apparently depends on the host somehow. by Chris Lattner · 15 years ago
  72. 3900837 XFAIL for PPC Darwin. by Bill Wendling · 15 years ago
  73. d56f803 disable this test for now. by Chris Lattner · 15 years ago
  74. 82a5946 Added another version of the X86 assembler matcher test case. by Kevin Enderby · 15 years ago
  75. 62a0413 Test revert 95050; there's a good chance it's causing buildbot failure. by Dale Johannesen · 15 years ago
  76. 39ceb47 don't turn (A & (C0?-1:0)) | (B & ~(C0?-1:0)) -> C0 ? A : B by Chris Lattner · 15 years ago
  77. 3d606bb fix a crash in loop unswitch on a loop invariant vector condition. by Chris Lattner · 15 years ago
  78. f96f1e0 remove an unreduced testcase, rename another. by Chris Lattner · 15 years ago
  79. b2c9290 Perform sibcall in some cases when arguments are passes memory. Look for cases by Evan Cheng · 15 years ago
  80. 5ce0ee9 Make local RA smarter about reusing input register of a copy by Dale Johannesen · 15 years ago
  81. 6acb86d Factor out alignof expression folding into a separate function and by Dan Gohman · 15 years ago
  82. 5e280a3 Testcase for 94996 (PR 6157) by Dale Johannesen · 15 years ago
  83. 7276c8c Fix PR6196. GV callee may not be a function. by Evan Cheng · 15 years ago
  84. e7ea6fd Add test case for 95013. by Evan Cheng · 15 years ago
  85. 6304b0d fix PR6195, a bug constant folding scalar -> vector compares. by Chris Lattner · 15 years ago
  86. b63127d fix PR6197 - infinite recursion in ipsccp due to block addresses by Chris Lattner · 15 years ago
  87. a00ef11 Update this test for a trivial register allocation difference. by Dan Gohman · 15 years ago
  88. 4f8eea8 Generalize target-independent folding rules for sizeof to handle more by Dan Gohman · 15 years ago
  89. d569561 fix rdar://7590304, a miscompilation of objc apps on arm. The caller by Chris Lattner · 15 years ago
  90. 830f3f2 fix rdar://7590304, an infinite loop in instcombine. In the invoke by Chris Lattner · 15 years ago
  91. 0a4fd46 Undo r94946 now all the tests are passing again. by Evan Cheng · 15 years ago
  92. 843bd69 Avoid recursive sibcall's. by Evan Cheng · 15 years ago
  93. b406c47 Remove test which is no longer relevant. by Eli Friedman · 15 years ago
  94. be7cfa6 Simplify/generalize the xor+add->sign-extend instcombine. by Eli Friedman · 15 years ago
  95. 694488f Add a small transform: transform -(X<<Y) to (-X<<Y) when the shift has a single by Eli Friedman · 15 years ago
  96. 56a5886 Do not mark no-return calls tail calls. It'll screw up special calls like longjmp and it doesn't make much sense for performance reason. If my logic is faulty, please let me know. by Evan Cheng · 15 years ago
  97. 90cfc13 Fix a gross typo: ARMv6+ may or may not support unaligned memory operations. by Anton Korobeynikov · 15 years ago
  98. 49db68f Check alignment of loads when deciding whether it is safe to execute them by Bob Wilson · 15 years ago
  99. a6bff98 Allow more tailcall optimization: calls with inputs that are all passed in registers. by Evan Cheng · 15 years ago
  100. b834f5d MC/X86 AsmParser: Handle absolute memory operands correctly. We were doing by Daniel Dunbar · 15 years ago