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
/
InstrTypes.h
Age
Commit message (
Expand
)
Author
2007-10-17
Updated VC++ build system.
Hartmut Kaiser
2007-08-24
sink clone() down the class hierarchy from CmpInst into ICmpInst/FCmpInst.
Chris Lattner
2007-07-16
Fix comments about vectors to use the current wording.
Dan Gohman
2007-02-24
Refactor the setName stuff, moving it down the inheritance hierarchy, to
Chris Lattner
2007-02-13
Fix a compilation error that caused the nightly test to fail.
Reid Spencer
2007-02-13
Switch UnaryOperators to default to passing names up by const char* when poss...
Chris Lattner
2007-01-17
For PR1117:
Reid Spencer
2007-01-02
Add some convenience functions for getting the source and destination
Reid Spencer
2006-12-31
For PR950:
Reid Spencer
2006-12-23
Add some documentation to make Nick happy.
Reid Spencer
2006-12-23
For PR950:
Reid Spencer
2006-12-18
Remove the createInferredCast methods now that their last uses have been
Reid Spencer
2006-12-12
Implement createIntegerCast and createFPCast factory methods for handling
Reid Spencer
2006-12-07
Provide a getOpcode() method on CmpInst to ensure the opcode is returned
Reid Spencer
2006-12-04
Add cast creation functions for Pointer Casts, either BitCast or PtrToInt
Reid Spencer
2006-12-04
Implement new cast creation functions for both instructions and constant
Reid Spencer
2006-12-04
Take a baby step towards getting rid of inferred casts. Provide methods on
Reid Spencer
2006-11-27
For PR950:
Reid Spencer
2006-11-20
For PR950:
Reid Spencer
2006-09-17
Add ShiftInst::isLogical/ArithmeticShift methods.
Chris Lattner
2006-06-21
Add some out-of-line virtual dtors so that the class has a "home", preventing
Chris Lattner
2005-04-24
allow these to take a generic Value*
Chris Lattner
2005-04-22
Convert tabs to spaces
Misha Brukman
2005-04-21
Remove trailing whitespace
Misha Brukman
2005-01-29
Adjust to changes in the User class. Introduce a new UnaryInstruction
Chris Lattner
2004-10-15
Move the implementation of the clone method for these classes to
Chris Lattner
2004-06-20
Add methods like BinaryOperator::createAdd that take an instruction to insert
Chris Lattner
2004-06-10
Add new BinaryOperator::createAdd/Sub/... methods to avoid having to type
Chris Lattner
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
2003-11-20
* Add new constructors to allow insertion of terminator instructions at the
Chris Lattner
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-09-30
Standardize header file comments
Chris Lattner
2003-08-21
The word `dependent' has no `a'.
Misha Brukman
2002-10-13
- Rename Instruction::First*Op to *OpsBegin, and Num*Ops to *OpsEnd to
Chris Lattner
2002-09-10
Implement support for inserting an instruction into a basic block right when it
Chris Lattner
2002-08-25
Convert comments to Doxygen style
Chris Lattner
2002-08-15
Added more helper functions for binary instructions emulating
Vikram S. Adve
2002-08-14
Remove support for unary operators.
Chris Lattner
2002-08-14
Expose two new static methods from BinaryOperator: createNeg, createNot
Chris Lattner
2002-08-09
UnaryOperator::create should take a name just like BinaryOperator::create
Chris Lattner
2002-07-14
Create a static version of Instruction::getOpcodeName(opCode) that
Vikram S. Adve
2002-06-30
Fix comment
Chris Lattner
2002-06-25
Added setSuccessor() method to terminator instructions
Anand Shukla
2002-05-23
Add a new setSuccessor method to terminator instructions
Chris Lattner
2002-04-27
Change the semantics of getSuccessor to FAIL if an out of range successor # i...
Chris Lattner
2002-02-19
Minor cleanups I missed
Chris Lattner
2002-02-19
These constructors are for internal use only. These should have been
Chris Lattner
[next]