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
/
include
/
llvm
/
Module.h
Age
Commit message (
Expand
)
Author
2002-11-20
- Eliminated the deferred symbol table stuff in Module & Function, it really
Chris Lattner
2002-11-19
Add a new Module::getNamedFunction method
Chris Lattner
2002-11-08
Add a method "getMainFunction()" that efficiently locates 'main' in a module
Chris Lattner
2002-10-14
- Dramatically simplify the Constant::mutateReferences implementation,
Chris Lattner
2002-08-25
Convert comments to Doxygen style
Chris Lattner
2002-08-18
- ConstantPointerRefs are now automatically removed from the module table
Chris Lattner
2002-08-17
Add Module::dump() method
Chris Lattner
2002-07-03
Add new << to allow printing modules by reference.
Anand Shukla
2002-06-25
*** empty log message ***
Chris Lattner
2002-04-28
Include an operator<<, to print modules
Chris Lattner
2002-04-28
* Module's are no longer Value's
Chris Lattner
2002-04-13
Add Module::getTypeName
Chris Lattner
2002-04-08
* Add virtual print methods
Chris Lattner
2002-03-29
Add new addTypeName method to Module class
Chris Lattner
2002-03-29
Add getOrInsertFunction and getFunction methods to Module. This simplifies
Chris Lattner
2002-03-28
Remove the reduceApply functions they are obsolete things from the days before
Chris Lattner
2002-03-26
Transform uses of Method into uses of Function.
Chris Lattner
2002-03-23
Remove extranous forward decl
Chris Lattner
2002-01-20
Changes to build successfully with GCC 3.02
Chris Lattner
2001-12-03
Rename ConstPoolVal -> Constant
Chris Lattner
2001-10-15
Rename ConstPoolPointerReference to ConstPoolPointerRef - My fingers get tire...
Chris Lattner
2001-10-13
Add support for module local constants
Chris Lattner
2001-10-02
Commit more code over to new cast style
Chris Lattner
2001-10-01
Add support for new style casts
Chris Lattner
2001-09-10
Implement global variable support
Chris Lattner
2001-09-07
SymTabValue no longer includes ValueHolder for Module. Include it ourself
Chris Lattner
2001-07-14
Made the following changes:
Chris Lattner
2001-06-30
Add a reduceApply method
Chris Lattner
2001-06-27
Add extra forwarding accessor methods so that getMethodList(), getBasicBlocks()
Chris Lattner
2001-06-06
Initial revision
Chris Lattner