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
/
CodeGen
/
MachineCodeForInstruction.h
Age
Commit message (
Expand
)
Author
2004-02-29
Do not use explicit casts that hide the dependence on Instruction being
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-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-01-14
Move annotation to support library
Chris Lattner
2002-10-30
Bug fix: need to initialize new CallArgsDescriptor pointer.
Vikram S. Adve
2002-10-29
Move CallArgsDescriptor into this class instead of making it an
Vikram S. Adve
2002-10-28
Fixes to previous checkin
Chris Lattner
2002-10-28
Inline some methods from .cpp files into .h files, minor cleanups
Chris Lattner
2002-08-09
Change machinecode for instruction to not inherit from vector.
Chris Lattner
2002-03-24
Refix bug: Add back method MachineCodeForInstruction::dropAllReferences.
Vikram S. Adve
2002-02-03
Code pulled out of MAchineInstr.(h|cpp)
Chris Lattner