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
*
Fix for PR1801
Tanya Lattner
2007-11-16
1
-0
/
+3
*
Reverted r44163 per request
Anton Korobeynikov
2007-11-15
1
-52
/
+4
*
Fix handling of overflow in loop calculation by adding new UDiv SCEV. This SCEV
Nick Lewycky
2007-11-15
1
-4
/
+51
*
More templatization.
Owen Anderson
2007-11-15
1
-230
/
+1
*
Start the process of making MachineLoopInfo possible by templating Loop.
Owen Anderson
2007-11-14
1
-396
/
+0
*
Fix PR1774 and BasicAA/2007-11-05-SizeCrash.ll
Chris Lattner
2007-11-06
1
-7
/
+11
*
Executive summary: getTypeSize -> getTypeStoreSize / getABITypeSize.
Duncan Sands
2007-11-01
7
-25
/
+26
*
Add explicit keywords.
Dan Gohman
2007-10-29
1
-1
/
+1
*
Make a comment better.
Owen Anderson
2007-10-26
1
-1
/
+3
*
Silenced a VC++ warning.
Hartmut Kaiser
2007-10-25
1
-1
/
+1
*
Fix for PR1741.
Owen Anderson
2007-10-25
1
-2
/
+3
*
Make DomTree and PostDomTree thin wrappers around DomTreeBase, rather than in...
Owen Anderson
2007-10-23
1
-19
/
+1
*
Move the SCEV object factors from being static members of the individual
Dan Gohman
2007-10-22
2
-177
/
+193
*
Template DominatorTreeBase by node type. This is the next major step towards
Owen Anderson
2007-10-16
1
-1
/
+1
*
Bindings for the verifier.
Gordon Henriksen
2007-10-06
1
-0
/
+38
*
Completely merge the implementation details of DomTree and PostDomTree.
Owen Anderson
2007-10-03
2
-101
/
+2
*
Use empty() member functions when that's what's being tested for instead
Dan Gohman
2007-10-03
2
-3
/
+3
*
Factor some code from the DomTree and PostDomTree calculate methods up into
Owen Anderson
2007-10-03
2
-18
/
+23
*
Rewrite sqrt and powi to use anyfloat. By popular demand.
Dale Johannesen
2007-10-02
1
-12
/
+4
*
Template-ize more of the DomTree internal implementation details. Only the c...
Owen Anderson
2007-09-30
1
-3
/
+4
*
Add a new DenseSet abstraction.
Chris Lattner
2007-09-30
1
-4
/
+4
*
Switch to densemap rather than std::set
Daniel Berlin
2007-09-29
1
-3
/
+26
*
Remove unneeded #include.
Owen Anderson
2007-09-28
1
-1
/
+0
*
Have PostDomTree use the newly templated DFSPass.
Owen Anderson
2007-09-28
2
-46
/
+3
*
Add sqrt and powi intrinsics for long double.
Dale Johannesen
2007-09-28
1
-0
/
+6
*
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
[next]