| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | Enable machineverifier in debug mode for X86, ARM, AArch64, Mips | Matthias Braun | 2014-12-11 | 4 | -20/+20 |
* | [CodeGen] Add print and verify pass after each MachineFunctionPass by default | Matthias Braun | 2014-12-11 | 13 | -232/+172 |
* | [CodeGen] Let MachineVerifierPass own its banner string | Matthias Braun | 2014-12-11 | 1 | -5/+5 |
* | [Hexagon] Renaming classes in preparation for replacement. | Colin LeMahieu | 2014-12-11 | 1 | -13/+13 |
* | ARM: convert isTargetIOS checks to isTargetDarwin. | Tim Northover | 2014-12-11 | 4 | -12/+8 |
* | [PowerPC] Implement BuildSDIVPow2, lower i64 pow2 sdiv using sradi | Hal Finkel | 2014-12-11 | 3 | -30/+58 |
* | Remove dead code. NFC. | Rafael Espindola | 2014-12-11 | 2 | -81/+0 |
* | [AVX512] Add support for 512b variable bit shift intrinsics. | Cameron McInally | 2014-12-11 | 3 | -39/+43 |
* | [Hexagon] Ading i64 <- i32, i32 sextw pattern. | Colin LeMahieu | 2014-12-11 | 1 | -0/+2 |
* | [Hexagon] Adding encoding information for sign extend word instruction. | Colin LeMahieu | 2014-12-11 | 4 | -27/+48 |
* | AVX-512: Added all forms of COMPRESS instruction | Elena Demikhovsky | 2014-12-11 | 5 | -6/+160 |
* | [mips][microMIPS] Implement CodeGen support for LI16 instruction. | Jozef Kolek | 2014-12-11 | 2 | -4/+12 |
* | The inliner needs to fix up debug information for llvm.dbg.declare, not only ... | Michael Kuperstein | 2014-12-11 | 1 | -0/+6 |
* | [X86] When converting movs to pushes, don't assume MOVmi operand is an actual... | Michael Kuperstein | 2014-12-11 | 1 | -11/+11 |
* | Bugfix in InlineSpiller::traceSiblingValue(). | Patrik Hagglund | 2014-12-11 | 1 | -3/+6 |
* | AVX-512: Fixed a bug in lowering setcc for MVT::i1 type | Elena Demikhovsky | 2014-12-11 | 1 | -1/+4 |
* | test commit (spelling correction) | Kumar Sukhani | 2014-12-11 | 1 | -1/+1 |
* | Refactor creation of overflow result tuples in InstCombineCalls. | Erik Eckstein | 2014-12-11 | 2 | -57/+30 |
* | Use range-based for loops. NFC | Craig Topper | 2014-12-11 | 1 | -5/+2 |
* | Reverting commit 223981, because the test that I added (incorrect-variable-de... | Ekaterina Romanova | 2014-12-11 | 1 | -2/+0 |
* | Make MultiClass::DefPrototypes own their Records to fix memory leaks. | Craig Topper | 2014-12-11 | 1 | -13/+8 |
* | Replace std::map<K, V*> with std::map<K, std::unique_ptr<V>> to handle owners... | Craig Topper | 2014-12-11 | 2 | -6/+9 |
* | [X86] Add back AVX2 VR256 PMOVX patterns. | Ahmed Bougacha | 2014-12-11 | 1 | -0/+16 |
* | Fix LLVMContext to match what MDKind names that the LL parser permits. Fixes ... | Nick Lewycky | 2014-12-11 | 1 | -20/+2 |
* | GCStrategy should not own GCFunctionInfo | Philip Reames | 2014-12-11 | 6 | -30/+33 |
* | LiveInterval: Use range based for loops for subregister ranges. | Matthias Braun | 2014-12-11 | 8 | -126/+102 |
* | ARM: correctly expand LDR-lit based globals. | Tim Northover | 2014-12-10 | 2 | -1/+2 |
* | A fix for PR21176. | Ekaterina Romanova | 2014-12-10 | 1 | -0/+2 |
* | LiveInterval: Use more range based for loops for value numbers and segments. | Matthias Braun | 2014-12-10 | 7 | -81/+60 |
* | Fix PR21694. r219517 added a use of SCEV divide in HowFarToZero computation. ... | Mark Heffernan | 2014-12-10 | 1 | -10/+8 |
* | [Hexagon] Adding combine ri/ir instructions. | Colin LeMahieu | 2014-12-10 | 1 | -0/+26 |
* | ConstantFold: Clean up X * undef code | David Majnemer | 2014-12-10 | 1 | -6/+8 |
* | ConstantFold, InstSimplify: undef >>a x can be either -1 or 0, choose 0 | David Majnemer | 2014-12-10 | 2 | -4/+5 |
* | ConstantFold: an undef shift amount results in undef | David Majnemer | 2014-12-10 | 1 | -13/+14 |
* | [Hexagon] Adding encodings for JR class instructions. Updating complier usages. | Colin LeMahieu | 2014-12-10 | 9 | -185/+168 |
* | Move three methods only used by MCJIT to MCJIT. | Rafael Espindola | 2014-12-10 | 3 | -55/+40 |
* | [AArch64] MachO large code-model: Materialize FP constants in code. | Juergen Ributzka | 2014-12-10 | 3 | -0/+43 |
* | R600/SI: Use getTargetConstant in AdjustRegClass | Marek Olsak | 2014-12-10 | 1 | -2/+2 |
* | [Hexagon] Adding JR class predicated call reg instructions. | Colin LeMahieu | 2014-12-10 | 2 | -0/+36 |
* | Match new shuffle codegen for MOVHPD patterns | Sanjay Patel | 2014-12-10 | 1 | -0/+14 |
* | Silencing a -Wsequence-point warning, and the resulting undefined behavior. NFC. | Aaron Ballman | 2014-12-10 | 1 | -1/+1 |
* | ConstantFold: div undef, 0 should fold to undef, not zero | David Majnemer | 2014-12-10 | 1 | -9/+19 |
* | InstSimplify: [al]shr exact undef, %X -> undef | David Majnemer | 2014-12-10 | 1 | -2/+6 |
* | [X86] Make a code path in EltsFromConsecutiveLoads work only on vectors it ex... | Michael Kuperstein | 2014-12-10 | 1 | -1/+4 |
* | InstSimplify: div %X, 0 -> undef | David Majnemer | 2014-12-10 | 1 | -0/+4 |
* | DataLayout: Provide nicer diagnostics for malformed strings | David Majnemer | 2014-12-10 | 1 | -2/+11 |
* | AsmParser: Don't allow null bytes in BB labels | David Majnemer | 2014-12-10 | 1 | -1/+6 |
* | IR: Move call to dropAllReferences() to MDNode subclasses | Duncan P. N. Exon Smith | 2014-12-10 | 1 | -0/+1 |
* | DataLayout: Be more verbose when diagnosing problems in pointer specs | David Majnemer | 2014-12-10 | 1 | -3/+10 |
* | DataLayout: Move asserts over to report_fatal_error | David Majnemer | 2014-12-10 | 1 | -7/+10 |