aboutsummaryrefslogtreecommitdiffstats
path: root/test
Commit message (Expand)AuthorAgeFilesLines
* Split out abbreviations for the skeleton info from the rest ofEric Christopher2012-12-191-0/+3
* LLVM sdisel normalize bit extraction of the form:Evan Cheng2012-12-191-0/+25
* Remove edis - the enhanced disassembler. Fixes PR14654.Roman Divacky2012-12-191-10/+0
* Transform (x&C)>V into (x&C)!=0 where possiblePaul Redmond2012-12-191-0/+17
* PowerPC: Expand VSELECT nodes.Benjamin Kramer2012-12-191-0/+7
* Make TargetLowering::getTypeConversion more resilient against odd illegal MVTs.Benjamin Kramer2012-12-191-0/+22
* [msan] Heuristically instrument unknown intrinsics.Evgeniy Stepanov2012-12-191-2/+74
* Optimized load + SIGN_EXTEND patterns in the X86 backend.Elena Demikhovsky2012-12-193-3/+98
* After reducing the size of an operation in the DAG we zero-extend the reducedNadav Rotem2012-12-191-0/+21
* Teach SimplifySetCC that comparing AssertZext i1 against a constant 1 can be ...Craig Topper2012-12-191-0/+15
* rdar://12801297 Shuxin Yang2012-12-181-0/+102
* Reverse order of checking SSE level when calculating compare cost, so we checkJakub Staszak2012-12-181-14/+28
* Disable ARM partial flag dependency optimization at -OzQuentin Colombet2012-12-181-0/+34
* MISched: add dependence to ExitSU to model live-out latency.Andrew Trick2012-12-181-0/+48
* LoopVectorize: Emit reductions as log2(vectorsize) shuffles + vector ops inst...Benjamin Kramer2012-12-181-0/+40
* Check multiple register classes for inline asm tied registersHal Finkel2012-12-181-0/+22
* Rename the test so that we can add additional vectors-of-pointers testsNadav Rotem2012-12-181-0/+0
* SROA: Replace calls to getScalarSizeInBits to DataLayout's API becauseNadav Rotem2012-12-181-0/+25
* llvm/test/MC/ELF/comp-dir.s: Appease MSYS Bash.NAKAMURA Takumi2012-12-181-1/+1
* Add support for passing -main-file-name all the way through toEric Christopher2012-12-182-1/+18
* Add a triple to this test -- it has to be an ELF platform...Chandler Carruth2012-12-171-1/+1
* Prepare LLVM to fix PR14625, exposing a hook in MCContext to manage theChandler Carruth2012-12-171-0/+7
* Fix another SROA crasher, PR14601.Chandler Carruth2012-12-171-0/+15
* Teach MachO which sections contain codeTim Northover2012-12-172-0/+3
* Add instruction encodings / disassembly support for l2r instructions.Richard Osborne2012-12-171-0/+32
* Teach the rewriting of memcpy calls to support subvector copies.Chandler Carruth2012-12-171-0/+48
* Add instruction encodings for PEEK and ENDIN.Richard Osborne2012-12-171-0/+6
* Fix a secondary bug I introduced while fixing the first part of PR14478.Chandler Carruth2012-12-171-17/+17
* Add instruction encodings / disassembly support for rus instructions.Richard Osborne2012-12-171-0/+20
* Add instruction encodings for ZEXT and SEXT.Richard Osborne2012-12-171-0/+6
* Add instruction encodings / disassembly support for 2r instructions.Richard Osborne2012-12-171-0/+74
* Add instruction encodings / disassembly support for 0r instructions.Richard Osborne2012-12-171-0/+20
* Add rest of BMI/BMI2 instructions to the folding tables as well as popcnt and...Craig Topper2012-12-171-0/+76
* Fix the first part of PR14478: memset now works.Chandler Carruth2012-12-171-0/+35
* Add tests for disassembly of 1r XCore instructions.Richard Osborne2012-12-162-0/+45
* This patch is needed to make c++ exceptions work for mips16.Reed Kotler2012-12-161-0/+87
* X86: Add a couple of target-specific dag combines that turn VSELECTS into psu...Benjamin Kramer2012-12-151-0/+340
* Add a corollary test for PR14572. We got this code path correct already.Chandler Carruth2012-12-151-2/+18
* Relax an overly aggressive assert to fix PR14572.Chandler Carruth2012-12-151-0/+16
* This code implements most of mips16 hardfloat as it is done by gcc.Reed Kotler2012-12-151-0/+381
* Make sure the alternate PC+imm syntax of LDR instruction with a smallKevin Enderby2012-12-141-0/+4
* Add back FoldOpIntoPhi optimizations with fix. Included test cases to help ca...Michael Ilseman2012-12-141-0/+39
* TypeLegalizer: Do not generate target specific nodes with illegal types, beca...Nadav Rotem2012-12-141-0/+22
* Fix a crash in ValueTracking on vectors of pointers. Nadav Rotem2012-12-141-0/+10
* This patch removes some nondeterminism from direct object file outputBill Schmidt2012-12-141-4/+0
* rdar://12753946Shuxin Yang2012-12-141-6/+34
* This patch improves the 64-bit PowerPC InitialExec TLS support by providingBill Schmidt2012-12-142-3/+8
* [msan] Origin stores and loads do not need explicit alignment.Evgeniy Stepanov2012-12-141-0/+30
* Debug Info: add support to mark member variables as artificialDavid Blaikie2012-12-131-0/+1
* Revert r170020, "Simplify negated bit test", for now.NAKAMURA Takumi2012-12-131-26/+0