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
/
VMCore
/
Module.cpp
Age
Commit message (
Expand
)
Author
2003-07-23
Make Module::getNamedFunction prefer non-external functions if there is more ...
Chris Lattner
2003-05-15
Fix bug: Assembler/2003-05-15-AssemblerProblem.llx
Chris Lattner
2003-04-22
Add support for tracking whether a module is 64/32 bit and big/little endian
Chris Lattner
2003-04-16
Add new linkage types to support a real frontend
Chris Lattner
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-15
- Eliminate SymbolTable::ParentSymTab, ST::localLookup, and
Chris Lattner
2002-09-08
Enable "garbage detection" of LLVM objects. Now users should be obnoxious
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-08-12
Remove some extraneous #includes
Chris Lattner
2002-08-12
Changes to make GlobalValueRefMap not derive from std::map.
Chris Lattner
2002-06-25
MEGAPATCH checkin.
Chris Lattner
2002-04-29
Eliminate duplicate or unneccesary #include's
Chris Lattner
2002-04-28
Split ConstantVals.h into Constant.h and Constants.h
Chris Lattner
2002-04-28
* Incorporate the contents of SymTabValue into Function and Module
Chris Lattner
2002-04-13
Add Module::getTypeName
Chris Lattner
2002-04-08
Move include/llvm/ValueHolderImpl.h to lib/VMCore/ValueHolderImpl.h
Chris Lattner
2002-03-29
Add new addTypeName method to Module class
Chris Lattner
2002-03-29
Implement new getFunction and getOrInsertFunction methods
Chris Lattner
2002-03-28
Remove the reduceApply functions they are obsolete things from the days before
Chris Lattner
2002-03-26
Change references from Method to Function
Chris Lattner
2002-01-26
Remove extraneous #includes
Chris Lattner
2002-01-20
Changes to build successfully with GCC 3.02
Chris Lattner
2001-12-03
Rename ConstPoolVal -> Constant
Chris Lattner
2001-11-27
Create a new #include "Support/..." directory structure to move things
Chris Lattner
2001-11-07
Add #includes to enable buiding in Release mode
Chris Lattner
2001-10-15
Rename ConstPoolPointerReference to ConstPoolPointerRef - My fingers get tire...
Chris Lattner
2001-10-13
* Add support for Module specific constants
Chris Lattner
2001-09-10
Implement global variable support
Chris Lattner
2001-09-07
Modules must have a valid, nonnull type. Make them void
Chris Lattner
2001-07-23
Moved inline/llvm/Tools/* to include/llvm/Support/*
Chris Lattner
2001-07-14
* ValueHolder now takes 3 arguments
Chris Lattner
2001-06-30
Implement reduceApply method
Chris Lattner
2001-06-27
Miscellaneous cleanups:
Chris Lattner
2001-06-06
Initial revision
Chris Lattner