summaryrefslogtreecommitdiffstats
path: root/llvm/lib/CodeGen/SelectionDAG/SelectionDAGBuilder.cpp
Commit message (Expand)AuthorAgeFilesLines
...
* Move value type list from TargetRegisterClass to TargetRegisterInfoKrzysztof Parzyszek2017-04-241-8/+8
* Revert r301231: Accidentally committed stale filesKrzysztof Parzyszek2017-04-241-7/+7
* Move value type list from TargetRegisterClass to TargetRegisterInfoKrzysztof Parzyszek2017-04-241-7/+7
* CodeGen: Add a hook for getFenceOperandTyYaxun Liu2017-04-241-2/+2
* CodeGen: Let frame index value type match alloca addr spaceYaxun Liu2017-04-201-5/+5
* PR32382: Fix emitting complex DWARF expressions.Adrian Prantl2017-04-181-6/+10
* [IR] Make paramHasAttr to use arg indices instead of attr indicesReid Kleckner2017-04-141-4/+3
* Revert "[SelectionDAG] Enable target specific vector scalarization of calls a...Simon Dardis2017-04-071-172/+60
* [SelectionDAG] Enable target specific vector scalarization of calls and returnsSimon Dardis2017-04-071-60/+172
* [SDAG] Remove -enable-fmf-dagAdam Nemet2017-03-281-12/+7
* [SDAG] Add AllowContract to SNodeFlagsAdam Nemet2017-03-281-0/+1
* [x86] use VPMOVMSK to replace memcmp libcalls for 32-byte equalitySanjay Patel2017-03-281-8/+8
* [x86] use PMOVMSK to replace memcmp libcalls for 16-byte equalitySanjay Patel2017-03-251-33/+44
* Rename AttributeSet to AttributeListReid Kleckner2017-03-211-9/+9
* Make library calls sensitive to regparm module flag (Fixes PR3997).Nirav Dave2017-03-181-2/+2
* Capitalize ArgListEntry fields. NFC.Nirav Dave2017-03-181-39/+37
* Remove getArgumentList() in favor of arg_begin(), args(), etcReid Kleckner2017-03-161-1/+1
* [DAG] fix typo in comment; NFCSanjay Patel2017-03-061-1/+1
* [DAG] early exit to improve readability and formatting of visitMemCmpCall(); ...Sanjay Patel2017-03-021-64/+53
* [DAG] improve documentation comments; NFCSanjay Patel2017-03-021-47/+14
* fix typo in comment; NFCSanjay Patel2017-03-021-1/+1
* Elide argument copies during instruction selectionReid Kleckner2017-03-011-5/+211
* [SelectionDAGBuilder] Simplify creation of shufflevector DAG nodes where inpu...Craig Topper2017-02-151-46/+24
* swiftcc: Don't emit tail calls from callers with swifterror parametersArnold Schwaighofer2017-02-131-0/+9
* [SelectionDAG] Fix bugs in inverted condition splitting code.Geoff Berry2017-02-091-4/+6
* [SDAGISel] Simplify some SDAGISel code, NFCReid Kleckner2017-02-071-23/+23
* [TLI] Robustize SDAG LibFunc proto checking by merging it into TLI.Ahmed Bougacha2017-02-031-97/+53
* Add intrinsics for constrained floating point operationsAndrew Kaylor2017-01-261-0/+47
* [SelectionDAG] Handle inverted conditions when splitting into multiple branches.Geoff Berry2017-01-241-13/+46
* [Analysis] Add LibFunc_ prefix to enums in TargetLibraryInfo. (NFC)David L. Jones2017-01-231-57/+57
* [DAG] Don't increase SDNodeOrder for dbg.value/declare.Mikael Holmen2017-01-191-1/+3
* Revert "[TLI] Robustize SDAG proto checking by merging it into TLI."Ahmed Bougacha2017-01-171-8/+70
* [TLI] Robustize SDAG proto checking by merging it into TLI.Ahmed Bougacha2017-01-171-70/+8
* Apply clang-tidy's performance-unnecessary-value-param to LLVM.Benjamin Kramer2017-01-131-1/+1
* [CodeGen] Rename MachineInstrBuilder::addOperand. NFCDiana Picus2017-01-131-1/+1
* Remove unused CONVERT_RNDSAT intrinsicsMatt Arsenault2017-01-101-33/+0
* [SelectionDAG] Rework lowerRangeToAssertZExtDavid Majnemer2017-01-061-6/+11
* [SelectionDAG] Correctly transform range metadata to AssertZExtDavid Majnemer2017-01-061-1/+1
* Introduce element-wise atomic memcpy intrinsicIgor Laevsky2016-12-291-0/+45
* [X86] Vectorcall Calling Convention - Adding CodeGen Complete SupportOren Ben Simhon2016-12-211-2/+24
* Replace APFloatBase static fltSemantics data members with getter functionsStephan Bergmann2016-12-141-1/+1
* Use SelectionDAG.getSplatBuildVector helper. NFCI.Simon Pilgrim2016-12-091-6/+5
* IR: Change the gep_type_iterator API to avoid always exposing the "current" t...Peter Collingbourne2016-12-021-1/+1
* Move most EH from MachineModuleInfo to MachineFunctionMatthias Braun2016-12-011-9/+9
* Temporarily Revert "Move most EH from MachineModuleInfo to MachineFunction"Eric Christopher2016-12-011-9/+9
* Move most EH from MachineModuleInfo to MachineFunctionMatthias Braun2016-11-301-9/+9
* DAG: Ignore call site attributes when emitting target intrinsicMatt Arsenault2016-11-211-2/+6
* [CodeGen] Pass references, not pointers, to MMI helpers. NFC.Ahmed Bougacha2016-11-161-2/+2
* Add -O0 support for @llvm.invariant.group.barrier by discarding it if it gets...Richard Smith2016-11-071-0/+1
* Expandload and Compressstore intrinsicsElena Demikhovsky2016-11-031-17/+67
OpenPOWER on IntegriCloud