index
:
external_llvm.git
replicant-6.0
Unnamed repository; edit this file 'description' to name the repository.
git repository hosting
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
lib
/
Analysis
Commit message (
Expand
)
Author
Age
Files
Lines
*
Use an AssemblyAnnotatorWriter to clean up IVUsers' debug output.
Dan Gohman
2010-02-10
1
-1
/
+10
*
Fix "the the" and similar typos.
Dan Gohman
2010-02-10
4
-5
/
+5
*
Add const qualifiers.
Dan Gohman
2010-02-08
1
-2
/
+2
*
Set DW_AT_artificial only if argument is marked as artificial.
Devang Patel
2010-02-06
1
-0
/
+23
*
Update CodeMetrics to count 'big' function calls explicitly.
Jakob Stoklund Olesen
2010-02-05
1
-5
/
+9
*
Change the argument to getIntegerSCEV to be an int64_t, rather
Dan Gohman
2010-02-04
1
-1
/
+1
*
Provide interface to identifiy artificial methods.
Devang Patel
2010-02-03
1
-5
/
+8
*
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
[next]