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
*
Rename Type::PrimitiveID to TypeId and ::getPrimitiveID() to ::getTypeID()
Chris Lattner
2004-06-17
1
-2
/
+2
*
isnan is dead
Chris Lattner
2004-06-15
1
-1
/
+1
*
llvm.isnan doesn't access memory
Chris Lattner
2004-06-11
1
-1
/
+1
*
Don't grab the condition of unconditional branches!
Chris Lattner
2004-06-08
1
-7
/
+8
*
Add some notes so I can throw away one of my many todo lists.
Chris Lattner
2004-06-05
1
-0
/
+6
*
Don't send random junk to CachedWriter's. Also remove a cast that could be
Chris Lattner
2004-06-04
1
-4
/
+6
*
Minor efficiency gain: do 1 nlogn lookup instead of two
Chris Lattner
2004-05-28
1
-7
/
+4
*
Fix warnings about reaching end of non-void function
Chris Lattner
2004-05-27
1
-0
/
+2
*
Recognize memalign and friends, and handle them specially.
Vikram S. Adve
2004-05-25
1
-1
/
+2
*
Changes to work with the changes to the AliasAnalysis interface. The -no-aa
Chris Lattner
2004-05-23
1
-28
/
+67
*
Move the -no-aa AA implementation into this file since both of these
Chris Lattner
2004-05-23
1
-8
/
+46
*
Updates to work with the new auto-forwarding AA interface changes
Chris Lattner
2004-05-23
1
-9
/
+3
*
Fix a really nasty bug with the -disable-ds-field-sensitivity option
Chris Lattner
2004-05-23
1
-0
/
+3
*
Update to match the autochaining interface that the AA interface uses
Chris Lattner
2004-05-23
1
-6
/
+1
*
Implement the interfaces to update value numbering information. Add an
Chris Lattner
2004-05-23
1
-2
/
+24
*
Rename a method
Chris Lattner
2004-05-23
1
-2
/
+2
*
Add a simple implementation of Andersen's interprocedural pointer analysis
Chris Lattner
2004-05-23
1
-0
/
+1029
*
Inline both direct and indirect callees in the CBU phase because
Vikram S. Adve
2004-05-23
1
-34
/
+34
*
Complete rewrite of the code that merges DS graphs for equivalence classes
Vikram S. Adve
2004-05-23
1
-0
/
+428
*
Fine grainify namespacification
Chris Lattner
2004-05-09
1
-4
/
+1
*
Move the stuff that fixes the size, orientation & fonts of graphs to
Brian Gaeke
2004-05-05
2
-12
/
+4
*
Add stub support for reading BBTraces.
Brian Gaeke
2004-05-04
1
-0
/
+16
*
Share ProfilingType enum with the C profiling runtime libraries.
Brian Gaeke
2004-05-04
1
-7
/
+1
*
Fix a problem with double freeing memory. For some reason, CallGraph is not
Chris Lattner
2004-05-02
1
-0
/
+1
*
Plug a minor memory leak
Chris Lattner
2004-05-02
1
-0
/
+1
*
Wrapped code and comments at 80 cols; doxygenified some comments.
Misha Brukman
2004-04-29
2
-18
/
+20
*
Reorder #includes as per style guide.
Misha Brukman
2004-04-29
1
-3
/
+3
*
Send text and numbers directly to CachedWriter's contained ostream.
Misha Brukman
2004-04-28
1
-1
/
+2
*
Changes to fix up the inst_iterator to pass to boost iterator checks. This
Chris Lattner
2004-04-27
5
-17
/
+17
*
Add functions that return instances of these printer passes
Brian Gaeke
2004-04-26
1
-0
/
+10
*
If an object is not in the scalar map then it must be a global from another
Chris Lattner
2004-04-26
1
-33
/
+33
*
Eliminate all of the SCEV Expansion code which is really part of the
Chris Lattner
2004-04-23
1
-213
/
+9
*
Pass the callgraph not the module
Chris Lattner
2004-04-20
1
-2
/
+2
*
Add the ability for SCC passes to initialize and finalize themselves
Chris Lattner
2004-04-20
1
-6
/
+3
*
It's not just a printer, it's actually an analysis too
Chris Lattner
2004-04-19
1
-1
/
+1
*
Remove code to update loop depths
Chris Lattner
2004-04-19
1
-10
/
+1
*
Add new method
Chris Lattner
2004-04-18
1
-0
/
+8
*
Fix computation of exit blocks
Chris Lattner
2004-04-18
1
-2
/
+2
*
Change the ExitBlocks list from being explicitly contained in the Loop
Chris Lattner
2004-04-18
2
-46
/
+20
*
Implement method
Chris Lattner
2004-04-18
1
-0
/
+12
*
Add a new method, add a check missing that caused a segfault if a loop didn't
Chris Lattner
2004-04-18
1
-0
/
+14
*
Add the ability to compute exit values for complex loop using unanalyzable
Chris Lattner
2004-04-17
1
-52
/
+189
*
Add the ability to compute trip counts that are only controlled by constants
Chris Lattner
2004-04-17
1
-5
/
+174
*
Include <cmath> for compatibility with gcc 3.0.x (the system compiler on
Brian Gaeke
2004-04-16
1
-0
/
+1
*
add some helpful methods. Rearrange #includes to proper order
Chris Lattner
2004-04-15
1
-6
/
+89
*
Factor a bunch of classes out into a public header
Chris Lattner
2004-04-15
1
-553
/
+142
*
Unbreak the build
Chris Lattner
2004-04-15
1
-0
/
+1
*
Implement a FIXME: if we're going to insert a cast, we might as well only
Chris Lattner
2004-04-14
1
-1
/
+15
*
This is a trivial tweak to the addrec insertion code: insert the increment
Chris Lattner
2004-04-14
1
-7
/
+12
*
Add some methods that are useful for updating loop information.
Chris Lattner
2004-04-12
1
-4
/
+86
[next]