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
/
include
/
llvm
/
Analysis
Commit message (
Expand
)
Author
Age
Files
Lines
*
When restoring a saved insert location, check to see if the saved
Dan Gohman
2010-02-15
1
-0
/
+2
*
In rememberInstruction, if the value being remembered is the
Dan Gohman
2010-02-14
1
-3
/
+1
*
Remove a 'protected' keyword, now that SCEVExpander is no longer
Dan Gohman
2010-02-14
1
-1
/
+1
*
Override dominates and properlyDominates for SCEVAddRecExpr, as a
Dan Gohman
2010-02-13
1
-0
/
+4
*
Reapply the new LoopStrengthReduction code, with compile time and
Dan Gohman
2010-02-12
2
-70
/
+39
*
Fix "the the" and similar typos.
Dan Gohman
2010-02-10
1
-1
/
+1
*
Minor code simplification.
Dan Gohman
2010-02-10
1
-2
/
+1
*
Mention IndVarSimplify in the comment by getSmallConstantTripCount, as
Dan Gohman
2010-02-09
1
-0
/
+4
*
Add const qualifiers.
Dan Gohman
2010-02-08
1
-1
/
+1
*
Set DW_AT_artificial only if argument is marked as artificial.
Devang Patel
2010-02-06
1
-1
/
+9
*
Update CodeMetrics to count 'big' function calls explicitly.
Jakob Stoklund Olesen
2010-02-05
1
-10
/
+13
*
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
-1
/
+3
*
Fix function names in comments. Thanks Duncan!
Dan Gohman
2010-02-02
1
-3
/
+3
*
Add "dump" method to IVUsersOneStride.
Bill Wendling
2010-02-01
1
-0
/
+5
*
Generalize target-independent folding rules for sizeof to handle more
Dan Gohman
2010-02-01
2
-3
/
+17
*
Remove SCEVAllocSizeExpr and SCEVFieldOffsetExpr, and in their place
Dan Gohman
2010-01-28
2
-98
/
+11
*
Fix inline cost predictions with SCIENCE.
Jakob Stoklund Olesen
2010-01-26
1
-1
/
+3
*
Add extra element to composite type. This new element will be used to record ...
Devang Patel
2010-01-26
1
-1
/
+5
*
Avoid using "Type" as the variable name.
Devang Patel
2010-01-23
1
-4
/
+4
*
elimiante the dynamic_cast's from opt.
Chris Lattner
2010-01-22
1
-2
/
+2
*
eliminate a bunch of dynamic_cast's.
Chris Lattner
2010-01-22
1
-0
/
+3
*
Revert LoopStrengthReduce.cpp to pre-r94061 for now.
Dan Gohman
2010-01-22
1
-0
/
+3
*
struct/class mismatch.
Benjamin Kramer
2010-01-21
1
-1
/
+1
*
Re-implement the main strength-reduction portion of LoopStrengthReduction.
Dan Gohman
2010-01-21
1
-3
/
+63
*
Make SCEVAddRecExpr's getType return a pointer type when the add
Dan Gohman
2010-01-19
1
-0
/
+7
*
Give ScalarEvolution access to the DominatorTree. It'll need this
Dan Gohman
2010-01-19
1
-0
/
+4
*
Add a new helper function to IVUsers for returning the "canonical"
Dan Gohman
2010-01-19
1
-0
/
+5
*
remove extraneous ;
Chris Lattner
2010-01-19
1
-1
/
+1
*
Make findDbgDeclare/findDbgGlobalDeclare local static functions; avoid Elts a...
Victor Hernandez
2010-01-18
1
-7
/
+0
*
Fix PR6047
Tobias Grosser
2010-01-16
1
-13
/
+1
*
Create Generic DOTGraphTraits Printer/Viewer
Tobias Grosser
2010-01-16
1
-0
/
+83
*
Improve llvm.dbg.declare intrinsic by referring directly to the storage in it...
Victor Hernandez
2010-01-15
1
-2
/
+1
*
Revert r93504 because older uses of llvm.dbg.declare intrinsics need to be au...
Victor Hernandez
2010-01-15
1
-1
/
+2
*
Improve llvm.dbg.declare intrinsic by referring directly to the storage in it...
Victor Hernandez
2010-01-15
1
-2
/
+1
*
Remove trailing white spaces in post dominators header file
Tobias Grosser
2010-01-11
1
-6
/
+6
*
Add getNode() to post dominators.
Tobias Grosser
2010-01-11
1
-0
/
+4
*
Respond to Chris' review:
Victor Hernandez
2010-01-11
1
-2
/
+2
*
Add assert to check dominance dfs numbers.
Tobias Grosser
2010-01-07
1
-0
/
+7
*
Remove workaround in PostDominators
Tobias Grosser
2010-01-07
2
-19
/
+6
*
Fix DFS number calculation for postdominators
Tobias Grosser
2010-01-07
1
-23
/
+29
*
Fix struct/class mismatch
Douglas Gregor
2010-01-06
1
-1
/
+1
*
Partially address a README by having functionattrs consider calls to
Duncan Sands
2010-01-06
1
-0
/
+4
*
Restore dump() methods to Loop and MachineLoop.
Dan Gohman
2010-01-05
1
-1
/
+3
*
Remove dead debug info intrinsics.
Devang Patel
2010-01-05
1
-22
/
+0
*
this #include is ok.
Chris Lattner
2009-12-31
1
-1
/
+1
*
fix Analysis/DebugInfo.h to not include Metadata.h. Do this
Chris Lattner
2009-12-31
1
-15
/
+7
*
rename "elements" of metadata to "operands". "Elements" are
Chris Lattner
2009-12-31
1
-4
/
+4
*
remove a bunch of unneeded functions.
Chris Lattner
2009-12-29
1
-21
/
+0
*
one pass of cleanup over DebugInfo.h. Much more is still needed.
Chris Lattner
2009-12-29
1
-25
/
+16
[next]