aboutsummaryrefslogtreecommitdiff
path: root/test
AgeCommit message (Expand)Author
2013-04-10R600/SI: remove image sample writemaskChristian Konig
2013-04-10__sincosf_stret returns sinf / cosf in bits 0:31 and 32:63 of xmm0, not inEvan Cheng
2013-04-09Mips specific inline asm operand modifier 'D' Jack Carter
2013-04-09Allow PPC B and BLR to be if-converted into some predicated formsHal Finkel
2013-04-09Update the version of dwarf we say we're emitting to at least 3.Eric Christopher
2013-04-09This patch enables llvm to switch between compiling for mips32/mips64 Reed Kotler
2013-04-09Add support for bottom-up SLP vectorization infrastructure.Nadav Rotem
2013-04-09The .dwo section shouldn't contain the unrelocated values (andEric Christopher
2013-04-09Revert r176408 and r176407 to address PR15540.Nadav Rotem
2013-04-09DAGCombiner: Fold a shuffle on CONCAT_VECTORS into a new CONCAT_VECTORS if po...Benjamin Kramer
2013-04-09Use virtual base registers on PPCHal Finkel
2013-04-09Convert test PowerPC/2007-09-07-LoadStoreIdxForms to FileCheckHal Finkel
2013-04-09Rewrite test/Linker tests to use FileCheck instead of grep.Eli Bendersky
2013-04-09Converted 8x tests of SimplifyCFG to use FileCheck instead of grep.Michael Gottesman
2013-04-09Revert 179071 because it is not the right way to support non standard new/new...Nadav Rotem
2013-04-09Compute correct frame sizes for SPARC v9 64-bit frames.Jakob Stoklund Olesen
2013-04-08c++ new operators are not malloc-like functions because they do not return un...Nadav Rotem
2013-04-08Rewrite test/Integer tests to use FileCheck instead of grepEli Bendersky
2013-04-08Rewrite test/ExecutionEngine tests to use FileCheck instead of grepEli Bendersky
2013-04-08Rewrite test/Verifier tests to use FileCheck instead of grepEli Bendersky
2013-04-08X86 cost model: Model cost for uitofp and sitofp on SSE2Arnold Schwaighofer
2013-04-08Generate PPC early conditional returnsHal Finkel
2013-04-08Simplify the quoting here. Our lit emulator doesn't deal well with theChandler Carruth
2013-04-08AArch64: remove barriers from AArch64 atomic operations.Tim Northover
2013-04-07Cleanup and improve PPC fsel generationHal Finkel
2013-04-07TargetLowering: Fix getTypeConversion handling of extended vector typesArnold Schwaighofer
2013-04-07Implement LowerCall_64 for the SPARC v9 64-bit ABI.Jakob Stoklund Olesen
2013-04-07Fix PR15674 (and PR15603): a SROA think-o.Chandler Carruth
2013-04-07DW_FORM_sec_offset should be a relocation on platforms that useEric Christopher
2013-04-06Implement LowerReturn_64 for SPARC v9.Jakob Stoklund Olesen
2013-04-06SPARC v9 stack pointer bias.Jakob Stoklund Olesen
2013-04-06Implement PPCInstrInfo::FoldImmediateHal Finkel
2013-04-06Complete formal arguments for the SPARC v9 64-bit ABI.Jakob Stoklund Olesen
2013-04-05R600/SI: Add support for buffer stores v2Tom Stellard
2013-04-05R600/SI: Add processor types for each SI variantTom Stellard
2013-04-05R600/SI: Avoid generating S_MOVs with 64-bit immediates v2Tom Stellard
2013-04-05Enable early if conversion on PPCHal Finkel
2013-04-05An objc_retain can serve as a use for a different pointer.Michael Gottesman
2013-04-05Properly model precise lifetime when given an incomplete dataflow sequence.Michael Gottesman
2013-04-05Disable the optimization about promoting vector-element-access with symbolic ...Shuxin Yang
2013-04-05[mips] XFAIL test-interp-vec-loadstore.ll in an attempt to turn builderAkira Hatanaka
2013-04-05Make the test/CodeGen/X86/win32_sret.ll reliable on any CPU by explicitly spe...Timur Iskhodzhanov
2013-04-05Reverting 178851 as it broke buildbotsRenato Golin
2013-04-05[ms-inline asm] Add support for numeric displacement expressions in bracketedChad Rosier
2013-04-05Don't fetch pointers from a InMemoryStruct.Rafael Espindola
2013-04-05Respect Addend when processing MCJIT relocations to local/global symbols.Ulrich Weigand
2013-04-05llvm-symbolizer: correctly parse filenames given in quotesAlexey Samsonov
2013-04-05Add a basic test for llvm-symbolizer toolAlexey Samsonov
2013-04-05Add obj2yaml to test dependenciesAlexey Samsonov
2013-04-05Fix for PR14824: "Optimization arm_ldst_opt inserts newly generated instructi...Stepan Dyatkovskiy