summaryrefslogtreecommitdiffstats
path: root/llvm/lib/CodeGen/TargetLoweringBase.cpp
Commit message (Expand)AuthorAgeFilesLines
...
* In visitSTORE, always use FindBetterChain, rather than only when UseAA is ena...Nirav Dave2016-12-141-1/+1
* Revert "In visitSTORE, always use FindBetterChain, rather than only when UseA...Nirav Dave2016-12-091-1/+1
* In visitSTORE, always use FindBetterChain, rather than only when UseAA is ena...Nirav Dave2016-12-091-1/+1
* Add option to specify minimum number of entries for jump tablesEvandro Menezes2016-10-251-3/+14
* fix variable names; NFCISanjay Patel2016-10-211-2/+2
* [Target] remove TargetRecip class; 2nd trySanjay Patel2016-10-201-17/+189
* revert r284495: [Target] remove TargetRecip classSanjay Patel2016-10-181-185/+17
* [Target] remove TargetRecip class; move reciprocal estimate isel functionalit...Sanjay Patel2016-10-181-17/+185
* [safestack] Use non-thread-local unsafe stack pointer for Contiki OSDavid L Kreitzer2016-10-141-1/+33
* Revert "In visitSTORE, always use FindBetterChain, rather than only when UseA...Nirav Dave2016-10-131-1/+1
* In visitSTORE, always use FindBetterChain, rather than only when UseAA is ena...Nirav Dave2016-10-131-1/+1
* Target: Remove unused entities.Peter Collingbourne2016-10-091-1/+0
* [Target] move reciprocal estimate settings from TargetOptions to TargetLoweringSanjay Patel2016-10-041-0/+17
* Revert "In visitSTORE, always use FindBetterChain, rather than only when UseA...Nirav Dave2016-09-281-1/+1
* In visitSTORE, always use FindBetterChain, rather than only when UseAA is ena...Nirav Dave2016-09-281-1/+1
* Add support to optionally limit the size of jump tables.Evandro Menezes2016-09-261-0/+12
* getVectorElementType().getSizeInBits() -> getScalarSizeInBits() ; NFCISanjay Patel2016-09-141-1/+1
* ARM: move the builtins libcall CC setupSaleem Abdulrasool2016-09-091-166/+2
* CodeGen: ensure that libcalls are always AAPCS CCSaleem Abdulrasool2016-09-071-7/+169
* Revert "CodeGen: ensure that libcalls are always AAPCS CC"Saleem Abdulrasool2016-09-071-6/+7
* CodeGen: ensure that libcalls are always AAPCS CCSaleem Abdulrasool2016-09-061-7/+6
* [TargetLowering] remove fdiv and frem from canOpTrap() (PR29114)Sanjay Patel2016-08-291-4/+0
* [SSP] Do not set __guard_local to hidden for OpenBSD SSPTim Shen2016-08-221-3/+1
* [X86] Heuristic to selectively build Newton-Raphson SQRT estimationNikolai Bozhenov2016-08-041-1/+0
* MachineFunction: Return reference for getFrameInfo(); NFCMatthias Braun2016-07-281-1/+1
* [CodeGen] Take a MachineMemOperand::Flags in MachineFunction::getMachineMemOp...Justin Lebar2016-07-151-1/+1
* CodeGen: Use MachineInstr& in TargetLowering, NFCDuncan P. N. Exon Smith2016-06-301-2/+3
* [arm+x86] Make GNU variants behave like GNU w.r.t combining sin+cos into sincos.Daniel Sanders2016-06-211-1/+1
* Support expanding partial-word cmpxchg to full-word cmpxchg in AtomicExpandPass.James Y Knight2016-06-171-0/+2
* [CodeGen] Change getSDagStackGuard to get an internal sym.Davide Italiano2016-06-091-1/+1
* [stack-protection] Add support for MSVC buffer security checkEtienne Bergeron2016-06-071-1/+5
* [CodeGen] Don't mark FMINNUM/FMAXNUM Expand twice. NFC.Ahmed Bougacha2016-05-311-2/+0
* [CodeGen] Default CTTZ_ZERO_UNDEF/CTLZ_ZERO_UNDEF to Expand in TargetLowering...Craig Topper2016-04-281-0/+4
* [CodeGenPrepare] use branch weight metadata to decide if a select should be t...Sanjay Patel2016-04-261-0/+15
* TLI: Only iterate over integer vector typesMatt Arsenault2016-04-221-4/+3
* [PPC, SSP] Support PowerPC Linux stack protection.Tim Shen2016-04-191-1/+1
* Pre-fill LibcallRoutineNames with nullptr.James Y Knight2016-04-121-32/+12
* Add __atomic_* lowering to AtomicExpandPass.James Y Knight2016-04-121-1/+63
* This reverts commit r266002, r266011 and r266016.Rafael Espindola2016-04-121-63/+1
* Add __atomic_* lowering to AtomicExpandPass.James Y Knight2016-04-111-1/+63
* [SSP] Remove llvm.stackprotectorcheck.Tim Shen2016-04-081-0/+29
* Use std::fill to simplify some code. NFCCraig Topper2016-04-081-2/+3
* Add lowering support for llvm.experimental.deoptimizeSanjoy Das2016-03-241-0/+2
* Tweak some atomics functions in preparation for larger changes; NFC.James Y Knight2016-03-161-2/+1
* [Power PC] softening long double typePetar Jovanovic2016-02-041-9/+38
* [Statepoints] Use Indirect operands for spill slotsPhilip Reames2015-12-231-5/+31
* Do not try to use i8 and i16 versions of FP_TO_U/SINT soft float library callsMichael Kuperstein2015-12-151-24/+0
* [IR] Remove terminatepadDavid Majnemer2015-12-141-1/+0
* [IR] Reformulate LLVM's EH funclet IRDavid Majnemer2015-12-121-5/+4
* Revert r248483, r242546, r242545, and r242409 - absdiff intrinsicsHal Finkel2015-12-111-2/+1
OpenPOWER on IntegriCloud