summaryrefslogtreecommitdiffstats
path: root/llvm/lib/CodeGen/TargetLoweringBase.cpp
Commit message (Expand)AuthorAgeFilesLines
...
* X86/AArch64/ARM: Factor out common sincos_stret logic; NFCIMatthias Braun2017-12-181-16/+37
* AArch64/X86: Factor out common bzero logic; NFCMatthias Braun2017-12-181-0/+4
* MachineFunction: Return reference from getFunction(); NFCMatthias Braun2017-12-151-2/+2
* Relax unaligned access assertion when type is byte alignedDylan McKay2017-12-091-0/+1
* Fix a bunch more layering of CodeGen headers that are in TargetDavid Blaikie2017-11-171-4/+4
* CodeGen: Minor cleanups to use MachineInstr::getMF. NFCJustin Bogner2017-10-101-1/+1
* [CodeGen] Fix some Clang-tidy modernize-use-bool-literals and Include What Yo...Eugene Zelenko2017-09-211-19/+38
* [CodeGen][X86] Fuchsia supports sincos* libcalls and sin+cos->sincos optimiza...Petr Hosek2017-07-231-1/+1
* [SystemZ, LoopStrengthReduce]Jonas Paulsson2017-07-211-1/+1
* Move Runtime libcall definitions to a .def fileDerek Schuff2017-07-191-438/+8
* Add element atomic memset intrinsicDaniel Neilson2017-07-121-0/+27
* Add element atomic memmove intrinsicDaniel Neilson2017-07-121-0/+27
* [Atomics] Rename and change prototype for atomic memcpy intrinsicDaniel Neilson2017-06-161-12/+16
* Reland "[SelectionDAG] Enable target specific vector scalarization of calls a...Simon Dardis2017-06-091-2/+4
* Sort the remaining #include lines in include/... and lib/....Chandler Carruth2017-06-061-1/+1
* Added LLVM_FALLTHROUGH to address warning: this statement may fall through. NFC.Galina Kistanova2017-06-031-0/+2
* Do not legalize large setcc with setcce, introduce setcccarry and do it with ...Amaury Sechet2017-06-011-0/+1
* [PPC] Inline expansion of memcmpZaara Syeda2017-05-311-3/+4
* [SelectionDAG] Set ISD::FPOWI to Expand by defaultCraig Topper2017-05-301-0/+1
* BitVector: add iterators for set bitsFrancis Visoiu Mistrih2017-05-171-1/+1
* Do not legalize large add with addc/adde, introduce addcarry and do it with u...Amaury Sechet2017-04-301-0/+4
* TargetLowering: Add finalizeLowering() function; NFCMatthias Braun2017-04-281-0/+5
* [InlineCost] Improve the cost heuristic for SwitchJun Bum Lim2017-04-281-0/+16
* Move value type list from TargetRegisterClass to TargetRegisterInfoKrzysztof Parzyszek2017-04-241-5/+4
* Revert r301231: Accidentally committed stale filesKrzysztof Parzyszek2017-04-241-4/+5
* Move value type list from TargetRegisterClass to TargetRegisterInfoKrzysztof Parzyszek2017-04-241-5/+4
* Move size and alignment information of regclass to TargetRegisterInfoKrzysztof Parzyszek2017-04-241-1/+1
* Module::getOrInsertFunction is using C-style vararg instead of variadic templ...Serge Guelton2017-04-111-1/+1
* Revert "Turn some C-style vararg into variadic templates"Diana Picus2017-04-111-1/+1
* Turn some C-style vararg into variadic templatesSerge Guelton2017-04-111-1/+1
* Revert "[SelectionDAG] Enable target specific vector scalarization of calls a...Simon Dardis2017-04-071-4/+2
* [SelectionDAG] Enable target specific vector scalarization of calls and returnsSimon Dardis2017-04-071-2/+4
* Revert "Turn some C-style vararg into variadic templates"Mehdi Amini2017-04-061-1/+1
* Turn some C-style vararg into variadic templatesMehdi Amini2017-04-061-1/+1
* Rename AttributeSet to AttributeListReid Kleckner2017-03-211-6/+6
* [SelectionDAG] Add a signed integer absolute ISD nodeSimon Pilgrim2017-03-141-0/+1
* In visitSTORE, always use FindBetterChain, rather than only when UseAA is ena...Nirav Dave2017-03-141-1/+1
* [SDAG] Revert r296476 (and r296486, r296668, r296690).Chandler Carruth2017-03-031-1/+1
* In visitSTORE, always use FindBetterChain, rather than only when UseAA is ena...Nirav Dave2017-02-281-1/+1
* Revert "In visitSTORE, always use FindBetterChain, rather than only when UseA...Nirav Dave2017-02-261-1/+1
* In visitSTORE, always use FindBetterChain, rather than only when UseAA is ena...Nirav Dave2017-02-251-1/+1
* [CodeGenPrepare] Sink and duplicate more 'and' instructions.Geoff Berry2017-02-211-1/+0
* Revert "In visitSTORE, always use FindBetterChain, rather than only when UseA...Nirav Dave2017-02-021-1/+1
* In visitSTORE, always use FindBetterChain, rather than only when UseAA is ena...Nirav Dave2017-02-021-1/+1
* Revert "In visitSTORE, always use FindBetterChain, rather than only when UseA...Nirav Dave2017-01-261-1/+1
* In visitSTORE, always use FindBetterChain, rather than only when UseAA is ena...Nirav Dave2017-01-261-1/+1
* [CodeGen] Simplify getRecipEstimateForFuncDavid Majnemer2017-01-131-5/+1
* [CodeGen] Rename MachineInstrBuilder::addOperand. NFCDiana Picus2017-01-131-4/+4
* Introduce element-wise atomic memcpy intrinsicIgor Laevsky2016-12-291-0/+23
* Revert "In visitSTORE, always use FindBetterChain, rather than only when UseA...Nirav Dave2016-12-141-1/+1
OpenPOWER on IntegriCloud