summaryrefslogtreecommitdiff
path: root/test
Commit message (Expand)AuthorAge
* Atomic load/store support in LICM.Eli Friedman2011-08-15
* Enforce the constraint that Rt must be even on LDRD/STRD instructions in ARM ...Owen Anderson2011-08-15
* Add an ipsccp test. Migrated from test/FrontendC++.Eric Christopher2011-08-15
* Add a test for Thumb1 LDRSH decoding.Owen Anderson2011-08-15
* Add testcase for STRH. Patch by James Molloy.Owen Anderson2011-08-15
* Fix incorrect encoding of UMAAL and friends. Patch by James Molloy.Owen Anderson2011-08-15
* Fix decoding LDRSB and LDRSH in Thumb1 mode. Patch by James Molloy.Owen Anderson2011-08-15
* Fix problems decoding the to/from-lane NEON memory instructions, and add a co...Owen Anderson2011-08-15
* This transform is not safe. Thanks to Eli for pointing that out!Nick Lewycky2011-08-14
* Don't attempt to add 'nsw' when intermediate instructions had no such guarantee.Nick Lewycky2011-08-14
* Teach instcombine to preserve the nsw bit by doing an after-the-fact analysisNick Lewycky2011-08-14
* Fix test.Eli Friedman2011-08-13
* Expand VMOVQQQQ pseudo instructions.Bob Wilson2011-08-13
* Move "atomic" and "volatile" designations on instructions after the opcodeEli Friedman2011-08-12
* The VPERM2F128 is a AVX instruction which permutes between two 256-bitBruno Cardoso Lopes2011-08-12
* Define unaligned load and store. Akira Hatanaka2011-08-12
* Fix some remaining issues with decoding ARM-mode memory instructions, and add...Owen Anderson2011-08-12
* Port over the basic ARM encodings test file to a decoding test file. Greatly...Owen Anderson2011-08-12
* Test case for 137484Akira Hatanaka2011-08-12
* 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