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
/
Function.cpp
Age
Commit message (
Expand
)
Author
2003-05-17
Add support for setjmp/longjmp primitives
Chris Lattner
2003-05-08
Add more support for intrinsic functions and for varargs stuff
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-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-13
- Change Function's so that their argument list is populated when they are
Chris Lattner
2002-09-17
Remove specification of argument default from cpp file.
Vikram S. Adve
2002-09-08
Enable "garbage detection" of LLVM objects. Now users should be obnoxious
Chris Lattner
2002-09-06
Move code out of header files into .cpp files to make future changes easier
Chris Lattner
2002-09-06
* Remove extraneous #includes
Chris Lattner
2002-07-24
*** empty log message ***
Chris Lattner
2002-06-25
MEGAPATCH checkin.
Chris Lattner
2002-04-29
Eliminate duplicate or unneccesary #include's
Chris Lattner
2002-04-28
* Incorporate the contents of SymTabValue into Function and Module
Chris Lattner
2002-04-09
Move FunctionArgument out of iOther.h into Argument.h and rename class to
Chris Lattner
2002-04-08
Move include/llvm/ValueHolderImpl.h to lib/VMCore/ValueHolderImpl.h
Chris Lattner
2002-03-29
s/Method/Function
Chris Lattner
2002-03-26
Change references from Method to Function
Chris Lattner
2002-03-23
Rename Method to Function
Chris Lattner
2002-01-20
Changes to build successfully with GCC 3.02
Chris Lattner
2001-12-04
Renamed inst_const_iterator -> const_inst_iterator
Chris Lattner
2001-12-03
Rename ConstPoolVal -> Constant
Chris Lattner
2001-11-26
Implement internal
Chris Lattner
2001-11-08
Removed MachineCodeForMethod object and made it an annotation.
Vikram S. Adve
2001-10-22
Delete MachineCodeInfoForMethod object.
Vikram S. Adve
2001-10-22
Added MachineCodeForMethod object in class Method.
Vikram S. Adve
2001-10-20
It is valid to have unsigned arrays as constants... the linker may initialize...
Chris Lattner
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-01
Convert more code to use new style casts
Chris Lattner
2001-09-18
Remove the unsized array constraint
Chris Lattner
2001-09-18
Add support for global constants, and for initializers for constants
Chris Lattner
2001-09-10
Use correct style casts
Chris Lattner
2001-09-10
Implement global variable support
Chris Lattner
2001-09-07
Support new setName interface
Chris Lattner
2001-07-14
* ValueHolder now takes 3 arguments
Chris Lattner
2001-06-27
Miscellaneous cleanups:
Chris Lattner
2001-06-06
Initial revision
Chris Lattner