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
/
Transforms
/
IPO
/
OldPoolAllocate.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
changes to make it compatible with 64bit gcc
Anand Shukla
2002-06-25
1
-7
/
+13
*
MEGAPATCH checkin.
Chris Lattner
2002-06-25
1
-133
/
+131
*
Updates to move some header files out of include/llvm/Transforms into
Chris Lattner
2002-05-07
1
-1
/
+1
*
Be a little more efficient, do not generate loads and stores with indices in ...
Chris Lattner
2002-05-02
1
-25
/
+37
*
Eliminate duplicate or unneccesary #include's
Chris Lattner
2002-04-29
1
-1
/
+0
*
Add new optional getPassName() virtual function that a Pass can override
Chris Lattner
2002-04-29
1
-0
/
+2
*
Split ConstantVals.h into Constant.h and Constants.h
Chris Lattner
2002-04-28
1
-1
/
+1
*
* Rename MethodPass class to FunctionPass
Chris Lattner
2002-04-27
1
-4
/
+3
*
* Change Constant::getNullConstant to Constant::getNullValue
Chris Lattner
2002-04-27
1
-35
/
+51
*
Programs that actually free memory were broken
Chris Lattner
2002-04-18
1
-1
/
+1
*
Correctly transform dependant arguments, allowing the perimeter bm to work.
Chris Lattner
2002-04-18
1
-82
/
+303
*
run an extra pass after a function has been transformed to eliminate
Chris Lattner
2002-04-15
1
-0
/
+122
*
Turn off debug output
Chris Lattner
2002-04-14
1
-9
/
+36
*
* Allow datasize to be specified on the commandline
Chris Lattner
2002-04-13
1
-13
/
+58
*
* Give alloca's for pool descriptors better names than "pool<n>".
Chris Lattner
2002-04-13
1
-5
/
+28
*
* Add names to the symbol table for pool types and modified types
Chris Lattner
2002-04-13
1
-11
/
+45
*
Implement function rewriting to use offsets instead of pointers in programs.
Chris Lattner
2002-04-12
1
-217
/
+569
*
Move FunctionArgument out of iOther.h into Argument.h and rename class to
Chris Lattner
2002-04-09
1
-3
/
+4
*
Add #includes to make up for #includes pruned out of header files.
Chris Lattner
2002-04-09
1
-0
/
+1
*
Allow scalars that point to multiple nodes when building the scalar map.
Chris Lattner
2002-04-01
1
-5
/
+0
*
Add extra case here to avoid getting spurious output
Chris Lattner
2002-04-01
1
-0
/
+4
*
Add debug output
Chris Lattner
2002-03-31
1
-11
/
+19
*
* Catch and ignore (for now) return instructions in tranformed functions
Chris Lattner
2002-03-30
1
-31
/
+58
*
* Clean up data structures [AllocDSNode -> DSNode]
Chris Lattner
2002-03-30
1
-74
/
+232
*
Maintain enough information so that the pools for all of the nodes of
Chris Lattner
2002-03-30
1
-44
/
+66
*
Implement the first batch of transformations to the methods. So far it:
Chris Lattner
2002-03-29
1
-2
/
+172
*
Correctly clone the function with the extra argument types. Now we need
Chris Lattner
2002-03-29
1
-6
/
+74
*
Find out which calls in the function we need to transform and how.
Chris Lattner
2002-03-29
1
-15
/
+189
*
Modularize code a bit
Chris Lattner
2002-03-29
1
-2
/
+25
*
Implement the first step of pool allocation - Creating, initialization, and
Chris Lattner
2002-03-29
1
-8
/
+82
*
Flesh out a bunch more code, print allocations that are poolable.
Chris Lattner
2002-03-29
1
-10
/
+149
*
Initial checkin of Noop pass that will be the pool allocator
Chris Lattner
2002-03-28
1
-0
/
+33