index
:
emscripten-fastcomp
master
LLVM with the emscripten fastcomp javascript backend
git repository hosting
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lib
/
Transforms
/
IPO
/
OldPoolAllocate.cpp
Age
Commit message (
Expand
)
Author
2003-08-13
Removing the pool allocator from the main CVS tree.
John Criswell
2003-01-24
Disable construction of pool allocator
Chris Lattner
2002-11-19
Rename CloneFunction.h to Cloning.h
Chris Lattner
2002-10-17
Really disable pool allocator
Chris Lattner
2002-10-10
Stop using DataStructureGraph.h
Chris Lattner
2002-09-13
Change the MallocInst & AllocaInst ctors to take the allocated type, not the
Chris Lattner
2002-08-08
- Cleaned up the interface to AnalysisUsage to take analysis class names
Chris Lattner
2002-07-26
* Add support for different "PassType's"
Chris Lattner
2002-07-25
*** empty log message ***
Chris Lattner
2002-07-24
Eliminate several include/llvm/Transforms/IPO/*.h files, moving their content...
Chris Lattner
2002-07-23
*** empty log message ***
Chris Lattner
2002-07-22
*** empty log message ***
Chris Lattner
2002-07-10
Disable pool allocation stuff until data structure analysis is sorted back out
Chris Lattner
2002-06-30
*** empty log message ***
Chris Lattner
2002-06-25
changes to make it compatible with 64bit gcc
Anand Shukla
2002-06-25
MEGAPATCH checkin.
Chris Lattner
2002-05-07
Updates to move some header files out of include/llvm/Transforms into
Chris Lattner
2002-05-02
Be a little more efficient, do not generate loads and stores with indices in ...
Chris Lattner
2002-04-29
Eliminate duplicate or unneccesary #include's
Chris Lattner
2002-04-29
Add new optional getPassName() virtual function that a Pass can override
Chris Lattner
2002-04-28
Split ConstantVals.h into Constant.h and Constants.h
Chris Lattner
2002-04-27
* Rename MethodPass class to FunctionPass
Chris Lattner
2002-04-27
* Change Constant::getNullConstant to Constant::getNullValue
Chris Lattner
2002-04-18
Programs that actually free memory were broken
Chris Lattner
2002-04-18
Correctly transform dependant arguments, allowing the perimeter bm to work.
Chris Lattner
2002-04-15
run an extra pass after a function has been transformed to eliminate
Chris Lattner
2002-04-14
Turn off debug output
Chris Lattner
2002-04-13
* Allow datasize to be specified on the commandline
Chris Lattner
2002-04-13
* Give alloca's for pool descriptors better names than "pool<n>".
Chris Lattner
2002-04-13
* Add names to the symbol table for pool types and modified types
Chris Lattner
2002-04-12
Implement function rewriting to use offsets instead of pointers in programs.
Chris Lattner
2002-04-09
Move FunctionArgument out of iOther.h into Argument.h and rename class to
Chris Lattner
2002-04-09
Add #includes to make up for #includes pruned out of header files.
Chris Lattner
2002-04-01
Allow scalars that point to multiple nodes when building the scalar map.
Chris Lattner
2002-04-01
Add extra case here to avoid getting spurious output
Chris Lattner
2002-03-31
Add debug output
Chris Lattner
2002-03-30
* Catch and ignore (for now) return instructions in tranformed functions
Chris Lattner
2002-03-30
* Clean up data structures [AllocDSNode -> DSNode]
Chris Lattner
2002-03-30
Maintain enough information so that the pools for all of the nodes of
Chris Lattner
2002-03-29
Implement the first batch of transformations to the methods. So far it:
Chris Lattner
2002-03-29
Correctly clone the function with the extra argument types. Now we need
Chris Lattner
2002-03-29
Find out which calls in the function we need to transform and how.
Chris Lattner
2002-03-29
Modularize code a bit
Chris Lattner
2002-03-29
Implement the first step of pool allocation - Creating, initialization, and
Chris Lattner
2002-03-29
Flesh out a bunch more code, print allocations that are poolable.
Chris Lattner
2002-03-28
Initial checkin of Noop pass that will be the pool allocator
Chris Lattner