summaryrefslogtreecommitdiff
path: root/test
Commit message (Expand)AuthorAge
* Implement Neon VST[234] operations.Bob Wilson2009-08-06
* Fix incorrect intrinsic declarations.Bob Wilson2009-08-06
* Testcase for llvm-gcc 78324 (although in normalDale Johannesen2009-08-06
* Tidy up this testcase.Dan Gohman2009-08-06
* reduce testcase.Chris Lattner2009-08-06
* Remove an over-aggressive assert. Functions with empty struct returnDan Gohman2009-08-06
* Add tests for X86-64 code model handling. Small and kernel for now.Anton Korobeynikov2009-08-06
* Fix a bug in x86's PreprocessForRMW logic that was exposedDan Gohman2009-08-06
* Fix a few places in DAGCombiner that were creating all-ones-bitsDan Gohman2009-08-06
* add a testcase for my llvm-gcc hack.Chris Lattner2009-08-06
* this passes.Chris Lattner2009-08-06
* XFAIL it while it is being worked on.Sanjiv Gupta2009-08-06
* Add tests for new NEON vld instructions.Bob Wilson2009-08-06
* Convert more Neon tests to FileCheck.Bob Wilson2009-08-05
* Adjust test for llvm-gcc checkin 78249.Dale Johannesen2009-08-05
* Test for llvm-gcc checkin 78223.Dale Johannesen2009-08-05
* Missed pieces for ARM HardFP ABI.Anton Korobeynikov2009-08-05
* Enable the new no-SP register classes by default. This is to addressDan Gohman2009-08-05
* Add testcases for reg-mem arithemtics added recentlyAnton Korobeynikov2009-08-05
* Convert bswap test to filecheck, add more test entries & convert stuff to fil...Anton Korobeynikov2009-08-05
* Fix a bug in the PIC16 backend.Dan Gohman2009-08-05
* Change these tests to use function attributes rather than special llcDan Gohman2009-08-05
* checking in broken testcases is not such a good idea.Chris Lattner2009-08-05
* Quite a few tests crashed in llc after 78142. This is just one of them. I hop...Sanjiv Gupta2009-08-05
* Disable stack coloring with register for now. It's not able to set kill markers.Evan Cheng2009-08-05
* Another nasty coalescer bug (is there another kind):Evan Cheng2009-08-05
* Revert changes accidentally committed along with r78163.Dan Gohman2009-08-05
* Teach X86FastISel how to handle CCValAssign::BCvt, which is used forDan Gohman2009-08-05
* ZIV tester for LDA.Andreas Bolka2009-08-05
* Fix LDA testcases.Andreas Bolka2009-08-05
* Turn some insert_subreg, extract_subreg, subreg_to_reg into implicit_defs.Evan Cheng2009-08-05
* One more. Transfer kill of the larger register when lowering an EXTRACT_SUBREG.Evan Cheng2009-08-05
* One more place where subreg lowering forgot to transfer undefness.Evan Cheng2009-08-05
* Major calling convention code refactoring.Dan Gohman2009-08-05
* If the insert_subreg source is <undef>, insert an implicit_def instead of a c...Evan Cheng2009-08-05
* Fix part 1 of pr4682. PICADD is a 16-bit instruction even in thumb2 mode.Evan Cheng2009-08-04
* Fix test.Evan Cheng2009-08-04
* Convert more Neon tests to use FileCheck.Bob Wilson2009-08-04
* Convert a few Neon tests to use FileCheck.Bob Wilson2009-08-04
* Clean up the handling of two-address operands in RegScavenger.Jakob Stoklund Olesen2009-08-04
* Enable load / store multiple pass for Thumb2. It's not using ldrd / strd yet.Evan Cheng2009-08-04
* Add NEON single-precision FP support for fabs and fneg.David Goodwin2009-08-04
* LowerSubregsInstructionPass::LowerExtract should not extend the live range of...Jakob Stoklund Olesen2009-08-04
* In thumb mode, r7 is used as frame register. This fixes pr4681.Evan Cheng2009-08-04
* Match common pattern for FNMAC. Add NEON SP support.David Goodwin2009-08-04
* Improve tests.David Goodwin2009-08-04
* Initial support for single-precision FP using NEON. Added "neonfp" attribute ...David Goodwin2009-08-04
* Fix PR4528. This scavenger assertion is too strict. The two-address value isEvan Cheng2009-08-04
* enhance codegen to put 16-bit character strings into the Chris Lattner2009-08-04
* Add support emiting for 2/4 byte mergable strings to the ".rodata.str*"Chris Lattner2009-08-04