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
/
AsmPrinterDwarf.cpp
Age
Commit message (
Expand
)
Author
2011-01-14
Add CFI directives-based frame information emission. Not hooked yet.
Anton Korobeynikov
2011-01-10
Rename TargetFrameInfo into TargetFrameLowering. Also, put couple of FIXMEs a...
Anton Korobeynikov
2010-12-06
Second try at making direct object emission produce the same results
Rafael Espindola
2010-12-06
Revert previous two patches while I try to find out how to make both
Rafael Espindola
2010-12-06
Add an EmitAbsValue helper method and use it in cases where we want to be sure
Rafael Espindola
2010-11-04
Add 118023 back, but with proper spelling for .uleb128/.sleb128.
Rafael Espindola
2010-11-04
Revert previous patch. Some targets don't support uleb and say
Rafael Espindola
2010-11-04
MCize.
Rafael Espindola
2010-08-16
Until uleb/sleb are MC-ized, add a hack to make them work with ELF object
Eli Friedman
2010-04-04
Move EmitFrameMoves into AsmPrinter.
Chris Lattner
2010-04-04
now that the magic is dispelled, move EmitSectionOffset to AsmPrinter.
Chris Lattner
2010-04-04
move some more stuff to asmprinter.
Chris Lattner
2010-04-04
move EmitEncodingByte to AsmPrinter.
Chris Lattner
2010-04-04
move EmitCFAByte to AsmPrinter.
Chris Lattner
2010-04-04
move uleb/sleb printing into AsmPrinter from DwarfPrinter.
Chris Lattner