summaryrefslogtreecommitdiff
path: root/test
Commit message (Expand)AuthorAge
* Improve the X86 cost model for loads and stores.Nadav Rotem2012-12-21
* Add test case for r170674Reed Kotler2012-12-21
* Fix a bug in the code that checks if we can vectorize loops while using dynamicNadav Rotem2012-12-21
* Move these files over to the debug info directory.Eric Christopher2012-12-21
* Revert "Adding support for llvm.arm.neon.vaddl[su].* and"Bob Wilson2012-12-20
* LoopVectorize: Fix a bug in the scalarization of instructions.Nadav Rotem2012-12-20
* On some ARM cpus, flags setting movs with shifter operand, i.e. lsl, lsr, asr,Evan Cheng2012-12-20
* Change Lit error redirection to FileCheck to a more common syntax since itEli Bendersky2012-12-20
* Add a largish auto-generated test for the aligned bundling feature, along withEli Bendersky2012-12-20
* Tests for the aligned bundling support added in r170718Eli Bendersky2012-12-20
* Simplify the testcase a bit.Rafael Espindola2012-12-20
* Add a new attribute, 'noduplicate'. If a function contains a noduplicate call...James Molloy2012-12-20
* Adding support for llvm.arm.neon.vaddl[su].* andRenato Golin2012-12-20
* fix most of remaining issues with large frames.Reed Kotler2012-12-20
* [mips] Use "or $r0, $r1, $zero" instead of "addu $r0, $zero, $r1" to copyAkira Hatanaka2012-12-20
* Do not introduce vector operations in functions marked with noimplicitfloat.Bob Wilson2012-12-20
* Split out abbreviations for the skeleton info from the rest ofEric Christopher2012-12-19
* LLVM sdisel normalize bit extraction of the form:Evan Cheng2012-12-19
* Remove edis - the enhanced disassembler. Fixes PR14654.Roman Divacky2012-12-19
* Transform (x&C)>V into (x&C)!=0 where possiblePaul Redmond2012-12-19
* PowerPC: Expand VSELECT nodes.Benjamin Kramer2012-12-19
* Make TargetLowering::getTypeConversion more resilient against odd illegal MVTs.Benjamin Kramer2012-12-19
* [msan] Heuristically instrument unknown intrinsics.Evgeniy Stepanov2012-12-19
* Optimized load + SIGN_EXTEND patterns in the X86 backend.Elena Demikhovsky2012-12-19
* After reducing the size of an operation in the DAG we zero-extend the reducedNadav Rotem2012-12-19
* Teach SimplifySetCC that comparing AssertZext i1 against a constant 1 can be ...Craig Topper2012-12-19
* rdar://12801297 Shuxin Yang2012-12-18
* Reverse order of checking SSE level when calculating compare cost, so we checkJakub Staszak2012-12-18
* Disable ARM partial flag dependency optimization at -OzQuentin Colombet2012-12-18
* MISched: add dependence to ExitSU to model live-out latency.Andrew Trick2012-12-18
* LoopVectorize: Emit reductions as log2(vectorsize) shuffles + vector ops inst...Benjamin Kramer2012-12-18
* Check multiple register classes for inline asm tied registersHal Finkel2012-12-18
* Rename the test so that we can add additional vectors-of-pointers testsNadav Rotem2012-12-18
* SROA: Replace calls to getScalarSizeInBits to DataLayout's API becauseNadav Rotem2012-12-18
* llvm/test/MC/ELF/comp-dir.s: Appease MSYS Bash.NAKAMURA Takumi2012-12-18
* Add support for passing -main-file-name all the way through toEric Christopher2012-12-18
* Add a triple to this test -- it has to be an ELF platform...Chandler Carruth2012-12-17
* Prepare LLVM to fix PR14625, exposing a hook in MCContext to manage theChandler Carruth2012-12-17
* Fix another SROA crasher, PR14601.Chandler Carruth2012-12-17
* Teach MachO which sections contain codeTim Northover2012-12-17
* Add instruction encodings / disassembly support for l2r instructions.Richard Osborne2012-12-17
* Teach the rewriting of memcpy calls to support subvector copies.Chandler Carruth2012-12-17
* Add instruction encodings for PEEK and ENDIN.Richard Osborne2012-12-17
* Fix a secondary bug I introduced while fixing the first part of PR14478.Chandler Carruth2012-12-17
* Add instruction encodings / disassembly support for rus instructions.Richard Osborne2012-12-17
* Add instruction encodings for ZEXT and SEXT.Richard Osborne2012-12-17
* Add instruction encodings / disassembly support for 2r instructions.Richard Osborne2012-12-17
* Add instruction encodings / disassembly support for 0r instructions.Richard Osborne2012-12-17
* Add rest of BMI/BMI2 instructions to the folding tables as well as popcnt and...Craig Topper2012-12-17
* Fix the first part of PR14478: memset now works.Chandler Carruth2012-12-17