summaryrefslogtreecommitdiff
path: root/test
AgeCommit message (Expand)Author
2011-08-12MachOWriter: Don't crash on fixups with arithmetic, emit a relocation instead...Benjamin Kramer
2011-08-12Don't convert objc_autoreleaseReturnValue to objc_autorelease if the resultDan Gohman
2011-08-12Don't let arbitrary calls disrupt nested retain+release pairs ifDan Gohman
2011-08-11Clean up formatting a bit.Jim Grosbach
2011-08-11ARM vector compare to zero instruction assembly parsing support.Jim Grosbach
2011-08-11A slew of unit tests for the recent LoopInfo::updateUnloop featureAndrew Trick
2011-08-11Allow loop unrolling to get known trip counts from ScalarEvolution.Andrew Trick
2011-08-11Enclose directive .cprestore with .set macro and nomacro to silence assemblerAkira Hatanaka
2011-08-11Fix tests per now-correct encoding as of r137371.Jim Grosbach
2011-08-11ARM STRT assembly parsing and encoding.Jim Grosbach
2011-08-11ARM load shifted register pre-index fix shift value asm parser encoding.Jim Grosbach
2011-08-11Add a dag combine to xform 256-bit shuffles into simple vectorBruno Cardoso Lopes
2011-08-11Fix the test added by Nadav in r137308. Make it more strict:Bruno Cardoso Lopes
2011-08-11ARM STRHT assembly parsing and encoding.Jim Grosbach
2011-08-11ARM STRH assembly parsing and encoding.Jim Grosbach
2011-08-11Fix decoding for indexed STRB and LDRB. Fixes <rdar://problem/9926161>.Owen Anderson
2011-08-11Improve operand validation for Thumb2 addressing modes.Owen Anderson
2011-08-11ARM STRD assembly parsing and encoding.Jim Grosbach
2011-08-11Continue to tighten decoding by performing more operand validation.Owen Anderson
2011-08-11ARM STRBT assembly parsing and encoding.Jim Grosbach
2011-08-11Add FIXME.Jim Grosbach
2011-08-11ARM STRB assembly parsing and encoding tests.Jim Grosbach
2011-08-11Fix a copy/paste error so that LDRB(register) actually gets tested.Jim Grosbach
2011-08-11ARM STR(register) assembly parsing and encoding tests.Jim Grosbach
2011-08-11ARM STR(immediate) assembly parsing and encoding.Jim Grosbach
2011-08-11Tighten decoding of addrmode2 instructions to reject more UNPREDICTABLE cases.Owen Anderson
2011-08-11Fix PR10492 by teaching MOVHLPS and MOVLPS mask matching to be more strict.Bruno Cardoso Lopes
2011-08-11Tighten operand decoding of addrmode2 instruction. The offset register canno...Owen Anderson
2011-08-11Correct immediate range for shifter operands. Patch by James Molloy, with ad...Owen Anderson
2011-08-11Improve error checking in the new ARM disassembler. Patch by James Molloy.Owen Anderson
2011-08-11ARM push of a single register encodes as pre-indexed STR.Jim Grosbach
2011-08-11ARM pop of a single register encodes as post-indexed LDR.Jim Grosbach
2011-08-11[AVX] If the data which is going to be saved is already in two XMM registersNadav Rotem
2011-08-11add missing colon, thanks peter.Chris Lattner
2011-08-11fix PR10605 / rdar://9930964 by adding a pretty scary missed check.Chris Lattner
2011-08-11Splats for v8i32/v8f32 can be handled by VPERMILPSY. This was causingBruno Cardoso Lopes
2011-08-11Use the splat index to generate the desired shuffle. Otherwise weBruno Cardoso Lopes
2011-08-11Fix X86TargetLowering::LowerExternalSymbol so that it actually works in non-t...Eli Friedman
2011-08-10ARM tests for LDRSHT assembly parsing and encoding.Jim Grosbach
2011-08-10ARM tests for LDRSH assembly parsing and encoding.Jim Grosbach
2011-08-10ARM tests for LDRSBT assembly parsing and encoding.Jim Grosbach
2011-08-10ARM tests for LDRSB assembly parsing and encoding.Jim Grosbach
2011-08-10Add FIXME.Jim Grosbach
2011-08-10ARM tests for LDRHT assembly parsing and encoding.Jim Grosbach
2011-08-10test/CodeGen/X86/opt-shuff-tstore.ll: Add explicit -mtriple=x86_64-linux.NAKAMURA Takumi
2011-08-10ARM tests for LDRH(register) assembly parsing and encoding.Jim Grosbach
2011-08-10ARM LDRH(immediate) assembly parsing and encoding support.Jim Grosbach
2011-08-10Add FIXMEJim Grosbach
2011-08-10ARM LDRD(register) assembly parsing and encoding.Jim Grosbach
2011-08-10While extending definition range of a debug variable, consult lexical scopes ...Devang Patel