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
*
[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
*
[X86] Part 1 to fix x86-64 fp128 calling convention.
Chih-Hung Hsieh
2015-12-03
10
-69
/
+260
*
Move EH-specific helper functions to a more appropriate place
David Majnemer
2015-12-02
1
-1
/
+1
*
Fix accidental off by one change
Fiona Glaser
2015-12-02
1
-1
/
+1
*
Scheduler / Regalloc: use unique_ptr[] instead of std::vector
Fiona Glaser
2015-12-02
1
-11
/
+13
*
Fixed a failure in cost calculation for vector GEP
Elena Demikhovsky
2015-12-01
1
-8
/
+8
*
Introduce new @llvm.get.dynamic.area.offset.i{32, 64} intrinsics.
Yury Gribov
2015-12-01
3
-0
/
+24
*
Extend debug info for function parameters in SDAG.
Evgeniy Stepanov
2015-12-01
1
-16
/
+11
*
Have 'optnone' respect the -fast-isel=false option.
Paul Robinson
2015-11-30
1
-3
/
+7
*
Use a lambda instead of std::bind and std::mem_fn I introduced in r254242. NFC
Craig Topper
2015-11-29
1
-2
/
+3
*
[SelectionDAG] Use std::any_of instead of a manually coded loop. NFC
Craig Topper
2015-11-29
1
-8
/
+4
*
[Stack realignment] Handling of aligned allocas.
Jonas Paulsson
2015-11-28
1
-13
/
+15
*
Expose isXxxConstant() functions from SelectionDAGNodes.h (NFC)
Artyom Skrobov
2015-11-25
2
-20
/
+20
*
Fix some places where we were assuming that memory type had been legalized
Eric Christopher
2015-11-25
2
-3
/
+2
*
Let SelectionDAG start to use probability-based interface to add successors.
Cong Hou
2015-11-24
4
-214
/
+226
*
Remove duplicate getValueType() calls. NFCI.
Simon Pilgrim
2015-11-22
1
-2
/
+2
*
[DAGCombiner] Bugfix for lost chain depenedency.
Jonas Paulsson
2015-11-21
1
-13
/
+7
*
Partially revert r253662: some unrelated work was accidentally committed with...
Daniel Sanders
2015-11-20
1
-1
/
+0
[next]