move gettemplabel and getdwlabel to AsmPrinter and rename
[oota-llvm.git] / lib / CodeGen / AsmPrinter / AsmPrinter.cpp
2010-04-04 Chris Lattnermove gettemplabel and getdwlabel to AsmPrinter and...
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 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-03-30 Chris LattnerRip out the 'is temporary' nonsense from the MCContext...
2010-03-29 Devang PatelRefactor code to push DILocation prcessing into DwarfDe...
2010-03-28 Devang PatelRevert 99772.
2010-03-28 Devang PatelRefactoring. Push DILocation processing in to DwarfDebu...
2010-03-16 Chris Lattnerreapply r98656 unmodified, which exposed the asmprinter not
2010-03-16 Daniel DunbarRevert r98656, its breaking all over the place.
2010-03-16 Chris Lattnerimprove support for uniontype and ConstantUnion, patch...
2010-03-16 Chris LattnerFix the third (and last known) case of code update...
2010-03-15 Chris LattnerImplement support for the case when a reference to...
2010-03-15 Devang PatelEmit dwarf variable info communicated by code generator...
2010-03-15 Chris Lattnerremove dead method.
2010-03-14 Chris Lattnerfix AsmPrinter::GetBlockAddressSymbol to always return...
2010-03-14 Chris Lattnerchange the DBG_LABEL MachineInstr to always be created
2010-03-14 Chris Lattnerswitch GC_LABEL to use an MCSymbol operand instead...
2010-03-14 Chris Lattnerchange the LabelSDNode to be EHLabelSDNode and make...
2010-03-13 Chris Lattnereliminate the now-unneeded context argument of MBB...
2010-03-13 Chris Lattnerrearrange MCContext ownership. Before LLVMTargetMachin...
2010-03-12 Chris Lattnerremove gone method, grr symlinks.
2010-03-12 Chris Lattnerinline the now-trivial implementation of GetGlobalValue...
2010-03-12 Chris Lattnergive Mangler access to TargetData.
2010-03-12 Chris Lattnerfinally give Mangler a getSymbol method, which returns...
2010-03-12 Chris Lattnermake the mangler take an MCContext instead of an MAI.
2010-03-11 Richard OsborneAdd a new jump table encoding to indicate jump tables...
2010-03-10 Chris Lattnerset the temporary bit on MCSymbols correctly.
2010-03-09 Chris Lattnerreapply r98035:
2010-03-09 Eric ChristopherSpeculatively revert r98035. It appears to have caused...
2010-03-09 Chris LattnerNow that setStartLabel takes an MCSymbol, we can de...
2010-03-09 Chris Lattnermcstreamerize AsmPrinter::printLabel.
2010-03-09 Chris Lattneradd a EmitSymbolValue convenience method to MCStreamer.
2010-03-08 Chris Lattnermove .set generation out of DwarfPrinter into AsmPrinte...
2010-03-08 Devang PatelAvoid using DIDescriptor.isNull().
2010-03-08 Devang PatelRevert r97947.
2010-03-08 Devang PatelAvoid using DIDescriptor.isNull().
2010-02-23 Chris Lattneruse OutStreamer.EmitCodeAlignment for alignment in...
2010-02-17 Chris Lattnermove isOnlyReachableByFallthrough out of MachineBasicBl...
2010-02-10 Dan GohmanFix "the the" and similar typos.
2010-02-10 Chris Lattnerfix a layering violation: VirtRegRewriter.cpp shouldn...
2010-02-10 Chris LattnerMove verbose asm instruction comments to using MCStreamer.
2010-02-10 Chris Lattnerprint all the newlines at the end of instructions with
2010-02-09 Chris Lattnermove target-independent opcodes out of TargetInstrInfo
2010-02-09 Dan GohmanImplement AsmPrinter support for several more operators...
2010-02-08 Chris Lattnernow that @GOTOFF is no longer represented as a suffix...
2010-02-08 Dan GohmanConstantFoldConstantExpression can theoretically return...
2010-02-08 Dan GohmanWhen CodeGen'ing unoptimized code, there may be unfolde...
2010-02-05 Bill WendlingAn empty global constant (one of size 0) may have a...
2010-02-03 Chris Lattnerdon't emit \n's at the start of X86AsmPrinter::runOnMac...
2010-02-03 Chris Lattnerprivatize a bunch of methods and move \n printing into...
2010-02-03 Chris Lattnerrejigger the world so that EmitInstruction prints the...
2010-02-03 Chris Lattnersink handling of target-independent machine instrs...
2010-02-02 Chris Lattnerrefactor code so that LLVMTargetMachine creates the...
2010-02-02 Chris Lattnermove handling of asm-verbose out of AsmPrinter.cpp...
2010-01-28 Chris Lattneradd target hooks for emitting random gunk before and...
2010-01-28 Chris LattnerGive AsmPrinter the most common expected implementation of
2010-01-28 Chris Lattneremit a 0 byte instead of a noop if a function is empty...
2010-01-28 Chris LattnerRemove the argument from EmitJumpTableInfo, because...
2010-01-28 Chris LattnerDrop the argument to AsmPrinter::EmitConstantPool and...
2010-01-28 Chris Lattnerrename printVisibility to EmitVisibility and make it...
2010-01-27 Chris Lattneradd a new AsmPrinter::EmitFunctionEntryLabel virtual...
2010-01-26 Chris Lattnermcize label emission for functions.
2010-01-26 Chris Lattneruse EmitLinkage for functions as well as globals. ...
2010-01-26 Chris Lattnerpull linkage emission code out to a new EmitLinkage...
2010-01-26 Chris Lattnerrearrange some directives, no functionality change.
2010-01-26 Chris Lattnernow that enough stuff is constified, move function...
2010-01-26 Chris Lattneremit jump table an alias ".set" directives through...
2010-01-26 Chris LattnerEliminate SetDirective, and replace it with HasSetDirec...
2010-01-26 Chris Lattnereliminate the TargetLowering::UsesGlobalOffsetTable...
2010-01-26 Chris LattnerNow that printPICJumpTableSetLabel is not overloaded,
2010-01-26 Chris LattnerMove getJTISymbol from MachineJumpTableInfo to MachineF...
2010-01-26 Chris Lattneradd a new MachineJumpTableInfo::getJTISymbol method,
2010-01-26 Chris Lattnersimplify asmprinter: only emit .set directives when...
2010-01-26 Chris Lattnerrename printPICJumpTableEntry -> EmitJumpTableEntry,
2010-01-26 Chris Lattneradd a new MachineBasicBlock::getSymbol method, replacing
2010-01-26 Chris Lattnermake MachineFunction keep track of its ID and make
2010-01-26 Chris LattnerAdd support for target-specific 32-bit custom-lowered
next