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
/
ConstantHoisting.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
[multiversion] Thread a function argument through all the callers of the
Chandler Carruth
2015-02-01
1
-1
/
+1
*
[PM] Change the core design of the TTI analysis to use a polymorphic
Chandler Carruth
2015-01-31
1
-3
/
+3
*
Remove unnecessary copying or replace it with moves in a bunch of places.
Benjamin Kramer
2014-10-04
1
-2
/
+2
*
ConstantHoisting.cpp: Add <tuple> for std::tie, since r207593 removed FileSys...
NAKAMURA Takumi
2014-04-30
1
-0
/
+1
*
[C++] Use 'nullptr'. Transforms edition.
Craig Topper
2014-04-25
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
1
-1
/
+2
*
Revert "[Constant Hoisting] Lazily compute the idom and cache the result."
Juergen Ributzka
2014-04-03
1
-43
/
+4
*
[Constant Hoisting] Make the constant candidate map local to the collectConst...
Juergen Ributzka
2014-03-25
1
-11
/
+14
*
[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
*
[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
*
[C++11] Add range based accessors for the Use-Def chain of a Value.
Chandler Carruth
2014-03-09
1
-8
/
+6
*
[C++11] Convert sort predicates into lambdas.
Benjamin Kramer
2014-03-07
1
-13
/
+8
*
[C++11] Add 'override' keyword to virtual methods that override their base cl...
Craig Topper
2014-03-05
1
-3
/
+3
*
[C++11] Replace llvm::next and llvm::prior with std::next and std::prev.
Benjamin Kramer
2014-03-02
1
-2
/
+2
*
[C++11] Switch all uses of the llvm_move macro to use std::move
Chandler Carruth
2014-03-02
1
-1
/
+1
*
Fix typos
Alp Toker
2014-02-25
1
-1
/
+1
*
[Constant Hoisting] Fix insertion point for constant materialization.
Juergen Ributzka
2014-02-08
1
-18
/
+21
*
[Constant Hoisting] Don't update the use list while traversing it - DOH!
Juergen Ributzka
2014-02-08
1
-5
/
+16
*
ConstantHoisting: We can't insert instructions directly in front of a PHI node.
Benjamin Kramer
2014-01-27
1
-3
/
+18
*
Revert "Revert "Add Constant Hoisting Pass" (r200034)"
Juergen Ributzka
2014-01-25
1
-0
/
+436
*
Revert "Add Constant Hoisting Pass" (r200034)
Hans Wennborg
2014-01-25
1
-436
/
+0
*
Add Constant Hoisting Pass
Juergen Ributzka
2014-01-24
1
-0
/
+436
*
Revert "Add Constant Hoisting Pass"
Juergen Ributzka
2014-01-24
1
-429
/
+0
*
Add Constant Hoisting Pass
Juergen Ributzka
2014-01-24
1
-0
/
+429
[prev]