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
/
SelectionDAG.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
[SDAG] Teach the SelectionDAG to canonicalize vector shuffles of splats
Chandler Carruth
2015-02-15
1
-0
/
+28
*
CodeGen: Canonicalize access to function attributes, NFC
Duncan P. N. Exon Smith
2015-02-14
1
-7
/
+3
*
Add nullptr checks for TargetSelectionDAGInfo in SelectionDAG.
Manuel Jacob
2015-01-28
1
-13
/
+19
*
[SelectionDAG] Fix assert message copypasta. NFC.
Ahmed Bougacha
2015-01-26
1
-2
/
+2
*
[DAG] Fix wrong canonicalization performed on shuffle nodes.
Andrea Di Biagio
2015-01-24
1
-7
/
+9
*
DAGCombine: always constant fold FMA when target disable FP exceptions
Mehdi Amini
2015-01-23
1
-1
/
+1
*
SelectionDAG: Add KnownBits and SignBits computation for EXTRACT_ELEMENT
Jan Vesely
2015-01-22
1
-0
/
+30
*
[DAGCombine] Produce better code for constant splats
Michael Kuperstein
2015-01-22
1
-1
/
+22
*
Revert r226811, MSVC accepts code sane compilers don't.
Michael Kuperstein
2015-01-22
1
-22
/
+1
*
[DAGCombine] Produce better code for constant splats
Michael Kuperstein
2015-01-22
1
-1
/
+22
*
Fixed a bug in type legalizer for masked load/store intrinsics.
Elena Demikhovsky
2015-01-22
1
-6
/
+7
*
Implement new way of expanding extloads.
Matt Arsenault
2015-01-14
1
-2
/
+2
*
DAGCombiner: simplify by using condition variables; NFC
Matthias Braun
2015-01-13
1
-2
/
+3
*
merge consecutive loads that are offset from a base address
Sanjay Patel
2014-12-16
1
-5
/
+19
*
Fix a few instances found in SelectionDAG where we were not handling F16 at p...
Owen Anderson
2014-12-09
1
-1
/
+5
*
Masked Load / Store Intrinsics - the CodeGen part.
Elena Demikhovsky
2014-12-04
1
-0
/
+54
*
Revert "Masked Vector Load and Store Intrinsics."
Duncan P. N. Exon Smith
2014-11-28
1
-54
/
+0
*
Masked Vector Load and Store Intrinsics.
Elena Demikhovsky
2014-11-23
1
-0
/
+54
*
[X86][SSE] pslldq/psrldq byte shifts/rotation for SSE2
Simon Pilgrim
2014-11-19
1
-2
/
+2
*
Update SetVector to rely on the underlying set's insert to return a pair<iter...
David Blaikie
2014-11-19
1
-2
/
+2
*
Add an assert and a test that verify r221709's fix.
Frederic Riss
2014-11-13
1
-2
/
+4
*
Totally forget deallocated SDNodes in SDDbgInfo.
Frederic Riss
2014-11-11
1
-4
/
+12
*
Modernize old-style static asserts. NFC.
Benjamin Kramer
2014-10-12
1
-1
/
+1
*
Remove a bunch of getSubtargetImpl calls since we already have
Eric Christopher
2014-10-08
1
-35
/
+6
*
Have the selection dag grab TargetLowering off of the subtarget
Eric Christopher
2014-10-08
1
-2
/
+2
*
Have SelectionDAG's subtarget TargetSelectionDAGInfo be set
Eric Christopher
2014-10-08
1
-2
/
+2
*
Move the complex address expression out of DIVariable and into an extra
Adrian Prantl
2014-10-01
1
-18
/
+16
*
Revert r218778 while investigating buldbot breakage.
Adrian Prantl
2014-10-01
1
-16
/
+18
*
Move the complex address expression out of DIVariable and into an extra
Adrian Prantl
2014-10-01
1
-18
/
+16
*
Do not assume the value passed to memset is an i32.
Job Noorman
2014-08-29
1
-8
/
+1
*
Simplify creation of a bunch of ArrayRefs by using None, makeArrayRef or just...
Craig Topper
2014-08-27
1
-1
/
+1
*
Use range based for loops to avoid needing to re-mention SmallPtrSet size.
Craig Topper
2014-08-24
1
-4
/
+3
*
Repace SmallPtrSet with SmallPtrSetImpl in function arguments to avoid needin...
Craig Topper
2014-08-21
1
-3
/
+3
*
Fix null reference creation in SelectionDAG constructor.
Alexey Samsonov
2014-08-20
1
-10
/
+7
*
Revert "Repace SmallPtrSet with SmallPtrSetImpl in function arguments to avoi...
Craig Topper
2014-08-18
1
-3
/
+3
*
Repace SmallPtrSet with SmallPtrSetImpl in function arguments to avoid needin...
Craig Topper
2014-08-17
1
-3
/
+3
*
[PowerPC] Implement PPCTargetLowering::getTgtMemIntrinsic
Hal Finkel
2014-08-13
1
-2
/
+4
*
Added a TLI hook to signal that the target does not have or does not care about
Pedro Artigas
2014-08-08
1
-5
/
+10
*
Have MachineFunction cache a pointer to the subtarget to make lookups
Eric Christopher
2014-08-05
1
-2
/
+1
*
Remove the TargetMachine forwards for TargetSubtargetInfo based
Eric Christopher
2014-08-04
1
-26
/
+40
*
[SDAG] MorphNodeTo recursively deletes dead operands of the old
Chandler Carruth
2014-08-01
1
-0
/
+4
*
[PowerPC] Generate unaligned vector loads using intrinsics instead of regular...
Hal Finkel
2014-08-01
1
-2
/
+5
*
Make sure no loads resulting from load->switch DAGCombine are marked invariant
Louis Gerbarg
2014-07-31
1
-4
/
+5
*
Add alignment value to allowsUnalignedMemoryAccess
Matt Arsenault
2014-07-27
1
-2
/
+2
*
AA metadata refactoring (introduce AAMDNodes)
Hal Finkel
2014-07-24
1
-10
/
+10
*
DAG: fp->int conversion for non-splat constants.
Jim Grosbach
2014-07-23
1
-12
/
+11
*
[SDAG] Refactor the code for inserting a newly allocated SDNode into the
Chandler Carruth
2014-07-22
1
-96
/
+86
*
[SDAG] Remove a giant pile of asserts that may have helped track down
Chandler Carruth
2014-07-22
1
-40
/
+3
*
[DAG] Refactor some logic. No functional change.
Andrea Di Biagio
2014-07-21
1
-0
/
+21
*
AArch64: Constant fold converting vector setcc results to float.
Jim Grosbach
2014-07-18
1
-0
/
+26
[next]