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
/
Instruction.cpp
Age
Commit message (
Expand
)
Author
2003-05-08
Add support for the new va_arg instruction
Chris Lattner
2002-11-20
- Eliminated the deferred symbol table stuff in Module & Function, it really
Chris Lattner
2002-10-31
New isAssociative/isCommutative inspection methods, graciously contributed by
Chris Lattner
2002-09-10
Add capability to insert an instruction into a basic block immediately after
Chris Lattner
2002-09-08
Enable "garbage detection" of LLVM objects. Now users should be obnoxious
Chris Lattner
2002-09-06
Move code out of header files into .cpp files to make future changes easier
Chris Lattner
2002-08-14
Remove support for NOT instruction
Chris Lattner
2002-07-14
Create a static version of Instruction::getOpcodeName(opCode) that
Vikram S. Adve
2002-06-25
MEGAPATCH checkin.
Chris Lattner
2002-04-07
Change references to the Method class to be references to the Function
Chris Lattner
2002-02-12
Method.h no longer includes BasicBlock.h
Chris Lattner
2002-02-03
Switch from MachineCodeForVMInstr model that is built into the VMCore library...
Chris Lattner
2002-01-26
Remove extraneous #includes
Chris Lattner
2002-01-20
Changes to build successfully with GCC 3.02
Chris Lattner
2001-09-07
* Support new setname interface
Chris Lattner
2001-07-21
Renamed include/llvm/Codegen to include/llvm/CodeGen
Chris Lattner
2001-07-21
Fix code to be in a consistent style
Chris Lattner
2001-07-21
Remove getTempValuesForMachineCode from the Instruction interface
Chris Lattner
2001-07-20
Added a representation of the machine instructions generated
Vikram S. Adve
2001-06-25
Moved UnaryOperator::create to InstrTypes.cpp until there is an iUnaryOps.cpp
Chris Lattner
2001-06-08
Moved getBinaryOperator to the BinaryOperator class and the getUnaryOperator
Chris Lattner
2001-06-06
Initial revision
Chris Lattner