summaryrefslogtreecommitdiff
path: root/test
AgeCommit message (Expand)AuthorFilesLines
2013-04-10fix selectcc testcodesize5Vincent Lejeune1-0/+1
2013-04-10R600: Recompute schedule graph non order dependencies.Vincent Lejeune5-2/+345
2013-04-10R600: Use bottom up scheduling algorithmVincent Lejeune2-2/+4
2013-04-10R600: Add VTX_READ_* and RAT_WRITE_CACHELESS_* when computing cf addrVincent Lejeune1-0/+44
2013-04-10[test] Use lit's shell test runner on WindowsReid Kleckner1-3/+12
2013-04-10ARM: Make "SMC" instructions conditional on new TrustZone architecture feature.Tim Northover6-18/+82
2013-04-10R600/SI: dynamical figure out the reg class of MIMGChristian Konig1-15/+15
2013-04-10R600/SI: adjust writemask to only the used componentsChristian Konig1-31/+65
2013-04-10R600/SI: remove image sample writemaskChristian Konig1-17/+17
2013-04-10__sincosf_stret returns sinf / cosf in bits 0:31 and 32:63 of xmm0, not inEvan Cheng1-1/+3
2013-04-09Mips specific inline asm operand modifier 'D' Jack Carter1-0/+17
2013-04-09Allow PPC B and BLR to be if-converted into some predicated formsHal Finkel2-0/+89
2013-04-09Update the version of dwarf we say we're emitting to at least 3.Eric Christopher1-0/+17
2013-04-09This patch enables llvm to switch between compiling for mips32/mips64 Reed Kotler9-0/+575
2013-04-09Add support for bottom-up SLP vectorization infrastructure.Nadav Rotem7-0/+280
2013-04-09The .dwo section shouldn't contain the unrelocated values (andEric Christopher1-13/+13
2013-04-09Revert r176408 and r176407 to address PR15540.Nadav Rotem1-128/+0
2013-04-09DAGCombiner: Fold a shuffle on CONCAT_VECTORS into a new CONCAT_VECTORS if po...Benjamin Kramer1-0/+23
2013-04-09Use virtual base registers on PPCHal Finkel2-0/+52
2013-04-09Convert test PowerPC/2007-09-07-LoadStoreIdxForms to FileCheckHal Finkel1-1/+5
2013-04-09Rewrite test/Linker tests to use FileCheck instead of grep.Eli Bendersky25-34/+57
2013-04-09Converted 8x tests of SimplifyCFG to use FileCheck instead of grep.Michael Gottesman8-17/+21
2013-04-09Revert 179071 because it is not the right way to support non standard new/new...Nadav Rotem3-21/+17
2013-04-09Compute correct frame sizes for SPARC v9 64-bit frames.Jakob Stoklund Olesen1-0/+16
2013-04-08c++ new operators are not malloc-like functions because they do not return un...Nadav Rotem3-17/+21
2013-04-08Rewrite test/Integer tests to use FileCheck instead of grepEli Bendersky3-5/+7
2013-04-08Rewrite test/ExecutionEngine tests to use FileCheck instead of grepEli Bendersky4-6/+10
2013-04-08Rewrite test/Verifier tests to use FileCheck instead of grepEli Bendersky13-19/+28
2013-04-08X86 cost model: Model cost for uitofp and sitofp on SSE2Arnold Schwaighofer2-0/+643
2013-04-08Generate PPC early conditional returnsHal Finkel2-4/+58
2013-04-08Simplify the quoting here. Our lit emulator doesn't deal well with theChandler Carruth1-1/+1
2013-04-08AArch64: remove barriers from AArch64 atomic operations.Tim Northover2-180/+207
2013-04-07Cleanup and improve PPC fsel generationHal Finkel1-0/+137
2013-04-07TargetLowering: Fix getTypeConversion handling of extended vector typesArnold Schwaighofer3-14/+12
2013-04-07Implement LowerCall_64 for the SPARC v9 64-bit ABI.Jakob Stoklund Olesen1-3/+147
2013-04-07Fix PR15674 (and PR15603): a SROA think-o.Chandler Carruth1-0/+63
2013-04-07DW_FORM_sec_offset should be a relocation on platforms that useEric Christopher1-0/+12
2013-04-06Implement LowerReturn_64 for SPARC v9.Jakob Stoklund Olesen1-0/+84
2013-04-06SPARC v9 stack pointer bias.Jakob Stoklund Olesen1-7/+5
2013-04-06Implement PPCInstrInfo::FoldImmediateHal Finkel1-0/+14
2013-04-06Complete formal arguments for the SPARC v9 64-bit ABI.Jakob Stoklund Olesen1-0/+136
2013-04-05R600/SI: Add support for buffer stores v2Tom Stellard2-3/+11
2013-04-05R600/SI: Add processor types for each SI variantTom Stellard8-8/+8
2013-04-05R600/SI: Avoid generating S_MOVs with 64-bit immediates v2Tom Stellard1-0/+26
2013-04-05Enable early if conversion on PPCHal Finkel1-0/+34
2013-04-05An objc_retain can serve as a use for a different pointer.Michael Gottesman1-0/+95
2013-04-05Properly model precise lifetime when given an incomplete dataflow sequence.Michael Gottesman3-85/+932
2013-04-05Disable the optimization about promoting vector-element-access with symbolic ...Shuxin Yang1-167/+0
2013-04-05[mips] XFAIL test-interp-vec-loadstore.ll in an attempt to turn builderAkira Hatanaka1-0/+1
2013-04-05Make the test/CodeGen/X86/win32_sret.ll reliable on any CPU by explicitly spe...Timur Iskhodzhanov1-7/+6