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
*
Ignore redundant constraints
Daniel Berlin
2007-09-27
1
-2
/
+20
*
Build the correct range for loops with unusual bounds. Fix from Jay Foad.
Nick Lewycky
2007-09-27
1
-1
/
+1
*
Add a newline to the end of this file.
Duncan Sands
2007-09-25
1
-1
/
+1
*
Don't execute dump unless NDEBUG isn't defined.
Bill Wendling
2007-09-24
1
-0
/
+2
*
Comment fixups
Daniel Berlin
2007-09-24
1
-12
/
+11
*
Implement offline variable substitution in order to reduce memory
Daniel Berlin
2007-09-24
1
-91
/
+926
*
Merge significant portions of the DomTree and PostDomTree implementations.
Owen Anderson
2007-09-24
1
-36
/
+3
*
Factor the calculation details for PostDomTree out of PostDominators.cpp and
Owen Anderson
2007-09-23
2
-142
/
+149
*
Add partial caching of non-local memory dependence queries. This provides a ...
Owen Anderson
2007-09-21
1
-2
/
+33
*
Add a flag to mark a dirty cache entry. This is not yet used, but will event...
Owen Anderson
2007-09-19
1
-0
/
+1
*
ooops...
Devang Patel
2007-09-18
1
-1
/
+1
*
Fix bug in andersen's related to test_and_set.
Daniel Berlin
2007-09-16
1
-4
/
+3
*
Rewrite of andersen's to be about 100x faster, cleaner, and begin to support ...
Daniel Berlin
2007-09-16
1
-324
/
+687
*
Change "tmp." to "tmp" for temporaries created by ScalarEvolutionExpander
Dan Gohman
2007-09-14
1
-1
/
+1
*
Fix a typo in memdep, which was causing PR1648.
Owen Anderson
2007-09-11
1
-1
/
+1
*
Remove an un-needed dependence query. This improves compile time marginally ...
Owen Anderson
2007-09-09
1
-9
/
+10
*
Add lengthof and endof templates that hide a lot of sizeof computations.
Owen Anderson
2007-09-07
1
-5
/
+4
*
Next round of APFloat changes.
Dale Johannesen
2007-09-06
2
-15
/
+43
*
Missing break. Patch by Wojciech Matyjewicz.
Evan Cheng
2007-09-05
1
-0
/
+1
*
Use SmallVector.
Devang Patel
2007-08-21
1
-3
/
+3
*
No need to hardcode SmallVector size.
Devang Patel
2007-08-21
1
-3
/
+3
*
Use SmallVector instead of std::vector.
Devang Patel
2007-08-21
2
-5
/
+5
*
- Use correct header for SCEV inside LoopPass.cpp
Anton Korobeynikov
2007-08-20
2
-1
/
+13
*
Cache non-local memory dependence analysis. This is a significant compile
Owen Anderson
2007-08-16
1
-2
/
+22
*
constant fold ptrtoint(inttoptr) with target data when available. This allows
Chris Lattner
2007-08-11
1
-2
/
+17
*
Do not overuse std::string. Pass around char * directly.
Devang Patel
2007-08-10
1
-1
/
+1
*
Make NonLocal and None const in the right way. :-)
Owen Anderson
2007-08-09
1
-18
/
+16
*
Add more comments to memdep.
Owen Anderson
2007-08-08
1
-1
/
+27
*
Make memdep fit in 80 cols.
Owen Anderson
2007-08-08
1
-15
/
+26
*
Change the None and NonLocal markers in memdep to be const.
Owen Anderson
2007-08-08
1
-16
/
+16
*
Handle functions with no name better.
Chris Lattner
2007-08-08
1
-1
/
+2
*
significantly speed up constant folding of calls (and thus all clients that use
Chris Lattner
2007-08-08
1
-94
/
+131
*
reimplement dfs number computation to be significantly faster. This speeds up
Chris Lattner
2007-08-08
1
-9
/
+3
*
Clean up a bunch of caching stuff in memdep. This reduces the time to run GVN
Owen Anderson
2007-08-07
1
-25
/
+38
*
Improve the accuracy of memdep for determining the dependencies of loads.
Owen Anderson
2007-08-06
1
-2
/
+13
*
This resolves a regression of BasicAA which failed to find any memory informa...
Chandler Carruth
2007-08-06
1
-4
/
+23
*
Let scalar-evolution analyze loops with an unsigned comparison for the exit
Nick Lewycky
2007-08-06
1
-17
/
+35
*
Don't assume it's safe to transform a loop just because it's dominated by any
Nick Lewycky
2007-08-06
1
-1
/
+1
*
Upgrade BasicAliasAnalysis::getModRefBehavior to not call Value::getName,
Chris Lattner
2007-08-05
1
-4
/
+14
*
Fix an iterator invalidation bug I induced.
Chris Lattner
2007-08-05
1
-2
/
+1
*
Switch some std::sets to SmallPtrSet. This speeds up
Chris Lattner
2007-08-05
1
-3
/
+3
*
Switch the internal "Info" map from an std::map to a DenseMap. This
Chris Lattner
2007-08-05
1
-15
/
+12
*
switch the DomTreeNodes and IDoms maps in idom/postidom to a
Chris Lattner
2007-08-04
1
-4
/
+9
*
This is the patch to provide clean intrinsic function overloading support in ...
Chandler Carruth
2007-08-04
1
-3
/
+3
*
Fix a bug that was causing several miscompilations on SPEC.
Owen Anderson
2007-08-02
1
-3
/
+15
*
Implement review feedback.
Christopher Lamb
2007-08-02
1
-4
/
+4
*
Teach BasicAA about noalias parameter attributes, but do it correctly this time.
Christopher Lamb
2007-08-02
1
-1
/
+31
*
Make non-local memdep not be recursive, and fix a bug on 403.gcc that this ex...
Owen Anderson
2007-08-01
1
-46
/
+45
*
More explicit keywords.
Dan Gohman
2007-08-01
2
-2
/
+2
*
Fix GLIBCXX_DEBUG error owing to dereference of end iterator. There's
David Greene
2007-07-31
1
-26
/
+33
[next]