index
:
llvm
master
release_1
release_16
release_20
release_21
release_22
release_23
release_24
release_25
release_26
release_27
release_28
release_29
release_30
release_31
release_32
release_33
stable
svn-tags/RELEASE_1
svn-tags/RELEASE_20
svn-tags/RELEASE_21
svn-tags/RELEASE_22
svn-tags/RELEASE_23
svn-tags/RELEASE_24
svn-tags/RELEASE_25
svn-tags/RELEASE_26
svn-tags/RELEASE_27
svn-tags/RELEASE_28
svn-tags/RELEASE_29
svn-tags/RELEASE_30
svn-tags/RELEASE_31
svn-tags/RELEASE_32
testing
http://llvm.org
git repository hosting
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lib
/
Transforms
/
Utils
/
LowerAllocations.cpp
Age
Commit message (
Expand
)
Author
2004-07-29
Fix #includes of i*.h => Instructions.h as per PR403.
Misha Brukman
2004-07-15
Now that we codegen the portable "sizeof" efficiently, we can use it for
Chris Lattner
2004-03-03
Don't emit things like malloc(16*1). Allocation instructions are fixed arity...
Chris Lattner
2004-02-28
if there is already a prototype for malloc/free, use it, even if it's incorrect.
Chris Lattner
2004-01-28
Hyphenate `target-dependent'
Misha Brukman
2004-01-09
Finegrainify namespacification
Chris Lattner
2003-11-11
Put all LLVM code into the llvm namespace, as per bug 109.
Brian Gaeke
2003-10-20
Added LLVM project notice to the top of every C++ source file.
John Criswell
2003-08-31
Use new interface, simplifies code
Chris Lattner
2003-08-21
The word `dependent' has no `a'.
Misha Brukman
2003-08-18
Spell `necessary' correctly.
Misha Brukman
2003-08-14
Factory methods for function passes now return type FunctionPass *.
Brian Gaeke
2003-05-15
Fix long standing bug
Chris Lattner
2003-04-23
Remove unnecesary &*'s
Chris Lattner
2003-04-23
Minor cleanups
Chris Lattner
2002-10-01
Updates to work with recent Statistic's changes:
Chris Lattner
2002-09-25
Change LowerAllocations pass to 'require' TargetData instead of it being
Chris Lattner
2002-09-10
Clean up code due to auto-insert constructors
Chris Lattner
2002-08-08
Remove extraneous #includes
Chris Lattner
2002-07-26
* Add support for different "PassType's"
Chris Lattner
2002-07-23
Merge ChangeAllocations into scalar.h
Chris Lattner
2002-07-23
* Remove getPassName implementation
Chris Lattner
2002-06-25
MEGAPATCH checkin.
Chris Lattner
2002-05-10
Add support for printing out statistics information when -stats is added to
Chris Lattner
2002-05-07
Split ChangeAllocations.cpp into Raise & LowerAllocations.cpp
Chris Lattner
2002-05-07
Reduce dependance on TransformInternals.h, instead using the TransformUtils l...
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-09
Add explicit #includes of Function.h to make up for the removed #include
Chris Lattner
2002-03-29
Simplify code a lot by using the Module::getFunction & getOrInsertFunction
Chris Lattner
2002-03-26
Change references from Method to Function
Chris Lattner
2002-02-26
Change over to use new style pass mechanism, now passes only expose small
Chris Lattner
2002-01-31
Convert xforms over to new pass structure.
Chris Lattner
2002-01-22
Don't insert a useless cast
Chris Lattner
2002-01-22
Rename LowerAllocations.h to ChangeAllocations.h since it now contains the
Chris Lattner
2002-01-22
Pull RaiseAllocations stuff out of the CleanGCC pass into it's own pass in
Chris Lattner
2002-01-21
LowerAllocations is really a BasicBlock pass. Make it so.
Chris Lattner
2002-01-21
Implement a more powerful, simpler, pass system. This pass system can figure
Chris Lattner
2002-01-20
Changes to build successfully with GCC 3.02
Chris Lattner
2001-12-14
Remove unsized array support
Chris Lattner
2001-12-04
Fix a bug introduced by "internal linkage" work.
Chris Lattner
2001-12-04
Renamed inst_const_iterator -> const_inst_iterator
Chris Lattner
2001-12-03
Rename ConstPoolVal -> Constant
Chris Lattner
2001-11-07
Add #includes to enable buiding in Release mode
Chris Lattner
2001-10-31
Use the correct prototype for malloc and free
Chris Lattner
2001-10-18
Convert to new simpler pass itf
Chris Lattner
2001-10-15
Add new Pass infrastructure and some examples
Chris Lattner