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
2004-07-29
Merge i*.cpp definitions into Instructions.cpp as part of bug403.
Alkis Evlogimenos
2004-07-29
Merge i*.h headers into Instructions.h as part of bug403.
Alkis Evlogimenos
2004-07-18
bug 122:
Reid Spencer
2004-07-16
Add convinience constructor for function calls with two args.
Alkis Evlogimenos
2004-05-27
Add constructors that take a BasicBlock to append to, to the rest of
Alkis Evlogimenos
2004-05-26
Refactor common initialization code in private init() functions.
Alkis Evlogimenos
2004-02-09
Start using the new and improve interface to FunctionType arguments
Chris Lattner
2003-11-20
* Finegrainify namespacification
Chris Lattner
2003-11-11
Put all LLVM code into the llvm namespace, as per bug 109.
Brian Gaeke
2003-10-31
Did I mention that I _HATE_ CPRs?
Chris Lattner
2003-10-31
Constant pointer refs are causing these to fail unnecessarily, which is causing
Chris Lattner
2003-10-20
Added LLVM project notice to the top of every C++ source file.
John Criswell
2003-10-13
Regularize header file comments
Chris Lattner
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