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
*
SelectionDAG: Use correct addrspace when lowering memcpy
Matt Arsenault
2016-02-22
1
-9
/
+16
*
ADT: Remove == and != comparisons between ilist iterators and pointers
Duncan P. N. Exon Smith
2016-02-21
1
-3
/
+4
*
[DAGCombiner] Use getBitcast helper when possible. NFCI.
Simon Pilgrim
2016-02-20
1
-7
/
+3
*
[StatepointLowering] Minor non-semantic cleanups
Sanjoy Das
2016-02-19
1
-23
/
+18
*
[StatepointLowering] Update StatepointMaxSlotsRequired correctly
Sanjoy Das
2016-02-19
1
-3
/
+4
*
[StatepointLowering] Fix a mistake in rL261336
Sanjoy Das
2016-02-19
1
-4
/
+5
*
[StatepointLowering] Change AllocatedStackSlots to use SmallBitVector
Sanjoy Das
2016-02-19
2
-13
/
+15
*
[StatepointLowering] Fix bug in allocateStackSlot
Sanjoy Das
2016-02-19
1
-2
/
+19
*
[StatepointLowering] Clean up allocateStackSlot
Sanjoy Das
2016-02-19
1
-35
/
+22
*
LegalizeDAG: Fix ExpandFCOPYSIGN assuming the same type on both inputs
Matthias Braun
2016-02-19
1
-5
/
+31
*
Remove uses of builtin comma operator.
Richard Trieu
2016-02-18
2
-20
/
+30
*
Revert r261070, it caused PR26652 / PR26653.
Nico Weber
2016-02-17
1
-126
/
+0
*
Detecte vector reduction operations just before instruction selection.
Cong Hou
2016-02-17
1
-0
/
+126
*
[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
[next]