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
*
Implement computeKnownBits for min/max nodes
Matt Arsenault
2015-06-09
1
-1
/
+22
*
[DAGCombiner] Added CTLZ vector constant folding support.
Simon Pilgrim
2015-06-08
1
-0
/
+2
*
[DAGCombiner] Added CTTZ vector constant folding support.
Simon Pilgrim
2015-06-08
1
-0
/
+2
*
[DAGCombiner] Added CTPOP vector constant folding support.
Simon Pilgrim
2015-06-07
1
-1
/
+2
*
[sdag] Add the helper I most want to the DAG -- building a bitcast
Chandler Carruth
2015-05-30
1
-0
/
+7
*
SDAG: Give SDDbgValues their own allocator (and reset it)
Duncan P. N. Exon Smith
2015-05-22
1
-3
/
+4
*
[X86][SSE] Improve support for 128-bit vector sign extension
Simon Pilgrim
2015-05-21
1
-4
/
+27
*
SelectionDAG: Cleanup and simplify FoldConstantArithmetic
Matthias Braun
2015-05-19
1
-100
/
+91
*
Revert r237046. See the testcase on the thread where r237046 was committed.
Nick Lewycky
2015-05-13
1
-31
/
+41
*
[DebugInfo] Debug locations for constant SD nodes
Sergey Dmitrouk
2015-05-13
1
-41
/
+76
*
propagate IR-level fast-math-flags to DAG nodes; 2nd try; NFC
Sanjay Patel
2015-05-11
1
-41
/
+31
*
[SelectionDAG] Fixed constant folding issue when legalised types are smaller ...
Simon Pilgrim
2015-05-10
1
-2
/
+3
*
Reformat.
NAKAMURA Takumi
2015-05-06
1
-4
/
+3
*
Revert r236546, "propagate IR-level fast-math-flags to DAG nodes (NFC)"
NAKAMURA Takumi
2015-05-06
1
-39
/
+50
*
SelectionDAG: Handle out-of-bounds index in extract vector element
Pawel Bylica
2015-05-06
1
-0
/
+4
*
propagate IR-level fast-math-flags to DAG nodes (NFC)
Sanjay Patel
2015-05-05
1
-50
/
+39
*
[DAGCombiner] Enabled vector float/double -> int constant folding
Simon Pilgrim
2015-05-02
1
-0
/
+2
*
[SelectionDAG] Unary vector constant folding integer legality fixes
Simon Pilgrim
2015-05-01
1
-5
/
+25
*
IR: Give 'DI' prefix to debug info metadata
Duncan P. N. Exon Smith
2015-04-29
1
-3
/
+3
*
move IR-level optimization flags into their own struct
Sanjay Patel
2015-04-28
1
-5
/
+7
*
Reapply r235977 "[DebugInfo] Add debug locations to constant SD nodes"
Sergey Dmitrouk
2015-04-28
1
-119
/
+127
*
Revert "[DebugInfo] Add debug locations to constant SD nodes"
Daniel Jasper
2015-04-28
1
-127
/
+119
*
[DebugInfo] Add debug locations to constant SD nodes
Sergey Dmitrouk
2015-04-28
1
-119
/
+127
*
Masked gather and scatter: Added code for SelectionDAG.
Elena Demikhovsky
2015-04-28
1
-0
/
+49
*
CONCAT_VECTOR of BUILD_VECTOR - minor fix
Simon Pilgrim
2015-04-21
1
-0
/
+12
*
TRUNCATE constant folding - minor fix for rL233224
Simon Pilgrim
2015-04-16
1
-1
/
+4
*
Allow memory intrinsics to be tail calls
Krzysztof Parzyszek
2015-04-13
1
-8
/
+11
*
CodeGen: Stop using DIDescriptor::is*() and auto-casting
Duncan P. N. Exon Smith
2015-04-06
1
-3
/
+3
*
[DAGCombiner] Add support for FCEIL, FFLOOR and FTRUNC vector constant folding
Simon Pilgrim
2015-04-06
1
-0
/
+4
*
less space; NFC
Sanjay Patel
2015-04-04
1
-1
/
+0
*
CodeGen: Assert that inlined-at locations agree
Duncan P. N. Exon Smith
2015-04-03
1
-0
/
+6
*
[SDAG] Handle non-integer preferred memset types for non-constant values
Hal Finkel
2015-03-31
1
-2
/
+17
*
CodeGen: Use the new DebugLoc API, NFC
Duncan P. N. Exon Smith
2015-03-30
1
-2
/
+1
*
[DAGCombiner] Add support for TRUNCATE + FP_EXTEND vector constant folding
Simon Pilgrim
2015-03-25
1
-2
/
+27
*
[SelectionDAG] Fixed issue with uitofp vector constant folding being treated ...
Simon Pilgrim
2015-03-23
1
-4
/
+2
*
DataLayout is mandatory, update the API to reflect it with references.
Mehdi Amini
2015-03-10
1
-2
/
+2
*
[DAGCombiner] Add a shuffle mask commutation helper function. NFCI.
Simon Pilgrim
2015-03-07
1
-20
/
+3
*
Accidentaly inverted the condition again. Sorry.
Benjamin Kramer
2015-03-02
1
-1
/
+1
*
Avoid assertion in MSVC 2013 debug builds.
Benjamin Kramer
2015-03-02
1
-1
/
+1
*
Simplify code. NFC.
Benjamin Kramer
2015-03-02
1
-11
/
+3
*
Canonicalize splats as build_vectors (PR22283)
Sanjay Patel
2015-02-17
1
-15
/
+12
*
Prefer SmallVector::append/insert over push_back loops.
Benjamin Kramer
2015-02-17
1
-3
/
+1
*
[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
[next]