summaryrefslogtreecommitdiff
path: root/test
Commit message (Expand)AuthorAge
* Tweak ARM assembly parsing and printing of MSR instruction.Jim Grosbach2011-07-19
* ARM assembly parsing of MRS instruction.Jim Grosbach2011-07-19
* ARM assembly parsing for MRC/MRC2/MRRC/MRRC2.Jim Grosbach2011-07-19
* Use the correct opcodes: SLLV/SRLV or AND must be used instead of SLL/SRL orAkira Hatanaka2011-07-19
* Move mr[r]c[2] ARM tests and tidy up a bit.Jim Grosbach2011-07-19
* ARM testcases for MOVT.Jim Grosbach2011-07-19
* ARM assembly parsing for MOV (register).Jim Grosbach2011-07-19
* ARM assembly parsing for MOV (immediate).Jim Grosbach2011-07-19
* Whitespace.Jim Grosbach2011-07-19
* Remove redundant instructions.Akira Hatanaka2011-07-19
* Add intrinsics for the zext / sext instructions.Richard Osborne2011-07-19
* Add intrinsics for the testct, testwct instructions.Richard Osborne2011-07-19
* Add intrinsics for the peek and endin instructions.Richard Osborne2011-07-19
* Remove bogus test: for all possible inputs of %X, the 'sub nsw' is guaranteedNick Lewycky2011-07-19
* Introduce MCCodeGenInfo, which keeps information that can affect codegenEvan Cheng2011-07-19
* Revert r135423.Devang Patel2011-07-19
* FileCheck-ize a couple tests.Eli Friedman2011-07-18
* During bottom up fast-isel, instructions emitted to materalize registers are ...Devang Patel2011-07-18
* indvars: LinearFunctionTestReplace for non-canonical IVs.Andrew Trick2011-07-18
* Do not treat atomic.load.sub differently than other atomic binary intrinsics.Akira Hatanaka2011-07-18
* Set mayLoad or mayStore flags for SC and LL in order to prevent LICM from Akira Hatanaka2011-07-18
* Fix a crash when building 177.mesa for armv6.Jakob Stoklund Olesen2011-07-18
* Add AVX 128-bit sqrt versionsBruno Cardoso Lopes2011-07-18
* Delete empty unused file.Nick Lewycky2011-07-18
* More minor adjustments.Eric Christopher2011-07-16
* Make the disassembler able to disassemble a bunch of instructions with names ...Eli Friedman2011-07-16
* Add AVX 128-bit patterns for sint_to_fpBruno Cardoso Lopes2011-07-16
* Finish propagating %asmtmp->%1 change.Eric Christopher2011-07-16
* fix rdar://9776316 - type remapping needed for inline asm blobs,Chris Lattner2011-07-15
* Fix a couple of things:Bruno Cardoso Lopes2011-07-15
* PR10370: Make sure we know how to relax push correctly on x86-64.Eli Friedman2011-07-15
* A real testcase for r135286.Chad Rosier2011-07-15
* Update these tests, no longer outputting names for the variables.Eric Christopher2011-07-15
* Add testcase for r135286.Chad Rosier2011-07-15
* Remove VMOVDneon and VMOVQ, which are just aliases for VORR. This continues ...Owen Anderson2011-07-15
* ARM diagnostic when 's' suffix on mnemonic that can't set flags.Jim Grosbach2011-07-14
* Add some testcases for ARM MLA/MLS instructions.Jim Grosbach2011-07-14
* ARM MCRR/MCRR2 immediate operand range checking.Jim Grosbach2011-07-14
* ARM MCR/MCR2 assembly parsing operand constraints.Jim Grosbach2011-07-14
* Enable some tests we now handle correctly.Jim Grosbach2011-07-14
* Check register class matching instead of width of type matchingEric Christopher2011-07-14
* Add 256-bit load/store recognition and matching in several places.Bruno Cardoso Lopes2011-07-14
* Update ARM Assembly of LDM/STM.Jim Grosbach2011-07-14
* ARM ISB assembly parsing tests.Jim Grosbach2011-07-14
* ARM ISB instruction assembly parsing.Jim Grosbach2011-07-14
* Add a testcase for r135123.Eric Christopher2011-07-14
* Don't emit a bit test if there is only one case the test can yield false. A s...Benjamin Kramer2011-07-14
* ARM tests for EOR instruction parsing and encoding.Jim Grosbach2011-07-14
* Remove duplicate tests.Jim Grosbach2011-07-14
* ARM Assembler support for DSB instruction.Jim Grosbach2011-07-14