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
/
iPHINode.h
Age
Commit message (
Expand
)
Author
2004-07-29
Merge i*.h headers into Instructions.h as part of bug403.
Alkis Evlogimenos
2004-06-11
It is no longer 2001
Chris Lattner
2004-06-08
Apparently a particular vendor compiler uses the struct/class tag to MANGLE
Chris Lattner
2004-05-27
Add constructors that take a BasicBlock to append to, to the rest of
Alkis Evlogimenos
2004-02-26
Doxygenify and tersify comments.
Misha Brukman
2003-11-16
Fixes for PR114: Thanks to Reid Spencer!
Chris Lattner
2003-11-11
Put all LLVM code into the llvm namespace, as per bug 109.
Brian Gaeke
2003-10-20
Added LLVM copyright header (for lack of a better term).
John Criswell
2003-10-19
Change the Opcode enum for PHI nodes from "Instruction::PHINode" to "Instruct...
Chris Lattner
2003-09-30
Standardize header file comments
Chris Lattner
2003-06-22
Remove a ton of extraneous #includes
Chris Lattner
2003-06-11
Included assert.h so that the code compiles under newer versions of GCC.
John Criswell
2003-03-06
Add new getIncomingValueForBlock method
Chris Lattner
2003-03-05
Simplify some of the PHI node interfaces
Chris Lattner
2002-10-08
By default PHINode::removeIncomingValue will delete the phi node if the last
Chris Lattner
2002-09-16
Add routines to update or erase operands (and to do so without external
Vikram S. Adve
2002-09-10
Implement support for inserting an instruction into a basic block right when it
Chris Lattner
2002-07-14
Create a static version of Instruction::getOpcodeName(opCode) that
Vikram S. Adve
2002-01-20
Changes to build successfully with GCC 3.02
Chris Lattner
2001-12-03
Split the PHINode class out from the iOther.h file into the iPHINode.h file
Chris Lattner