aboutsummaryrefslogtreecommitdiff
path: root/test
AgeCommit message (Expand)Author
2013-03-30Change '@SECREL' suffix to GAS-compatible '@SECREL32'.Benjamin Kramer
2013-03-30[NVPTX] Remove support for SM < 2.0. This was never fully supported anyway.Justin Holewinski
2013-03-30[NVPTX] Add NVVMReflect pass to allow compile-time selection ofJustin Holewinski
2013-03-30Implement XOR reassociation. It is based on following rules:Shuxin Yang
2013-03-30[mips] Add patterns for DSP indexed load instructions.Akira Hatanaka
2013-03-30[mips] Fix DSP instructions to have explicit accumulator register operands.Akira Hatanaka
2013-03-30[mips] Move the code which does dag-combine for multiply-add/sub nodes toAkira Hatanaka
2013-03-29Updated test0 of retain-not-declared.ll to reflect the fact that objc-arc-exp...Michael Gottesman
2013-03-29Exclude the X86/complex-fca.ll test at it probably wasn't supposed to work on...Timur Iskhodzhanov
2013-03-29Add clang.arc.used to ModuleHasARC so ARC always runs if said call is present...Michael Gottesman
2013-03-29move testcase into appropriate X86 subdirectory.Adrian Prantl
2013-03-29Implement FRINT lowering on PPC using frinHal Finkel
2013-03-29Split the llvm/tools/clang/test/CodeGenObjC/debug-info-blocks.m testcase into...Adrian Prantl
2013-03-29Remove the old CodePlacementOpt pass.Benjamin Kramer
2013-03-29Add PPC FP rounding instructions fri[mnpz]Hal Finkel
2013-03-28[Mips Assembler] Add support for OR macro with imediate opperandJack Carter
2013-03-28Add support of RDSEED defined in AVX2 extensionMichael Liao
2013-03-28Enhance boolean simplification to handle 16-/64-bit RDRANDMichael Liao
2013-03-28[Mips Assembler] Add alias definitions for jalJack Carter
2013-03-28Make Win32 put the SRet address into EAX, fixes PR15556Timur Iskhodzhanov
2013-03-28Specify CPUs on the PPC bswap-load-store testHal Finkel
2013-03-28Only enable 64-bit bswap DAG combines for PPC64Hal Finkel
2013-03-28Non optimizable objc_retainBlock calls are not forwarding.Michael Gottesman
2013-03-28[ObjCARC] Strength reduce objc_retainBlock -> objc_retain if the objc_retainB...Michael Gottesman
2013-03-28Hexagon: Enable SupportDebugInfomation and DwarfInSection flags.Jyotsna Verma
2013-03-28Remove -O3.Akira Hatanaka
2013-03-28Add the PPC64 ldbrx/stdbrx instructionsHal Finkel
2013-03-28Fix issue with disassembler decoding CBZ/CBNZ immediates as negatives when th...Gordon Keiser
2013-03-28Move test since it depends on the X86 backend.Rafael Espindola
2013-03-28Hexagon: Use multiclass for gp-relative instructions.Jyotsna Verma
2013-03-28AArch64: implement GICv3 system registersTim Northover
2013-03-28Add the PPC64 popcntd instructionHal Finkel
2013-03-28[tsan] make sure memset/memcpy/memmove are not inlined in tsan modeKostya Serebryany
2013-03-28Revert "Updated ELF relocation test for .eh_frame section"Michael Gottesman
2013-03-28Cleanup PPC CR-spill kill flags and 32- vs. 64-bit instructionsHal Finkel
2013-03-28Revert "Adding DIImportedModules to DIScopes."David Blaikie
2013-03-28Check if Type is a vector before calling function Type::getVectorNumElements.Akira Hatanaka
2013-03-27This patch follows is a follow up to r178171, which uses the register Preston Gurd
2013-03-27Updated ELF relocation test for .eh_frame sectionJack Carter
2013-03-27[ms-inline asm] Add support of imm displacement before bracketed memoryChad Rosier
2013-03-27test file name change to correct typoJack Carter
2013-03-27For the current Atom processor, the fastest way to handle a callPreston Gurd
2013-03-27R600/SI: add SETO/SETUO patternsChristian Konig
2013-03-27Print PPC ZERO as 0 (not r0) even on DarwinHal Finkel
2013-03-27Disable ASan/MSan symbolization of reports in tests.Evgeniy Stepanov
2013-03-27Enabling the generation of dependency breakers for partial updates on Cortex-...Silviu Baranga
2013-03-27R600/SI: add cummuting of rev instructionsChristian Konig
2013-03-27R600/SI: add mulhu/mulhs patternsChristian Konig
2013-03-27R600/SI: add srl/sha patterns for SIChristian Konig
2013-03-27Allocate r0 on PPCHal Finkel