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
/
Transforms
Commit message (
Expand
)
Author
Age
Files
Lines
*
[NaryReassociate] speeds up candidate searching
Jingyue Wu
2015-04-16
1
-9
/
+15
*
[X86, SSE] instcombine common cases of insertps intrinsics into shuffles
Sanjay Patel
2015-04-16
1
-2
/
+45
*
Silencing a -Wunused-but-set-variable warning; NFC.
Aaron Ballman
2015-04-16
1
-5
/
+4
*
DebugInfo: Gut DIScope, DIEnumerator and DISubrange
Duncan P. N. Exon Smith
2015-04-16
1
-2
/
+2
*
DebugInfo: Gut DICompileUnit and DIFile
Duncan P. N. Exon Smith
2015-04-15
3
-5
/
+5
*
DebugInfo: Remove 'inlinedAt:' field from MDLocalVariable
Duncan P. N. Exon Smith
2015-04-15
1
-13
/
+0
*
DebugInfo: Require a DebugLoc in DIBuilder::insertDeclare()
Duncan P. N. Exon Smith
2015-04-15
3
-22
/
+17
*
Add range iterators for post order and inverse post order. Use them
Daniel Berlin
2015-04-15
1
-3
/
+1
*
[SLSR] handle candidate form (B + i * S)
Jingyue Wu
2015-04-15
1
-91
/
+222
*
Change range-based for-loops to be -Wrange-loop-analysis clean.
Richard Trieu
2015-04-15
1
-1
/
+1
*
Simplify n-ary adds by reassociation
Jingyue Wu
2015-04-14
3
-0
/
+208
*
DebugInfo: Update signature of DICompileUnit::replace*()
Duncan P. N. Exon Smith
2015-04-14
2
-2
/
+2
*
DebugInfo: Gut DISubprogram and DILexicalBlock*
Duncan P. N. Exon Smith
2015-04-14
7
-24
/
+25
*
[LoopUnrollRuntime] Avoid high-cost trip count computation.
Sanjoy Das
2015-04-14
3
-9
/
+23
*
[SCEV] Refactor out isHighCostExpansion. NFCI.
Sanjoy Das
2015-04-14
1
-56
/
+6
*
DebugInfo: Gut DIVariable and DIGlobalVariable
Duncan P. N. Exon Smith
2015-04-14
1
-2
/
+2
*
DebugInfo: Gut DILocation
Duncan P. N. Exon Smith
2015-04-14
2
-8
/
+8
*
DebugInfo: Gut DIExpression
Duncan P. N. Exon Smith
2015-04-14
2
-6
/
+5
*
[RewriteStatepointsForGC] Delete dead code [NFC]
Philip Reames
2015-04-14
1
-26
/
+4
*
DebugInfo: Move DILocation::computeNewDiscriminators()
Duncan P. N. Exon Smith
2015-04-14
1
-1
/
+7
*
AddDiscriminators: Create new MDLocation directly
Duncan P. N. Exon Smith
2015-04-14
1
-1
/
+3
*
StripSymbols: Use DIGlobalVariable::getConstant() instead of getGlobal()
Duncan P. N. Exon Smith
2015-04-13
1
-1
/
+1
*
GCC complains thusly: "attributes at the beginning of statement are ignored [...
Nick Lewycky
2015-04-13
1
-1
/
+1
*
[RwriteStatepointsForGC] Minor indentation and naming [NFC]
Philip Reames
2015-04-13
1
-39
/
+30
*
Subtraction is not commutative. Fixes PR23212!
Nick Lewycky
2015-04-13
2
-7
/
+9
*
[RewriteStatepointsForGC] Avoid inserting empty holder
Philip Reames
2015-04-13
1
-0
/
+4
*
[RewriteStatepointsForGC] Fix a latent bug in normalization for invoke statep...
Philip Reames
2015-04-13
1
-37
/
+40
*
[RewriteStatepointsForGC] Strengthen assertions around liveness
Philip Reames
2015-04-13
1
-0
/
+18
*
[RewriteStatepointsForGC] Move an expensive debugging check to XDEBUG
Philip Reames
2015-04-13
1
-33
/
+44
*
Fix typo.
Mark Lacey
2015-04-12
1
-1
/
+1
*
[LoopUnrollRuntime] Clean up a predicate.
Sanjoy Das
2015-04-12
1
-3
/
+2
*
Mark empty default constructors as =default if it makes the type POD
Benjamin Kramer
2015-04-11
3
-4
/
+2
*
Remove empty non-virtual destructors or mark them =default when non-public
Benjamin Kramer
2015-04-11
1
-2
/
+0
*
Use 'override/final' instead of 'virtual' for overridden methods
Alexander Kornienko
2015-04-11
1
-2
/
+2
*
DebugInfo: Rewrite atSameLineAs() as MDLocation::canDiscriminate()
Duncan P. N. Exon Smith
2015-04-11
1
-1
/
+1
*
[Statepoints] Fix a release only build failure
Philip Reames
2015-04-11
1
-2
/
+2
*
[RewriteStatepointsForGC] Use a SetVector for a worklist [NFC]
Philip Reames
2015-04-10
1
-6
/
+4
*
[RewriteStatepointsForGC] Use an actual liveness algorithm
Philip Reames
2015-04-10
1
-204
/
+294
*
[RewriteStatepointsForGC] clang-format file
Philip Reames
2015-04-10
1
-58
/
+57
*
[RewriteStatepointsForGC] Missed review comment from 234651 & build fix
Philip Reames
2015-04-10
1
-3
/
+4
*
[RewriteStatepointsForGC] Preprocess the IR to remove unreachable blocks and ...
Philip Reames
2015-04-10
1
-6
/
+34
*
[RewriteStatepointsForGC] Limited support for vectors of pointers
Philip Reames
2015-04-10
1
-25
/
+224
*
[InstCombine][CodeGenPrep] Create llvm.uadd.with.overflow in CGP.
Sanjoy Das
2015-04-10
1
-44
/
+12
*
[WinEH] Try to make outlining invokes work a little better
Reid Kleckner
2015-04-10
1
-1
/
+1
*
[CallSite] Make construction from Value* (or Instruction*) explicit.
Benjamin Kramer
2015-04-10
8
-14
/
+13
*
Reduce dyn_cast<> to isa<> or cast<> where possible.
Benjamin Kramer
2015-04-10
3
-4
/
+4
*
Eliminate O(n^2) worst-case behavior in SSA construction
Cameron Zwarich
2015-04-08
1
-3
/
+6
*
[LoopAccesses] Allow analysis to complete in the presence of uniform stores
Adam Nemet
2015-04-08
1
-0
/
+8
*
[InstCombine] Refactor out OptimizeOverflowCheck. NFCI.
Sanjoy Das
2015-04-08
3
-100
/
+172
*
Revert "[LoopAccesses] Allow analysis to complete in the presence of uniform ...
Adam Nemet
2015-04-08
1
-8
/
+0
[next]