aboutsummaryrefslogtreecommitdiff
path: root/test
AgeCommit message (Expand)Author
2013-04-29Use unique'ed types for varargs expansion instead of non-unique named types.Jan Voung
2013-04-29Duplicate a testcase.Bill Wendling
2013-04-29TBAA: remove !tbaa from testing cases if not used.Manman Ren
2013-04-29Rewrite some tests with FileCHeck in X86 codegenMichael Liao
2013-04-29Improve documentation.Adrian Prantl
2013-04-29Add getSymbolAlignment to the ObjectFile interface.Rafael Espindola
2013-04-29R600: Use correct CF_END instruction on Northern Island GPUsTom Stellard
2013-04-29R600: Fix encoding of CF_END_{EG, R600} instructionsTom Stellard
2013-04-29SimplifyCFG: If convert single conditional storesArnold Schwaighofer
2013-04-29Disable the MCJIT tests on 32 bit darwin.Rafael Espindola
2013-04-29Propagate relocation info to resolveRelocation.Rafael Espindola
2013-04-29[objc-arc] Apply the RV optimization to retains next to calls in ObjCARCContr...Michael Gottesman
2013-04-27Fix a XOR reassociation bug. Shuxin Yang
2013-04-27AArch64: convert MC-layer test to .s fileTim Northover
2013-04-27[objc-arc] Test cleanups.Michael Gottesman
2013-04-27Use the target triple from the target machine rather than the moduleEric Christopher
2013-04-27Move the XFAIL out of the middle of a comment.Eric Christopher
2013-04-27Make all darwin ppc stubs local.Rafael Espindola
2013-04-27Struct-path aware TBAA: change the format of TBAAStructType node.Manman Ren
2013-04-26Check for metadata in PNaCl ABI checker.Jan Voung
2013-04-26Make CHECK lines a bit less strict so they also match code generated for win64.Benjamin Kramer
2013-04-26Teach the interpreter to handle vector compares and additional vector arithme...Nadav Rotem
2013-04-26R600: Initialize AMDGPUMachineFunction::ShaderType to ShaderType::COMPUTETom Stellard
2013-04-26cleanup testcase some moreAdrian Prantl
2013-04-26ARM: Fix encoding of hint instruction for Thumb.Quentin Colombet
2013-04-26Add missing ':'.Rafael Espindola
2013-04-26Bugfix for the debug intrinsic handling in InstCombiner:Adrian Prantl
2013-04-26ARM/NEON: Pattern match vector integer abs to vabs.Benjamin Kramer
2013-04-26X86: Now that we have a canonical form for vector integer abs, match it into ...Benjamin Kramer
2013-04-26DAGCombiner: Canonicalize vector integer abs in the same way we do it for sca...Benjamin Kramer
2013-04-26LoopVectorizer: Calculate the number of pointers to disambiguate at runtime ...Nadav Rotem
2013-04-25Mips assembler: .set reorder supportJack Carter
2013-04-25Remove SMLoc paired with CHECK-NOT patterns. Not functionality change.Michael Liao
2013-04-25ARM cost model: Integer div and rem is lowered to a function callArnold Schwaighofer
2013-04-25This patch adds the X86FixupLEAs pass, which will reduce instructionPreston Gurd
2013-04-25LoopVectorizer: No need to generate pointer disambiguation checks between rea...Nadav Rotem
2013-04-25[mc-coff] Forward Linker Option flags into the .drectve sectionReid Kleckner
2013-04-25Fix section relocation for SECTIONREL32 with immediate offset.Rafael Espindola
2013-04-25[inline asm] Add a test case for r180226. The specific issue is that the inlineChad Rosier
2013-04-25Clarify getRelocationAddress x getRelocationOffset a bit.Rafael Espindola
2013-04-25Fix constant folding for one lane vector types. Constant folding one lane vec...Silviu Baranga
2013-04-25Test case for r180241.Akira Hatanaka
2013-04-25Test case for r180238.Akira Hatanaka
2013-04-24R600: Use SHT_PROGBITS for the .AMDGPU.config sectionTom Stellard
2013-04-24Mips assembler: Add 64 bit testing for JALJack Carter
2013-04-24Use pointers to iterate over symbols.Rafael Espindola
2013-04-24LoopVectorize: Scalarize padded typesArnold Schwaighofer
2013-04-24LoopVectorizer: Bail out if we don't have datalayout we need itArnold Schwaighofer
2013-04-24MI Sched: eliminate local vreg copies.Andrew Trick
2013-04-24Cleanup testcase and ensure we actually exercise the inliner.Adrian Prantl