| Commit message (Expand) | Author | Age | Files | Lines |
| ... | |
| * | [X86][AVX512] extend support in Scalar conversion | Asaf Badouh | 2015-09-20 | 1 | -8/+28 |
| * | AVX512: vsqrtss/sd encoding and intrinsics implementation. | Igor Breger | 2015-09-20 | 1 | -6/+6 |
| * | [X86][AVX512DQ] Add fpclass instruction | Asaf Badouh | 2015-09-20 | 1 | -0/+24 |
| * | AVX512: Implemented intrinsics for vshuff32x4, vshuff64x2, vshufi64x2, vshufi... | Igor Breger | 2015-09-20 | 1 | -0/+48 |
| * | AVX512: Implement instructions encoding, lowering and intrinsics | Igor Breger | 2015-09-20 | 1 | -0/+72 |
| * | This code never uses r_addend, so it can just use Elf_Rel. | Rafael Espindola | 2015-09-18 | 1 | -4/+2 |
| * | [Object/ELF] Change comment to reflect reality. | Davide Italiano | 2015-09-18 | 1 | -1/+1 |
| * | Remove couple of new Bitcode enum vals that snuck in via r247927 (NFC) | Teresa Johnson | 2015-09-18 | 1 | -3/+0 |
| * | Clean up: Refactoring the hardcoded value of 6 for FindAvailableLoadedValue()... | Larisse Voufo | 2015-09-18 | 1 | -3/+8 |
| * | Make MachineScheduler debug output less confusing. | James Y Knight | 2015-09-18 | 1 | -0/+4 |
| * | SelectionDAG: Introduce PersistentID to SDNode for assert builds. | Matthias Braun | 2015-09-18 | 2 | -0/+10 |
| * | Simplify SmallBitVector::applyMask by consolidating common code for 32- and 6... | Yaron Keren | 2015-09-18 | 1 | -12/+11 |
| * | Reverting r247972 (and subordinate commit r247972) as the 32-bit left-shift i... | Aaron Ballman | 2015-09-18 | 1 | -8/+10 |
| * | [WinEH] Moved funclet pads should be in relative order | David Majnemer | 2015-09-18 | 2 | -0/+52 |
| * | Simplify SmallBitVector::applyMask by consolidating common code for 32-bit an... | Yaron Keren | 2015-09-18 | 1 | -10/+8 |
| * | [opaque pointer types] Add an explicit pointee type to alias records in the IR | David Blaikie | 2015-09-17 | 1 | -1/+4 |
| * | Revert "(HEAD -> master, origin/master, origin/HEAD) RegisterPressure: Move L... | Matthias Braun | 2015-09-17 | 1 | -6/+4 |
| * | RegisterPressure: Move LiveInRegs/LiveOutRegs from RegisterPressure to Pressu... | Matthias Braun | 2015-09-17 | 1 | -4/+6 |
| * | [WinEH] Add a funclet layout pass | David Majnemer | 2015-09-17 | 2 | -0/+4 |
| * | [WinEH] Make funclet return instrs pseudo instrs | Reid Kleckner | 2015-09-17 | 1 | -0/+1 |
| * | Added MD_invariant_group to LLVMContext | Piotr Padlewski | 2015-09-17 | 1 | -1/+2 |
| * | Restore "Function bitcode index in Value Symbol Table and lazy reading support" | Teresa Johnson | 2015-09-17 | 1 | -4/+10 |
| * | [SCEV] Don't repeat method/field names in comment in header; NFC. | Sanjoy Das | 2015-09-17 | 1 | -288/+249 |
| * | [WinEH] Add and use hasEHPadSuccessor instead of getLandingPadSuccessor | Reid Kleckner | 2015-09-17 | 1 | -0/+2 |
| * | Revert "Function bitcode index in Value Symbol Table and lazy reading support" | Teresa Johnson | 2015-09-17 | 1 | -10/+4 |
| * | Function bitcode index in Value Symbol Table and lazy reading support | Teresa Johnson | 2015-09-17 | 1 | -4/+10 |
| * | GCC AutoFDO profile reader - Initial support. | Diego Novillo | 2015-09-17 | 3 | -4/+91 |
| * | constify the Function parameter to the TTI creation callback and | Eric Christopher | 2015-09-16 | 2 | -6/+6 |
| * | [WinEH] Rip out the landingpad-based C++ EH state numbering code | Reid Kleckner | 2015-09-16 | 1 | -9/+0 |
| * | Allow BackpatchWord to be called for non-32-bit aligned words, and | Teresa Johnson | 2015-09-16 | 1 | -8/+19 |
| * | [InstCombine] Optimize icmp slt signum(x), 1 --> icmp slt x, 1 | Sanjoy Das | 2015-09-16 | 1 | -0/+40 |
| * | [WinEH] Pull Adjectives and CatchObj out of the catchpad arg list | Reid Kleckner | 2015-09-16 | 1 | -1/+9 |
| * | [WinEH] Skip state numbering when no EH pads are present | Reid Kleckner | 2015-09-16 | 1 | -6/+3 |
| * | propagate fast-math-flags on DAG nodes | Sanjay Patel | 2015-09-16 | 2 | -57/+61 |
| * | [X86] Fix emitEpilogue() to make less assumptions about pops | Michael Kuperstein | 2015-09-16 | 1 | -2/+4 |
| * | Whitespace. | NAKAMURA Takumi | 2015-09-16 | 1 | -2/+1 |
| * | Make the default triple optional by allowing an empty string | Mehdi Amini | 2015-09-16 | 1 | -2/+4 |
| * | llvm/CodeGen/CommandFlags.h: Prune doubleslash in #include. | NAKAMURA Takumi | 2015-09-16 | 1 | -1/+1 |
| * | [SCEVExpander] Fix comment formatting; NFC. | Sanjoy Das | 2015-09-15 | 1 | -9/+12 |
| * | Reapply "LTO: Disable extra verify runs in release builds" | Duncan P. N. Exon Smith | 2015-09-15 | 1 | -5/+5 |
| * | Revert "LTO: Disable extra verify runs in release builds" | Duncan P. N. Exon Smith | 2015-09-15 | 1 | -5/+5 |
| * | LTO: Disable extra verify runs in release builds | Duncan P. N. Exon Smith | 2015-09-15 | 1 | -5/+5 |
| * | Revert "Clean up: Refactoring the hardcoded value of 6 for FindAvailableLoade... | Larisse Voufo | 2015-09-15 | 1 | -16/+3 |
| * | Introducing llvm.invariant.group.barrier intrinsic | Piotr Padlewski | 2015-09-15 | 2 | -1/+32 |
| * | Revert r247692: Replace Triple with a new TargetTuple in MCTargetDesc/* and r... | Daniel Sanders | 2015-09-15 | 6 | -516/+75 |
| * | Re-commit r247683: Replace Triple with a new TargetTuple in MCTargetDesc/* an... | Daniel Sanders | 2015-09-15 | 6 | -75/+516 |
| * | Revert r247684 - Replace Triple with a new TargetTuple ... | Daniel Sanders | 2015-09-15 | 6 | -516/+75 |
| * | Replace Triple with a new TargetTuple in MCTargetDesc/* and related. NFC. | Daniel Sanders | 2015-09-15 | 6 | -75/+516 |
| * | [opaque pointer types] Add an explicit value type to GlobalObject | David Blaikie | 2015-09-14 | 2 | -10/+8 |
| * | RegisterPressure: constify getRegSetPressureAtPos() | Matthias Braun | 2015-09-14 | 1 | -1/+3 |