aboutsummaryrefslogtreecommitdiff
path: root/test
AgeCommit message (Expand)Author
2013-05-02Add a test for the foldSelectICmpAndOr fix committed in r180779.David Majnemer
2013-05-01Avoid generating tempfile(s) never usedMichael Liao
2013-05-01Revert r180737. The companion patch was reverted, and this is not relevant ri...Bill Wendling
2013-05-01SROA: Generate selects instead of shuffles when blending values because this ...Nadav Rotem
2013-05-01Optimize away nop CONCAT_VECTOR nodes.Nadav Rotem
2013-05-01Put VMOVPQIto64rr in the VRPDI class.Rafael Espindola
2013-05-01Forget remove the tempfile argumentMichael Liao
2013-05-01More rewrites of x86 codegen regression tests with FileCheckMichael Liao
2013-05-01Revert "InstCombine: Fold more shuffles of shuffles."Jim Grosbach
2013-04-30[mips] Fix handling of instructions which copy to/from accumulator registers.Akira Hatanaka
2013-04-30Only pass 'returned' to target-specific lowering code when the value of entir...Stephen Lin
2013-04-30[mips] Instruction selection patterns for DSP-ASE vector select and compareAkira Hatanaka
2013-04-30Temporarily revert "Change the informal convention of DBG_VALUE so that we ca...Adrian Prantl
2013-04-30Change the informal convention of DBG_VALUE so that we can express aAdrian Prantl
2013-04-30[mips] Test for r179873.Akira Hatanaka
2013-04-30InstCombine: Fold more shuffles of shuffles.Jim Grosbach
2013-04-30LocalStackSlotAllocation improvementsHal Finkel
2013-04-30TBAA: remove !tbaa from testing cases if not used.Manman Ren
2013-04-30Set debug locations for branch instructions created during inlining, evenAdrian Prantl
2013-04-30Fix Addend computation for non external relocations on Macho.Rafael Espindola
2013-04-30R600: fix loop-address.ll testVincent Lejeune
2013-04-30s tightens up the encoding description for ARM post-indexed ldr instructions....Mihai Popa
2013-04-30Fix "Combine bit test + conditional or into simple math"David Majnemer
2013-04-30Rewrite X86 codegen regression test with FileCheckMichael Liao
2013-04-30Collect the Addend for external relocs.Rafael Espindola
2013-04-30R600: use native for aluVincent Lejeune
2013-04-30R600: Add FetchInst bit to instruction defs to denote vertex/tex instructionsVincent Lejeune
2013-04-30Rewrite test in FileCheck instead of grep in X86 codegenMichael Liao
2013-04-29TBAA: remove !tbaa from testing cases if not used.Manman Ren
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-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