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
Commit message (
Expand
)
Author
Age
Files
Lines
*
[CodeGen] Document and use getConstant's splat-building feature. NFC.
Ahmed Bougacha
2016-02-15
2
-10
/
+4
*
Don't combine fp_round (fp_round x) if f80 to f16 is generated
Pirama Arumuga Nainar
2016-02-13
1
-0
/
+11
*
[SelectionDAG] change getConstant() to use the input SDLoc when building spla...
Sanjay Patel
2016-02-11
1
-5
/
+4
*
[CodeGen] Prefer "if (SDValue R = ...)" to "if (R.getNode())". NFCI.
Ahmed Bougacha
2016-02-09
4
-50
/
+34
*
[SelectionDAG] make getMemBasePlusOffset() accessible; NFCI
Sanjay Patel
2016-02-09
1
-12
/
+9
*
[X86] Don't zero/sign-extend i1, i8, or i16 return values to 32 bits (PR22532)
Hans Wennborg
2016-02-08
1
-1
/
+1
*
SelectionDAG: Lower some range metadata to AssertZext
Matt Arsenault
2016-02-08
2
-3
/
+45
*
[StatepointLower] Use None instead of Optional<int>()
Sanjoy Das
2016-02-05
1
-5
/
+5
*
[Power PC] softening long double type
Petar Jovanovic
2016-02-04
1
-17
/
+33
*
rangify; NFCI
Sanjay Patel
2016-02-03
1
-159
/
+129
*
[SelectionDAG] Fix CombineToPreIndexedLoadStore O(n^2) behavior
Tim Shen
2016-02-03
2
-6
/
+9
*
Fix Clang-tidy readability-redundant-control-flow warnings; other minor fixes.
Eugene Zelenko
2016-02-02
1
-14
/
+6
*
AArch64: Implement missed conditional compare sequences.
Balaram Makam
2016-02-01
1
-2
/
+2
*
[SelectionDAG] Eliminate exponential behavior in WalkChainUsers
Tim Shen
2016-01-31
1
-5
/
+20
*
Avoid overly large SmallPtrSet/SmallSet
Matthias Braun
2016-01-30
5
-5
/
+5
*
Annotate dump() methods with LLVM_DUMP_METHOD, addressing Richard Smith r2591...
Yaron Keren
2016-01-29
1
-2
/
+2
*
[X86] Don't transform X << 1 to X + X during type legalization
David Majnemer
2016-01-28
1
-9
/
+0
*
[DAGCombiner] Don't add volatile or indexed stores to ChainedStores
Junmo Park
2016-01-28
1
-0
/
+4
*
Rename TargetSelectionDAGInfo into SelectionDAGTargetInfo and move it to Code...
Benjamin Kramer
2016-01-27
4
-17
/
+15
*
Remove autoconf support
Chris Bieneman
2016-01-26
1
-13
/
+0
*
tidy up; NFC
Sanjay Patel
2016-01-26
1
-9
/
+9
*
fix formatting; NFC
Sanjay Patel
2016-01-26
1
-2
/
+1
*
[SelectionDAG] Use the correct return type for memcpy, memmove, and memset.
Dan Gohman
2016-01-25
1
-3
/
+3
*
[SelectionDAG] Generalised the CONCAT_VECTORS creation to support BUILD_VECTO...
Simon Pilgrim
2016-01-23
1
-10
/
+12
*
Tidied up TRUNC combine code. NFC.
Simon Pilgrim
2016-01-23
1
-9
/
+5
*
Don't check if a list is empty with ilist::size.
Benjamin Kramer
2016-01-23
1
-1
/
+1
*
Remove extra whitespace. NFC.
Junmo Park
2016-01-23
1
-4
/
+4
*
[SelectionDAG] Fold more offsets into GlobalAddresses
Dan Gohman
2016-01-22
2
-75
/
+123
*
[opaque pointer types] [NFC] Add an explicit type argument to ConstantFoldLoa...
Eduard Burtescu
2016-01-22
1
-1
/
+1
*
Revert "[SelectionDAG] Fold more offsets into GlobalAddresses"
Reid Kleckner
2016-01-22
2
-120
/
+73
*
[SelectionDAG] Fix constant offset folding to avoid commuting non-commutative...
Dan Gohman
2016-01-20
1
-2
/
+3
*
[SelectionDAG] Fold more offsets into GlobalAddresses
Dan Gohman
2016-01-20
2
-73
/
+119
*
[NFC] Replace several manual GEP loops with gep_type_iterator.
Eduard Burtescu
2016-01-20
2
-31
/
+13
*
[opaque pointer types] [NFC] GEP: replace get(Pointer)ElementType uses with g...
Eduard Burtescu
2016-01-19
2
-2
/
+15
*
Fixed MSVC warning that not all control paths return a value.
Simon Pilgrim
2016-01-18
1
-0
/
+1
*
TargetLowering: Improve handling of (setcc ([sz]ext x) 0, cc) in SimplifySetCC
Tom Stellard
2016-01-18
1
-0
/
+49
*
[opaque pointer types] [NFC] CallSite: use getFunctionType() instead of going...
Manuel Jacob
2016-01-17
2
-9
/
+6
*
[SelectionDAG] CSE nodes with differing SDNodeFlags
Dan Gohman
2016-01-15
1
-22
/
+22
*
[WinEH] Rename CatchReturnInst::getParentPad, NFC
Joseph Tremoulet
2016-01-15
1
-1
/
+1
*
[CodeGen] Don't assume fp_to_fp16 produces i16 when legalizing it.
Ahmed Bougacha
2016-01-14
1
-1
/
+1
*
[X86] Don't alter HasOpaqueSPAdjustment after we've relied on it
David Majnemer
2016-01-14
1
-1
/
+1
*
Fix Release build warning.
Philip Reames
2016-01-14
1
-0
/
+1
*
[GCRoot] Assert preconditions to clarify behavior
Philip Reames
2016-01-14
1
-8
/
+12
*
[TLS] New lower emutls pass, fix linkage bugs.
Chih-Hung Hsieh
2016-01-13
1
-3
/
+1
*
LegalizeDAG: Expand ctlz with ctlz_zero_undef if legal
Matt Arsenault
2016-01-11
1
-2
/
+12
*
[DAGCombiner] don't dereference an operand that doesn't exist (PR26070)
Sanjay Patel
2016-01-08
1
-12
/
+13
*
Test commit access - add a blank line in comment.
Tim Shen
2016-01-08
1
-0
/
+1
*
Do not ASSERTZEXT for i16 result of bitcast from f16 operand
Pirama Arumuga Nainar
2016-01-08
1
-6
/
+2
*
Undo spurious change made in r256965
David Majnemer
2016-01-07
1
-2
/
+1
*
[Statepoints] Add test cases around vectors and stablize test
Philip Reames
2016-01-07
1
-1
/
+3
[next]