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
/
AsmPrinter.cpp
Age
Commit message (
Expand
)
Author
2008-11-10
Use utohex_buffer instead of utohexstr to avoid creating a temporary
Chris Lattner
2008-11-08
Temporary revert my last commit: it seems it's triggering some subtle bug in ...
Anton Korobeynikov
2008-11-08
Factor out offset printing code into generic AsmPrinter.
Anton Korobeynikov
2008-10-10
Remove some overzealous checks that were rejecting
Dale Johannesen
2008-10-09
Add a "loses information" return value to APFloat::convert
Dale Johannesen
2008-10-09
Rename APFloat::convertToAPInt to bitcastToAPInt to
Dale Johannesen
2008-10-03
Switch the MachineOperand accessors back to the short names like
Dan Gohman
2008-09-24
Use helper
Anton Korobeynikov
2008-09-24
SmallPtrSet will be better
Anton Korobeynikov
2008-09-24
Use generic section-handling stuff to emit constant pool entries
Anton Korobeynikov
2008-09-24
Get rid of duplicate char*/Section* TextSection
Anton Korobeynikov
2008-09-24
Move actual section printing stuff to AsmPrinter from TAI reducing heap traffic.
Anton Korobeynikov
2008-09-24
Drop obsolete hook and change all usage to new interface
Anton Korobeynikov
2008-09-24
Provide direct function to switch to Section
Anton Korobeynikov
2008-09-24
Next round of earlyclobber handling. Approach the
Dale Johannesen
2008-09-17
Add a bit to mark operands of asm's that conflict
Dale Johannesen
2008-09-09
Move the uglier parts of deciding not to emit a
Dale Johannesen
2008-09-09
Fix logic for not emitting no-dead-strip for some
Dale Johannesen
2008-09-08
Don't suppress no-dead-strip for used static functions.
Dale Johannesen
2008-09-08
Add AsmPrinter support for i128 and larger static initializer data.
Dan Gohman
2008-09-04
Tidy up several unbeseeming casts from pointer to intptr_t.
Dan Gohman
2008-09-03
Do not emit a UsedDirective for things in the llvm.used
Dale Johannesen
2008-08-21
Remove unneeded #include.
Owen Anderson
2008-08-21
Use raw_ostream throughout the AsmPrinter.
Owen Anderson
2008-08-19
don't use the result of WriteTypeSymbolic or WriteAsOperand.
Chris Lattner
2008-08-17
Rename some GC classes so that their roll will hopefully be clearer.
Gordon Henriksen
2008-08-17
Fix merge error
Anton Korobeynikov
2008-08-17
Move all assembler printing related stuff into new libAsmPrinter
Anton Korobeynikov