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
/
Scalar
Commit message (
Expand
)
Author
Age
Files
Lines
*
Remove more default address space argument usage.
Matt Arsenault
2014-04-23
1
-1
/
+2
*
[Constant Hoisting] Materialize the constant before the cloned cast instruction.
Juergen Ributzka
2014-04-22
1
-2
/
+11
*
[Constant Hoisting] Print the instructions in the correct order for debugging...
Juergen Ributzka
2014-04-22
1
-2
/
+2
*
[Modules] Fix potential ODR violations by sinking the DEBUG_TYPE
Chandler Carruth
2014-04-22
35
-36
/
+70
*
Fix PR7272 in -tailcallelim instead of the inliner
Reid Kleckner
2014-04-21
1
-0
/
+9
*
Remove some empty statements
Alp Toker
2014-04-19
1
-1
/
+1
*
remove some dead code
Nuno Lopes
2014-04-17
1
-21
/
+0
*
verify-di: Implement DebugInfoVerifier
Duncan P. N. Exon Smith
2014-04-15
1
-0
/
+1
*
D3348 - [BUG] "Rotate Loop" pass kills "llvm.vectorizer.enable" metadata
Alexey Bataev
2014-04-15
1
-0
/
+9
*
Implement depth_first and inverse_depth_first range factory functions.
David Blaikie
2014-04-11
1
-7
/
+3
*
Fix some doc and comment typos
Alp Toker
2014-04-09
1
-1
/
+1
*
Revert "[Constant Hoisting] Lazily compute the idom and cache the result."
Juergen Ributzka
2014-04-03
1
-43
/
+4
*
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
1
-0
/
+4
*
Revert "GVN: merge overflow intrinsics with non-overflow instructions."
Erik Verbruggen
2014-03-28
1
-124
/
+58
*
Treat lifetime.start'd memory like we treat freshly alloca'd memory. Patch by...
Nick Lewycky
2014-03-26
1
-4
/
+16
*
[Constant Hoisting] Make the constant candidate map local to the collectConst...
Juergen Ributzka
2014-03-25
1
-11
/
+14
*
remove a bunch of unused private methods
Nuno Lopes
2014-03-23
2
-9
/
+0
*
[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
*
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
*
Tolerate unmangled names in sample profiles.
Diego Novillo
2014-03-18
1
-6
/
+12
*
Consistent use of the noduplicate attribute.
Eli Bendersky
2014-03-17
1
-1
/
+1
*
Remove named Twine.
David Blaikie
2014-03-16
1
-4
/
+2
*
Remove some dead assignements found by scan-build
Arnaud A. de Grandmaison
2014-03-15
1
-1
/
+1
*
LSR: Compress a pair (and get rid of the DenseMapInfo for it).
Benjamin Kramer
2014-03-15
1
-33
/
+6
*
SampleProfile.cpp: Fix take #2. The issue was abuse of StringRef here.
NAKAMURA Takumi
2014-03-15
1
-2
/
+4
*
SampleProfile.cpp: Quick fix to r203976 about abuse of Twine. The life of Twi...
NAKAMURA Takumi
2014-03-15
1
-5
/
+3
*
Re-format SampleProfile.cpp with clang-format. No functional changes.
Diego Novillo
2014-03-14
1
-2
/
+2
*
Use DiagnosticInfo facility.
Diego Novillo
2014-03-14
1
-14
/
+46
*
Fix typo in comment: "inwoke" -> "invoke"
Mark Seaborn
2014-03-13
1
-1
/
+1
*
Fix crash in PRE.
Erik Verbruggen
2014-03-11
1
-0
/
+2
*
GVN: fix hashing of extractvalue.
Erik Verbruggen
2014-03-11
1
-0
/
+4
*
GVN: merge overflow intrinsics with non-overflow instructions.
Erik Verbruggen
2014-03-11
1
-58
/
+118
*
Use discriminator information in sample profiles.
Diego Novillo
2014-03-10
1
-40
/
+85
*
MemCpyOpt: When merging memsets also merge the trivial case of two memsets wi...
Benjamin Kramer
2014-03-10
1
-0
/
+7
*
[C++11] Add range based accessors for the Use-Def chain of a Value.
Chandler Carruth
2014-03-09
21
-301
/
+238
*
[C++11] Convert sort predicates into lambdas.
Benjamin Kramer
2014-03-07
1
-13
/
+8
*
Replace OwningPtr<T> with std::unique_ptr<T>.
Ahmed Charles
2014-03-06
1
-4
/
+3
*
[Layering] Move InstVisitor.h into the IR library as it is pretty
Chandler Carruth
2014-03-06
3
-3
/
+3
*
[Layering] Move DebugInfo.h into the IR library where its implementation
Chandler Carruth
2014-03-06
3
-3
/
+3
*
[Layering] Move DIBuilder.h into the IR library where its implementation
Chandler Carruth
2014-03-06
2
-2
/
+2
*
[C++11] Make this interface accept const Use pointers and use override
Chandler Carruth
2014-03-05
1
-2
/
+2
[next]