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
...
*
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
*
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
[prev]
[next]