summaryrefslogtreecommitdiff
path: root/test
Commit message (Expand)AuthorAge
* Port new Thumb1 encoding tests over to decoding tests.Owen Anderson2011-08-17
* ARM assembly parsing and encoding test for BKPT.Jim Grosbach2011-08-17
* ARM assembly parsing and encoding test for BIC.Jim Grosbach2011-08-17
* Thumb assembly parsing and encoding for B.Jim Grosbach2011-08-17
* Thumb assembly parsing and encoding for ASR.Jim Grosbach2011-08-17
* Atomic load/store handling for the passes using memdep (GVN, DSE, memcpyopt).Eli Friedman2011-08-17
* Fix PR10688. Add support for spliting 256-bit vector shifts when theBruno Cardoso Lopes2011-08-17
* Thumb assembly parsing and encoding for ADR.Jim Grosbach2011-08-17
* Add a couple of FIXMEs.Jim Grosbach2011-08-17
* Fix test case.Devang Patel2011-08-17
* Remove superficial test.Devang Patel2011-08-17
* Robustify test.Devang Patel2011-08-17
* Start building a Thumb1 decoding test file based on the Thumb1 parsing/encodi...Owen Anderson2011-08-17
* Silly mistake from r137777; restore significant isStructTy() checks. While h...Eli Friedman2011-08-17
* Thumb assembly parsing and encoding for ADC(register) instruction.Jim Grosbach2011-08-17
* Add missing '@' delimiter.Jim Grosbach2011-08-17
* Allow the MCDisassembler to return a "soft fail" status code, indicating an i...Owen Anderson2011-08-17
* Introduce matching patterns for vbroadcast AVX instruction. The idea is toBruno Cardoso Lopes2011-08-17
* Update test to not use the scalar type to splat from a loadBruno Cardoso Lopes2011-08-17
* Now that we have a canonical way to handle 256-bit splats:Bruno Cardoso Lopes2011-08-17
* Add support for ext and ins.Akira Hatanaka2011-08-17
* Thumb ADD(immediate) parsing support.Jim Grosbach2011-08-16
* An additional atomic test; related to r137662.Eli Friedman2011-08-16
* Thumb parsing diagnostics for low-reg requirements on ADD and MOV.Jim Grosbach2011-08-16
* A bunch of misc fixes to SCCPSolver::ResolvedUndefsIn, including a fix to stopEli Friedman2011-08-16
* Remove tests that have been obsoleted or migrated to clang/optimizer tests.Eric Christopher2011-08-16
* Thumb assembly parsing and encoding for ADD(register) instruction.Jim Grosbach2011-08-16
* Minor bug in SCCP found by inspection. (I don't think it's possible to hit t...Eli Friedman2011-08-16
* Add testcase for r137746.Jim Grosbach2011-08-16
* Tidy up formatting.Jim Grosbach2011-08-16
* ARM thumb assembly parsing for arithmetic flag setting instructions.Jim Grosbach2011-08-16
* Instead of always leaving the work to the generic legalizer whenBruno Cardoso Lopes2011-08-16
* Add test case for r137711.Akira Hatanaka2011-08-16
* ARM .align NOP padding uses different encoding pre-ARMv6.Jim Grosbach2011-08-16
* Fix handling of double precision loads and stores when Mips1 is targeted. Akira Hatanaka2011-08-16
* Fix test.Eli Friedman2011-08-16
* Revert a bit of r137667; the logic in question can safely handle atomic load/...Eli Friedman2011-08-16
* Migrate this test from llvm/test/FrontendC++/ptr-to-method-devirt.cpp andEric Christopher2011-08-16
* Update SimplifyCFG for atomic operations.Eli Friedman2011-08-15
* Add comments and test for atomic load/store and mem2reg.Eli Friedman2011-08-15
* Add a test file for Thumb2 NEON.Owen Anderson2011-08-15
* Reorder declarations of vmovmskp* and also put the necessary AVXBruno Cardoso Lopes2011-08-15
* Update instcombine for atomic load/store.Eli Friedman2011-08-15
* Fix PR10656. It's only profitable to use 128-bit inserts and extractsBruno Cardoso Lopes2011-08-15
* Add some more comprehensive VFP decoding tests.Owen Anderson2011-08-15
* Fix this test to avoid leaving a temporary file behind.Eric Christopher2011-08-15
* 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