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
*
Move getCastToEmpty out of DIDescriptor into DIFactory. It is an
Chris Lattner
2008-11-10
1
-6
/
+6
*
Fix a bug with default arguments that apple gcc doesn't notice that llvmbb does.
Chris Lattner
2008-11-10
1
-1
/
+1
*
Add a new set of helper classes for creating and reading debug
Chris Lattner
2008-11-10
1
-0
/
+394
*
Trim #includes.
Dan Gohman
2008-10-16
1
-1
/
+0
*
Make Escape Analysis work for any pointer.
Owen Anderson
2008-10-12
1
-2
/
+3
*
Fix copy-and-paste-o.
Owen Anderson
2008-10-10
1
-2
/
+2
*
Add a basic intra-procedural escape analysis. This hasn't be extensively tes...
Owen Anderson
2008-10-10
1
-0
/
+59
*
Teach internalize to preserve the callgraph.
Duncan Sands
2008-10-03
1
-2
/
+6
*
Reapply 55859. This doesn't change anything as
Duncan Sands
2008-09-08
1
-6
/
+1
*
When PruneEH turned an invoke into an ordinary
Duncan Sands
2008-09-06
1
-0
/
+5
*
Revert r55859. This is breaking the build in the abscence of its companion c...
Owen Anderson
2008-09-05
1
-1
/
+6
*
Delete the removeCallEdgeTo callgraph method,
Duncan Sands
2008-09-05
1
-6
/
+1
*
Strip trailing whitespace.
Duncan Sands
2008-09-05
1
-14
/
+14
*
Tidy up several unbeseeming casts from pointer to intptr_t.
Dan Gohman
2008-09-04
7
-9
/
+10
*
rename destroy -> releaseMemory to properly hook into passmgr.
Chris Lattner
2008-08-28
1
-6
/
+3
*
Remove GCSE, ValueNumbering, and LoadValueNumbering. These have been depreca...
Owen Anderson
2008-08-15
3
-117
/
+0
*
Use empty() instead of begin() == end().
Dan Gohman
2008-08-14
1
-0
/
+2
*
"This patch adds a virtual call to AbstractLatticeFunction to derive a
Chris Lattner
2008-08-09
1
-0
/
+7
*
Fold the useful features of alist and alist_node into ilist, and
Dan Gohman
2008-07-28
1
-12
/
+7
*
Fix spelling of "hierarchy" in comments.
Dan Gohman
2008-07-11
1
-2
/
+2
*
Fix typos in comments.
Dan Gohman
2008-07-11
1
-4
/
+4
*
Use find instead of lower_bound.
Dan Gohman
2008-07-11
1
-2
/
+2
*
Remove getValueRange from SCEV. It wasn't doing anything there anyways, and a
Nick Lewycky
2008-07-09
2
-20
/
+0
*
Expand SCEVUDiv of power of 2 to a lshr instruction.
Nick Lewycky
2008-07-08
1
-5
/
+1
*
Add explicit keywords.
Dan Gohman
2008-07-07
1
-1
/
+1
*
Fix dom tree compare. Don't forget to compare children!
Devang Patel
2008-07-01
1
-24
/
+36
*
Fix typos in comments.
Devang Patel
2008-07-01
1
-3
/
+3
*
Add dom info verifier.
Devang Patel
2008-07-01
1
-5
/
+108
*
Add an isReachableFromEntry method.
Owen Anderson
2008-06-30
1
-0
/
+4
*
- Re-apply 52748 and friends with fix. GetConstantStringInfo() returns an emp...
Evan Cheng
2008-06-30
1
-1
/
+10
*
Because of the laziness, the required passes must exist even after
Nick Lewycky
2008-06-30
1
-2
/
+2
*
Add a value range analysis that lazily computes ranges using ScalarEvolutions.
Nick Lewycky
2008-06-30
1
-0
/
+90
*
Revert (52748 and friends):
Anton Korobeynikov
2008-06-29
1
-10
/
+1
*
Add back the capability to include nul characters in strings with
Chris Lattner
2008-06-28
1
-2
/
+6
*
Add an include file needed for VS.
Cedric Venet
2008-06-27
1
-0
/
+1
*
fix the regressions from Eric's patch by making GetConstantStringInfo
Chris Lattner
2008-06-27
1
-1
/
+1
*
Move GetConstantStringInfo to lib/Analysis. Remove
Eric Christopher
2008-06-26
1
-0
/
+7
*
Use SCEVAddRecExpr::isAffine.
Dan Gohman
2008-06-22
1
-1
/
+1
*
Move a few more SCEVExpander methods out-of-line.
Dan Gohman
2008-06-22
1
-17
/
+4
*
It's invalid to take the one-past-the-end address of a non-array
Dan Gohman
2008-06-20
1
-1
/
+2
*
Move SCEVExpander::visitAddExpr out-of-line.
Dan Gohman
2008-06-18
1
-9
/
+1
*
Move LSR's private isZero function to a public SCEV member
Dan Gohman
2008-06-18
1
-0
/
+4
*
Check empty dominance frontier.
Devang Patel
2008-06-18
1
-0
/
+3
*
Forgot to commit the ValueTracking header file along with r52396.
Matthijs Kooijman
2008-06-17
1
-0
/
+7
*
80 column fixes.
Matthijs Kooijman
2008-06-17
1
-3
/
+3
*
Make the InsertBefore argument to FindInsertedValue optional, so you can find...
Matthijs Kooijman
2008-06-16
1
-1
/
+4
*
Pass around Instruction* instead of Instruction& in FindInsertedValue and fri...
Matthijs Kooijman
2008-06-16
1
-1
/
+1
*
Move FindScalarValue from InstructionCombining.cpp to ValueTracking.cpp. While
Matthijs Kooijman
2008-06-16
1
-0
/
+9
*
Fix PR2434. When scanning for exising binary operator to reuse don't
Wojciech Matyjewicz
2008-06-15
1
-1
/
+1
*
Crash less. The i64 restriction in BinomialCoefficient caused some problems
Nick Lewycky
2008-06-13
1
-0
/
+5
[next]