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
*
CodeGen: BlockPlacement: Add Message strings to asserts. NFC
Kyle Butt
2017-05-17
1
-16
/
+29
*
Only enable LiveRangeShrink for x86.
Dehao Chen
2017-05-17
1
-3
/
+0
*
[GISel]: Fix undefined behavior in IRTranslator
Aditya Nandakumar
2017-05-17
1
-0
/
+5
*
[CodeView] Simplify the use of visiting type records & streams.
Zachary Turner
2017-05-17
1
-1
/
+1
*
Make sure -optimize-regalloc=false is used correctly by user.
Jonas Paulsson
2017-05-17
1
-10
/
+14
*
BitVector: add iterators for set bits
Francis Visoiu Mistrih
2017-05-17
8
-22
/
+14
*
Elide stores which are overwritten without being observed.
Nirav Dave
2017-05-16
1
-7
/
+21
*
ShrinkWrap: Add skipFunction() call
Matthias Braun
2017-05-16
1
-1
/
+1
*
[DAG] Prune deleted nodes in TokenFactor
Nirav Dave
2017-05-16
1
-8
/
+3
*
IR: Give function GlobalValue::getRealLinkageName() a less misleading name: d...
Peter Collingbourne
2017-05-16
4
-11
/
+11
*
[ShrinkWrapping] Handle restores on no-return paths
Francis Visoiu Mistrih
2017-05-15
1
-2
/
+8
*
CodeGen: BlockPlacement: Increase tail duplication size for O3.
Kyle Butt
2017-05-15
1
-3
/
+27
*
[X86] Relocate code of replacement of subtarget unsupported masked memory int...
Ayman Musa
2017-05-15
5
-546
/
+667
*
[RegisterBankInfo] Remove overly-agressive asserts
Tom Stellard
2017-05-15
1
-4
/
+5
*
[SelectionDAG] Added support for EXTRACT_SUBVECTOR/CONCAT_VECTORS demandedelt...
Simon Pilgrim
2017-05-13
1
-7
/
+29
*
[SelectionDAG] Add VECTOR_SHUFFLE support to ComputeNumSignBits
Simon Pilgrim
2017-05-13
1
-0
/
+34
*
[ValueTracking] Remove const_casts on several calls to computeKnownBits and C...
Craig Topper
2017-05-13
1
-2
/
+1
*
This reverts r302984
Vivek Pandya
2017-05-13
1
-2
/
+0
*
Simplify MIR Output used for Codegen Testing
Vivek Pandya
2017-05-13
1
-0
/
+2
*
[GISel]: Add a getConstantFPVRegVal utility
Aditya Nandakumar
2017-05-12
1
-0
/
+8
*
[GISel]: Fix undefined behavior while accessing DefaultAction map
Aditya Nandakumar
2017-05-12
1
-1
/
+1
*
Add LiveRangeShrink pass to shrink live range within BB.
Dehao Chen
2017-05-12
4
-0
/
+216
*
[PPC] Move the combine "a << (b % (sizeof(a) * 8)) -> (PPCshl a, b)" to the b...
Tim Shen
2017-05-12
1
-33
/
+0
*
[KnownBits] Add bit counting methods to KnownBits struct and use them where p...
Craig Topper
2017-05-12
2
-31
/
+26
*
[codeview] Fix assertion failure introduced in r295354 refactoring
Reid Kleckner
2017-05-12
1
-2
/
+1
*
[DAGCombine] Use SelectionDAG::getAnyExtOrTrunc helper. NFCI.
Simon Pilgrim
2017-05-12
1
-8
/
+2
*
[DAGCombine] Use SelectionDAG::getZExtOrTrunc helper. NFCI.
Simon Pilgrim
2017-05-12
1
-8
/
+2
*
Use SDValue::getOperand() helper. NFCI.
Simon Pilgrim
2017-05-12
2
-22
/
+19
*
Handle a COPY with undef source operand in LowerCopy()
Jonas Paulsson
2017-05-12
1
-2
/
+3
*
[IfConversion] Keep the CFG updated incrementally in IfConvertTriangle
Mikael Holmen
2017-05-12
1
-6
/
+21
*
DWARF: Avoid cross-CU references under Fission
David Blaikie
2017-05-12
7
-70
/
+116
*
[GISel]: Remove unused lambda captures. NFC
Aditya Nandakumar
2017-05-11
1
-4
/
+4
*
[MSP430] Generate EABI-compliant libcalls
Vadzim Dambrouski
2017-05-11
1
-0
/
+1
*
[LiveVariables] Switch Kill/Defs sets to be DenseSet(s).
Davide Italiano
2017-05-11
1
-1
/
+1
*
[DAGCombine] Use SelectionDAG::getAnyExtOrTrunc helper. NFCI.
Simon Pilgrim
2017-05-11
1
-18
/
+4
*
Strip trailing whitespace. NFCI.
Simon Pilgrim
2017-05-11
1
-1
/
+1
*
Remove spurious cast of nullptr. NFC.
Serge Guelton
2017-05-11
1
-1
/
+1
*
Revert "[SDAG] Relax conditions under stores of loaded values can be merged"
David L. Jones
2017-05-10
1
-22
/
+10
*
[PHIElimination] Use the same name for DEBUG_TYPE and pass name.
Davide Italiano
2017-05-10
1
-1
/
+1
*
[SDAG] Relax conditions under stores of loaded values can be merged
Nirav Dave
2017-05-10
1
-10
/
+22
*
Small refactoring in DAGCombine. NFC
Amaury Sechet
2017-05-10
1
-3
/
+3
*
[DAGCombiner] Dropped explicit (sra 0, x) -> 0 and (sra -1, x) -> 0 folds.
Simon Pilgrim
2017-05-10
1
-6
/
+2
*
[IfConversion] Add missing check in IfConversion/canFallThroughTo
Mikael Holmen
2017-05-10
1
-1
/
+2
*
[DAGCombiner] Add vector support to fold (shl/srl 0, x) -> 0
Simon Pilgrim
2017-05-10
1
-2
/
+2
*
Add a late IR expansion pass for the experimental reduction intrinsics.
Amara Emerson
2017-05-10
3
-0
/
+171
*
[UnreachableBlockElim] Check return value of constrainRegClass().
Mikael Holmen
2017-05-10
1
-3
/
+4
*
[CodeGen] Don't require AA in TwoAddress at -O0.
Ahmed Bougacha
2017-05-10
1
-2
/
+5
*
[CodeGen] Don't require AA in SDAGISel at -O0.
Ahmed Bougacha
2017-05-10
4
-27
/
+37
*
[CodeGen] Compute DT/LI lazily in SafeStackLegacyPass. NFC.
Ahmed Bougacha
2017-05-10
1
-2
/
+15
*
[CodeGen] Split SafeStack into a LegacyPass and a utility. NFC.
Ahmed Bougacha
2017-05-10
2
-72
/
+89
[next]