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
*
Add some additional fields to TTI::UnrollingPreferences
Hal Finkel
2014-04-01
1
-4
/
+13
*
Move partial/runtime unrolling late in the pipeline
Hal Finkel
2014-03-31
2
-1
/
+8
*
Revert "SLPVectorizer: Ignore users that are insertelements we can reschedule...
Arnold Schwaighofer
2014-03-31
1
-65
/
+30
*
Add a missing break.
Rafael Espindola
2014-03-30
1
-0
/
+1
*
ARM64: initial backend import
Tim Northover
2014-03-29
1
-2
/
+5
*
SLPVectorizer: Take credit for free extractelement instructions
Arnold Schwaighofer
2014-03-28
1
-2
/
+11
*
SLPVectorizer: Fix typos
Arnold Schwaighofer
2014-03-28
1
-2
/
+2
*
SLPVectorizer: Ignore users that are insertelements we can reschedule them
Arnold Schwaighofer
2014-03-28
1
-30
/
+65
*
Revert "InstCombine: merge constants in both operands of icmp."
Erik Verbruggen
2014-03-28
1
-14
/
+0
*
Revert "GVN: merge overflow intrinsics with non-overflow instructions."
Erik Verbruggen
2014-03-28
1
-124
/
+58
*
C++11: convert verbose loops to range-based loops.
Adrian Prantl
2014-03-27
1
-7
/
+6
*
InstCombine: Don't combine constants on unsigned icmps
Reid Kleckner
2014-03-27
1
-1
/
+2
*
Prevent alias from pointing to weak aliases.
Rafael Espindola
2014-03-27
1
-2
/
+1
*
InstCombine: merge constants in both operands of icmp.
Erik Verbruggen
2014-03-27
1
-0
/
+13
*
Treat lifetime.start'd memory like we treat freshly alloca'd memory. Patch by...
Nick Lewycky
2014-03-26
1
-4
/
+16
*
CloneFunction: Clone all attributes, including the CC
Reid Kleckner
2014-03-26
1
-14
/
+16
*
Revert "Prevent alias from pointing to weak aliases."
Rafael Espindola
2014-03-26
1
-1
/
+2
*
Prevent alias from pointing to weak aliases.
Rafael Espindola
2014-03-26
1
-2
/
+1
*
[Constant Hoisting] Make the constant candidate map local to the collectConst...
Juergen Ributzka
2014-03-25
1
-11
/
+14
*
[InstCombine] Don't fold bitcast into store if it would need addrspacecast
Richard Osborne
2014-03-25
1
-4
/
+16
*
Reuse earlier variables to make it clear the types involved in the cast.
Richard Osborne
2014-03-25
1
-3
/
+3
*
[msan] More precise instrumentation of select IR.
Evgeniy Stepanov
2014-03-25
1
-19
/
+41
*
SLP vectorizer: Don't hoist vector extracts of phis.
Andrew Trick
2014-03-25
1
-6
/
+1
*
remove a bunch of unused private methods
Nuno Lopes
2014-03-23
5
-14
/
+0
*
Revert r204076 for now - it caused significant regressions in a number of
Lang Hames
2014-03-23
1
-47
/
+78
*
[Constant Hoisting] Erase dead cast instructions.
Juergen Ributzka
2014-03-22
1
-1
/
+1
*
[Constant Hoisting] Fix multiple entries for the same basic block in PHI nodes.
Juergen Ributzka
2014-03-22
1
-3
/
+36
*
Remove some dead assignements found by scan-build
Arnaud A. de Grandmaison
2014-03-21
1
-1
/
+0
*
Sink: Don't sink static allocas from the entry block
Tom Stellard
2014-03-21
1
-0
/
+7
*
[Constant Hoisting] Make the constant materialization cost operand dependent
Juergen Ributzka
2014-03-21
1
-7
/
+7
*
[Constant Hoisting] Lazily compute the idom and cache the result.
Juergen Ributzka
2014-03-21
1
-4
/
+43
*
[Constant Hoisting] Change the algorithm to only track constants for instruct...
Juergen Ributzka
2014-03-21
1
-239
/
+321
*
[Constant Hoisting] Fix capitalization of function names.
Juergen Ributzka
2014-03-21
1
-33
/
+34
*
[Constant Hoisting] Replace the MapVector with a separate Map and Vector to k...
Juergen Ributzka
2014-03-21
1
-38
/
+51
*
Revert "[Constant Hoisting] Extend coverage of the constant hoisting pass."
Juergen Ributzka
2014-03-20
1
-391
/
+259
*
[Constant Hoisting] Extend coverage of the constant hoisting pass.
Juergen Ributzka
2014-03-20
1
-259
/
+391
*
Remove LowerInvoke's obsolete "-enable-correct-eh-support" option
Mark Seaborn
2014-03-20
1
-507
/
+8
*
[ASan] Do not instrument globals from the llvm.metadata section.
Alexander Potapenko
2014-03-20
1
-0
/
+2
*
Set debug info for instructions inserted in SplitBlockAndInsertIfThen.
Evgeniy Stepanov
2014-03-19
2
-2
/
+6
*
Fix use_iterator crash in ObjCArc from r203364
Duncan P. N. Exon Smith
2014-03-18
1
-2
/
+3
*
[LV] While I'm here, use range based for loops which are so much cleaner
Chandler Carruth
2014-03-18
1
-7
/
+7
*
[LV] The actual change I intended to commit in r204148. Sorry for the
Chandler Carruth
2014-03-18
1
-8
/
+1
*
[LV] Replace some dead code with an assert. When I first ported this
Chandler Carruth
2014-03-18
1
-2
/
+2
*
[msan] Origin tracking with history.
Evgeniy Stepanov
2014-03-18
1
-10
/
+20
*
Tolerate unmangled names in sample profiles.
Diego Novillo
2014-03-18
1
-6
/
+12
*
[msan] Kill -msan-store-clean-origin flag.
Evgeniy Stepanov
2014-03-18
1
-5
/
+1
*
[C++11] Change DebugInfoFinder to use range-based loops
Alon Mishne
2014-03-18
3
-20
/
+8
*
[msan] Remove unused code.
Evgeniy Stepanov
2014-03-18
1
-5
/
+0
*
Use range metadata instead of introducing selects.
Dan Gohman
2014-03-17
1
-78
/
+47
*
Consistent use of the noduplicate attribute.
Eli Bendersky
2014-03-17
1
-1
/
+1
[next]