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
/
SimpleStructMutation.cpp
Age
Commit message (
Expand
)
Author
2004-06-28
These passes are long dead/obsolete. They never worked in the first place
Chris Lattner
2004-02-09
Don't depend on auto data conversion
Chris Lattner
2004-02-09
Adjust to the changed StructType interface. In particular, getElementTypes()...
Chris Lattner
2003-11-21
Get rid of using decls, 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-10-13
Regularize header file comments
Chris Lattner
2002-11-19
Move MutatStructTypes.h out of IPO
Chris Lattner
2002-09-26
Converted SimpleStructMutation to take TargetData as a required pass.
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-24
Eliminate several include/llvm/Transforms/IPO/*.h files, moving their content...
Chris Lattner
2002-07-23
* Break the two different behaviors of SimpleStructMutation into two subclasses
Chris Lattner
2002-06-25
MEGAPATCH checkin.
Chris Lattner
2002-05-07
Reduce dependance on TransformInternals.h, instead using the TransformUtils l...
Chris Lattner
2002-04-29
Add new optional getPassName() virtual function that a Pass can override
Chris Lattner
2002-04-27
* Rename MethodPass class to FunctionPass
Chris Lattner
2002-04-08
s/Method/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-21
Rename SwapStructureContents -> IPO/SimpleStructMutation
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-11-26
Remove debugging output
Chris Lattner
2001-11-26
Support selectable structure transformations
Chris Lattner
2001-11-14
Better heuristics for handling arrays
Chris Lattner
2001-11-10
Initail checking of structure swapper
Chris Lattner