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
...
*
Handle one offset with growth case seen in povray. Namely, if we have an off...
Andrew Lenharth
2006-03-15
1
-10
/
+39
*
improve mem intrinsics and add a few things povray uses
Andrew Lenharth
2006-03-15
1
-3
/
+30
*
Fix PR681 by using the standard Lengauer and Tarjan algorithm for dominator
Nate Begeman
2006-03-11
1
-142
/
+191
*
Use autogenerated mod/ref info for intrinsics.
Chris Lattner
2006-03-09
1
-22
/
+26
*
Fix a crash compiling Obsequi
Chris Lattner
2006-03-04
1
-5
/
+12
*
Be more conservative with our symbolic alias analysis. In particular,
Chris Lattner
2006-03-04
1
-6
/
+35
*
updates for recent changes
Chris Lattner
2006-03-03
1
-2
/
+4
*
Split memcpy/memset/memmove intrinsics into i32/i64 versions, resolving
Chris Lattner
2006-03-03
1
-3
/
+6
*
add an assert
Chris Lattner
2006-02-14
1
-1
/
+2
*
Pull the InsertCastOfTo out of the header, implement CSE'ing of arguments.
Chris Lattner
2006-02-04
1
-0
/
+51
*
Value# select instructions, allowing -gcse to remove duplicates
Chris Lattner
2006-02-04
1
-1
/
+36
*
Add explicit iostream #includes
Chris Lattner
2006-01-22
9
-1
/
+9
*
Add explicit #includes of <iostream>
Chris Lattner
2006-01-22
2
-0
/
+2
*
For PR411:
Reid Spencer
2006-01-16
1
-7
/
+18
*
Change ET-Forest to automatically recalculate its DFSnum's if too many slow
Chris Lattner
2006-01-14
1
-2
/
+2
*
Add a new CallGraph::getOrInsertFunction for clients to use when updating
Chris Lattner
2006-01-14
1
-16
/
+19
*
add a dump method to CallGraph
Chris Lattner
2006-01-14
1
-0
/
+4
*
Add bswap intrinsics as documented in the Language Reference
Nate Begeman
2006-01-14
2
-1
/
+17
*
Switch loopinfo to using ETForest instead of DominatorSet to compute itself.
Chris Lattner
2006-01-11
1
-9
/
+9
*
Remove unused inclusion of SymbolTable.h
Reid Spencer
2006-01-10
1
-1
/
+0
*
Fix a problem exposed by the et-forest work. Load-vn needs these passes live
Chris Lattner
2006-01-08
1
-3
/
+3
*
Initial implementation of the ET-Forest data structure for dominators and
Chris Lattner
2006-01-08
1
-0
/
+63
*
Make the -print-alias-sets pass work for printing out something other than
Chris Lattner
2006-01-03
1
-11
/
+3
*
Separate the call graph implementation from its interface. This implements
Chris Lattner
2005-12-22
1
-105
/
+178
*
Prefix DSA specific options with dsa.
John Criswell
2005-12-19
1
-4
/
+4
*
Added an option to specify the names of heap freeing functions.
John Criswell
2005-12-19
1
-0
/
+20
*
Added a command line option that allows the user to specify a list of
John Criswell
2005-12-19
1
-0
/
+19
*
Collapsing node if variable length struct with final field of length zero
Sumant Kowshik
2005-12-06
1
-1
/
+18
*
post-dom-frontiers requires proper post-dominance
Chris Lattner
2005-11-18
1
-1
/
+1
*
prevent cse of readcyclecounter
Andrew Lenharth
2005-11-11
1
-1
/
+0
*
continued readcyclecounter support
Andrew Lenharth
2005-11-11
1
-0
/
+1
*
Fix a problem that Nate noticed with LSR:
Chris Lattner
2005-10-30
1
-1
/
+26
*
remove a dead file
Chris Lattner
2005-10-29
1
-355
/
+0
*
Move some constant folding functions into LLVMAnalysis since they are used
John Criswell
2005-10-27
1
-0
/
+172
*
Move some constant folding code shared by Analysis and Transform passes
John Criswell
2005-10-27
1
-1
/
+1
*
Remove this pass, it is not useful
Chris Lattner
2005-10-24
1
-106
/
+0
*
DONT_BUILD_RELINKED is gone and implied by BUILD_ARCHIVE now
Chris Lattner
2005-10-24
2
-3
/
+1
*
Only build .a file versions of these libraries, instead of .a and .o versions.
Chris Lattner
2005-10-24
2
-0
/
+2
*
don't bother building the archive version of this library
Chris Lattner
2005-10-24
1
-1
/
+1
*
expose a ctor
Chris Lattner
2005-10-24
1
-0
/
+3
*
implement some prototypes
Chris Lattner
2005-10-24
2
-0
/
+10
*
move this to the analyze tool
Chris Lattner
2005-10-24
1
-105
/
+0
*
wrap a long line
Chris Lattner
2005-09-28
1
-1
/
+2
*
Add a new getLoopLatch() method.
Chris Lattner
2005-09-12
1
-1
/
+25
*
floor/ceil don't read/write memory. This allows gcse to eliminate 6 calls
Chris Lattner
2005-08-24
1
-0
/
+2
*
Fix Transforms/LoopStrengthReduce/2005-08-15-AddRecIV.ll
Chris Lattner
2005-08-16
1
-2
/
+3
*
Teach LLVM to know how many times a loop executes when constructed with
Chris Lattner
2005-08-15
1
-2
/
+110
*
Fix an obvious oops
Chris Lattner
2005-08-10
1
-1
/
+1
*
implement two helper methods
Chris Lattner
2005-08-09
1
-0
/
+28
*
* Unbreak optimized build (noticed by Eric van Riet Paap)
Misha Brukman
2005-08-04
1
-3
/
+5
[prev]
[next]