aboutsummaryrefslogtreecommitdiff
path: root/test
AgeCommit message (Expand)Author
2012-12-23We are not ready to estimate the cost of integer expansions based on the numb...Nadav Rotem
2012-12-23Loop Vectorizer: Update the cost model of scatter/gather operations and makeNadav Rotem
2012-12-22X86: Turn mul of <4 x i32> into pmuludq when no SSE4.1 is available.Benjamin Kramer
2012-12-22X86: Emit vector sext as shuffle + sra if vpmovsx is not available.Benjamin Kramer
2012-12-21In some cases, due to scheduling constraints we copy the EFLAGS.Nadav Rotem
2012-12-21[mips] Fix encoding of BAL instruction. Also, fix assembler test case whichAkira Hatanaka
2012-12-21try to unbreak ppc buildbots.Benjamin Kramer
2012-12-21X86: Match pmin/pmax as a target specific dag combine. This occurs during vec...Benjamin Kramer
2012-12-21R600: Expand vec4 INT <-> FP conversionsTom Stellard
2012-12-21[msan] Remove unreachable blocks before instrumenting a function.Evgeniy Stepanov
2012-12-21Improve the X86 cost model for loads and stores.Nadav Rotem
2012-12-21Add test case for r170674Reed Kotler
2012-12-21Fix a bug in the code that checks if we can vectorize loops while using dynamicNadav Rotem
2012-12-21Move these files over to the debug info directory.Eric Christopher
2012-12-20Revert "Adding support for llvm.arm.neon.vaddl[su].* and"Bob Wilson
2012-12-20LoopVectorize: Fix a bug in the scalarization of instructions.Nadav Rotem
2012-12-20On some ARM cpus, flags setting movs with shifter operand, i.e. lsl, lsr, asr,Evan Cheng
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