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
/
Function.h
Age
Commit message (
Expand
)
Author
2002-11-20
- Eliminated the deferred symbol table stuff in Module & Function, it really
Chris Lattner
2002-11-20
Eliminate the concept of a deferred symbol table. The optimization really is...
Chris Lattner
2002-10-15
- Eliminate SymbolTable::ParentSymTab, ST::localLookup, and
Chris Lattner
2002-10-09
Make isExtern() be a virtual function inherited from GlobalValue
Chris Lattner
2002-09-06
* Clean up some comments
Chris Lattner
2002-09-06
* Clean up indentation a bit
Chris Lattner
2002-08-25
Convert comments to Doxygen style
Chris Lattner
2002-06-25
*** empty log message ***
Chris Lattner
2002-04-28
* Incorporate the functionality of SymTabValue into Function
Chris Lattner
2002-04-09
Move FunctionArgument out of iOther.h into Argument.h and rename class to
Chris Lattner
2002-04-08
* Add virtual print methods
Chris Lattner
2002-03-29
s/Method/Function/
Chris Lattner
2002-03-26
Transform uses of Method into uses of Function.
Chris Lattner
2002-03-23
Update documentation, rename Method to Function, move typedef to Value.h for ...
Chris Lattner
2002-03-23
Add transition typedef to Function
Chris Lattner
2002-02-12
* Move BasicBlock and Method graph stuff to new "llvm/Support/CFG.h" file
Chris Lattner
2002-01-20
Changes to build successfully with GCC 3.02
Chris Lattner
2001-12-13
Implement proper iterator tags
Chris Lattner
2001-12-04
Renamed inst_const_iterator -> const_inst_iterator
Chris Lattner
2001-11-26
Implement "internal vs external linkage" which corresponds to the C notion of...
Chris Lattner
2001-11-08
Remove unneeded forward decl
Chris Lattner
2001-11-08
Removed MachineCodeForMethod object and made it an annotation.
Vikram S. Adve
2001-10-30
Fix ordering problem. Found by purify. :)
Chris Lattner
2001-10-22
Added object of class MachineCodeForMethod.
Vikram S. Adve
2001-10-14
Update comment, remove misleading method
Chris Lattner
2001-10-14
Added getEntryNode() and getExitNode() functions.
Vikram S. Adve
2001-10-03
Factor parentness out of Module & GlobalVariable into GlobalValue
Chris Lattner
2001-10-03
* Both Method & GlobalVariable now subclass GlobalValue
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-28
Pull iterators out of CFG.h and CFGdecls and put them in Support directory
Chris Lattner
2001-09-10
* Method::getType should return type cast as MethodType, eliminate getMethodType
Chris Lattner
2001-09-10
Implement global variable support
Chris Lattner
2001-09-07
* Support new setName interface
Chris Lattner
2001-07-15
Rename 'isMethodExternal' to 'isExternal'
Chris Lattner
2001-07-14
Made the following changes:
Chris Lattner
2001-07-07
Changed the fundemental architecture of Operands for Instructions. Now
Chris Lattner
2001-06-27
Add extra forwarding accessor methods so that getMethodList(), getBasicBlocks()
Chris Lattner
2001-06-25
CFG.h: change the iterator tag
Chris Lattner
2001-06-06
Initial revision
Chris Lattner