aboutsummaryrefslogtreecommitdiffstats
path: root/test
Commit message (Expand)AuthorAgeFilesLines
* Input files should go before all other options.Mikhail Glushenkov2009-10-085-5/+5
* Add codegen support for NEON vst3 intrinsics with <1 x i64> vectors.Bob Wilson2009-10-081-0/+9
* Add codegen support for NEON vst2 intrinsics with <1 x i64> vectors.Bob Wilson2009-10-081-0/+9
* Add codegen support for NEON vld4 intrinsics with <1 x i64> vectors.Bob Wilson2009-10-071-0/+12
* Convert more NEON tests to use FileCheck.Bob Wilson2009-10-076-35/+114
* Add codegen support for NEON vld3 intrinsics with <1 x i64> vectors.Bob Wilson2009-10-071-0/+12
* Add codegen support for NEON vld2 intrinsics with <1 x i64> vectors.Bob Wilson2009-10-071-0/+12
* Fix handling of x86 'R' constraint.Dale Johannesen2009-10-071-0/+18
* Convert more NEON tests to use FileCheck.Bob Wilson2009-10-076-40/+118
* Fixed MCSectionMachO::ParseSectionSpecifier to allow an attribute of "none" soKevin Enderby2009-10-071-39/+52
* Convert test to FileCheck.Bob Wilson2009-10-071-9/+27
* Add codegen support for NEON vst4 intrinsics with 128-bit vectors.Bob Wilson2009-10-071-0/+41
* Add codegen support for NEON vst3 intrinsics with 128-bit vectors.Bob Wilson2009-10-071-0/+41
* Add codegen support for NEON vst2 intrinsics with 128-bit vectors.Bob Wilson2009-10-071-0/+37
* Add codegen support for NEON vld4 intrinsics with 128-bit vectors.Bob Wilson2009-10-071-0/+54
* Add codegen support for NEON vld3 intrinsics with 128-bit vectors.Bob Wilson2009-10-071-0/+54
* Add tests for vld2 of 128-bit vectors.Bob Wilson2009-10-071-0/+50
* Update NEON struct names to match llvm-gcc changes.Bob Wilson2009-10-068-195/+165
* Instead of printing unnecessary basic block labels as labels inDan Gohman2009-10-062-3/+2
* remove predicate simplifier, it never got the last bugs beatenChris Lattner2009-10-0620-830/+0
* Add a test for http://llvm.org/PR3043.Jeffrey Yasskin2009-10-051-0/+35
* Extend ConstantFolding to understand signed overflow variantsEvan Phoenix2009-10-051-1/+120
* teach the optimizer how to constant fold uadd/usub intrinsics.Chris Lattner2009-10-051-0/+53
* instcombine shouldn't delete all null checks for mallocs.Chris Lattner2009-10-051-0/+19
* Fix make rule when objdir is inside srcdir.Torok Edwin2009-10-021-1/+1
* Fix tests.Evan Cheng2009-10-022-3/+3
* Fix test.Evan Cheng2009-10-021-1/+2
* C++ member functions must be 2 byte aligned per ABI.Evan Cheng2009-10-021-0/+19
* Forgot about ARM::tPUSH. It also has a new writeback operand.Evan Cheng2009-10-021-0/+10
* Move load / store multiple before post-alloc scheduling.Evan Cheng2009-10-023-7/+5
* Test case for aligned attribute on function declaration.Evan Cheng2009-10-021-0/+7
* Remove neonfp attribute and instead set default based on CPU string. Add -arm...David Goodwin2009-10-0118-31/+31
* Restore the -post-RA-scheduler flag as an override for the target specificati...David Goodwin2009-10-016-5/+38
* ARM::tPOP and tPOP_RET each has an extra writeback operand now.Evan Cheng2009-10-011-0/+13
* remove the GVNPRE pass. It has been subsumed by the GVN pass.Chris Lattner2009-10-0119-423/+0
* Forgot this test earlier.Evan Cheng2009-09-301-0/+154
* Remove regression that requires post-RA scheduling from a target that does no...David Goodwin2009-09-301-33/+0
* Remove -post-RA-schedule flag and add a TargetSubtarget method to enable post...David Goodwin2009-09-305-5/+5
* Post-RA regressions.David Goodwin2009-09-295-4/+113
* Fix PR4687. Pre ARMv5te does not support ldrd / strd. Patch by John Tytgat.Evan Cheng2009-09-291-0/+19
* Parse custom metadata attached with an instruction.Devang Patel2009-09-292-9/+9
* Add a testcase for r83011.Dan Gohman2009-09-281-0/+38
* Add a CHECK line to check the position of the second divsd.Dan Gohman2009-09-281-0/+1
* Add a testcase to help test analysis preservation.Dan Gohman2009-09-281-0/+47
* Make ARM and Thumb2 32-bit immediate materialization into a single 32-bit pseudoEvan Cheng2009-09-281-6/+26
* The select instruction is not neccesarily in the same block as theChris Lattner2009-09-281-0/+16
* Coalescer should not delete extract_subreg, insert_subreg, and subreg_to_reg ofEvan Cheng2009-09-283-2/+25
* Move the dominator verification code out of special code embedded withinDan Gohman2009-09-284-4/+4
* Use movt/movw pair to materialize 32 bit constants on ARMv6T2+.Anton Korobeynikov2009-09-271-0/+9
* Enhance the previous fix for PR4895 to allow more values than justChris Lattner2009-09-271-4/+27