index
:
bcm5719-llvm
meklort-10.0.0
meklort-10.0.1
ortega-7.0.1
Project Ortega BCM5719 LLVM
Raptor Computing Systems
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
llvm
/
lib
/
CodeGen
/
SelectionDAG
/
LegalizeDAG.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Make library calls sensitive to regparm module flag (Fixes PR3997).
Nirav Dave
2017-03-18
1
-23
/
+37
*
Capitalize ArgListEntry fields. NFC.
Nirav Dave
2017-03-18
1
-16
/
+16
*
[DAGCombine] Use APInt::operator|(uint64_t) instead of creating a temporary A...
Craig Topper
2017-03-05
1
-6
/
+6
*
Use SelectionDAG::getBuildVector helper function where possible. NFCI.
Simon Pilgrim
2017-01-30
1
-5
/
+4
*
DAG: Avoid OOB when legalizing vector indexing
Matt Arsenault
2017-01-10
1
-30
/
+10
*
[SelectionDAG] Add expansion and promotion of [US]MUL_LOHI
Nicolai Haehnle
2016-12-08
1
-5
/
+56
*
[CodeGen] Fix result type for SMULO/UMULO legalization
Eli Friedman
2016-12-06
1
-0
/
+9
*
Fix spelling mistakes in SelectionDAG comments. NFC.
Simon Pilgrim
2016-11-20
1
-1
/
+1
*
Introduce TLI predicative for base-relative Jump Tables.
Joerg Sonnenberger
2016-11-15
1
-1
/
+1
*
Simplify.
Joerg Sonnenberger
2016-11-02
1
-2
/
+2
*
LegalizeDAG: Support promoting [US]DIV and [US]REM operations
Tom Stellard
2016-10-26
1
-1
/
+18
*
[DAG] optimize negation of bool
Sanjay Patel
2016-10-19
1
-2
/
+19
*
[MachineMemOperand] Move synchronization scope and atomic orderings from SDNo...
Konstantin Zhuravlyov
2016-10-15
1
-11
/
+3
*
LegalizeDAG: Implement PROMOTE for ISD::BITREVERSE
Tom Stellard
2016-10-13
1
-1
/
+2
*
Create llvm.addressofreturnaddress intrinsic
Albert Gutowski
2016-10-12
1
-0
/
+1
*
[SelectionDAG] Fix calling convention in expansion of ?MULO.
whitequark
2016-10-04
1
-2
/
+12
*
getValueType().getScalarSizeInBits() -> getScalarValueSizeInBits(), round 2 ;...
Sanjay Patel
2016-09-14
1
-2
/
+2
*
getVectorElementType().getSizeInBits() -> getScalarSizeInBits() ; NFCI
Sanjay Patel
2016-09-14
1
-4
/
+2
*
getValueType().getSizeInBits() -> getValueSizeInBits() ; NFCI
Sanjay Patel
2016-09-14
1
-1
/
+1
*
getScalarType().getSizeInBits() -> getScalarSizeInBits() ; NFCI
Sanjay Patel
2016-09-14
1
-2
/
+2
*
Shift-left (ISD::SHL) operation crashes on "DAG Legalization" phase.
Elena Demikhovsky
2016-09-07
1
-21
/
+27
*
Add ISD::EH_DWARF_CFA, simplify @llvm.eh.dwarf.cfa on Mips, fix on PowerPC
Hal Finkel
2016-09-01
1
-0
/
+16
*
Replace a few more "fall through" comments with LLVM_FALLTHROUGH
Justin Bogner
2016-08-17
1
-2
/
+2
*
Replace "fallthrough" comments with LLVM_FALLTHROUGH
Justin Bogner
2016-08-17
1
-1
/
+2
*
Disable shrinking of SNaN constants
Elliot Colp
2016-08-03
1
-11
/
+17
*
[SelectionDAG] Optimization of BITREVERSE legalization for power-of-2 integer...
Simon Pilgrim
2016-07-22
1
-3
/
+46
*
[SelectionDAG] Get rid of bool parameters in SelectionDAG::getLoad, getStore,...
Justin Lebar
2016-07-15
1
-124
/
+92
*
[CodeGen,Target] Remove the version of DAG.getVectorShuffle that takes a poin...
Craig Topper
2016-07-01
1
-7
/
+6
*
Delete unused includes. NFC.
Rafael Espindola
2016-06-30
1
-1
/
+0
*
Use isPositionIndependent in a few more places.
Rafael Espindola
2016-06-28
1
-1
/
+1
*
Preserve DebugInfo when replacing values in DAGCombiner
Nirav Dave
2016-06-23
1
-4
/
+0
*
Revert r273456, "Preserve DebugInfo when replacing values in DAGCombiner" as ...
Peter Collingbourne
2016-06-23
1
-0
/
+4
*
Preserve DebugInfo when replacing values in DAGCombiner
Nirav Dave
2016-06-22
1
-4
/
+0
*
[SDAG] Remove FixedArgs parameter from CallLoweringInfo::setCallee
Krzysztof Parzyszek
2016-06-22
1
-7
/
+7
*
Strip trailing whitespace
Simon Pilgrim
2016-06-21
1
-4
/
+4
*
[arm+x86] Make GNU variants behave like GNU w.r.t combining sin+cos into sincos.
Daniel Sanders
2016-06-21
1
-2
/
+1
*
Revert "Preserve DebugInfo when replacing values in DAGCombiner"
Nirav Dave
2016-06-15
1
-0
/
+4
*
Preserve DebugInfo when replacing values in DAGCombiner
Nirav Dave
2016-06-15
1
-4
/
+0
*
Pass DebugLoc and SDLoc by const ref.
Benjamin Kramer
2016-06-12
1
-49
/
+47
*
Remove extra whitespace. NFC.
Chad Rosier
2016-05-16
1
-1
/
+1
*
[PR27599] [SystemZ] [SelectionDAG] Fix extension of atomic cmpxchg result.
Marcin Koscielnicki
2016-05-10
1
-4
/
+17
*
[CodeGen] When promoting CTTZ operations to larger type, don't insert a selec...
Craig Topper
2016-04-23
1
-9
/
+11
*
LegalizeDAG: Move unaligned load/store expansion to TLI
Matt Arsenault
2016-04-21
1
-310
/
+14
*
LegalizeDAG: Don't replace vector store with integer if not legal
Matt Arsenault
2016-03-30
1
-0
/
+6
*
LegalizeDAG: Don't replace vector load with integer unless legal
Matt Arsenault
2016-03-30
1
-0
/
+8
*
Prevent construction of cycle in DAG store merge
Nirav Dave
2016-03-25
1
-3
/
+4
*
CodeGen: extend RHS when splitting ATOMIC_CMP_SWAP_WITH_SUCCESS.
Tim Northover
2016-03-24
1
-3
/
+18
*
CodeGen: check return types match when emitting tail call to builtin.
Tim Northover
2016-03-22
1
-2
/
+5
*
Tweak some atomics functions in preparation for larger changes; NFC.
James Y Knight
2016-03-16
1
-1
/
+1
*
[DAG] use isUndef() ; NFCI
Sanjay Patel
2016-03-14
1
-7
/
+7
[next]