tidy up
[oota-llvm.git] / lib / CodeGen / AsmPrinter /
2010-04-07 Chris Lattnertidy up
2010-04-07 Chris Lattneradd a comment line that got dropped
2010-04-07 Benjamin KramerRemove unused method.
2010-04-07 Torok EdwinWorkaround the breakage in r100616 by guarding all...
2010-04-07 Bill WendlingUse the "NamedGroupTimer" class to categorize DWARF...
2010-04-07 Benjamin KramerUse raw_ostream.
2010-04-07 Chris LattnerHave the inst emitter add the !srcloc mdnode to the...
2010-04-07 Chris Lattnerremove another magic number.
2010-04-07 Dale JohannesenMove printing of target-indepedent DEBUG_VALUE comments
2010-04-06 Devang PatelDo not emit specification DIE with DW_AT_specification...
2010-04-06 John McCallFix a number of clang -Wsign-compare warnings that...
2010-04-06 Dale JohannesenRevert 100573, it's causing some testsuite problems.
2010-04-06 Dale JohannesenMove printing of DEBUG_VALUE comments to target-indepen...
2010-04-06 Stuart HastingsReverting 100530 & 100531 due to regressions in the...
2010-04-06 Stuart HastingsRevise debug info machinery to digest nested functions...
2010-04-06 Chris Lattnerpropagate cookie management out one layer of function...
2010-04-06 Chris Lattnerreport errors through LLVMContext's inline asm handler...
2010-04-06 Devang PatelRemove unnecessary include.
2010-04-05 Chris LattnerGive AsmParser an option to control whether it finalizes
2010-04-05 Chris Lattneradd .o file writing for inline asm in llc. Here's...
2010-04-05 Bill WendlingOutput floating point representations in DWARF format...
2010-04-05 Chris Lattnerstringref-ize the MemoryBuffer::get apis. This requires
2010-04-05 Chris Lattnerhopefully sate the clang self host build, which is...
2010-04-05 Chris Lattnerprivatize more stuff, eliminate vtables.
2010-04-05 Chris Lattnerreprivatize now that DwarfWriter is gone.
2010-04-05 Chris Lattnerprune #includes, MMI can never be null
2010-04-05 Chris Lattnerprune #includes, realize the MMI can never be null.
2010-04-05 Chris Lattnerfinally blast DwarfWriter away.
2010-04-05 Chris Lattnerchange AsmPrinter to use DwarfDebug/DwarfException...
2010-04-05 Chris Lattnertrim some spurious references to DwarfWriter. SDIsel...
2010-04-05 Chris Lattnereliminate DwarfDebug::shouldEmit, which is the same...
2010-04-05 Chris Lattnerfix a regression on 2009-08-17-DebugInfo.m
2010-04-05 Chris Lattnerfastisel doesn't need DwarfWriter, remove some tendricles.
2010-04-05 Chris Lattnerjust have all targets create the DwarfWriter.
2010-04-05 Chris Lattnernuke DwarfPrinter
2010-04-05 Chris Lattnermake DwarfException not inherit from DwarfPrinter.
2010-04-05 Chris Lattnerchange SizeOf to take AsmPrinter instead of TargetData,
2010-04-05 Chris Lattner1) make DIE take AsmPrinter instead of DwarfPrinter.
2010-04-04 Chris LattnerMove EmitFrameMoves into AsmPrinter.
2010-04-04 Chris Lattnersimplify code and reduce indentation.
2010-04-04 Chris Lattnernow that the magic is dispelled, move EmitSectionOffset...
2010-04-04 Chris Lattnereliminate the magic AbsoluteDebugSectionOffsets MAI...
2010-04-04 Chris Lattneronly emit section labels if we have debug info, fixing...
2010-04-04 Chris LattnerI was wrong, ocaml isn't referencing 'Ldata_begin'...
2010-04-04 Chris Lattneradd some assertions to EmitSectionOffset.
2010-04-04 Chris Lattnerstop emitting some dead L labels.
2010-04-04 Chris LattnerStore an use the symbols emitted at the start of the...
2010-04-04 Chris Lattnerremove the didInitial ivar, rename emitInitial to be...
2010-04-04 Chris Lattnersimplify EmitSectionOffset a little bit, improve comments.
2010-04-04 Chris LattnerThe "IsSmall" argument to EmitSectionOffset is always...
2010-04-04 Chris Lattnereliminate the "isEH" argument to EmitSectionOffset.
2010-04-04 Chris LattnerisAbsoluteEHSectionOffsets always returns false, elimin...
2010-04-04 Chris Lattnermove some more stuff to asmprinter.
2010-04-04 Chris Lattnersimplify some code.
2010-04-04 Chris Lattnermove EmitEncodingByte to AsmPrinter.
2010-04-04 Chris Lattnermove EmitCFAByte to AsmPrinter.
2010-04-04 Chris Lattnerinline EmitDifference away.
2010-04-04 Chris Lattnerresolve a fixme.
2010-04-04 Chris Lattnermove gettemplabel and getdwlabel to AsmPrinter and...
2010-04-04 Chris Lattnermove uleb/sleb printing into AsmPrinter from DwarfPrinter.
2010-04-04 Chris Lattnermore interface cleanup make some helpers static functions.
2010-04-04 Chris Lattnerclean up the asmprinter header and privatize some stuff.
2010-04-04 Chris Lattneruse stringref instead of strtol to avoid errno gymnastics.
2010-04-04 Chris Lattnersplit inline asm support out to its own .cpp file.
2010-04-04 Chris Lattnerinline processDebugLoc and simplify it.
2010-04-04 Chris Lattnerminor tidying.
2010-04-04 Chris Lattnerclean up the asmprinter interface a bit, rename a few
2010-04-04 Chris Lattnerremove TargetMachine.h #include, also, TRI isn't used...
2010-04-04 Chris Lattnerlazily allocate the GCMetadataPrinters map and remove...
2010-04-04 Chris LattnerMomentous day: remove the "O" member from AsmPrinter...
2010-04-04 Chris Lattnernow that all operand printing happens to specified...
2010-04-04 Chris Lattnerremove the raw_ostream from various dwarf printing...
2010-04-04 Chris Lattnermcize the gc metadata printing stuff.
2010-04-04 Chris Lattneruse EmitRawText instead of O in DwarfPrinter.
2010-04-04 Chris Lattnerfix PrintAsmOperand and PrintAsmMemoryOperand to pass...
2010-04-04 Chris Lattnerchange this back too
2010-04-04 Chris Lattnercheck in what I tested. :(
2010-04-04 Chris LattnerMMI is always available, rename O -> OS in printInlineAsm.
2010-04-04 Chris Lattnerchange a ton of code to not implicitly use the "O"...
2010-04-03 Chris Lattnerasmstreamerize the .size directive for function bodies...
2010-04-03 Chris Lattneremit the cygwin stub thing through mcstreamer.
2010-04-03 Chris Lattneradd a twine form of MCStreamer::EmitRawText, and mc'ize
2010-04-03 Chris Lattnerstart moving towards emitting inline asm statements...
2010-04-03 Chris Lattneradd a new EmitInlineAsm function to asmprinter to handl...
2010-04-03 Chris Lattnermc'ize comment printing around file scope inline asm.
2010-04-02 Chris LattnerSwitch the code generator (except the JIT) onto the...
2010-04-01 Devang PatelRevert r100117.
2010-04-01 Devang PatelDo not eagerly record known previous location. DBG_VALU...
2010-04-01 Devang PatelSkip instructions until new scope is seen.
2010-04-01 Devang PatelCosmetic changes.
2010-03-31 Stuart HastingsReverting 100048; it broke two Frontend debug info...
2010-03-31 Stuart HastingsDebug info can now properly represent functions inside...
2010-03-31 Benjamin KramerReduce string trashing.
2010-03-31 Benjamin KramerDwarfDebug: Allocate DIEValues with a BumpPtrAllocator...
2010-03-31 Chris Lattnerreduce indentation
2010-03-31 Chris Lattnertidy up
2010-03-31 Chris LattnerMI != 0 is checked in the assert right above this.
2010-03-31 Chris Lattneruse the isDebugValue() predicate and pop_back_val()
2010-03-31 Chris Lattnerassert is a function-like macro, not a control flow...
2010-03-31 Chris Lattneradd new apis for getting/setting !dbg metadata on
next