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
Commit message (
Expand
)
Author
Age
Files
Lines
*
Improve the successor list update in TailDuplication.cpp.
Cong Hou
2015-12-15
1
-6
/
+6
*
Type legalizer for masked gather and scatter intrinsics.
Elena Demikhovsky
2015-12-15
4
-83
/
+259
*
[ShrinkWrapping] Do not choose restore point inside loops.
Quentin Colombet
2015-12-15
1
-5
/
+21
*
[X86] Part 2 to fix x86-64 fp128 calling convention.
Chih-Hung Hsieh
2015-12-14
1
-1
/
+2
*
[Packetizer] Add AliasAnalysis as a parameter to the packetizer
Krzysztof Parzyszek
2015-12-14
1
-7
/
+11
*
Remove the successor probabilities normalization in tail duplication pass.
Cong Hou
2015-12-14
1
-1
/
+0
*
[IR] Remove terminatepad
David Majnemer
2015-12-14
4
-50
/
+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
*
getParent() ^ 3 == getModule() ; NFCI
Sanjay Patel
2015-12-14
2
-3
/
+3
*
Fix a type issue in r255455. Should not use unsigned type as std::abs()'s tem...
Cong Hou
2015-12-13
1
-1
/
+1
*
Replace <cstdint> by llvm/Support/DataTypes.h for the typedef of uint64_t. NFC.
Cong Hou
2015-12-13
1
-1
/
+1
*
Add the missing header file <cstdint> needed by uint64_t
Cong Hou
2015-12-13
1
-0
/
+1
*
Normalize MBB's successors' probabilities in several locations.
Cong Hou
2015-12-13
5
-10
/
+36
*
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
6
-1449
/
+428
*
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
6
-56
/
+1
*
CodeGen: Redo analyzePhysRegs() and computeRegisterLiveness()
Matthias Braun
2015-12-11
3
-48
/
+43
*
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
*
Delete a duplicate branch in IfConversion.cpp. NFC.
Cong Hou
2015-12-10
1
-9
/
+0
*
[DAGCombiner] Fix PR25763 - vector comparison constant folding + sign-extension
Simon Pilgrim
2015-12-10
1
-5
/
+8
*
remove duplicated comments and don't repeat function names in comments; NFC
Sanjay Patel
2015-12-10
1
-142
/
+83
*
[PostRA scheduling] Allow a target to do scheduling when it wants post RA.
Jonas Paulsson
2015-12-10
1
-5
/
+8
*
RegisterPressure: Factor out liveness dead-def detection logic; NFCI
Matthias Braun
2015-12-10
1
-40
/
+43
*
PeepholeOptimizer: Ignore dead implicit defs
Dan Gohman
2015-12-10
1
-0
/
+6
*
use range-based for loops; NFCI
Sanjay Patel
2015-12-09
1
-6
/
+4
*
Fix cycle in selection DAG introduced by extractelement legalization
Robert Lougher
2015-12-09
1
-0
/
+11
*
Revert "Implement a new pass - LiveDebugValues - to compute the set of live D...
Mehdi Amini
2015-12-09
4
-405
/
+0
*
Implement a new pass - LiveDebugValues - to compute the set of live DEBUG_VAL...
Vikram TV
2015-12-09
4
-0
/
+405
*
[CGP] Reimplement r255055 a different way
Reid Kleckner
2015-12-08
1
-0
/
+4
*
Revert "[CGP] Check that we have an insert point before moving llvm.dbg.value...
Reid Kleckner
2015-12-08
1
-8
/
+4
*
[CGP] Check that we have an insert point before moving llvm.dbg.value around
Reid Kleckner
2015-12-08
1
-4
/
+8
*
AsmPrinter: Use emitGlobalConstantFP to emit elements of constant data
Justin Bogner
2015-12-08
1
-16
/
+4
*
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
4
-12
/
+14
*
Normalize successors' probabilities when building MBBs for jump table.
Cong Hou
2015-12-05
1
-0
/
+2
*
ScheduleDAGInstrs: Move LiveIntervals field to ScheduleDAGMI
Matthias Braun
2015-12-04
1
-2
/
+1
*
Revert "[BranchFolding] Merge MMOs during tail merge"
Rafael Espindola
2015-12-04
1
-26
/
+16
*
[BranchFolding] Merge MMOs during tail merge
Junmo Park
2015-12-04
1
-16
/
+26
*
(no commit message)
Junmo Park
2015-12-04
1
-1
/
+1
*
ScheduleDAGInstrs: Rework schedule graph builder.
Matthias Braun
2015-12-04
1
-66
/
+161
*
raw_ostream: << operator for callables with raw_ostream argument
Matthias Braun
2015-12-04
3
-76
/
+64
*
Emit function alias to data as a function symbol.
Evgeniy Stepanov
2015-12-04
1
-0
/
+5
*
CodeGen peephole: fold redundant phys reg copies
JF Bastien
2015-12-03
1
-12
/
+132
*
AsmPrinter: Simplify emitting FP elements in sequential data. NFC
Justin Bogner
2015-12-03
1
-26
/
+15
*
Revert "raw_ostream: << operator for callables with raw_stream argument"
Matthias Braun
2015-12-03
3
-62
/
+76
*
raw_ostream: << operator for callables with raw_stream argument
Matthias Braun
2015-12-03
3
-76
/
+62
[next]