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
*
Various code simplifications.
Dan Gohman
2010-02-02
1
-31
/
+28
*
Add "dump" method to IVUsersOneStride.
Bill Wendling
2010-02-01
1
-0
/
+23
*
Generalize target-independent folding rules for sizeof to handle more
Dan Gohman
2010-02-01
3
-40
/
+98
*
Before inserting llvm.dbg.declare intrinsic at the end of a basic block, ch...
Devang Patel
2010-01-29
1
-2
/
+7
*
It looks like the changes to the SRem logic of SimplifyDemandedUseBits
Duncan Sands
2010-01-29
1
-8
/
+17
*
Check Type::isSized before calling ScalarEvolution::getAllocSizeExpr,
Dan Gohman
2010-01-28
1
-21
/
+23
*
Remove SCEVAllocSizeExpr and SCEVFieldOffsetExpr, and in their place
Dan Gohman
2010-01-28
2
-105
/
+100
*
Fix inline cost predictions with SCIENCE.
Jakob Stoklund Olesen
2010-01-26
1
-28
/
+31
*
Revert test polarity to match comment and desired outcome. Remove undeserved ...
Jakob Stoklund Olesen
2010-01-26
1
-2
/
+2
*
Remove dead code.
Jakob Stoklund Olesen
2010-01-26
1
-3
/
+0
*
Skip calculation of ArgumentWeights if it will never be used.
Jakob Stoklund Olesen
2010-01-26
1
-0
/
+6
*
Add extra element to composite type. This new element will be used to record ...
Devang Patel
2010-01-26
1
-3
/
+5
*
Make the unsigned-range code more consistent with the signed-range code,
Dan Gohman
2010-01-26
1
-25
/
+29
*
Fix a typo in a comment that Duncan noticed.
Dan Gohman
2010-01-26
1
-1
/
+1
*
Rename ItCount to BECount, since it holds a backedge-taken count rather
Dan Gohman
2010-01-26
1
-9
/
+9
*
Fix the the ceiling-division used in computing the MaxBECount so that it doesn't
Dan Gohman
2010-01-26
1
-51
/
+72
*
Assert when debug intrinsic insert functions are passed empty arguments
Victor Hernandez
2010-01-26
1
-0
/
+6
*
make -fno-rtti the default unless a directory builds with REQUIRES_RTTI.
Chris Lattner
2010-01-24
2
-2
/
+0
*
Avoid using "Type" as the variable name.
Devang Patel
2010-01-23
1
-11
/
+12
*
Make sure ValueFn starts off empty
Victor Hernandez
2010-01-23
1
-1
/
+1
*
Stop building RTTI information for *most* llvm libraries. Notable
Chris Lattner
2010-01-22
2
-0
/
+3
*
drop the pass name from the output.
Chris Lattner
2010-01-22
1
-3
/
+1
*
eliminate dynamic_cast from this file.
Chris Lattner
2010-01-22
1
-17
/
+20
*
eliminate a bunch more unneeded dynamic_cast's.
Chris Lattner
2010-01-22
2
-35
/
+27
*
eliminate a bunch of dynamic_cast's.
Chris Lattner
2010-01-22
1
-0
/
+3
*
When re-using an existing cast for a user, it's still necessary to call
Dan Gohman
2010-01-21
1
-1
/
+3
*
Re-implement the main strength-reduction portion of LoopStrengthReduction.
Dan Gohman
2010-01-21
3
-81
/
+359
*
adopt getAdjustedAnalysisPointer in a few more passes.
Chris Lattner
2010-01-20
6
-0
/
+64
*
adopt getAdjustedAnalysisPointer in two more passes.
Chris Lattner
2010-01-20
2
-0
/
+20
*
adopt getAdjustedAnalysisPointer in BasicCallGraph.
Chris Lattner
2010-01-20
1
-1
/
+11
*
add some new methods to adjust this pointers. Not used yet.
Chris Lattner
2010-01-20
1
-0
/
+20
*
Avoid unnecessary Elts array
Victor Hernandez
2010-01-20
1
-4
/
+2
*
Add a comment and tidy up some whitespace.
Dan Gohman
2010-01-19
1
-2
/
+2
*
Fix a typo and an 80-column violation in comments.
Dan Gohman
2010-01-19
1
-3
/
+3
*
Give ScalarEvolution access to the DominatorTree. It'll need this
Dan Gohman
2010-01-19
1
-0
/
+2
*
Add a new helper function to IVUsers for returning the "canonical"
Dan Gohman
2010-01-19
1
-0
/
+13
*
Make findDbgDeclare/findDbgGlobalDeclare local static functions; avoid Elts a...
Victor Hernandez
2010-01-18
1
-6
/
+7
*
Create Generic DOTGraphTraits Printer/Viewer
Tobias Grosser
2010-01-16
1
-56
/
+18
*
Replace DebugLocTuple with DILocation.
Devang Patel
2010-01-16
1
-12
/
+4
*
Improve llvm.dbg.declare intrinsic by referring directly to the storage in it...
Victor Hernandez
2010-01-15
1
-29
/
+22
*
Revert r93504 because older uses of llvm.dbg.declare intrinsics need to be au...
Victor Hernandez
2010-01-15
1
-22
/
+29
*
Improve llvm.dbg.declare intrinsic by referring directly to the storage in it...
Victor Hernandez
2010-01-15
1
-29
/
+22
*
Pad my commit stats by reducing indentation in this now separate
Eric Christopher
2010-01-14
1
-19
/
+20
*
Few minor changes that were requested. No functional change.
Eric Christopher
2010-01-14
1
-2
/
+6
*
Small tweak to inline cost computation. Ext of i/fcmp results are mostly opti...
Evan Cheng
2010-01-14
1
-1
/
+6
*
Reduce the inlining cost of functions that contain calls to easily,
Eric Christopher
2010-01-14
1
-1
/
+27
*
Respond to Chris' review:
Victor Hernandez
2010-01-11
1
-8
/
+8
*
"In order to ease automatic bindings generation, it would be helpful if boole...
Chris Lattner
2010-01-09
1
-4
/
+4
*
Use WriteAsOperand instead of getName() to print loop header names,
Dan Gohman
2010-01-09
2
-8
/
+19
*
fix PR5978 by peeling the loop so that we avoid shifting the
Chris Lattner
2010-01-08
1
-2
/
+2
[next]