aboutsummaryrefslogtreecommitdiffstats
path: root/test
Commit message (Expand)AuthorAgeFilesLines
* Passing arguments to varags functions under the SPARC v9 ABI.Jakob Stoklund Olesen2013-04-211-0/+13
* Fix the SETHIimm pattern for 64-bit code.Jakob Stoklund Olesen2013-04-211-0/+6
* SROA: Don't crash on a select with two identical operands.Benjamin Kramer2013-04-211-0/+11
* Revert "SimplifyCFG: If convert single conditional stores"Arnold Schwaighofer2013-04-211-83/+0
* ARM: fix part of test which actually needed an asserts buildTim Northover2013-04-212-6/+30
* ARM: Use ldrd/strd to spill 64-bit pairs when available.Tim Northover2013-04-211-13/+27
* SLPVectorize: Add support for vectorization of casts.Nadav Rotem2013-04-211-0/+38
* [objc-arc] Cleaned up tail-call-invariant-enforcement.ll.Michael Gottesman2013-04-211-25/+40
* [objc-arc] Check that objc-arc-expand properly handles all strictly forwardin...Michael Gottesman2013-04-211-5/+71
* [objc-arc] Renamed the test file clang-arc-used-intrinsic-removed-if-isolated...Michael Gottesman2013-04-211-0/+0
* Remove tbaa metadata.Bill Wendling2013-04-211-7/+3
* Compile varargs functions for SPARCv9.Jakob Stoklund Olesen2013-04-201-0/+62
* Fix PR15800. Do not try to vectorize vectors and structs.Nadav Rotem2013-04-201-0/+14
* SimplifyCFG: If convert single conditional storesArnold Schwaighofer2013-04-201-0/+83
* ARM: don't add FrameIndex offset for LDMIA (has no immediate)Tim Northover2013-04-201-0/+36
* recommit testsNuno Lopes2013-04-201-0/+20
* Minor renaming of tests (for consistency with an in-development patch)Stephen Lin2013-04-201-10/+10
* Don't litter .s files in test directory.Benjamin Kramer2013-04-201-1/+1
* SLPVectorizer: Improve the cost model for loop invariant broadcast values.Nadav Rotem2013-04-201-0/+73
* Add CodeGen support for functions that always return arguments via a new para...Stephen Lin2013-04-202-0/+180
* Allow tail call opportunity detection through nested and/or multiple iteratio...Stephen Lin2013-04-201-0/+88
* [mips] Instruction selection patterns for DSP-ASE vector shifts.Akira Hatanaka2013-04-191-0/+75
* MergeFunc: Make pointer and integer types generate the same hash.Benjamin Kramer2013-04-191-1/+1
* Make variable match any name.Bill Wendling2013-04-191-2/+2
* Fix PPC optimizeCompareInstr swapped-sub argument handlingHal Finkel2013-04-191-0/+42
* Try explicitly setting the target triple to see if this gets it to pass on ARM.Bill Wendling2013-04-191-1/+1
* Do not mangle in MS-way the globals with magic \001 in the name.Anton Korobeynikov2013-04-192-8/+21
* Make test slightly more readable.Bill Wendling2013-04-191-4/+4
* Add a testcase to make sure we generate the proper compact unwind section for...Bill Wendling2013-04-191-0/+60
* Attempt to pacify this test for the buildbots.Chad Rosier2013-04-191-3/+3
* [mips] Fix InstAlias of XOR and OR macros. Set EmitAlias flag and changeAkira Hatanaka2013-04-191-0/+2
* Add test to make sure that a int-to-ptr can be merged correctly.Bill Wendling2013-04-191-0/+55
* ConstantFolding: ComputeMaskedBits wants the scalar size for vectors.Benjamin Kramer2013-04-191-0/+9
* ARM: Permit "sp" in ARM variant of STREXD instructionsTim Northover2013-04-191-1/+2
* Only run the tests in test/Object/ARM if we have ARM support.Rafael Espindola2013-04-191-0/+3
* Attributes: Don't print trailing whitespace on the function attribute comment.Benjamin Kramer2013-04-191-0/+9
* Don't read one command past the end.Rafael Espindola2013-04-192-0/+4
* ARM: permit "sp" in ARM variants of MOVW/MOVT instructionsTim Northover2013-04-191-0/+6
* Revert 179826. Tests were worthless.Jakub Staszak2013-04-192-2/+2
* Revert "PR14606: debug info imported_module support"Eric Christopher2013-04-1984-124/+96
* PR14606: debug info imported_module supportDavid Blaikie2013-04-1984-96/+124
* R600: Add pattern for the BFI_INT instructionTom Stellard2013-04-191-0/+34
* R600: Reorganize lit tests and document how they should be organizedTom Stellard2013-04-1929-128/+174
* Don't run expensive -O2 and -O3 in tests.Jakub Staszak2013-04-192-2/+2
* [ms-inline asm] Apply the condition code mnemonic aliases to both the Intel andChad Rosier2013-04-181-0/+30
* Disable PPC comparison optimization by defaultHal Finkel2013-04-181-1/+1
* Implement optimizeCompareInstr for PPCHal Finkel2013-04-181-0/+101
* X86: Add an SSE2 lowering for 64 bit compares when pcmpgtq (SSE4.2) isn't ava...Benjamin Kramer2013-04-181-0/+136
* In the function InstCombiner::visitExtractElementInst() removed the limitatio...Anat Shemer2013-04-181-0/+12
* Added a function scalarizePHI() that sclarizes a vector phi instruction if it...Anat Shemer2013-04-181-0/+27