index
:
external_llvm.git
replicant-6.0
Android's llvm
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
lib
/
Transforms
/
IPO
Commit message (
Expand
)
Author
Age
Files
Lines
*
Remove support for NOT instruction
Chris Lattner
2002-08-14
1
-6
/
+0
*
- Cleaned up the interface to AnalysisUsage to take analysis class names
Chris Lattner
2002-08-08
4
-5
/
+5
*
Remove unneccesary #inlcude
Chris Lattner
2002-08-01
1
-1
/
+0
*
* Indent class into anonymous namespace, filling up the diff with garbage
Chris Lattner
2002-07-30
1
-30
/
+43
*
Fix bug with last patch which would occur when a call returned void and we
Chris Lattner
2002-07-30
1
-1
/
+2
*
* Make sure the resolved function call instructions get the name from the
Chris Lattner
2002-07-30
1
-7
/
+15
*
* Add support for different "PassType's"
Chris Lattner
2002-07-26
2
-3
/
+3
*
* Add support for different "PassType's"
Chris Lattner
2002-07-26
7
-14
/
+14
*
*** empty log message ***
Chris Lattner
2002-07-25
2
-1
/
+2
*
Eliminate several include/llvm/Transforms/IPO/*.h files, moving their content...
Chris Lattner
2002-07-24
4
-4
/
+4
*
Merge ChangeAllocations into scalar.h
Chris Lattner
2002-07-23
1
-1
/
+1
*
Rename header
Chris Lattner
2002-07-23
1
-1
/
+1
*
Cleanup and simplify code
Chris Lattner
2002-07-23
1
-59
/
+22
*
Incorporate ConstantMerge.h into IPO.h
Chris Lattner
2002-07-23
1
-3
/
+2
*
*** empty log message ***
Chris Lattner
2002-07-23
3
-6
/
+8
*
* Remove getPassName implementation
Chris Lattner
2002-07-23
4
-8
/
+7
*
* Break the two different behaviors of SimpleStructMutation into two subclasses
Chris Lattner
2002-07-23
1
-26
/
+42
*
* Remove lots of dead stuff
Chris Lattner
2002-07-23
1
-10
/
+1
*
*** empty log message ***
Chris Lattner
2002-07-23
1
-1
/
+1
*
*** empty log message ***
Chris Lattner
2002-07-22
1
-4
/
+9
*
Seperate stats for DCE'd functions and vars
Chris Lattner
2002-07-18
1
-3
/
+4
*
*** empty log message ***
Chris Lattner
2002-07-18
1
-2
/
+3
*
Only functions with external linkage can be resolved to function declarations.
Chris Lattner
2002-07-18
1
-2
/
+6
*
* Correctly get prototype for void*malloc(size_t)
Chris Lattner
2002-07-18
1
-2
/
+11
*
Disable pool allocation stuff until data structure analysis is sorted back out
Chris Lattner
2002-07-10
1
-2
/
+7
*
*** empty log message ***
Chris Lattner
2002-06-30
1
-1
/
+0
*
changes to make it compatible with 64bit gcc
Anand Shukla
2002-06-25
2
-9
/
+16
*
MEGAPATCH checkin.
Chris Lattner
2002-06-25
3
-82
/
+60
*
MEGAPATCH checkin.
Chris Lattner
2002-06-25
5
-241
/
+229
*
Remove DynamicConstantMerge pass, because it did not fit in with the Pass
Chris Lattner
2002-06-25
1
-64
/
+27
*
Remove "fixers" for problems in GCC generated code that cannot be generated
Chris Lattner
2002-06-25
1
-187
/
+11
*
Do not remove type names that contain a .
Chris Lattner
2002-05-26
1
-4
/
+0
*
Fix "unimplemented features":
Chris Lattner
2002-05-24
1
-6
/
+37
*
Split the FunctionResolution pass out of CleanGCCOutput.cpp.
Chris Lattner
2002-05-24
2
-218
/
+226
*
Support programs that do not #include <malloc.h> or give a full prototype
Chris Lattner
2002-05-24
1
-3
/
+42
*
Convert transforms over to standardize debugging output on -debug option
Chris Lattner
2002-05-22
1
-9
/
+3
*
Add support for printing out statistics information when -stats is added to
Chris Lattner
2002-05-10
6
-3
/
+43
*
fix comments and documentation in file
Chris Lattner
2002-05-07
1
-6
/
+4
*
Split ChangeAllocations.cpp into Raise & LowerAllocations.cpp
Chris Lattner
2002-05-07
1
-0
/
+108
*
Updates to move some header files out of include/llvm/Transforms into
Chris Lattner
2002-05-07
1
-1
/
+1
*
Reduce dependance on TransformInternals.h, instead using the TransformUtils l...
Chris Lattner
2002-05-07
2
-4
/
+11
*
Be a little more efficient, do not generate loads and stores with indices in ...
Chris Lattner
2002-05-02
1
-25
/
+37
*
Eliminate dead global variables
Chris Lattner
2002-04-29
1
-2
/
+20
*
Eliminate duplicate or unneccesary #include's
Chris Lattner
2002-04-29
4
-5
/
+0
*
Add new optional getPassName() virtual function that a Pass can override
Chris Lattner
2002-04-29
7
-2
/
+18
*
Tighten up the AnalysisUsage of lots of passes, primarily to correctly indica...
Chris Lattner
2002-04-28
1
-0
/
+4
*
Split ConstantVals.h into Constant.h and Constants.h
Chris Lattner
2002-04-28
2
-1
/
+2
*
Be careful not to make "external" function internal
Chris Lattner
2002-04-28
1
-2
/
+3
*
Initial checkin of new "Internalize" pass for GCCLD
Chris Lattner
2002-04-28
1
-0
/
+38
*
s/Method/Function
Chris Lattner
2002-04-27
1
-1
/
+1
[next]