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
/
Analysis
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix a bug in which BranchProbabilityInfo wasn't setting branch weights of bas...
Akira Hatanaka
2014-04-14
1
-0
/
+3
*
blockfreq: Rename BlockFrequencyImpl to BlockFrequencyInfoImpl
Duncan P. N. Exon Smith
2014-04-11
1
-2
/
+2
*
blockfreq: Use getSuccessorIndex()
Duncan P. N. Exon Smith
2014-04-11
1
-5
/
+3
*
Delinearize: Extend informationin -analyze output
Tobias Grosser
2014-04-09
1
-0
/
+4
*
divide by the result of the gcd
Sebastian Pop
2014-04-08
1
-1
/
+1
*
handle special cases when findGCD returns 1
Sebastian Pop
2014-04-08
1
-1
/
+6
*
in findGCD of multiply expr return the gcd
Sebastian Pop
2014-04-08
1
-2
/
+4
*
Handle vlas during inline cost computation if they'll be turned
Eric Christopher
2014-04-07
1
-1
/
+10
*
Use TopTTI->getGEPCost from within getUserCost
Hal Finkel
2014-04-01
1
-4
/
+4
*
PR15967 Fix in basicaa for faulty returning no alias.
Arnold Schwaighofer
2014-03-26
1
-11
/
+38
*
blockfreq: Implement Pass::releaseMemory()
Duncan P. N. Exon Smith
2014-03-25
1
-9
/
+10
*
ScalarEvolution: Compute exit counts for loops with a power-of-2 step.
Benjamin Kramer
2014-03-25
1
-0
/
+10
*
Simplify loop that worked around bugs in old GCC/Xcode.
Erik Verbruggen
2014-03-25
1
-8
/
+2
*
Allow constant folding of ceil function whenever feasible
Karthik Bhat
2014-03-24
1
-0
/
+3
*
[Constant Hoisting] Make the constant materialization cost operand dependent
Juergen Ributzka
2014-03-21
1
-8
/
+8
*
Revert "[Constant Hoisting] Extend coverage of the constant hoisting pass."
Juergen Ributzka
2014-03-20
1
-8
/
+8
*
[Constant Hoisting] Extend coverage of the constant hoisting pass.
Juergen Ributzka
2014-03-20
1
-8
/
+8
*
Add stride normalization to SCEV Normalize/Denormalize transformation.
Michael Zolotukhin
2014-03-18
1
-3
/
+26
*
[C++11] Change DebugInfoFinder to use range-based loops
Alon Mishne
2014-03-18
1
-12
/
+8
*
Consistent use of the noduplicate attribute.
Eli Bendersky
2014-03-17
3
-5
/
+5
*
Remove some dead assignements found by scan-build
Arnaud A. de Grandmaison
2014-03-15
1
-6
/
+1
*
PR17473:
Michael Zolotukhin
2014-03-12
1
-3
/
+21
*
Test commit
Michael Zolotukhin
2014-03-12
1
-0
/
+1
*
IR: add a second ordering operand to cmpxhg for failure
Tim Northover
2014-03-11
1
-1
/
+1
*
[TTI] There is actually no realistic way to pop TTI implementations off
Chandler Carruth
2014-03-10
1
-10
/
+0
*
[LCG] Ran clang-format over this too and it pointed out some fixes.
Chandler Carruth
2014-03-10
1
-4
/
+6
*
[LCG] Simplify a bunch of the LCG code with range for loops and auto.
Chandler Carruth
2014-03-09
1
-37
/
+29
*
[C++11] Add range based accessors for the Use-Def chain of a Value.
Chandler Carruth
2014-03-09
13
-83
/
+58
*
[C++11] Convert sort predicates into lambdas.
Benjamin Kramer
2014-03-07
1
-10
/
+7
*
Allow constant folding of round function whenever feasible
Karthik Bhat
2014-03-07
1
-0
/
+7
*
Teach lint about address spaces
Matt Arsenault
2014-03-06
1
-6
/
+5
*
Replace OwningPtr<T> with std::unique_ptr<T>.
Ahmed Charles
2014-03-06
1
-1
/
+1
*
Allow constant folding of copysign
Karthik Bhat
2014-03-06
1
-0
/
+7
*
[Layering] Move InstVisitor.h into the IR library as it is pretty
Chandler Carruth
2014-03-06
4
-4
/
+4
*
[Layering] Move DebugInfo.h into the IR library where its implementation
Chandler Carruth
2014-03-06
1
-1
/
+1
*
ConstantFolding: Also fold the vector overloads of our math intrinsics.
Benjamin Kramer
2014-03-05
1
-34
/
+73
*
Add missing parenthesis in SCEV comment
Tobias Grosser
2014-03-05
1
-1
/
+1
*
[C++11] Make this interface accept const Use pointers and use override
Chandler Carruth
2014-03-05
2
-7
/
+7
*
[C++11] Add 'override' keyword to virtual methods that override their base cl...
Craig Topper
2014-03-05
22
-133
/
+130
*
Allow constant folding of fma and fmuladd
Matt Arsenault
2014-03-05
1
-0
/
+27
*
Fix duplicate code in ConstantFolding
Matt Arsenault
2014-03-05
1
-54
/
+33
*
[Modules] Move the ConstantRange class into the IR library. This is
Chandler Carruth
2014-03-04
4
-4
/
+4
*
[Modules] Move the PredIteratorCache into the IR library -- it is
Chandler Carruth
2014-03-04
1
-1
/
+1
*
[Modules] Move CFG.h to the IR library as it defines graph traits over
Chandler Carruth
2014-03-04
6
-6
/
+6
*
[Modules] Move ValueHandle into the IR library where Value itself lives.
Chandler Carruth
2014-03-04
2
-2
/
+2
*
[Modules] Move the LLVM IR pattern match header into the IR library, it
Chandler Carruth
2014-03-04
3
-3
/
+3
*
[Modules] Move CallSite into the IR library where it belogs. It is
Chandler Carruth
2014-03-04
8
-8
/
+8
*
[Modules] Move GetElementPtrTypeIterator into the IR library. As its
Chandler Carruth
2014-03-04
6
-6
/
+6
*
[Modules] Move InstIterator out of the Support library, where it had no
Chandler Carruth
2014-03-04
8
-8
/
+8
*
[cleanup] Re-sort all the includes with utils/sort_includes.py.
Chandler Carruth
2014-03-04
3
-3
/
+3
[next]