| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | In visitSTORE, always use FindBetterChain, rather than only when UseAA is ena... | Nirav Dave | 2016-12-14 | 1 | -1/+1 |
* | Revert "In visitSTORE, always use FindBetterChain, rather than only when UseA... | Nirav Dave | 2016-12-09 | 1 | -1/+1 |
* | In visitSTORE, always use FindBetterChain, rather than only when UseAA is ena... | Nirav Dave | 2016-12-09 | 1 | -1/+1 |
* | Add option to specify minimum number of entries for jump tables | Evandro Menezes | 2016-10-25 | 1 | -3/+14 |
* | fix variable names; NFCI | Sanjay Patel | 2016-10-21 | 1 | -2/+2 |
* | [Target] remove TargetRecip class; 2nd try | Sanjay Patel | 2016-10-20 | 1 | -17/+189 |
* | revert r284495: [Target] remove TargetRecip class | Sanjay Patel | 2016-10-18 | 1 | -185/+17 |
* | [Target] remove TargetRecip class; move reciprocal estimate isel functionalit... | Sanjay Patel | 2016-10-18 | 1 | -17/+185 |
* | [safestack] Use non-thread-local unsafe stack pointer for Contiki OS | David L Kreitzer | 2016-10-14 | 1 | -1/+33 |
* | Revert "In visitSTORE, always use FindBetterChain, rather than only when UseA... | Nirav Dave | 2016-10-13 | 1 | -1/+1 |
* | In visitSTORE, always use FindBetterChain, rather than only when UseAA is ena... | Nirav Dave | 2016-10-13 | 1 | -1/+1 |
* | Target: Remove unused entities. | Peter Collingbourne | 2016-10-09 | 1 | -1/+0 |
* | [Target] move reciprocal estimate settings from TargetOptions to TargetLowering | Sanjay Patel | 2016-10-04 | 1 | -0/+17 |
* | Revert "In visitSTORE, always use FindBetterChain, rather than only when UseA... | Nirav Dave | 2016-09-28 | 1 | -1/+1 |
* | In visitSTORE, always use FindBetterChain, rather than only when UseAA is ena... | Nirav Dave | 2016-09-28 | 1 | -1/+1 |
* | Add support to optionally limit the size of jump tables. | Evandro Menezes | 2016-09-26 | 1 | -0/+12 |
* | getVectorElementType().getSizeInBits() -> getScalarSizeInBits() ; NFCI | Sanjay Patel | 2016-09-14 | 1 | -1/+1 |
* | ARM: move the builtins libcall CC setup | Saleem Abdulrasool | 2016-09-09 | 1 | -166/+2 |
* | CodeGen: ensure that libcalls are always AAPCS CC | Saleem Abdulrasool | 2016-09-07 | 1 | -7/+169 |
* | Revert "CodeGen: ensure that libcalls are always AAPCS CC" | Saleem Abdulrasool | 2016-09-07 | 1 | -6/+7 |
* | CodeGen: ensure that libcalls are always AAPCS CC | Saleem Abdulrasool | 2016-09-06 | 1 | -7/+6 |
* | [TargetLowering] remove fdiv and frem from canOpTrap() (PR29114) | Sanjay Patel | 2016-08-29 | 1 | -4/+0 |
* | [SSP] Do not set __guard_local to hidden for OpenBSD SSP | Tim Shen | 2016-08-22 | 1 | -3/+1 |
* | [X86] Heuristic to selectively build Newton-Raphson SQRT estimation | Nikolai Bozhenov | 2016-08-04 | 1 | -1/+0 |
* | MachineFunction: Return reference for getFrameInfo(); NFC | Matthias Braun | 2016-07-28 | 1 | -1/+1 |
* | [CodeGen] Take a MachineMemOperand::Flags in MachineFunction::getMachineMemOp... | Justin Lebar | 2016-07-15 | 1 | -1/+1 |
* | CodeGen: Use MachineInstr& in TargetLowering, NFC | Duncan P. N. Exon Smith | 2016-06-30 | 1 | -2/+3 |
* | [arm+x86] Make GNU variants behave like GNU w.r.t combining sin+cos into sincos. | Daniel Sanders | 2016-06-21 | 1 | -1/+1 |
* | Support expanding partial-word cmpxchg to full-word cmpxchg in AtomicExpandPass. | James Y Knight | 2016-06-17 | 1 | -0/+2 |
* | [CodeGen] Change getSDagStackGuard to get an internal sym. | Davide Italiano | 2016-06-09 | 1 | -1/+1 |
* | [stack-protection] Add support for MSVC buffer security check | Etienne Bergeron | 2016-06-07 | 1 | -1/+5 |
* | [CodeGen] Don't mark FMINNUM/FMAXNUM Expand twice. NFC. | Ahmed Bougacha | 2016-05-31 | 1 | -2/+0 |
* | [CodeGen] Default CTTZ_ZERO_UNDEF/CTLZ_ZERO_UNDEF to Expand in TargetLowering... | Craig Topper | 2016-04-28 | 1 | -0/+4 |
* | [CodeGenPrepare] use branch weight metadata to decide if a select should be t... | Sanjay Patel | 2016-04-26 | 1 | -0/+15 |
* | TLI: Only iterate over integer vector types | Matt Arsenault | 2016-04-22 | 1 | -4/+3 |
* | [PPC, SSP] Support PowerPC Linux stack protection. | Tim Shen | 2016-04-19 | 1 | -1/+1 |
* | Pre-fill LibcallRoutineNames with nullptr. | James Y Knight | 2016-04-12 | 1 | -32/+12 |
* | Add __atomic_* lowering to AtomicExpandPass. | James Y Knight | 2016-04-12 | 1 | -1/+63 |
* | This reverts commit r266002, r266011 and r266016. | Rafael Espindola | 2016-04-12 | 1 | -63/+1 |
* | Add __atomic_* lowering to AtomicExpandPass. | James Y Knight | 2016-04-11 | 1 | -1/+63 |
* | [SSP] Remove llvm.stackprotectorcheck. | Tim Shen | 2016-04-08 | 1 | -0/+29 |
* | Use std::fill to simplify some code. NFC | Craig Topper | 2016-04-08 | 1 | -2/+3 |
* | Add lowering support for llvm.experimental.deoptimize | Sanjoy Das | 2016-03-24 | 1 | -0/+2 |
* | Tweak some atomics functions in preparation for larger changes; NFC. | James Y Knight | 2016-03-16 | 1 | -2/+1 |
* | [Power PC] softening long double type | Petar Jovanovic | 2016-02-04 | 1 | -9/+38 |
* | [Statepoints] Use Indirect operands for spill slots | Philip Reames | 2015-12-23 | 1 | -5/+31 |
* | Do not try to use i8 and i16 versions of FP_TO_U/SINT soft float library calls | Michael Kuperstein | 2015-12-15 | 1 | -24/+0 |
* | [IR] Remove terminatepad | David Majnemer | 2015-12-14 | 1 | -1/+0 |
* | [IR] Reformulate LLVM's EH funclet IR | David Majnemer | 2015-12-12 | 1 | -5/+4 |
* | Revert r248483, r242546, r242545, and r242409 - absdiff intrinsics | Hal Finkel | 2015-12-11 | 1 | -2/+1 |