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
...
*
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
*
Remove dump routine and the associated Debug.h from a header. Patch up
David Greene
2009-12-23
1
-5
/
+0
*
Convert debug messages to use dbgs(). Generally this means
David Greene
2009-12-23
1
-15
/
+15
*
Convert debug messages to use dbgs(). Generally this means
David Greene
2009-12-23
1
-1
/
+2
*
The phi translated pointer can be computed when returning a partially cached ...
Chris Lattner
2009-12-22
1
-14
/
+30
*
Eliminate unnecessary LLVMContexts.
Dan Gohman
2009-12-18
2
-6
/
+2
*
Preserve NSW information in more places.
Dan Gohman
2009-12-18
1
-1
/
+1
*
Add Loop contains utility methods for testing whether a loop
Dan Gohman
2009-12-18
1
-1
/
+17
*
Reapply LoopStrengthReduce and IVUsers cleanups, excluding the part
Dan Gohman
2009-12-18
2
-8
/
+1
*
Revert 91280-91283, 91286-91289, 91291, 91293, 91295-91296. It apparently int...
Evan Cheng
2009-12-17
2
-1
/
+8
*
Add support to emit debug info for C++ namespaces.
Devang Patel
2009-12-15
1
-1
/
+23
*
Remove isPod() from DenseMapInfo, splitting it out to its own
Chris Lattner
2009-12-15
1
-5
/
+3
*
Make the IVUses member private.
Dan Gohman
2009-12-14
1
-1
/
+1
*
Drop Loop::isNotAlreadyContainedIn in favor of Loop::contains. The
Dan Gohman
2009-12-14
1
-7
/
+0
*
Make getUniqueExitBlocks's precondition assert more precise, to
Dan Gohman
2009-12-11
1
-1
/
+1
*
enhance NonLocalDepEntry to keep the per-block phi translated address
Chris Lattner
2009-12-09
1
-5
/
+24
*
change NonLocalDepEntry from being a typedef for an std::pair to be its
Chris Lattner
2009-12-09
1
-1
/
+21
*
Switch GVN and memdep to use PHITransAddr, which correctly handles
Chris Lattner
2009-12-09
1
-24
/
+2
*
fix many input tracking bugs.
Chris Lattner
2009-12-09
1
-4
/
+7
*
instructions defined in CurBB may be intermediate nodes of the computation.
Chris Lattner
2009-12-09
1
-3
/
+3
*
add dumping and sanity checking support.
Chris Lattner
2009-12-09
1
-0
/
+8
*
make sure that PHITransAddr keeps its 'InstInputs' list up to
Chris Lattner
2009-12-08
1
-0
/
+5
[prev]
[next]