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
/
Utils
Commit message (
Expand
)
Author
Age
Files
Lines
*
Add -strip-nonlinetable-debuginfo capability
Michael Ilseman
2016-10-25
3
-0
/
+44
*
Move discriminator assignment to where it is used. (NFC)
Dehao Chen
2016-10-25
1
-1
/
+1
*
Merge two if conditions into one. NFCI.
Davide Italiano
2016-10-24
1
-3
/
+2
*
add-discriminators: Fix handling of lexical scopes.
Adrian Prantl
2016-10-24
1
-9
/
+13
*
Check the number of Args in LibCallsShrinkWrap.
Rong Xu
2016-10-24
1
-0
/
+2
*
Now that VS2013 is gone, make a memoryssa structure an anonymous union again
Daniel Berlin
2016-10-22
1
-4
/
+4
*
[CtorUtils] Modernize. No functional changes intended.
Davide Italiano
2016-10-22
1
-5
/
+5
*
[StripGCRelocates] New pass to remove gc.relocates added by RS4GC
Anna Thomas
2016-10-21
3
-0
/
+82
*
[LoopUnroll] Keep the loop test only on the first iteration of max-or-zero loops
John Brawn
2016-10-21
1
-6
/
+7
*
[MSSA] Avoid unnecessary use walks when calling getClobberingMemoryAccess
Daniel Berlin
2016-10-20
1
-6
/
+37
*
Do a sweep over move ctors and remove those that are identical to the default.
Benjamin Kramer
2016-10-20
1
-20
/
+0
*
[asan] Replace std::to_string with llvm::to_string
Vitaly Buka
2016-10-19
1
-1
/
+2
*
[asan] Simplify calculation of stack frame layout extraction calculation of s...
Vitaly Buka
2016-10-18
1
-14
/
+20
*
[asan] Append line number to variable name if line is available and in the sa...
Vitaly Buka
2016-10-18
1
-2
/
+7
*
Conditionally eliminate library calls where the result value is not used
Rong Xu
2016-10-18
3
-0
/
+566
*
Ignore debug info when making optimization decisions in SimplifyCFG.
Dehao Chen
2016-10-17
1
-11
/
+18
*
[SimplifyCFG] Don't lower complex ConstantExprs to lookup tables
Oliver Stannard
2016-10-17
1
-1
/
+4
*
[SimplifyCFG] Use the error checking provided by getPrevNode.
Benjamin Kramer
2016-10-15
1
-7
/
+11
*
Memory-SSA: strengthen defClobbersUseOrDef interface
Sebastian Pop
2016-10-13
1
-19
/
+15
*
commit back "GVN-hoist: fix store past load dependence analysis (PR30216, PR3...
Sebastian Pop
2016-10-13
1
-49
/
+61
*
Revert "GVN-hoist: fix store past load dependence analysis (PR30216, PR30499)"
Reid Kleckner
2016-10-13
1
-56
/
+49
*
Reapply "[LoopUnroll] Use the upper bound of the loop trip count to fullly un...
Haicheng Wu
2016-10-12
1
-9
/
+18
*
Revert "[LoopUnroll] Use the upper bound of the loop trip count to fullly unr...
Haicheng Wu
2016-10-12
1
-18
/
+9
*
[LoopUnroll] Use the upper bound of the loop trip count to fullly unroll a loop
Haicheng Wu
2016-10-12
1
-9
/
+18
*
[SimplifyCFG] Don't create PHI nodes for constant bundle operands
Sanjoy Das
2016-10-12
1
-1
/
+10
*
Memory-SSA cleanup of clobbers interface, NFC
Sebastian Pop
2016-10-12
1
-4
/
+10
*
GVN-hoist: fix store past load dependence analysis (PR30216, PR30499)
Sebastian Pop
2016-10-12
1
-53
/
+54
*
[LCSSA] Implement linear algorithm for the isRecursivelyLCSSAForm
Igor Laevsky
2016-10-11
2
-6
/
+7
*
Invoke add-discriminator at -g0 -fsample-profile
Dehao Chen
2016-10-07
1
-4
/
+1
*
[ARM] Don't convert switches to lookup tables of pointers with ROPI/RWPI
Oliver Stannard
2016-10-07
1
-17
/
+27
*
[SimplifyCFG] Correctly test for unconditional branches in GetCaseResults
David Majnemer
2016-10-07
1
-1
/
+1
*
Revert "Add -strip-nonlinetable-debuginfo capability"
Michael Ilseman
2016-10-06
3
-44
/
+0
*
Add -strip-nonlinetable-debuginfo capability
Michael Ilseman
2016-10-06
3
-0
/
+44
*
Use StringRef in Pass/PassManager APIs (NFC)
Mehdi Amini
2016-10-01
1
-1
/
+1
*
[LoopUnroll] Port to the new streaming interface for opt remarks.
Adam Nemet
2016-09-30
1
-10
/
+13
*
[LoopSimplify] When simplifying phis in loop-simplify, do it only if it prese...
Michael Zolotukhin
2016-09-27
1
-2
/
+4
*
[DebugInfo] Add comments to phi dbg.value tracking code, NFC
Reid Kleckner
2016-09-27
1
-6
/
+8
*
Remove pruning of phi nodes in MemorySSA - it makes updating harder
Daniel Berlin
2016-09-26
1
-40
/
+5
*
GlobalStatus: Don't walk use-lists of ConstantData
Duncan P. N. Exon Smith
2016-09-24
1
-1
/
+1
*
Reapplying r281895 (and follow-up r281964) after fixing pr30468.
Keith Walker
2016-09-22
2
-5
/
+53
*
Revert r281895 "Add @llvm.dbg.value entries for the phi node created by -mem2...
Hans Wennborg
2016-09-21
2
-49
/
+5
*
Make llvm::ConvertDebugDeclareToDebugValue() be a void function (NFC)
Keith Walker
2016-09-20
1
-8
/
+5
*
[LCSSA] Cache LoopExits to avoid wasted work
Philip Reames
2016-09-19
1
-3
/
+9
*
Add @llvm.dbg.value entries for the phi node created by -mem2reg
Keith Walker
2016-09-19
2
-0
/
+47
*
[SimplifyCFG] Update (AND) IR flags when CSE'ing instructions
James Molloy
2016-09-19
1
-2
/
+4
*
Rename NameAnonFunctions to NameAnonGlobals to match what it is doing (NFC)
Mehdi Amini
2016-09-16
3
-25
/
+25
*
Fix NameAnonFunctions pass: for ThinLTO we need to rename global variables as...
Mehdi Amini
2016-09-16
1
-5
/
+10
*
Fix misleading comment for getOrEnforceKnownAlignment
Matt Arsenault
2016-09-13
1
-4
/
+0
*
Enable simplify libcalls for ARM PCS
Sam Parker
2016-09-13
1
-3
/
+35
*
[SimplifyCFG] Be even more conservative in SinkThenElseCodeToEnd
James Molloy
2016-09-11
1
-15
/
+19
[next]