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
*
Rather than marking all internal globals "Ref"
Duncan Sands
2008-09-12
1
-17
/
+11
*
Fix comment typo.
Duncan Sands
2008-09-11
1
-1
/
+1
*
Intrinsics don't touch internal global variables
Duncan Sands
2008-09-11
1
-2
/
+4
*
Intrinsics don't read these kinds of global
Duncan Sands
2008-09-11
1
-5
/
+7
*
Simplify this some more. No functionality change.
Duncan Sands
2008-09-09
1
-15
/
+8
*
Optimization suggested by Matthijs Kooijman.
Duncan Sands
2008-09-09
1
-1
/
+2
*
Correct callgraph construction. It has two problems:
Duncan Sands
2008-09-09
1
-34
/
+14
*
Didn't mean to commit this change to how the
Duncan Sands
2008-09-08
1
-8
/
+4
*
Reapply 55859. This doesn't change anything as
Duncan Sands
2008-09-08
1
-14
/
+8
*
When PruneEH turned an invoke into an ordinary
Duncan Sands
2008-09-06
1
-1
/
+14
*
Revert r55859. This is breaking the build in the abscence of its companion c...
Owen Anderson
2008-09-05
1
-0
/
+10
*
Delete the removeCallEdgeTo callgraph method,
Duncan Sands
2008-09-05
1
-10
/
+0
*
Neaten this up a bit. No functionality change.
Duncan Sands
2008-09-04
1
-15
/
+14
*
Tidy up several unbeseeming casts from pointer to intptr_t.
Dan Gohman
2008-09-04
15
-21
/
+21
*
If a SCC has a node without a function, then the SCC
Duncan Sands
2008-09-03
1
-9
/
+14
*
Fix maxo bado thinko.
Duncan Sands
2008-09-03
1
-1
/
+1
*
Since onlyReadsMemory returns true if in fact
Duncan Sands
2008-09-03
1
-2
/
+4
*
Cleanup GlobalsModRef a bit. When analysing the
Duncan Sands
2008-09-03
1
-104
/
+108
*
rename destroy -> releaseMemory to properly hook into passmgr.
Chris Lattner
2008-08-28
1
-2
/
+2
*
Clear the intervals list in "destroy", patch by
Chris Lattner
2008-08-28
1
-0
/
+1
*
Switch the asmprinter (.ll) and all the stuff it requires over to
Chris Lattner
2008-08-23
1
-6
/
+7
*
Temporarily reverting r55137. This was causing the bootstrap to go into an
Bill Wendling
2008-08-21
1
-7
/
+3
*
Fix ComputeMaskedBits to handle phis correctly. We need to take the
David Greene
2008-08-21
1
-3
/
+7
*
Don't use the result of WriteAsOperand or WriteTypeSymbolic.
Chris Lattner
2008-08-19
2
-5
/
+10
*
Remove GCSE, ValueNumbering, and LoadValueNumbering. These have been depreca...
Owen Anderson
2008-08-15
2
-816
/
+0
*
Fix a bogus srem rule - a negative value srem'd by a power-of-2
Dan Gohman
2008-08-13
1
-5
/
+3
*
Teach constant folding that an inttoptr of a
Duncan Sands
2008-08-13
1
-0
/
+13
*
Extend ScalarEvolution's executesAtLeastOnce logic to be able to
Dan Gohman
2008-08-12
1
-55
/
+57
*
"This patch adds a virtual call to AbstractLatticeFunction to derive a
Chris Lattner
2008-08-09
1
-1
/
+3
*
Canonicalize nested AddRecs in by nesting them in order of loop depth.
Dan Gohman
2008-08-08
1
-0
/
+13
*
Don't call getAnalysisUsage unless -debug-pass is enabled. This speeds
Chris Lattner
2008-08-08
2
-8
/
+4
*
PR2621: Improvements to the SCEV AddRec binomial expansion. This
Eli Friedman
2008-08-04
1
-84
/
+111
*
Another SCEV issue from PR2607; essentially the same issue, but this
Eli Friedman
2008-07-30
1
-4
/
+4
*
Fix for PR2607: SCEV miscomputing the loop count for loops with an
Eli Friedman
2008-07-30
1
-3
/
+7
*
Fix a subtle bug when removing instructions from memdep. In very specific
Owen Anderson
2008-07-28
1
-0
/
+4
*
Fix minor issues with VICmp/VFCmp constant expressions
Nate Begeman
2008-07-25
1
-1
/
+3
*
Revert r53812 -- premature. LegalizeTypes isn't actually on yet!
Nick Lewycky
2008-07-21
1
-8
/
+22
*
Switch on the use of arbitrary precision integers in scalar evolution. This will
Nick Lewycky
2008-07-21
1
-22
/
+8
*
This header isn't necessary now.
Wojciech Matyjewicz
2008-07-20
1
-2
/
+0
*
Fix PR2088. Use modulo linear equation solver to compute loop iteration
Wojciech Matyjewicz
2008-07-20
1
-22
/
+71
*
Don't use ++idx_begin when I actually mean idx_begin + 1, especially since we
Matthijs Kooijman
2008-07-16
1
-1
/
+1
*
Correct this inversion!
Nick Lewycky
2008-07-15
1
-1
/
+1
*
Fix up comments.
Nick Lewycky
2008-07-15
1
-5
/
+7
*
Stop creating extraneous smax/umax in SCEV. This removes a regression where we
Nick Lewycky
2008-07-12
1
-6
/
+79
*
Fix spelling of "hierarchy" in comments.
Dan Gohman
2008-07-11
1
-1
/
+1
*
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
1
-31
/
+0
*
Expand SCEVUDiv of power of 2 to a lshr instruction.
Nick Lewycky
2008-07-08
1
-0
/
+14
*
Handle 'lshr' instruction with SCEVUDiv object.
Nick Lewycky
2008-07-07
1
-2
/
+14
*
Keep track of inherited analysis (e.g. dominator tree).
Devang Patel
2008-07-03
1
-0
/
+3
[next]