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
*
Added promotion to EXTRACT_SUBVECTOR operand.
Elena Demikhovsky
2015-05-25
2
-0
/
+12
*
Add target hook to allow merging stores of nonzero constants
Matt Arsenault
2015-05-24
1
-3
/
+10
*
SDAG: Give SDDbgValues their own allocator (and reset it)
Duncan P. N. Exon Smith
2015-05-22
1
-3
/
+4
*
SDAG: Cleanup initialization of SDDbgValue, NFC
Duncan P. N. Exon Smith
2015-05-22
1
-9
/
+7
*
[X86][SSE] Improve support for 128-bit vector sign extension
Simon Pilgrim
2015-05-21
2
-7
/
+47
*
Fix build warning
Andrew Kaylor
2015-05-20
1
-1
/
+1
*
[WinEH] C++ EH state numbering fixes
Andrew Kaylor
2015-05-20
1
-52
/
+179
*
DAGCombiner: Continue combining if FoldConstantArithmetic() fails.
Matthias Braun
2015-05-20
2
-74
/
+106
*
Fix icmp lowering
Pawel Bylica
2015-05-20
1
-1
/
+2
*
Change Function::getIntrinsicID() to return an Intrinsic::ID. NFC.
Pete Cooper
2015-05-20
1
-1
/
+1
*
[StatepointLowering] Support of the gc.relocates for invoke statepoints.
Igor Laevsky
2015-05-20
3
-53
/
+78
*
Remove a stale comment
Philip Reames
2015-05-19
1
-3
/
+0
*
use 'auto *' for pointers; clearer usage, no deep copying
Sanjay Patel
2015-05-19
1
-2
/
+2
*
tidy up
Sanjay Patel
2015-05-19
1
-5
/
+5
*
use range-based for-loop
Sanjay Patel
2015-05-19
1
-7
/
+4
*
use range-based for loop
Sanjay Patel
2015-05-19
1
-5
/
+5
*
SelectionDAG: Cleanup and simplify FoldConstantArithmetic
Matthias Braun
2015-05-19
1
-100
/
+91
*
DAGCombiner: Factor common pattern into isOneConstant() function. NFC
Matthias Braun
2015-05-19
1
-35
/
+32
*
DAGCombiner: Factor common pattern into isAllOnesConstant() function. NFC
Matthias Braun
2015-05-19
1
-46
/
+43
*
DAGCombiner: Use isNullConstant() where possible
Matthias Braun
2015-05-19
1
-19
/
+13
*
Revert accidental change in r237633
Matthias Braun
2015-05-18
1
-1
/
+1
*
DAGCombiner: Factor common pattern into isNullConstant() function. NFC
Matthias Braun
2015-05-18
1
-71
/
+59
*
MC: Clean up method names in MCContext.
Jim Grosbach
2015-05-18
1
-2
/
+2
*
Preserve the order of READ_REGISTER and WRITE_REGISTER
Hal Finkel
2015-05-18
2
-5
/
+9
*
Revert r237579, as it broke windows buildbots
Oliver Stannard
2015-05-18
1
-1
/
+2
*
[LLVM - ARM/AArch64] Add ACLE special register intrinsics
Oliver Stannard
2015-05-18
1
-2
/
+1
*
[DAGCombine] Be more pedantic about use iteration in CombineToPreIndexedLoadS...
Hal Finkel
2015-05-18
1
-11
/
+12
*
[WinEH] Push unique_ptr through the Action interface.
Benjamin Kramer
2015-05-16
1
-21
/
+15
*
[SDAGBuilder] Make the AArch64 builder happier.
James Molloy
2015-05-15
1
-4
/
+4
*
Add SDNodes for umin, umax, smin and smax.
James Molloy
2015-05-15
6
-9
/
+73
*
Revert r237046. See the testcase on the thread where r237046 was committed.
Nick Lewycky
2015-05-13
4
-56
/
+52
*
[DebugInfo] Debug locations for constant SD nodes
Sergey Dmitrouk
2015-05-13
1
-41
/
+76
*
[Statepoints] Support for "patchable" statepoints.
Sanjoy Das
2015-05-12
1
-6
/
+11
*
[Statepoints] Clean up statepoint argument accessors.
Pat Gavlin
2015-05-12
1
-22
/
+12
*
[Statepoints] Split the calling convention and statepoint flags operand to ST...
Pat Gavlin
2015-05-12
1
-22
/
+15
*
Reverse ordering of base and derived pointer during safepoint lowering.
Igor Laevsky
2015-05-12
1
-10
/
+12
*
Migrate existing backends that care about software floating point
Eric Christopher
2015-05-12
1
-1
/
+1
*
propagate IR-level fast-math-flags to DAG nodes; 2nd try; NFC
Sanjay Patel
2015-05-11
4
-52
/
+56
*
Fixing build warnings
Andrew Kaylor
2015-05-11
1
-2
/
+2
*
[WinEH] Update exception numbering to give handlers their own base state.
Andrew Kaylor
2015-05-11
1
-15
/
+74
*
[SelectionDAG] Fixed constant folding issue when legalised types are smaller ...
Simon Pilgrim
2015-05-10
1
-2
/
+3
*
Fix MergeConsecutiveStore for non-byte-sized memory accesses.
James Y Knight
2015-05-09
1
-0
/
+4
*
[Fast-ISel] Don't mark the first use of a remat constant as killed.
Pete Cooper
2015-05-09
1
-4
/
+7
*
Switch lowering: cluster adjacent fall-through cases even at -O0
Hans Wennborg
2015-05-08
1
-3
/
+5
*
[Fast-ISel] Clear kill flags on registers replaced by updateValueMap.
Pete Cooper
2015-05-08
1
-0
/
+7
*
Extend the statepoint intrinsic to allow statepoints to be marked as transiti...
Pat Gavlin
2015-05-08
2
-11
/
+93
*
Fix alignment checks in MergeConsecutiveStores.
James Y Knight
2015-05-08
1
-36
/
+52
*
Fix coding standart based on post submit comments.
Igor Laevsky
2015-05-08
1
-4
/
+4
*
Switch lowering: handle zero-weight branch probabilities
Hans Wennborg
2015-05-07
1
-16
/
+7
*
Fix incorrect kill flags in fastisel.
Pete Cooper
2015-05-06
1
-2
/
+6
[next]