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
*
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
*
add support for Graphviz when viewing CFGs
Chris Lattner
2005-08-03
1
-0
/
+20
*
Break SCEVExpander out of IndVarSimplify into its own .h/.cpp file so that
Nate Begeman
2005-07-30
1
-0
/
+105
*
Eliminate all remaining tabs and trailing spaces.
Jeff Cohen
2005-07-27
1
-1
/
+1
*
Remove glibc specific functions, and mark a couple as C99
Andrew Lenharth
2005-07-11
1
-3
/
+1
*
because on alpha:
Andrew Lenharth
2005-07-11
1
-0
/
+1
*
the correct fix was to fix AliasAnalysis.getModRefInfo
Andrew Lenharth
2005-06-20
1
-4
/
+0
*
prevent GCSE from forwarding stores to loads around vaarg. This is uggly, an...
Andrew Lenharth
2005-06-20
1
-0
/
+4
*
core changes for varargs
Andrew Lenharth
2005-06-18
2
-10
/
+1
*
By definition, 'tail' calls cannot access the stack frame of their caller.
Chris Lattner
2005-05-08
1
-0
/
+6
*
These intrinsics do not access memory
Chris Lattner
2005-05-06
1
-1
/
+1
*
Remove extra blank line
Misha Brukman
2005-05-05
1
-1
/
+0
*
Add llvm.sqrt intrinsic, patch contributed by Morten Ofstad
Chris Lattner
2005-04-30
1
-1
/
+1
*
These functions can set errno!
Chris Lattner
2005-04-28
1
-2
/
+2
*
Make interval partition print correctly, patch contributed by
Chris Lattner
2005-04-26
1
-2
/
+2
*
Correctly handle global-argument aliases induced in main
Chris Lattner
2005-04-25
1
-2
/
+30
*
Don't mess up SCC traversal when a node has null edges out of it.
Chris Lattner
2005-04-25
1
-5
/
+6
*
Propagate eq sets through the bu graphs to the cbu and eq graphs, fixing
Chris Lattner
2005-04-23
1
-0
/
+1
*
Malloc/Free have mod/ref effects. Do not allow CSE of function calls that
Chris Lattner
2005-04-22
1
-0
/
+2
*
Convert tabs to spaces
Misha Brukman
2005-04-22
7
-28
/
+28
*
Remove trailing whitespace
Misha Brukman
2005-04-21
1
-7
/
+7
*
Remove trailing whitespace
Misha Brukman
2005-04-21
37
-439
/
+439
*
add support for taking and resolving the address of free.
Chris Lattner
2005-04-21
1
-2
/
+31
*
Fix a crash analyzing MultiSource/Benchmarks/MallocBench/gs
Chris Lattner
2005-04-12
1
-2
/
+1
*
Don't make this require loopsimplify. It works BETTER with loop simplify
Chris Lattner
2005-04-06
1
-1
/
+0
[next]