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
/
Instructions.h
Age
Commit message (
Expand
)
Author
2007-10-17
Updated VC++ build system.
Hartmut Kaiser
2007-09-24
Remove an unnecessary static_cast.
Dan Gohman
2007-09-15
Fix PR1666, SPASS with the CBE and 254.gap with the CBE.
Chris Lattner
2007-09-04
Update GEP constructors to use an iterator interface to fix
David Greene
2007-08-29
Silence implicit 64->32-bit conversion warnings.
Chris Lattner
2007-08-27
Update InvokeInst to work like CallInst
David Greene
2007-08-24
sink clone() down the class hierarchy from CmpInst into ICmpInst/FCmpInst.
Chris Lattner
2007-08-06
remove #if 0 code.
Chris Lattner
2007-08-01
New CallInst interface to address GLIBCXX_DEBUG errors caused by
David Greene
2007-07-20
Simplify the logic for setVolatile.
Dan Gohman
2007-07-18
Add constructor overloads for LoadInst and StoreInst that insert at the
Dan Gohman
2007-07-06
Add some accessors to improve consistency.
Owen Anderson
2007-05-11
Simplify BranchInst::getSuccessor, avoiding a conditional operator.
Dan Gohman
2007-04-27
add a GEP helper function
Chris Lattner
2007-04-22
PR400 phase 1 implementation feedback.
Christopher Lamb
2007-04-22
PR400 work phase 1. Add attributed load/store instructions for volatile/align...
Christopher Lamb
2007-04-22
For PR1136:
Reid Spencer
2007-04-21
Revert Christopher Lamb's load/store alignment changes.
Reid Spencer
2007-04-21
The expression "SubclassData = (SubclassData & ~1) | (V) ? 1 : 0;" does not d...
Jeff Cohen
2007-04-21
add support for alignment attributes on load/store instructions
Christopher Lamb
2007-04-14
add GetElementPtrInst::hasAllZeroIndices, a long-overdue helper method.
Chris Lattner
2007-04-09
For PR1146:
Reid Spencer
2007-04-09
For PR1146:
Reid Spencer
2007-02-28
Provide an ICmpInst::makeConstantRange to generate a ConstantRange value
Reid Spencer
2007-02-24
Refactor the setName stuff, moving it down the inheritance hierarchy, to
Chris Lattner
2007-02-15
make mayWriteToMemory a non-virtual function
Chris Lattner
2007-02-15
For PR1195:
Reid Spencer
2007-02-15
For PR1195:
Reid Spencer
2007-02-13
Switch UnaryOperators to default to passing names up by const char* when poss...
Chris Lattner
2007-02-13
eliminate instruction ctors that take vectors.
Chris Lattner
2007-02-13
Add invokeinst and callinst ctors that don't take vectors.
Chris Lattner
2007-02-13
remove some dead methods.
Chris Lattner
2007-02-12
add #include
Chris Lattner
2007-02-02
Changes to support making the shift instructions be true BinaryOperators.
Reid Spencer
2007-01-31
implement the new GEP instruction ctors.
Chris Lattner
2007-01-31
Revise APIs for creating constantexpr GEPs to not require the use of
Chris Lattner
2007-01-14
add accessors
Chris Lattner
2006-12-29
Doxygenify a comment.
Reid Spencer
2006-12-23
For PR950:
Reid Spencer
2006-11-27
For PR950:
Reid Spencer
2006-11-20
For PR950:
Reid Spencer
2006-11-08
For PR950:
Reid Spencer
2006-10-05
Add insertelement/extractelement helper ctors.
Chris Lattner
2006-10-03
clean up use of 'explicit'. This is PR934.
Chris Lattner
2006-09-18
Fix findCaseDest to return null when BB is both the default dest and one
Nick Lewycky
2006-09-18
Add a new helper method to SwitchInst. Useful when you've got a BB from
Nick Lewycky
2006-09-18
add a helper method
Chris Lattner
2006-09-17
Add ShiftInst::isLogical/ArithmeticShift methods.
Chris Lattner
2006-09-17
Add new SetCondInst::isRelational/isEquality methods. Rename
Chris Lattner
2006-06-21
Add some out-of-line virtual dtors so that the class has a "home", preventing
Chris Lattner
[next]