summaryrefslogtreecommitdiff
path: root/test
Commit message (Expand)AuthorAge
* Rewrite #3 of machine block placement. This is based somewhat on theChandler Carruth2011-11-13
* The order in which the predicate is added differs between Thumb and ARM mode....Chad Rosier2011-11-13
* Temporarily disable SelectIntrinsicCall when in ARM mode. This is causing fai...Chad Rosier2011-11-13
* Add support for emitting both signed- and zero-extend loads. Fix Chad Rosier2011-11-13
* Remove the -color-ss-with-regs option.Jakob Stoklund Olesen2011-11-13
* Delete the 'standard' spiller with used the old spilling framework.Jakob Stoklund Olesen2011-11-12
* Remove histogram tests.Jakob Stoklund Olesen2011-11-12
* RAGreedy is better about hinting now.Jakob Stoklund Olesen2011-11-12
* Linear scan is going away.Jakob Stoklund Olesen2011-11-12
* XFAIL test that depends on linear scan to remove dead code.Jakob Stoklund Olesen2011-11-12
* Remove obsolete test.Jakob Stoklund Olesen2011-11-12
* Remove obsolete test.Jakob Stoklund Olesen2011-11-12
* Remove obsolete test.Jakob Stoklund Olesen2011-11-12
* Eliminate more linear scan tests.Jakob Stoklund Olesen2011-11-12
* Switch a couple -O0 tests to RABasic.Jakob Stoklund Olesen2011-11-12
* Switch a few tests off linearscan.Jakob Stoklund Olesen2011-11-12
* Delete old test of a VirtRegRewriter feature.Jakob Stoklund Olesen2011-11-12
* Remove old test that doesn't make sense.Jakob Stoklund Olesen2011-11-12
* Add more AVX2 shift lowering support. Move AVX2 variable shift to use pattern...Craig Topper2011-11-12
* Don't try to loop on iterators that are potentially invalidated inside the lo...Nick Lewycky2011-11-12
* Make sure scalarrepl picks the correct alloca when it rewrites a bitcast. Fi...Eli Friedman2011-11-12
* The dwarf standard says that the only differences between a out-of-lineRafael Espindola2011-11-12
* Don't try to form pre/post-indexed loads/stores until after LegalizeDAG runs....Eli Friedman2011-11-12
* ARM optional size suffix for VLDR/VSTR syntax.Jim Grosbach2011-11-11
* Add support in fast-isel for selecting memset/memcpy/memmove intrinsics.Chad Rosier2011-11-11
* Loosen test by using REs. Approved by Devang.Chad Rosier2011-11-11
* Preserve MachineMemOperands in ARMLoadStoreOptimizer.Andrew Trick2011-11-11
* ARM allow Q registers in vldm/vstm register lists.Jim Grosbach2011-11-11
* Move X86 specific test in X86 directory.Devang Patel2011-11-11
* Move X86 specific test in X86 directory.Devang Patel2011-11-11
* allow non-device function calls in PTX when natively handling device-side printfDan Bailey2011-11-11
* Add lowering for AVX2 shift instructions.Craig Topper2011-11-11
* Add support for using immediates with select instructions.Chad Rosier2011-11-11
* Make sure to expand SIGN_EXTEND_INREG for NEON vectors. PR11319, round 3.Eli Friedman2011-11-11
* Get rid of an optimization in SCCP which appears to have many issues. Specif...Eli Friedman2011-11-11
* Add support for using MVN to materialize negative constants.Chad Rosier2011-11-11
* Thumb2 parsing for push/pop w/ hi registers in the reglist.Jim Grosbach2011-11-10
* Check in getOrCreateSubprogramDIE if a declaration exists and if so outputRafael Espindola2011-11-10
* Thumb MUL assembly parsing for 3-operand form.Jim Grosbach2011-11-10
* When in ARM mode, LDRH/STRH require special handling of negative offsets.Chad Rosier2011-11-10
* ARM assembly parsing for LSR/LSL/ROR(immediate).Jim Grosbach2011-11-10
* ARM assembly parsing for ASR(immediate).Jim Grosbach2011-11-10
* test/CodeGen/X86/lsr-loop-exit-cond.ll: Try to appease linux and freebsd bots...NAKAMURA Takumi2011-11-10
* Use a bigger hammer to fix PR11314 by disabling the "forcing two-addressEvan Cheng2011-11-10
* For immediate encodings of icmp, zero or sign extend first. ThenChad Rosier2011-11-10
* Strip old implicit operands after foldMemoryOperand.Jakob Stoklund Olesen2011-11-10
* Thumb2 assembly parsing STMDB w/ optional .w suffix.Jim Grosbach2011-11-09
* Make sure we correctly unroll conversions between v2f64 and v2i32 on ARM.Eli Friedman2011-11-09
* DeadStoreElimination can now trim the size of a store if the end of the store...Pete Cooper2011-11-09
* Add check so we don't try to perform an impossible transformation. Fixes issu...Eli Friedman2011-11-09