aboutsummaryrefslogtreecommitdiff
path: root/test
AgeCommit message (Expand)Author
2012-03-26Use the new range metadata in computeMaskedBits and add a new optimization toRafael Espindola
2012-03-25Teach instsimplify how to simplify comparisons of pointers which areChandler Carruth
2012-03-25Switch the pointer-difference simplification logic to only work withChandler Carruth
2012-03-25This file is no longer needed (DejaGNU-isms removed from code)Eli Bendersky
2012-03-25Teach the function cloner (and thus the inliner) to simplify PHINodesChandler Carruth
2012-03-25Continue cleanup of LIT, getting rid of the remaining artifacts from dejagnuEli Bendersky
2012-03-25Move the instruction simplification of callsite arguments in the inlinerChandler Carruth
2012-03-24FileCheck-ize this test. Note the FIXME I've introduced here: we'veChandler Carruth
2012-03-24Fix small-integer VAARG on SVR4 ABI PPC64.Hal Finkel
2012-03-24First part of PR12251. Add documentation and verifier support for the rangeRafael Espindola
2012-03-23Don't convert objc_retainAutoreleasedReturnValue to objc_retain if itDan Gohman
2012-03-23It's not possible to insert code immediately after an invoke in theDan Gohman
2012-03-22Remove -enable-lsr-nested in time for 3.1.Andrew Trick
2012-03-22Convert -indvars tests that rely on SCEV expansion to -loop-reduce tests.Andrew Trick
2012-03-22Remove tests: indvars trivially preserves GEPs now.Andrew Trick
2012-03-22Remove test: trivial canonical IV test which is covered by other SCEV tests.Andrew Trick
2012-03-22Test scalar evolution directly instead of testing the result ofAndrew Trick
2012-03-22Remove redundant -enable-iv-rewrite=false flags from test cases.Andrew Trick
2012-03-22Added soft fail checks for the disassembler when decoding some corner cases o...Silviu Baranga
2012-03-22Added soft fail cases for the disassembler when decoding LDRSBT, LDRHT or LDR...Silviu Baranga
2012-03-22Added soft fail cases for the disassembler when decoding MUL instructions on ...Silviu Baranga
2012-03-22Revert a series of commits to MCJIT to get the build working in CMakeChandler Carruth
2012-03-22[fast-isel] Fold "urem x, pow2" -> "and x, pow2-1". This should fix the 271%Chad Rosier
2012-03-21misched: tag a few XFAILs that I plan to fixAndrew Trick
2012-03-21Re-factored RuntimeDyld.Danil Malyshev
2012-03-21Fix ARM disassembly of VST1 and VST2 instructions with writeback. And add testKevin Enderby
2012-03-21Fix generation of the address size override prefix. Add assertions forJoerg Sonnenberger
2012-03-21I meant to disable this test, not XFAIL itAndrew Trick
2012-03-21misched: beginning to add unit testsAndrew Trick
2012-03-21Incremental big endian patch by Jack Carter.Akira Hatanaka
2012-03-20Fix test case from r153135.Chad Rosier
2012-03-20[avx] Add patterns for combining vextractf128 + vmovaps/vmovups/vmobdqu toChad Rosier
2012-03-20Assembler should accept redefinitions of unused variable symbols.Jim Grosbach
2012-03-20LoopSimplify bug fix. Handle indirect loop back edges.Andrew Trick
2012-03-20LSR: teach isSimplifiedLoopNest to handle PHI IVUsers.Andrew Trick
2012-03-20LSR: fix IVUsers isSimplifiedLoopNest to perform a full domtree walkAndrew Trick
2012-03-20[avx] Move the vextractf128 patterns closer to the vextractf128 def. RemoveChad Rosier
2012-03-20Fix assembling ARM vst2 instructions with double-spaced registers.Kevin Enderby
2012-03-20ARM non-scattered MachO relocations for movw/movt.Jim Grosbach
2012-03-20Fix test.Chad Rosier
2012-03-20[avx] Adjust the VINSERTF128rm pattern to allow for unaligned loads.Chad Rosier
2012-03-20The ARM instructions that have an unpredictable behavior when the pc register...Silviu Baranga
2012-03-20It's possible to have a constant expression who's size is quite big (e.g.,Bill Wendling
2012-03-19Perform mul combine when multiplying wiht negative constants.Anton Korobeynikov
2012-03-19llvm/test/DebugInfo: Move two tests to DebugInfo/X86. They are X86-dependent.NAKAMURA Takumi
2012-03-19This patch adds X86 instruction itineraries for non-pseudo opcodes inPreston Gurd
2012-03-18Factor out the multiply analysis code in ComputeMaskedBits and apply it to theNick Lewycky
2012-03-17MC asm parser macro argument count was wrong when empty.Jim Grosbach
2012-03-16ARM ldm/stm register lists can be out of order.Jim Grosbach
2012-03-16Revert r152907.Bill Wendling