Age | Commit message (Expand) | Author | Files | Lines |
2014-12-11 | R600/SI: Remove SIISelLowering::legalizeOperands()remove-fold-operands | Tom Stellard | 4 | -180/+5 |
2014-12-11 | R600/SI: Teach SIFoldOperands to split 64-bit constants when folding | Tom Stellard | 3 | -25/+51 |
2014-12-11 | R600/SI: isLegalOperand() shouldn't check constant bus for SALU instructions | Tom Stellard | 1 | -1/+1 |
2014-12-11 | R600/SI: Use immediates in the first operand in fabs/fneg patterns | Tom Stellard | 3 | -42/+28 |
2014-12-11 | [X86] Add a temporary testcase for PR21876/r223996. | Ahmed Bougacha | 2 | -0/+30 |
2014-12-11 | Bitcode: Add METADATA_NODE and METADATA_VALUE | Duncan P. N. Exon Smith | 7 | -40/+61 |
2014-12-11 | [PowerPC] Better lowering for add/or of a FrameIndex | Hal Finkel | 4 | -31/+63 |
2014-12-11 | Bitcode: Add `OLD_` prefix to metadata node records | Duncan P. N. Exon Smith | 4 | -9/+9 |
2014-12-11 | Try to include operand counts for mismatches in tablegen. | Matt Arsenault | 1 | -6/+21 |
2014-12-11 | R600/SI: Use unordered equal instructions | Matt Arsenault | 5 | -16/+7 |
2014-12-11 | R600/SI: Make more unordered comparisons legal | Matt Arsenault | 6 | -54/+33 |
2014-12-11 | R600/SI: Use unordered not equal instructions | Matt Arsenault | 8 | -26/+25 |
2014-12-11 | [ASan] Change fake stack and local variables handling. | Alexey Samsonov | 3 | -48/+162 |
2014-12-11 | CodeGen: Stop using LeakDetector for MachineInstr | Duncan P. N. Exon Smith | 1 | -4/+0 |
2014-12-11 | IR: Store MDNodes in a separate LeakDetector container | Duncan P. N. Exon Smith | 3 | -1/+32 |
2014-12-11 | [CodeGen] Add print and verify pass after each MachineFunctionPass by default | Matthias Braun | 14 | -261/+207 |
2014-12-11 | LeakDetector: Simplify code and fix comments, NFC | Duncan P. N. Exon Smith | 1 | -18/+8 |
2014-12-11 | AsmParser: Don't crash on an ill-formed MDNodeVector | David Majnemer | 2 | -2/+6 |
2014-12-11 | [InstCombine][X86] Improved folding of calls to Intrinsic::x86_sse4a_insertqi. | Andrea Di Biagio | 2 | -1/+43 |
2014-12-11 | AsmParser: Don't crash on an ill-formed MDNodeVector | David Majnemer | 2 | -2/+6 |
2014-12-11 | Remove a convoluted way of calling close by moving the call to the only caller. | Rafael Espindola | 6 | -108/+30 |
2014-12-11 | This reverts commit r224043 and r224042. | Rafael Espindola | 14 | -184/+241 |
2014-12-11 | Silence static analyzer warnings in LLVMSupport. | Michael Ilseman | 2 | -0/+4 |
2014-12-11 | Enable machineverifier in debug mode for X86, ARM, AArch64, Mips | Matthias Braun | 4 | -20/+20 |
2014-12-11 | [CodeGen] Add print and verify pass after each MachineFunctionPass by default | Matthias Braun | 14 | -261/+204 |
2014-12-11 | [CodeGen] Let MachineVerifierPass own its banner string | Matthias Braun | 2 | -6/+6 |
2014-12-11 | [Hexagon] Renaming classes in preparation for replacement. | Colin LeMahieu | 1 | -13/+13 |
2014-12-11 | ARM: convert isTargetIOS checks to isTargetDarwin. | Tim Northover | 4 | -12/+8 |
2014-12-11 | [PowerPC] Implement BuildSDIVPow2, lower i64 pow2 sdiv using sradi | Hal Finkel | 4 | -30/+116 |
2014-12-11 | Remove dead code. NFC. | Rafael Espindola | 4 | -109/+7 |
2014-12-11 | [AVX512] Add support for 512b variable bit shift intrinsics. | Cameron McInally | 5 | -39/+215 |
2014-12-11 | [Hexagon] Ading i64 <- i32, i32 sextw pattern. | Colin LeMahieu | 1 | -0/+2 |
2014-12-11 | [Hexagon] Adding encoding information for sign extend word instruction. | Colin LeMahieu | 5 | -27/+50 |
2014-12-11 | Only seek once before writing the member offsets. | Rafael Espindola | 1 | -18/+20 |
2014-12-11 | llvm-ar: close input files early. | Rafael Espindola | 1 | -16/+13 |
2014-12-11 | AVX-512: Added all forms of COMPRESS instruction | Elena Demikhovsky | 7 | -22/+365 |
2014-12-11 | [mips][microMIPS] Implement CodeGen support for LI16 instruction. | Jozef Kolek | 4 | -5/+31 |
2014-12-11 | InstSimplify: Remove usesless %a parameter from tests | David Majnemer | 1 | -4/+4 |
2014-12-11 | The inliner needs to fix up debug information for llvm.dbg.declare, not only ... | Michael Kuperstein | 2 | -0/+102 |
2014-12-11 | Add newline missing in r224010. | Michael Kuperstein | 1 | -1/+1 |
2014-12-11 | [X86] When converting movs to pushes, don't assume MOVmi operand is an actual... | Michael Kuperstein | 2 | -11/+26 |
2014-12-11 | Bugfix in InlineSpiller::traceSiblingValue(). | Patrik Hagglund | 1 | -3/+6 |
2014-12-11 | AVX-512: Fixed a bug in lowering setcc for MVT::i1 type | Elena Demikhovsky | 2 | -1/+49 |
2014-12-11 | test commit (spelling correction) | Kumar Sukhani | 1 | -1/+1 |
2014-12-11 | Refactor creation of overflow result tuples in InstCombineCalls. | Erik Eckstein | 2 | -57/+30 |
2014-12-11 | Use range-based for loops. NFC | Craig Topper | 2 | -14/+9 |
2014-12-11 | Just use the Module unique_ptr object directly in many places instead of sepa... | Craig Topper | 1 | -8/+6 |
2014-12-11 | Use unique_ptr to remove an explicit delete. Change return type to pass the u... | Craig Topper | 1 | -5/+5 |
2014-12-11 | IR: Canonicalize metadata formatting, NFC | Duncan P. N. Exon Smith | 6 | -50/+26 |
2014-12-11 | Reverting commit 223981, because the test that I added (incorrect-variable-de... | Ekaterina Romanova | 2 | -74/+0 |