summaryrefslogtreecommitdiff
path: root/test
Commit message (Expand)AuthorAgeFilesLines
* Re-factored RuntimeDyld.Danil Malyshev2012-03-2948-0/+1075
* ARM assembly 'cmp lr, #0' should not encode using 'cmn'.Jim Grosbach2012-03-291-0/+2
* The shuffle scheduler is only available in asserts build - make misched-new.llLang Hames2012-03-291-0/+1
* Make x86 REP_MOV* and REP_STO instructions use the correct operand sizes in 6...Lang Hames2012-03-291-2/+3
* Expand FREM.Akira Hatanaka2012-03-291-0/+13
* Don't PRE compares.Jakob Stoklund Olesen2012-03-291-0/+68
* For X86, change load/dec-or-inc/store into dec-or-inc, respectively.Joel Jones2012-03-292-67/+179
* Reverted to revision 153616 to unblock buildJoel Jones2012-03-292-179/+67
* For X86, change load/dec-or-inc/store into dec-or-inc, respectively.Joel Jones2012-03-292-67/+179
* Don't kill the base register when expanding strd.Jakob Stoklund Olesen2012-03-281-0/+15
* Handle intrinsics in GlobalsModRef. Fixes pr12351.Rafael Espindola2012-03-281-0/+33
* Spill DPair registers, not just QPR.Jakob Stoklund Olesen2012-03-281-1/+15
* Revert r153521 as it's causing large regressions on the nightly testers.Chad Rosier2012-03-281-15/+0
* GlobalOpt: If we have an inbounds GEP from a ConstantAggregateZero global tha...Benjamin Kramer2012-03-281-0/+11
* Fixup VST1.32 with writeback instruction. Also re-factor non-writeback version.Richard Barton2012-03-281-0/+8
* Switch to WeakVHs in the value mapper, and aggressively prune dead basicChandler Carruth2012-03-281-10/+0
* Fix the output of the DW_TAG_friend tag to include DW_AT_friendEric Christopher2012-03-281-0/+47
* Fix test case.Akira Hatanaka2012-03-281-0/+2
* Add a test for the previous commit. Also, remove two tests that wereEric Christopher2012-03-273-117/+31
* Reapply r153423; the original commit was fine. The failing test, distray, had Chad Rosier2012-03-271-0/+15
* Post-ra LICM should take care not to hoist an instruction that would clobber aEvan Cheng2012-03-271-0/+59
* ARM has a peephole optimization which looks for a def / use pair. The defEvan Cheng2012-03-261-0/+33
* SCEV fix: Handle loop invariant loads.Andrew Trick2012-03-261-0/+47
* Unit test for PR11950: LSR crash.Andrew Trick2012-03-261-0/+49
* Revert r153423 as this is causing failures on our internal nightly testers.Chad Rosier2012-03-261-15/+0
* [tsan] treat vtable pointer updates in a special way (requires tbaa); fix a b...Kostya Serebryany2012-03-262-0/+14
* Remove stale CBackend tests.Benjamin Kramer2012-03-2652-627/+0
* Use the new range metadata in computeMaskedBits and add a new optimization toRafael Espindola2012-03-261-0/+15
* Teach instsimplify how to simplify comparisons of pointers which areChandler Carruth2012-03-251-0/+62
* Switch the pointer-difference simplification logic to only work withChandler Carruth2012-03-251-10/+25
* This file is no longer needed (DejaGNU-isms removed from code)Eli Bendersky2012-03-251-3/+0
* Teach the function cloner (and thus the inliner) to simplify PHINodesChandler Carruth2012-03-251-3/+33
* Continue cleanup of LIT, getting rid of the remaining artifacts from dejagnuEli Bendersky2012-03-2538-352/+36
* Move the instruction simplification of callsite arguments in the inlinerChandler Carruth2012-03-251-0/+45
* FileCheck-ize this test. Note the FIXME I've introduced here: we'veChandler Carruth2012-03-241-4/+14
* Fix small-integer VAARG on SVR4 ABI PPC64.Hal Finkel2012-03-241-0/+20
* First part of PR12251. Add documentation and verifier support for the rangeRafael Espindola2012-03-242-0/+100
* Don't convert objc_retainAutoreleasedReturnValue to objc_retain if itDan Gohman2012-03-232-1/+44
* It's not possible to insert code immediately after an invoke in theDan Gohman2012-03-231-0/+66
* Remove -enable-lsr-nested in time for 3.1.Andrew Trick2012-03-225-1138/+0
* Convert -indvars tests that rely on SCEV expansion to -loop-reduce tests.Andrew Trick2012-03-222-5/+9
* Remove tests: indvars trivially preserves GEPs now.Andrew Trick2012-03-224-203/+0
* Remove test: trivial canonical IV test which is covered by other SCEV tests.Andrew Trick2012-03-221-31/+0
* Test scalar evolution directly instead of testing the result ofAndrew Trick2012-03-221-11/+9
* Remove redundant -enable-iv-rewrite=false flags from test cases.Andrew Trick2012-03-2211-14/+8
* Added soft fail checks for the disassembler when decoding some corner cases o...Silviu Baranga2012-03-223-2/+21
* Added soft fail cases for the disassembler when decoding LDRSBT, LDRHT or LDR...Silviu Baranga2012-03-221-0/+22
* Added soft fail cases for the disassembler when decoding MUL instructions on ...Silviu Baranga2012-03-221-0/+17
* Revert a series of commits to MCJIT to get the build working in CMakeChandler Carruth2012-03-2247-1073/+0
* [fast-isel] Fold "urem x, pow2" -> "and x, pow2-1". This should fix the 271%Chad Rosier2012-03-221-0/+9