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
/
AsmParser
/
Lexer.cpp
Age
Commit message (
Expand
)
Author
2006-02-14
adjust to new style of handling lexer changes
Chris Lattner
2006-01-25
regenerate
Chris Lattner
2006-01-24
Rename method
Chris Lattner
2006-01-23
regenerate
Chris Lattner
2006-01-17
Lexer and parser support for the insertelement operation.
Robert Bocchino
2006-01-11
Regenerate these files. FreeBSD apparently has issues with the version of
Chris Lattner
2006-01-10
Added lexer and parser support for the extractelement operation.
Robert Bocchino
2005-11-12
regenerate
Chris Lattner
2005-11-05
Add support alignment of allocation instructions.
Nate Begeman
2005-08-27
Implement PR614:
Reid Spencer
2001-07-25
Add support for extern varargs methods & varargs method calls
Chris Lattner
2001-07-15
Implement forward/external declarations for methods. Also, emit an error if ...
Chris Lattner
2001-07-15
Add support to the parser to recognize floating point constants
Chris Lattner
2001-07-08
Implementation of Store & GetElementPtr
Chris Lattner
2001-07-08
Implemented shl, shl, & load instructions
Chris Lattner
2001-07-08
Moved Cast from being a Unary instruction to being an "Other" instruction
Chris Lattner
2001-07-08
Neg instruction removed. Cast instruction implemented.
Chris Lattner
2001-06-06
Initial revision
Chris Lattner