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
*
Fix PR 23499 - Avoid multiple profile counters for functions in comdat sections.
Diego Novillo
2015-05-27
1
-0
/
+6
*
[PlaceSafepoints] Entry safepoint location doesn't need to be a terminator
Philip Reames
2015-05-26
1
-17
/
+1
*
[PlaceSafepoints] Cleanup InsertSafepointPoll function
Philip Reames
2015-05-26
1
-20
/
+17
*
Use range-based for loops. NFC.
Craig Topper
2015-05-25
1
-130
/
+84
*
Remove conflicting attributes before adding deduced readonly/readnone
Bjorn Steinbrink
2015-05-25
1
-1
/
+5
*
Reformat.
NAKAMURA Takumi
2015-05-25
2
-4
/
+3
*
Prune CRLFs.
NAKAMURA Takumi
2015-05-25
2
-23
/
+23
*
[Unroll] Switch from an eagerly populated SCEV cache to one that is
Chandler Carruth
2015-05-25
1
-89
/
+116
*
Give more meaningful names than I and J to some for loop variables after conv...
Craig Topper
2015-05-23
1
-10
/
+10
*
Fix an unused variable warning in release builds.
Craig Topper
2015-05-23
1
-0
/
+1
*
Use range-based for loops. NFC.
Craig Topper
2015-05-23
1
-76
/
+36
*
Extend EarlyCSE to handle basic cases from JumpThreading and CVP
Philip Reames
2015-05-22
3
-21
/
+46
*
[InstCombine] Don't eagerly propagate nsw for A*B+A*C => A*(B+C)
David Majnemer
2015-05-22
1
-3
/
+16
*
[Unroll] Separate the logic for testing each iteration of the loop,
Chandler Carruth
2015-05-22
1
-106
/
+111
*
[InstSimplify] Handle some overflow intrinsics in InstSimplify
David Majnemer
2015-05-22
2
-12
/
+6
*
[Unroll] Replace a hand-wavy FIXME with a FIXME that explains the actual
Chandler Carruth
2015-05-22
1
-1
/
+6
*
[Unroll] Extract the logic for caching SCEV-modeled GEPs with their
Chandler Carruth
2015-05-22
1
-67
/
+81
*
[Unroll] Refactor the accumulation of optimized instruction costs into
Chandler Carruth
2015-05-22
1
-9
/
+10
*
[LICM] Sinking doesn't involve the preheader
Philip Reames
2015-05-22
1
-5
/
+11
*
MergedLoadStoreMotion preserves MemoryDependenceAnalysis, it does not require...
Daniel Berlin
2015-05-22
1
-2
/
+2
*
[NaryReassoc] reassociate GEP for CSE
Jingyue Wu
2015-05-21
1
-21
/
+245
*
[InstCombine] X - 0 is equal to X, not undef
David Majnemer
2015-05-21
1
-27
/
+21
*
[LoopDistribute] Remove a layer of pointer indirection.
Benjamin Kramer
2015-05-21
1
-41
/
+32
*
[RewriteStatepointsForGC] Fix debug assertion during derivable pointer remate...
Igor Laevsky
2015-05-21
1
-6
/
+6
*
[MemCpyOpt] Do move the memset, but look at its dest's dependencies.
Ahmed Bougacha
2015-05-21
1
-1
/
+8
*
[MemCpyOpt] Pass Instruction to IRBuilder, no need for NextNode. NFC.
Ahmed Bougacha
2015-05-21
1
-2
/
+2
*
[MemCpyOpt] Don't move the memset when optimizing memset+memcpy.
Ahmed Bougacha
2015-05-20
1
-1
/
+1
*
Reapply r237539 with a fix for the Chromium build.
James Molloy
2015-05-20
5
-7
/
+63
*
Change Function::getIntrinsicID() to return an Intrinsic::ID. NFC.
Pete Cooper
2015-05-20
4
-6
/
+6
*
Silencing a -Wsign-compare warning; NFC.
Aaron Ballman
2015-05-20
1
-1
/
+1
*
Add a GCStrategy for CoreCLR
Swaroop Sridhar
2015-05-20
2
-5
/
+14
*
[PlaceSafepoints] Stop special casing some intrinsics
Philip Reames
2015-05-19
1
-17
/
+36
*
Revert r237539: "Reapply r237520 with another fix for infinite looping"
Hans Wennborg
2015-05-19
5
-63
/
+7
*
[Speculation] NFC: more header comments
Jingyue Wu
2015-05-19
1
-0
/
+9
*
[RewriteStatepointsForGC] Fix up naming in "relocationViaAlloca" and run it t...
Igor Laevsky
2015-05-19
1
-56
/
+56
*
Remove the InstructionSimplifierPass immediately after InstructionCombiningPass.
Wei Mi
2015-05-19
1
-4
/
+0
*
[RewriteStatepointsForGC] For some values (like gep's and bitcasts) it's chea...
Igor Laevsky
2015-05-19
1
-6
/
+278
*
Simplify IRBuilder::CreateCall* by using ArrayRef+initializer_list/braced ini...
David Blaikie
2015-05-18
15
-153
/
+158
*
[PlaceSafepoints] Assertion on that gc_result can not have preceding phis sho...
Chen Li
2015-05-18
1
-2
/
+2
*
Exploit dereferenceable_or_null attribute in LICM pass
Sanjoy Das
2015-05-18
1
-13
/
+15
*
[ScalarEvolution] refactor: extract interface getGEPExpr
Jingyue Wu
2015-05-18
1
-15
/
+18
*
indvars cruft: don't replace phi nodes for no reason.
Andrew Trick
2015-05-18
1
-10
/
+0
*
SimplifyIV comments and dead argument cleanup.
Andrew Trick
2015-05-18
2
-7
/
+5
*
Reapply r237520 with another fix for infinite looping
James Molloy
2015-05-17
5
-7
/
+63
*
Revert commits r237521 and r237520.
James Molloy
2015-05-16
4
-56
/
+7
*
Move Pass into anonymous namespace. NFC.
Benjamin Kramer
2015-05-16
1
-0
/
+2
*
Reapply r237453 with a fix for the test timeouts.
James Molloy
2015-05-16
4
-7
/
+56
*
[MemCpyOpt] Turn memcpy from just-memset'd source into memset.
Ahmed Bougacha
2015-05-16
1
-1
/
+45
*
[MemCpyOpt] Remove dead argument. NFC.
Ahmed Bougacha
2015-05-16
1
-6
/
+4
*
[NFC] remove an extra new line
Jingyue Wu
2015-05-15
1
-1
/
+0
[next]