summaryrefslogtreecommitdiff
path: root/test
Commit message (Expand)AuthorAge
* 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
* ARM Assembler support for DMB instruction.Jim Grosbach2011-07-13
* ARM Assembler support for DBG instruction.Jim Grosbach2011-07-13
* We already support 256-bit packed ADD, SUB, DIV, MUL. Add testcases.Bruno Cardoso Lopes2011-07-13
* ARM parsing and encoding tests for CMN/CMP.Jim Grosbach2011-07-13
* Shuffle ARM assembly tests a bit.Jim Grosbach2011-07-13
* Range checking for CDP[2] immediates.Jim Grosbach2011-07-13
* Make X86ISD::ANDNP more general and Codegen 256-bit VANDNP. A moreBruno Cardoso Lopes2011-07-13
* Make sure we don't combine a large displacement and a frame index in the same...Eli Friedman2011-07-13
* Fix predicates for Thumb co-processor instructions.Jim Grosbach2011-07-13
* Testcases for ARM assembly BX/BXJ instructions.Jim Grosbach2011-07-13
* Testcases for ARM assembly BLX/BL instructions.Jim Grosbach2011-07-13
* Range checking for 16-bit immediates in ARM assembly.Jim Grosbach2011-07-13
* Change test case, one that actually failed before my commit.Evan Cheng2011-07-13
* Add tests for ARM parsing of 'BKPT' instruction.Jim Grosbach2011-07-13
* Fix copy-pasto.Jim Grosbach2011-07-13
* Add tests for ARM parsing of 'BIC' instruction.Jim Grosbach2011-07-13
* Add some FIXMEs.Jim Grosbach2011-07-13
* It's not safe to fold (fptrunc (sqrt (fpext x))) to (sqrtf x) if there is ano...Evan Cheng2011-07-13
* Add tests for ARM parsing of 'AND' instruction.Jim Grosbach2011-07-13
* Improve ARM assembly parsing diagnostics a bit.Jim Grosbach2011-07-13
* Add tests for ARM parsing of 'ADD' instructionJim Grosbach2011-07-13
* Destination register operand is optional for ADC and SBC ARM.Jim Grosbach2011-07-13
* Flesh out ARM Parser support for shifted-register operands.Jim Grosbach2011-07-13
* AVX Codegen support for 256-bit versions of vandps, vandpd, vorps, vorpd, vxo...Bruno Cardoso Lopes2011-07-13
* Improve codegen for select's:Evan Cheng2011-07-13
* Add check for predicate w/o S bit.Jim Grosbach2011-07-12
* Improve test cases from r134746.Jim Grosbach2011-07-12
* Comment correction.Andrew Trick2011-07-12
* Fix recognition of ARM 'adcs' mnemonic.Jim Grosbach2011-07-11
* Simplify printing of ARM shifted immediates.Jim Grosbach2011-07-11
* test/CodeGen/PowerPC/vector.ll: Tweak redirection >%t >%t to >%t >>%t. See al...NAKAMURA Takumi2011-07-11
* Add a missing test for r134882.Cameron Zwarich2011-07-11
* - Eliminate MCCodeEmitter's dependency on TargetMachine. It now uses MCInstrInfoEvan Cheng2011-07-11
* Don't duplicate the work done by a gep into a "bitcast" if the gep hasRafael Espindola2011-07-11
* Move the loads after the calls so that the fix forRafael Espindola2011-07-09