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
*
Convert Command Line option handling code to use the CommandLine 2.0 interface
Chris Lattner
2002-07-22
1
-3
/
+3
*
Print the contents, not the pointer...
Chris Lattner
2002-07-22
1
-2
/
+3
*
Ignore some common varargs functions.
Chris Lattner
2002-07-19
1
-0
/
+6
*
* Inline CopyFunctionCallsList
Chris Lattner
2002-07-18
1
-35
/
+88
*
Rename removeDeadNodes to removeTriviallyDeadNodes
Chris Lattner
2002-07-18
1
-1
/
+3
*
Add support for a top-down propagation pass:
Vikram S. Adve
2002-07-18
1
-6
/
+13
*
Add support for a top-down propagation pass.
Vikram S. Adve
2002-07-18
1
-17
/
+39
*
Implement cast nodes correctly.
Chris Lattner
2002-07-18
2
-14
/
+19
*
* s/method/function
Chris Lattner
2002-07-18
1
-52
/
+53
*
The graph is more accurate when I don't completely ignore the return value.
Chris Lattner
2002-07-18
1
-0
/
+3
*
Lots of bug fixes, add BottomUpClosure, which has bugs, but is a start.
Chris Lattner
2002-07-18
4
-71
/
+482
*
added std:: to string
Anand Shukla
2002-07-16
1
-4
/
+4
*
* Pass the DSGraph around instead of the Function to printing fns
Chris Lattner
2002-07-11
1
-16
/
+26
*
* Nodes now keep track of any global variables in them
Chris Lattner
2002-07-11
1
-0
/
+15
*
* Nodes now keep track of any global variables in them
Chris Lattner
2002-07-11
1
-17
/
+35
*
New implementation of data structure analysis. Only local analysis has been
Chris Lattner
2002-07-10
3
-130
/
+531
*
Reimplement data structure analysis
Chris Lattner
2002-07-10
5
-1601
/
+0
*
A single MachineInstr operand may now be both a def and a use.
Vikram S. Adve
2002-07-08
2
-9
/
+13
*
Fix anand's last checkin
Chris Lattner
2002-06-30
6
-47
/
+43
*
changes to make it compatible with 64bit gcc
Anand Shukla
2002-06-25
1
-15
/
+15
*
changes to make it compatible with 64bit gcc
Anand Shukla
2002-06-25
7
-66
/
+78
*
minor change in removing endl
Anand Shukla
2002-06-25
1
-1
/
+1
*
MEGAPATCH checkin.
Chris Lattner
2002-06-25
7
-52
/
+45
*
*** empty log message ***
Chris Lattner
2002-06-25
8
-115
/
+109
*
*** empty log message ***
Chris Lattner
2002-06-03
1
-1
/
+1
*
Move debug options out of header files so that the header does not have
Chris Lattner
2002-05-22
1
-1
/
+6
*
Move the DEBUG_LV option out of the public header file into a private header.
Chris Lattner
2002-05-22
1
-0
/
+9
*
Hide debugging options
Chris Lattner
2002-05-20
1
-1
/
+1
*
Add method to check to see if two _Instructions_ dominate each other
Chris Lattner
2002-05-13
1
-0
/
+14
*
Print out post dominance data structures more nicely
Chris Lattner
2002-05-08
1
-3
/
+9
*
Move UnifyFunctionExitNodes to Utils library: final resting place this time
Chris Lattner
2002-05-07
1
-1
/
+1
*
Updates to move some header files out of include/llvm/Transforms into
Chris Lattner
2002-05-07
1
-1
/
+1
*
Mark analyses that only depend on the CFG of a function
Chris Lattner
2002-05-06
3
-10
/
+10
*
Add #include removed from ConstantHandling.h
Chris Lattner
2002-05-06
1
-0
/
+1
*
Replace all usages of Type::isPointerType with isa<PointerType>
Chris Lattner
2002-05-06
3
-6
/
+6
*
Eliminate duplicate or unneccesary #include's
Chris Lattner
2002-04-29
5
-5
/
+0
*
Split ConstantVals.h into Constant.h and Constants.h
Chris Lattner
2002-04-28
2
-2
/
+2
*
Simplify and update code a bit
Chris Lattner
2002-04-28
1
-5
/
+5
*
Eliminate the cfg namespace, moving LoopInfo, Dominators, Interval* classes
Chris Lattner
2002-04-28
6
-55
/
+53
*
Module's are no longer Value subclasses
Chris Lattner
2002-04-28
1
-1
/
+1
*
Fix signed/unsigned comparison warning
Chris Lattner
2002-04-28
1
-1
/
+1
*
Change the Dominator info and LoopInfo classes to keep track of BasicBlock's,...
Chris Lattner
2002-04-28
4
-27
/
+27
*
s/Method/Function
Chris Lattner
2002-04-27
3
-17
/
+18
*
* Rename MethodPass class to FunctionPass
Chris Lattner
2002-04-27
6
-42
/
+24
*
Add support for tracking array allocations
Chris Lattner
2002-04-27
2
-2
/
+13
*
Allow the inline limit to be modified on the commandline for debugging
Chris Lattner
2002-04-27
1
-1
/
+6
*
Change Constant::getNullConstant to Constant::getNullValue
Chris Lattner
2002-04-27
1
-2
/
+2
*
Just use << isntead of forcing getStrValue
Chris Lattner
2002-04-18
1
-1
/
+1
*
Print argument scalars as ellipses instead of boxes
Chris Lattner
2002-04-18
1
-1
/
+2
*
Inline indirect function calls that are only capable of calling one function
Chris Lattner
2002-04-17
2
-10
/
+13
[next]