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
...
*
SelectionDAG: Remove implicit ilist iterator conversions, NFC
Duncan P. N. Exon Smith
2015-10-13
1
-5
/
+5
*
[SelectionDAG] Add common vector constant folding helper function
Simon Pilgrim
2015-10-12
1
-38
/
+90
*
[ARM] Promote helper function to SelectionDAG.
Chad Rosier
2015-10-07
1
-0
/
+19
*
[DAGCombiner] Merge SIGN_EXTEND_INREG vector constant folding methods. NCI.
Simon Pilgrim
2015-10-03
1
-2
/
+2
*
Remove roundingMode argument in APFloat::mod
Stephen Canon
2015-09-21
1
-1
/
+1
*
SelectionDAG: Use InsertNode for EntryNode
Matthias Braun
2015-09-21
1
-2
/
+2
*
SelectionDAG: Introduce PersistentID to SDNode for assert builds.
Matthias Braun
2015-09-18
1
-0
/
+4
*
propagate fast-math-flags on DAG nodes
Sanjay Patel
2015-09-16
1
-15
/
+22
*
[SelectionDAG] Swap commutative binops before constant-based folding
Hal Finkel
2015-09-06
1
-6
/
+7
*
SelectionDAG: add missing ComputeSignBits case for SELECT_CC
Fiona Glaser
2015-08-29
1
-0
/
+5
*
Make variable argument intrinsics behave correctly in a Win64 CC function.
Charles Davis
2015-08-25
1
-0
/
+51
*
Disable Visual C++ 2013 Debug mode assert on null pointer in some STL algorit...
Yaron Keren
2015-08-21
1
-1
/
+1
*
[DAGCombiner] Added SMAX/SMIN/UMAX/UMIN constant folding
Simon Pilgrim
2015-08-19
1
-1
/
+9
*
[CodeGen] Assert on getNode(FP_EXTEND) with a smaller dst type.
Ahmed Bougacha
2015-08-13
1
-0
/
+2
*
[CodeGen] Simplify getNode(*EXT/TRUNC) type size assert. NFC.
Ahmed Bougacha
2015-08-13
1
-8
/
+8
*
PseudoSourceValue: Replace global manager with a manager in a machine function.
Alex Lorenz
2015-08-11
1
-10
/
+14
*
Fix some comment typos.
Benjamin Kramer
2015-08-08
1
-1
/
+1
*
wrap OptSize and MinSize attributes for easier and consistent access (NFCI)
Sanjay Patel
2015-08-04
1
-6
/
+2
*
fix memcpy/memset/memmove lowering when optimizing for size
Sanjay Patel
2015-07-30
1
-3
/
+15
*
Use getZExtOrTrunc helper instead of manually doing zext/trunc check. NFC.
Pete Cooper
2015-07-15
1
-2
/
+1
*
Use getStoreSize() instead of getStoreSizeInBits()/8. NFC.
Pete Cooper
2015-07-15
1
-2
/
+1
*
Use more foreach loops in SelectionDAG. NFC
Pete Cooper
2015-07-14
1
-6
/
+7
*
Constify parameters in SelectionDAG methods. NFC
Pete Cooper
2015-07-14
1
-3
/
+3
*
Remove unnecessary .getNode() in SelectionDAG. NFC.
Pete Cooper
2015-07-14
1
-22
/
+20
*
Use more foreach loops in SelectionDAG. NFC
Pete Cooper
2015-07-14
1
-7
/
+6
*
ComputeKnownBits: be a bit smarter about ADDs
Fiona Glaser
2015-07-10
1
-5
/
+14
*
Remove getDataLayout() from TargetLowering
Mehdi Amini
2015-07-09
1
-1
/
+1
*
Make TargetLowering::getShiftAmountTy() taking DataLayout as an argument
Mehdi Amini
2015-07-09
1
-1
/
+1
*
Make TargetLowering::getPointerTy() taking DataLayout as an argument
Mehdi Amini
2015-07-09
1
-32
/
+37
*
Redirect DataLayout from TargetMachine to Module in SelectionDAG
Mehdi Amini
2015-07-07
1
-20
/
+20
*
Convert a bunch of loops to foreach. NFC.
Pete Cooper
2015-06-26
1
-14
/
+12
*
Revert r240137 (Fixed/added namespace ending comments using clang-tidy. NFC)
Alexander Kornienko
2015-06-23
1
-3
/
+3
*
Avoid a Symbol -> Name -> Symbol conversion.
Rafael Espindola
2015-06-22
1
-2
/
+17
*
Fixed/added namespace ending comments using clang-tidy. NFC
Alexander Kornienko
2015-06-19
1
-3
/
+3
*
fix typo; NFC
Sanjay Patel
2015-06-18
1
-4
/
+4
*
propagate IR-level fast-math-flags to DAG nodes, disabled by default
Sanjay Patel
2015-06-16
1
-40
/
+32
*
[SelectionDAG] Added assertions + UNDEF handling for BSWAP node creation.
Simon Pilgrim
2015-06-13
1
-0
/
+8
*
[DAGCombiner] Added BSWAP vector constant folding support.
Simon Pilgrim
2015-06-13
1
-0
/
+1
*
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
[prev]
[next]