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
...
*
Whitespace. NFC
Justin Bogner
2015-10-30
2
-5
/
+5
*
[FunctionAttrs] Separate another chunk of the logic for functionattrs
Chandler Carruth
2015-10-30
1
-10
/
+16
*
Recommit r251680 (also need to update clang test)
Dehao Chen
2015-10-30
1
-11
/
+12
*
Revert r251680:
Dehao Chen
2015-10-30
1
-12
/
+11
*
Update the discriminator assignment algorithm
Dehao Chen
2015-10-30
1
-11
/
+12
*
clang-format lib/Transforms/Utils/AddDiscriminators.cpp
Dehao Chen
2015-10-29
1
-12
/
+11
*
[FunctionAttrs] Provide a single SCC node set to all of the
Chandler Carruth
2015-10-29
1
-91
/
+56
*
[sanitizer] [msan] Unify aarch64 mapping
Adhemerval Zanella
2015-10-29
1
-21
/
+4
*
Fix use-after-free. Thanks ASAN for giving me a detailed report :-).
Daniel Jasper
2015-10-29
1
-2
/
+2
*
Revert the revision 251592 as it fails a test on some platforms.
Cong Hou
2015-10-29
1
-93
/
+28
*
[PGO] Do not emit runtime hook user function for Linux
Xinliang David Li
2015-10-29
1
-0
/
+5
*
[LVI/CVP] Teach LVI about range metadata
Philip Reames
2015-10-29
1
-26
/
+6
*
[SimplifyCFG] Constant fold a branch implied by it's incoming edge
Philip Reames
2015-10-29
1
-0
/
+13
*
[SimplifyLibCalls] Factor out common unsafe-math checks.
Davide Italiano
2015-10-29
1
-29
/
+23
*
Add a flag vectorizer-maximize-bandwidth in loop vectorizer to enable using l...
Cong Hou
2015-10-29
1
-28
/
+93
*
SamplePGO - Add flag to check sampling coverage.
Diego Novillo
2015-10-28
1
-3
/
+83
*
[JumpThreading] Use dominating conditions to prove implications
Sanjoy Das
2015-10-28
1
-2
/
+40
*
SamplePGO - Clear per-function data after applying a profile.
Diego Novillo
2015-10-28
1
-4
/
+21
*
Typo.
Chad Rosier
2015-10-28
1
-1
/
+1
*
Reapply: [LIR] Add support for creating memsets from loops with a negative st...
Chad Rosier
2015-10-28
1
-24
/
+32
*
[GlobalOpt] Add newlines to DEBUG messages
James Molloy
2015-10-28
1
-4
/
+4
*
Revert "[LIR] Add support for creating memsets from loops with a negative str...
Chad Rosier
2015-10-28
1
-28
/
+24
*
[LIR] Add support for creating memsets from loops with a negative stride.
Chad Rosier
2015-10-28
1
-24
/
+28
*
Revert r251492 "[IndVarSimplify] Rewrite loop exit values with their
Chen Li
2015-10-28
1
-71
/
+0
*
[IndVarSimplify] Rewrite loop exit values with their initial values from loop...
Chen Li
2015-10-28
1
-0
/
+71
*
[SimplifyCFG] Don't DCE catchret because the successor is unreachable
David Majnemer
2015-10-27
1
-2
/
+1
*
Whitespace.
NAKAMURA Takumi
2015-10-27
1
-1
/
+1
*
Revert r251291, "Loop Vectorizer - skipping "bitcast" before GEP"
NAKAMURA Takumi
2015-10-27
1
-16
/
+3
*
Tidy a comment. NFC.
Diego Novillo
2015-10-27
1
-1
/
+1
*
[SLP] Be more aggressive about reduction width selection.
Charlie Turner
2015-10-27
1
-12
/
+35
*
[SLP] Try a bit harder to find reduction PHIs
Charlie Turner
2015-10-27
1
-5
/
+43
*
[SLP] Treat SelectInsts as reduction values.
Charlie Turner
2015-10-27
1
-6
/
+7
*
Fix SamplePGO segfault when debug info is missing.
Diego Novillo
2015-10-27
1
-2
/
+4
*
[SimplifyLibCalls] Use range-based loop. No functional change.
Davide Italiano
2015-10-27
1
-4
/
+2
*
[function-attrs] Refactor code to handle shorter code with early exits.
Chandler Carruth
2015-10-27
1
-31
/
+37
*
Remove unused local variable. NFC.
Diego Novillo
2015-10-26
1
-2
/
+0
*
[RS4GC] Strip noalias attribute after statepoint rewrite
Igor Laevsky
2015-10-26
1
-1
/
+4
*
SamplePGO - Add optimization reports.
Diego Novillo
2015-10-26
1
-6
/
+30
*
Move the canonical header to the top of its matching cpp file as per coding c...
David Blaikie
2015-10-26
1
-1
/
+2
*
[safestack] Fast access to the unsafe stack pointer on AArch64/Android.
Evgeniy Stepanov
2015-10-26
1
-47
/
+25
*
Refactor: Simplify boolean conditional return statements in lib/Transforms/In...
Alexey Samsonov
2015-10-26
1
-4
/
+2
*
Loop Vectorizer - skipping "bitcast" before GEP
Elena Demikhovsky
2015-10-26
1
-3
/
+16
*
[InstCombine] Teach instcombine not to create extra PHI nodes when folding GEPs
Silviu Baranga
2015-10-26
1
-1
/
+6
*
Convert assert(false) into llvm_unreachable where it makes sense.
Benjamin Kramer
2015-10-25
1
-1
/
+1
*
[LCSSA] Unbreak build, don't reuse L; NFC
Sanjoy Das
2015-10-25
1
-2
/
+2
*
[LCSSA] Use range for loops; NFC
Sanjoy Das
2015-10-25
1
-28
/
+21
*
Refactor: Simplify boolean conditional return statements in lib/Transforms/Ve...
Michael Zolotukhin
2015-10-24
2
-11
/
+5
*
ScalarReplAggregates.cpp: Try to appease clash of anonymous::SROA in modules ...
NAKAMURA Takumi
2015-10-24
1
-0
/
+1
*
[RS4GC] Rename stripDereferenceabilityInfo into stripNonValidAttributes.
Igor Laevsky
2015-10-23
1
-18
/
+18
*
Revert rL251061 [SimplifyCFG] Extend SimplifyResume to handle phi of trivial ...
Chen Li
2015-10-23
1
-65
/
+11
[prev]
[next]