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
...
*
Use Argument::hasAttribute and AttributeList::ReturnIndex more
Reid Kleckner
2017-04-28
1
-22
/
+18
*
Cleanup: Use DIExpression::prepend in buildDbgValueForSpill(). (NFC)
Adrian Prantl
2017-04-28
1
-8
/
+3
*
[APInt] Add clearSignBit method. Use it and setSignBit in a few places. NFCI
Craig Topper
2017-04-28
1
-1
/
+1
*
[InlineCost] Improve the cost heuristic for Switch
Jun Bum Lim
2017-04-28
3
-110
/
+60
*
[DAGCombiner] Add ComputeNumSignBits vector demanded elements support to ASHR...
Simon Pilgrim
2017-04-28
1
-1
/
+39
*
[ValueTracking] Convert computeKnownBitsFromRangeMetadata to use KnownBits st...
Craig Topper
2017-04-28
1
-1
/
+1
*
[SelectionDAG] Use KnownBits struct in DAG's computeKnownBits and simplifyDem...
Craig Topper
2017-04-28
7
-521
/
+461
*
[SelectionDAG] Use various APInt methods to reduce temporary APInt creation
Craig Topper
2017-04-28
5
-38
/
+29
*
[StackMaps] Increase the size of the "location size" field
Sanjoy Das
2017-04-28
1
-6
/
+12
*
[APInt] Use inplace shift methods where possible. NFCI
Craig Topper
2017-04-28
4
-7
/
+7
*
Use a pointer type for target frame indices during statepoint lowering
Sanjoy Das
2017-04-27
2
-7
/
+19
*
Rename some PDB classes.
Zachary Turner
2017-04-27
2
-8
/
+9
*
Turn DISubprogram into a variable-length node.
Adrian Prantl
2017-04-26
2
-5
/
+5
*
Revert "Turn DISubprogram into a variable-length node."
Adrian Prantl
2017-04-26
2
-5
/
+5
*
Turn DISubprogram into a variable-length node.
Adrian Prantl
2017-04-26
2
-5
/
+5
*
MachineFrameInfo: Move implementation to an own file; NFC
Matthias Braun
2017-04-26
3
-208
/
+219
*
Add support for DW_TAG_thrown_type.
Adrian Prantl
2017-04-26
2
-0
/
+13
*
[DAGCombiner] add (sext i1 X), 1 --> zext (not i1 X)
Sanjay Patel
2017-04-26
1
-6
/
+23
*
[ValueTracking] Introduce a KnownBits struct to wrap the two APInts for compu...
Craig Topper
2017-04-26
1
-3
/
+4
*
Reverts commit r301424, r301425 and r301426
Sanjoy Das
2017-04-26
1
-5
/
+5
*
Rename WeakVH to WeakTrackingVH; NFC
Sanjoy Das
2017-04-26
1
-5
/
+5
*
[TargetLowering] fix isConstTrueVal to account for build vector truncation
Sanjay Patel
2017-04-26
1
-13
/
+17
*
Fix signed multiplication with overflow fallback.
Ranjeet Singh
2017-04-26
1
-2
/
+2
*
[DAG] add FIXME comments for splat detection; NFC
Sanjay Patel
2017-04-26
2
-0
/
+7
*
PR31007 and PR27884 will be closed: a possibility to compile constants like 0...
Andrew V. Tischenko
2017-04-26
1
-0
/
+3
*
Remove tailing whitespaces.
Michael Liao
2017-04-26
1
-5
/
+5
*
[DAG] fix formatting of isConstantSplat(); NFC
Sanjay Patel
2017-04-25
1
-27
/
+23
*
Fix an assertion when skipping stack values in DWARF2 mode.
Adrian Prantl
2017-04-25
1
-1
/
+5
*
Print complete DIExpressions in the assembler output DEBUG_VALUE comments.
Adrian Prantl
2017-04-25
1
-34
/
+16
*
[DAGCombiner] Refactor to make it easy to add support for vectors in a future...
Simon Pilgrim
2017-04-25
1
-10
/
+10
*
Resubmit r301309: [DebugInfo][X86] Fix handling of DBG_VALUE's in post-RA sch...
Andrew Ng
2017-04-25
3
-8
/
+23
*
[SelectionDAG] Use getBuildVector helper where possible. NFCI
Simon Pilgrim
2017-04-25
4
-20
/
+17
*
Revert "[DebugInfo][X86] Fix handling of DBG_VALUE's in post-RA scheduler."
Andrew Ng
2017-04-25
3
-23
/
+8
*
Bring back the ability opt out of padding zero-byte functions by not providin...
Daniel Sanders
2017-04-25
1
-2
/
+7
*
[DebugInfo][X86] Fix handling of DBG_VALUE's in post-RA scheduler.
Andrew Ng
2017-04-25
3
-8
/
+23
*
[SelectionDAG] Pull out repeated getValueType calls. NFCI.
Simon Pilgrim
2017-04-25
2
-16
/
+16
*
[DAGCombiner] Add vector support for (srl (trunc (srl x, c1)), c2) combine.
Simon Pilgrim
2017-04-25
1
-17
/
+18
*
[SelectionDAG] Recognise splat vector isKnownToBeAPowerOfTwo one/sign bit shi...
Simon Pilgrim
2017-04-25
1
-2
/
+2
*
[DAGCombiner] Use SDValue::getConstantOperandVal helper where possible. NFCI.
Simon Pilgrim
2017-04-25
1
-7
/
+5
*
[DAGCombiner] Use APInt::intersects to avoid tmp variable. NFCI.
Simon Pilgrim
2017-04-24
1
-1
/
+3
*
Move value type list from TargetRegisterClass to TargetRegisterInfo
Krzysztof Parzyszek
2017-04-24
5
-20
/
+20
*
Revert r301231: Accidentally committed stale files
Krzysztof Parzyszek
2017-04-24
5
-18
/
+18
*
Move value type list from TargetRegisterClass to TargetRegisterInfo
Krzysztof Parzyszek
2017-04-24
5
-18
/
+18
*
Move size and alignment information of regclass to TargetRegisterInfo
Krzysztof Parzyszek
2017-04-24
12
-27
/
+33
*
Don't emit CFI instructions at the end of a function
Adrian Prantl
2017-04-24
1
-0
/
+10
*
CodeGen: Add a hook for getFenceOperandTy
Yaxun Liu
2017-04-24
1
-2
/
+2
*
Add a testcase for DIExpression(DW_OP_stack_value)
Adrian Prantl
2017-04-24
2
-1
/
+2
*
[DAGCombiner] Updated bswap byte offset variable names to be more descriptive...
Simon Pilgrim
2017-04-24
1
-13
/
+15
*
[SDAG] Teach Chain Analysis about BaseIndexOffset addressing.
Nirav Dave
2017-04-24
1
-2
/
+13
*
[GlobalISel] Legalize G_(S|U)DIV libcalls
Diana Picus
2017-04-24
1
-12
/
+30
[prev]
[next]