aboutsummaryrefslogtreecommitdiff
path: root/test
AgeCommit message (Expand)Author
2012-12-20Change Lit error redirection to FileCheck to a more common syntax since itEli Bendersky
2012-12-20Add a largish auto-generated test for the aligned bundling feature, along withEli Bendersky
2012-12-20Tests for the aligned bundling support added in r170718Eli Bendersky
2012-12-20Simplify the testcase a bit.Rafael Espindola
2012-12-20Add a new attribute, 'noduplicate'. If a function contains a noduplicate call...James Molloy
2012-12-20Adding support for llvm.arm.neon.vaddl[su].* andRenato Golin
2012-12-20fix most of remaining issues with large frames.Reed Kotler
2012-12-20[mips] Use "or $r0, $r1, $zero" instead of "addu $r0, $zero, $r1" to copyAkira Hatanaka
2012-12-20Do not introduce vector operations in functions marked with noimplicitfloat.Bob Wilson
2012-12-19Split out abbreviations for the skeleton info from the rest ofEric Christopher
2012-12-19LLVM sdisel normalize bit extraction of the form:Evan Cheng
2012-12-19Remove edis - the enhanced disassembler. Fixes PR14654.Roman Divacky
2012-12-19Transform (x&C)>V into (x&C)!=0 where possiblePaul Redmond
2012-12-19PowerPC: Expand VSELECT nodes.Benjamin Kramer
2012-12-19Make TargetLowering::getTypeConversion more resilient against odd illegal MVTs.Benjamin Kramer
2012-12-19[msan] Heuristically instrument unknown intrinsics.Evgeniy Stepanov
2012-12-19Optimized load + SIGN_EXTEND patterns in the X86 backend.Elena Demikhovsky
2012-12-19After reducing the size of an operation in the DAG we zero-extend the reducedNadav Rotem
2012-12-19Teach SimplifySetCC that comparing AssertZext i1 against a constant 1 can be ...Craig Topper
2012-12-18rdar://12801297 Shuxin Yang
2012-12-18Reverse order of checking SSE level when calculating compare cost, so we checkJakub Staszak
2012-12-18Disable ARM partial flag dependency optimization at -OzQuentin Colombet
2012-12-18MISched: add dependence to ExitSU to model live-out latency.Andrew Trick
2012-12-18LoopVectorize: Emit reductions as log2(vectorsize) shuffles + vector ops inst...Benjamin Kramer
2012-12-18Check multiple register classes for inline asm tied registersHal Finkel
2012-12-18Rename the test so that we can add additional vectors-of-pointers testsNadav Rotem
2012-12-18SROA: Replace calls to getScalarSizeInBits to DataLayout's API becauseNadav Rotem
2012-12-18llvm/test/MC/ELF/comp-dir.s: Appease MSYS Bash.NAKAMURA Takumi
2012-12-18Add support for passing -main-file-name all the way through toEric Christopher
2012-12-17Add a triple to this test -- it has to be an ELF platform...Chandler Carruth
2012-12-17Prepare LLVM to fix PR14625, exposing a hook in MCContext to manage theChandler Carruth
2012-12-17Fix another SROA crasher, PR14601.Chandler Carruth
2012-12-17Teach MachO which sections contain codeTim Northover
2012-12-17Add instruction encodings / disassembly support for l2r instructions.Richard Osborne
2012-12-17Teach the rewriting of memcpy calls to support subvector copies.Chandler Carruth
2012-12-17Add instruction encodings for PEEK and ENDIN.Richard Osborne
2012-12-17Fix a secondary bug I introduced while fixing the first part of PR14478.Chandler Carruth
2012-12-17Add instruction encodings / disassembly support for rus instructions.Richard Osborne
2012-12-17Add instruction encodings for ZEXT and SEXT.Richard Osborne
2012-12-17Add instruction encodings / disassembly support for 2r instructions.Richard Osborne
2012-12-17Add instruction encodings / disassembly support for 0r instructions.Richard Osborne
2012-12-17Add rest of BMI/BMI2 instructions to the folding tables as well as popcnt and...Craig Topper
2012-12-17Fix the first part of PR14478: memset now works.Chandler Carruth
2012-12-16Add tests for disassembly of 1r XCore instructions.Richard Osborne
2012-12-16This patch is needed to make c++ exceptions work for mips16.Reed Kotler
2012-12-15X86: Add a couple of target-specific dag combines that turn VSELECTS into psu...Benjamin Kramer
2012-12-15Add a corollary test for PR14572. We got this code path correct already.Chandler Carruth
2012-12-15Relax an overly aggressive assert to fix PR14572.Chandler Carruth
2012-12-15This code implements most of mips16 hardfloat as it is done by gcc.Reed Kotler
2012-12-14Make sure the alternate PC+imm syntax of LDR instruction with a smallKevin Enderby