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
Age
Commit message (
Expand
)
Author
2010-04-04
move some more stuff to asmprinter.
Chris Lattner
2010-04-04
simplify some code.
Chris Lattner
2010-04-04
move EmitEncodingByte to AsmPrinter.
Chris Lattner
2010-04-04
move EmitCFAByte to AsmPrinter.
Chris Lattner
2010-04-04
inline EmitDifference away.
Chris Lattner
2010-04-04
resolve a fixme.
Chris Lattner
2010-04-04
move gettemplabel and getdwlabel to AsmPrinter and rename
Chris Lattner
2010-04-04
move uleb/sleb printing into AsmPrinter from DwarfPrinter.
Chris Lattner
2010-04-04
more interface cleanup make some helpers static functions.
Chris Lattner
2010-04-04
clean up the asmprinter header and privatize some stuff.
Chris Lattner
2010-04-04
use stringref instead of strtol to avoid errno gymnastics.
Chris Lattner
2010-04-04
split inline asm support out to its own .cpp file.
Chris Lattner
2010-04-04
inline processDebugLoc and simplify it.
Chris Lattner
2010-04-04
minor tidying.
Chris Lattner
2010-04-04
clean up the asmprinter interface a bit, rename a few
Chris Lattner
2010-04-04
remove TargetMachine.h #include, also, TRI isn't used frequently
Chris Lattner
2010-04-04
lazily allocate the GCMetadataPrinters map and remove DenseMap
Chris Lattner
2010-04-04
Momentous day: remove the "O" member from AsmPrinter. Now all
Chris Lattner
2010-04-04
now that all operand printing happens to specified streams, we can
Chris Lattner
2010-04-04
remove the raw_ostream from various dwarf printing things.
Chris Lattner
2010-04-04
mcize the gc metadata printing stuff.
Chris Lattner
2010-04-04
use EmitRawText instead of O in DwarfPrinter.
Chris Lattner
2010-04-04
fix PrintAsmOperand and PrintAsmMemoryOperand to pass down
Chris Lattner
2010-04-04
change this back too
Chris Lattner
2010-04-04
check in what I tested. :(
Chris Lattner
2010-04-04
MMI is always available, rename O -> OS in printInlineAsm.
Chris Lattner
2010-04-04
change a ton of code to not implicitly use the "O" raw_ostream
Chris Lattner
2010-04-03
asmstreamerize the .size directive for function bodies, force clients
Chris Lattner
2010-04-03
emit the cygwin stub thing through mcstreamer.
Chris Lattner
2010-04-03
add a twine form of MCStreamer::EmitRawText, and mc'ize
Chris Lattner
2010-04-03
start moving towards emitting inline asm statements with
Chris Lattner
2010-04-03
add a new EmitInlineAsm function to asmprinter to handle inline asm.
Chris Lattner
2010-04-03
mc'ize comment printing around file scope inline asm.
Chris Lattner
2010-04-02
Switch the code generator (except the JIT) onto the new DebugLoc
Chris Lattner
2010-04-01
Revert r100117.
Devang Patel
2010-04-01
Do not eagerly record known previous location. DBG_VALUE may not cause a new ...
Devang Patel
2010-04-01
Skip instructions until new scope is seen.
Devang Patel
2010-04-01
Cosmetic changes.
Devang Patel
2010-03-31
Reverting 100048; it broke two Frontend debug info tests.
Stuart Hastings
2010-03-31
Debug info can now properly represent functions inside classes inside other f...
Stuart Hastings
2010-03-31
Reduce string trashing.
Benjamin Kramer
2010-03-31
DwarfDebug: Allocate DIEValues with a BumpPtrAllocator. Most of them are
Benjamin Kramer
2010-03-31
reduce indentation
Chris Lattner
2010-03-31
tidy up
Chris Lattner
2010-03-31
MI != 0 is checked in the assert right above this.
Chris Lattner
2010-03-31
use the isDebugValue() predicate and pop_back_val()
Chris Lattner
2010-03-31
assert is a function-like macro, not a control flow operator.
Chris Lattner
2010-03-31
add new apis for getting/setting !dbg metadata on
Chris Lattner
2010-03-30
Ignore invalid metadata.
Devang Patel
2010-03-30
Rip out the 'is temporary' nonsense from the MCContext interface to
Chris Lattner
[prev]
[next]