aboutsummaryrefslogtreecommitdiffstats
path: root/test
Commit message (Expand)AuthorAgeFilesLines
* Allow TableGen DAG arguments to be just a name.Jakob Stoklund Olesen2013-03-241-0/+12
* Move X86-dependent test into the right subdirectory.Benjamin Kramer2013-03-231-0/+0
* Remove the type legality check from the SelectionDAGBuilder when it lowers @l...Owen Anderson2013-03-231-0/+20
* Support in AAEvaluator to print alias queries of loads/stores with TBAA tags.Manman Ren2013-03-221-0/+104
* Kill every call to @clang.arc.use in the ARC contract phase.John McCall2013-03-221-0/+11
* Update test. There may be multiple catches, but those will be cleaned up.Bill Wendling2013-03-221-0/+5
* reorder the fields in DILexicalBlockFile to match the common prefix for DIScopesDavid Blaikie2013-03-221-18/+24
* Reverted r176374. In some cases the lit.site.cfg file does not get generated ...Galina Kistanova2013-03-221-0/+5
* Hexagon: Add and enable memops setbit, clrbit, &,|,+,- for byte, short, and w...Jyotsna Verma2013-03-224-0/+1465
* Refactor out the DIFile parameter to DILexicalBlock to refer to the raw file/...David Blaikie2013-03-226-8/+8
* R600: Fix up test/CodeGen/R600/llvm.pow.ll for r177730Michel Danzer2013-03-221-1/+1
* tsan: fix the testDmitry Vyukov2013-03-221-1/+1
* tsan: handle vptr loads speciallyDmitry Vyukov2013-03-221-0/+13
* Fix llvm::removeUnreachableBlocks to handle unreachable loops.Evgeniy Stepanov2013-03-221-0/+16
* InstCombine: Improve the result bitvect type when folding (cmp pred (load (ge...Arnaud A. de Grandmaison2013-03-221-0/+12
* Reorder the DIFile field in DILexicalBlock to become a prefix common with oth...David Blaikie2013-03-2243-89/+89
* Remove the ARM-specific variant of this test. It's already covered byChandler Carruth2013-03-222-6/+0
* Fix the invalid opcode for Mips branch instructions in the assemblerJack Carter2013-03-221-12/+12
* This patch that enables the Mips assembler to use symbols for offset for inst...Jack Carter2013-03-221-0/+22
* Fix a register-class comparison bug in PPCCTRLoopsHal Finkel2013-03-211-1/+2
* Refactor the filename/directory information in DISubprogram to refer directly...David Blaikie2013-03-212-3/+3
* Move the DIFile in DISubprogram to the beginning to be a common prefix along ...David Blaikie2013-03-2126-93/+93
* This patch enables the Mips .set directive to define aliasesJack Carter2013-03-211-0/+6
* Implement builtin_{setjmp/longjmp} on PPCHal Finkel2013-03-211-0/+108
* Fix Darwin NEON FP and increase coverageRenato Golin2013-03-216-13/+19
* Remove unused field in DISubprogramDavid Blaikie2013-03-2187-172/+170
* Add support for spilling VRSAVE on PPCHal Finkel2013-03-211-0/+18
* Correct PPC FRAMEADDR lowering using a pseudo-registerHal Finkel2013-03-211-0/+47
* Avoid NEON SP-FP unless unsafe-math or DarwinRenato Golin2013-03-218-11/+120
* Update some EH tests that were violating the new EH model.Bill Wendling2013-03-213-6/+16
* Move library call prototype attribute inference to functionattrsMeador Inge2013-03-215-22/+41
* Debug info: refactor the first field of DICompileUnit to be a raw file/direct...David Blaikie2013-03-2040-42/+42
* When computing the demanded bits of Load SDNodes, make sure that we are looki...Nadav Rotem2013-03-201-0/+35
* Debug Info: Swap the 2nd and 3rd parameters to DICompileUnit to match the com...David Blaikie2013-03-2041-43/+43
* Remove unused field in DICompileUnitDavid Blaikie2013-03-2098-101/+101
* Correct cost model for vector shift on AVX2Michael Liao2013-03-201-0/+54
* Refactor file/directory path in namespace debug info to refer directly to the...David Blaikie2013-03-201-3/+10
* Enhance debug info namespace test to check for context/scope referenceDavid Blaikie2013-03-201-7/+16
* Make target-specific test case in r177474 only run when that target is builtDavid Blaikie2013-03-203-1/+6
* Reorder the DIFile parameter in DINameSpaceDavid Blaikie2013-03-201-1/+2
* Add a test case for PR15318 fixed in r177472Hao Liu2013-03-201-0/+7
* Don't assume the test directory is writable, use %T to find a writableNick Lewycky2013-03-202-8/+8
* Test DW_TAG_namespace support in the backendDavid Blaikie2013-03-201-0/+25
* Fix PR15296Michael Liao2013-03-201-0/+46
* Fix test case regression on ARM & PPC introduced r177239David Blaikie2013-03-201-4/+6
* Refactor the DIFile (2nd) parameter to DITypes to be an MDNode reference to a...David Blaikie2013-03-2040-245/+245
* Propagate DAG node ordering during type legalization and instruction selectionJustin Holewinski2013-03-204-14/+77
* Fix pr13145 - Naming a function like a register name confuses the asm parser.Chad Rosier2013-03-191-0/+5
* Move the DIFile operand to DITypes from the 4th operand to the 2nd.David Blaikie2013-03-1952-377/+377
* Add a comment to the CodeGen/PowerPC/asym-regclass-copy.ll testHal Finkel2013-03-191-0/+2