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