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
/
iCall.cpp
Age
Commit message (
Expand
)
Author
2003-02-01
Simplify assertions
Chris Lattner
2003-02-01
Added implementation of alternate CallInst constructors (one ctor is
Joel Stanley
2002-09-10
Add capability to insert an instruction into a basic block immediately after
Chris Lattner
2002-04-09
Add a couple of extra casts to avoid having to add #include
Chris Lattner
2002-04-07
Change references to the Method class to be references to the Function
Chris Lattner
2002-04-04
s/MethodType/FunctionType
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-10-21
Fix erroneous assertion failure on the following code:
Chris Lattner
2001-10-13
Implement the invoke instruction
Chris Lattner
2001-10-03
* Both Method & GlobalVariable now subclass GlobalValue
Chris Lattner
2001-09-10
Use correct style casts
Chris Lattner
2001-07-25
Add support for extern varargs methods & varargs method calls
Chris Lattner
2001-07-07
Changed the fundemental architecture of Operands for Instructions. Now
Chris Lattner
2001-06-27
Miscellaneous cleanups:
Chris Lattner
2001-06-06
Initial revision
Chris Lattner