summaryrefslogtreecommitdiff
path: root/test
Commit message (Expand)AuthorAge
* Unit test for PR11950: LSR crash.Andrew Trick2012-03-26
* Revert r153423 as this is causing failures on our internal nightly testers.Chad Rosier2012-03-26
* [tsan] treat vtable pointer updates in a special way (requires tbaa); fix a b...Kostya Serebryany2012-03-26
* Remove stale CBackend tests.Benjamin Kramer2012-03-26
* Use the new range metadata in computeMaskedBits and add a new optimization toRafael Espindola2012-03-26
* Teach instsimplify how to simplify comparisons of pointers which areChandler Carruth2012-03-25
* Switch the pointer-difference simplification logic to only work withChandler Carruth2012-03-25
* This file is no longer needed (DejaGNU-isms removed from code)Eli Bendersky2012-03-25
* Teach the function cloner (and thus the inliner) to simplify PHINodesChandler Carruth2012-03-25
* Continue cleanup of LIT, getting rid of the remaining artifacts from dejagnuEli Bendersky2012-03-25
* Move the instruction simplification of callsite arguments in the inlinerChandler Carruth2012-03-25
* FileCheck-ize this test. Note the FIXME I've introduced here: we'veChandler Carruth2012-03-24
* Fix small-integer VAARG on SVR4 ABI PPC64.Hal Finkel2012-03-24
* First part of PR12251. Add documentation and verifier support for the rangeRafael Espindola2012-03-24
* Don't convert objc_retainAutoreleasedReturnValue to objc_retain if itDan Gohman2012-03-23
* It's not possible to insert code immediately after an invoke in theDan Gohman2012-03-23
* Remove -enable-lsr-nested in time for 3.1.Andrew Trick2012-03-22
* Convert -indvars tests that rely on SCEV expansion to -loop-reduce tests.Andrew Trick2012-03-22
* Remove tests: indvars trivially preserves GEPs now.Andrew Trick2012-03-22
* Remove test: trivial canonical IV test which is covered by other SCEV tests.Andrew Trick2012-03-22
* Test scalar evolution directly instead of testing the result ofAndrew Trick2012-03-22
* Remove redundant -enable-iv-rewrite=false flags from test cases.Andrew Trick2012-03-22
* Added soft fail checks for the disassembler when decoding some corner cases o...Silviu Baranga2012-03-22
* Added soft fail cases for the disassembler when decoding LDRSBT, LDRHT or LDR...Silviu Baranga2012-03-22
* Added soft fail cases for the disassembler when decoding MUL instructions on ...Silviu Baranga2012-03-22
* Revert a series of commits to MCJIT to get the build working in CMakeChandler Carruth2012-03-22
* [fast-isel] Fold "urem x, pow2" -> "and x, pow2-1". This should fix the 271%Chad Rosier2012-03-22
* misched: tag a few XFAILs that I plan to fixAndrew Trick2012-03-21
* Re-factored RuntimeDyld.Danil Malyshev2012-03-21
* Fix ARM disassembly of VST1 and VST2 instructions with writeback. And add testKevin Enderby2012-03-21
* Fix generation of the address size override prefix. Add assertions forJoerg Sonnenberger2012-03-21
* I meant to disable this test, not XFAIL itAndrew Trick2012-03-21
* misched: beginning to add unit testsAndrew Trick2012-03-21
* Incremental big endian patch by Jack Carter.Akira Hatanaka2012-03-21
* Fix test case from r153135.Chad Rosier2012-03-20
* [avx] Add patterns for combining vextractf128 + vmovaps/vmovups/vmobdqu toChad Rosier2012-03-20
* Assembler should accept redefinitions of unused variable symbols.Jim Grosbach2012-03-20
* LoopSimplify bug fix. Handle indirect loop back edges.Andrew Trick2012-03-20
* LSR: teach isSimplifiedLoopNest to handle PHI IVUsers.Andrew Trick2012-03-20
* LSR: fix IVUsers isSimplifiedLoopNest to perform a full domtree walkAndrew Trick2012-03-20
* [avx] Move the vextractf128 patterns closer to the vextractf128 def. RemoveChad Rosier2012-03-20
* Fix assembling ARM vst2 instructions with double-spaced registers.Kevin Enderby2012-03-20
* ARM non-scattered MachO relocations for movw/movt.Jim Grosbach2012-03-20
* Fix test.Chad Rosier2012-03-20
* [avx] Adjust the VINSERTF128rm pattern to allow for unaligned loads.Chad Rosier2012-03-20
* The ARM instructions that have an unpredictable behavior when the pc register...Silviu Baranga2012-03-20
* It's possible to have a constant expression who's size is quite big (e.g.,Bill Wendling2012-03-20
* Perform mul combine when multiplying wiht negative constants.Anton Korobeynikov2012-03-19
* llvm/test/DebugInfo: Move two tests to DebugInfo/X86. They are X86-dependent.NAKAMURA Takumi2012-03-19
* This patch adds X86 instruction itineraries for non-pseudo opcodes inPreston Gurd2012-03-19