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
Commit message (
Expand
)
Author
Age
Files
Lines
*
LegalizeDAG: Expand ctlz with ctlz_zero_undef if legal
Matt Arsenault
2016-01-11
1
-2
/
+12
*
[DAGCombiner] don't dereference an operand that doesn't exist (PR26070)
Sanjay Patel
2016-01-08
1
-12
/
+13
*
Test commit access - add a blank line in comment.
Tim Shen
2016-01-08
1
-0
/
+1
*
Do not ASSERTZEXT for i16 result of bitcast from f16 operand
Pirama Arumuga Nainar
2016-01-08
1
-6
/
+2
*
Undo spurious change made in r256965
David Majnemer
2016-01-07
1
-2
/
+1
*
[Statepoints] Add test cases around vectors and stablize test
Philip Reames
2016-01-07
1
-1
/
+3
*
[Statepoints] Initial support for relocating vectors of pointers
Philip Reames
2016-01-07
1
-7
/
+7
*
[WinEH] Remove calculateCatchReturnSuccessorColors
David Majnemer
2016-01-06
2
-5
/
+9
*
[SelectionDAGBuilder] Set NoUnsignedWrap for inbounds gep and load/store offs...
Dan Gohman
2016-01-06
2
-9
/
+52
*
[Statepoints] Refactor GCRelocateOperands into an intrinsic wrapper. NFC.
Manuel Jacob
2016-01-05
3
-25
/
+20
*
[X86] Make hasFP constant time
David Majnemer
2016-01-04
1
-0
/
+3
*
[SelectionDAG] Pulled out common code for CONCAT_VECTORS node creation
Simon Pilgrim
2016-01-03
1
-39
/
+55
*
don't repeat function names in comments; NFC
Sanjay Patel
2015-12-29
1
-57
/
+47
*
use auto with dyn_casted values; NFC
Sanjay Patel
2015-12-29
1
-6
/
+3
*
use auto with dyn_casted values; NFC
Sanjay Patel
2015-12-29
1
-11
/
+9
*
[X86] Better support for the MCU psABI (LLVM part)
Michael Kuperstein
2015-12-28
2
-4
/
+8
*
[SelectionDAG] Teach LegalizeVectorOps to not unroll CTLZ_ZERO_UNDEF and CTTZ...
Craig Topper
2015-12-27
1
-0
/
+14
*
[Statepoints] Use Indirect operands for spill slots
Philip Reames
2015-12-23
1
-0
/
+4
*
[GC] Make GCStrategy::isGCManagedPointer a type predicate not a value predica...
Philip Reames
2015-12-23
1
-3
/
+3
*
Remove deprecated llvm.experimental.gc.result.{int,float,ptr} intrinsics.
Manuel Jacob
2015-12-22
1
-3
/
+0
*
Implemented Support of IA interrupt and exception handlers:
Amjad Aboud
2015-12-21
1
-0
/
+5
*
SelectionDAG: Cleanup integer bin op promotion functions.
Matt Arsenault
2015-12-19
2
-34
/
+17
*
Clean up the processing of dbg.value in various places
Keno Fischer
2015-12-19
1
-8
/
+4
*
Fix broken type legalization of min/max
Matt Arsenault
2015-12-19
2
-2
/
+20
*
Fix funciton->function typo.
Eric Christopher
2015-12-16
1
-1
/
+1
*
CXX_FAST_TLS calling convention: target independent portion.
Manman Ren
2015-12-16
1
-2
/
+2
*
[SelectionDAGBuilder] Adds support for landingpads of token type
Chen Li
2015-12-16
1
-0
/
+7
*
Test commit: fixed spelling error in comment.
Wolfgang Pieb
2015-12-16
1
-1
/
+1
*
Do not try to use i8 and i16 versions of FP_TO_U/SINT soft float library calls
Michael Kuperstein
2015-12-15
2
-15
/
+27
*
Type legalizer for masked gather and scatter intrinsics.
Elena Demikhovsky
2015-12-15
4
-83
/
+259
*
[X86] Part 2 to fix x86-64 fp128 calling convention.
Chih-Hung Hsieh
2015-12-14
1
-1
/
+2
*
[IR] Remove terminatepad
David Majnemer
2015-12-14
2
-7
/
+2
*
FastISel needs to remove dead code when it bails out.
Paul Robinson
2015-12-14
1
-2
/
+32
*
AMDGPU: Use generic bitreverse intrinsic
Matt Arsenault
2015-12-14
1
-1
/
+24
*
Normalize MBB's successors' probabilities in several locations.
Cong Hou
2015-12-13
1
-0
/
+1
*
Partially fix memcpy / memset / memmove lowering in SelectionDAG construction...
Manuel Jacob
2015-12-12
2
-22
/
+18
*
[IR] Reformulate LLVM's EH funclet IR
David Majnemer
2015-12-12
3
-44
/
+26
*
SelectionDAG: Match min/max if the scalar operation is legal
Matt Arsenault
2015-12-11
2
-10
/
+42
*
Revert r248483, r242546, r242545, and r242409 - absdiff intrinsics
Hal Finkel
2015-12-11
5
-54
/
+0
*
CXX_FAST_TLS calling convention: target independent portion.
Manman Ren
2015-12-11
1
-1
/
+36
*
Fix (bitcast (fabs x)), (bitcast (fneg x)) and (bitcast (fcopysign cst,
Eric Christopher
2015-12-10
1
-0
/
+68
*
[DAGCombiner] Fix PR25763 - vector comparison constant folding + sign-extension
Simon Pilgrim
2015-12-10
1
-5
/
+8
*
Fix cycle in selection DAG introduced by extractelement legalization
Robert Lougher
2015-12-09
1
-0
/
+11
*
fix return values to match bool return type; NFC
Sanjay Patel
2015-12-07
1
-2
/
+2
*
AVX-512: Fixed masked load / store instruction selection for KNL.
Elena Demikhovsky
2015-12-07
1
-1
/
+4
*
Replace uint16_t with the MCPhysReg typedef in many places. A lot of physical...
Craig Topper
2015-12-05
2
-8
/
+8
*
Normalize successors' probabilities when building MBBs for jump table.
Cong Hou
2015-12-05
1
-0
/
+2
*
raw_ostream: << operator for callables with raw_ostream argument
Matthias Braun
2015-12-04
1
-14
/
+4
*
Revert "raw_ostream: << operator for callables with raw_stream argument"
Matthias Braun
2015-12-03
1
-3
/
+14
*
raw_ostream: << operator for callables with raw_stream argument
Matthias Braun
2015-12-03
1
-14
/
+3
[next]