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
/
CodeGen
/
AsmPrinter.cpp
Age
Commit message (
Expand
)
Author
2005-02-14
Print GEP offsets as signed values instead of unsigned values. On X86, this
Chris Lattner
2005-02-04
fix constant pointer outputing on 64 bit machines
Andrew Lenharth
2005-01-08
Silence VS warnings
Chris Lattner
2004-11-28
Fix SingleSource/UnitTests/2004-11-28-GlobalBoolLayout.c, and hopefully
Chris Lattner
2004-10-16
Add support for undef
Chris Lattner
2004-08-24
Do not use .xword and friends to emit zeros on V9. Apparently there are issues
Chris Lattner
2004-08-18
Rename var
Chris Lattner
2004-08-17
Add support for targets without a .zero directive
Chris Lattner
2004-08-17
Add support for alignment
Chris Lattner
2004-08-17
Use a designated comment character when printing comments.
Chris Lattner
2004-08-17
Add support for targets that have .quad, drop extra tab inserted
Chris Lattner
2004-08-17
Implement emitGlobalConstant
Chris Lattner
2004-08-17
We now allow targets to use any prefix they want for global symbols. Lets
Chris Lattner
2004-08-17
Some asmwriters want an _ prefix
Chris Lattner
2004-08-16
Initial implementation of the asmprinter base class
Chris Lattner