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
*
add a SelectionDAG method to check if no common bits are set in two nodes; NFCI
Sanjay Patel
2015-11-09
1
-0
/
+10
*
[SelectionDAG] Use existing constant nodes instead of recreating them. NFC.
Simon Pilgrim
2015-11-03
1
-9
/
+6
*
[ValueTracking] Use !range metadata more aggressively in KnownBits
Sanjoy Das
2015-10-28
1
-1
/
+1
*
[SelectionDAG] Don't inspect !range metadata for extended loads
Sanjoy Das
2015-10-28
1
-1
/
+2
*
[DAGCombiner] Tidy up ConstantFP commutation. NFCI
Simon Pilgrim
2015-10-24
1
-37
/
+21
*
Restore the original behavior of SelectionDAG::getTargetIndex().
Owen Anderson
2015-10-19
1
-1
/
+1
*
Put back SelectionDAG::getTargetIndex.
Benjamin Kramer
2015-10-19
1
-0
/
+18
*
Use SDValue bool check. NFCI.
Simon Pilgrim
2015-10-18
1
-2
/
+2
*
Move one-use variable inside test. NFC.
Simon Pilgrim
2015-10-18
1
-2
/
+1
*
[DAG] Ensure vector constant folding uses correct scalar undef types
Simon Pilgrim
2015-10-17
1
-2
/
+2
*
[SelectionDAG] Remove dead code. NFC.
Benjamin Kramer
2015-10-15
1
-40
/
+0
*
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
[next]