Don't use PassInfo* as a type identifier for passes. Instead, use the address of...
[oota-llvm.git] / lib / CodeGen / AsmPrinter / AsmPrinter.cpp
2010-08-05 Owen AndersonDon't use PassInfo* as a type identifier for passes...
2010-08-04 Dan GohmanChange this llvm_unreachable to report_fatal_error...
2010-07-17 Bill WendlingUse isPrologLabel() instead of checking the opcode...
2010-07-16 Bill WendlingConsider this function:
2010-07-16 Bill WendlingRename DBG_LABEL PROLOG_LABEL, because it's only used...
2010-07-16 Jakob Stoklund OlesenRemove many calls to TII::isMoveInstr. Targets should...
2010-07-15 Chris Lattnera more graceful fix for test/Other/inline-asm-newline...
2010-07-01 Bill WendlingMake the "linker_private" linkage type emit a non-weak...
2010-07-01 Bill WendlingImplement the "linker_private_weak" linkage type. This...
2010-06-29 Bill WendlingRevert r107205 and r107207.
2010-06-29 Devang PatelPrint InlinedAt location.
2010-06-29 Bill WendlingIntroducing the "linker_weak" linkage type. This will...
2010-06-18 Dan GohmanGive NamedRegionTimer an Enabled flag, allowing all...
2010-06-16 Eric ChristopherDon't emit the linkage for initializer label for mach...
2010-06-03 Eric ChristopherOne underscore, not two.
2010-05-25 Eric ChristopherMove the verbose asm output up a bit so it can be used...
2010-05-25 Eric ChristopherAdd support for initialized global data for darwin...
2010-05-22 Eric ChristopherAdd full bss data support for darwin tls variables.
2010-05-20 Eric ChristopherPartial code for emitting thread local bss data.
2010-05-12 Duncan SandsRemove unused variable. Tweak a comment while there.
2010-05-12 Nathan Jeffordsupdated support for the COFF .linkonce
2010-05-07 Devang PatelAvoid DIDescriptor::getNode(). Use overloaded operators...
2010-05-06 Chris LattnerFix PR7054 - Assertion `Symbol->isUndefined() && "Canno...
2010-05-01 Dale JohannesenDon't count debug info as instructions. This was
2010-04-29 Devang PatelPrint variable scope name in DEBUG_VALUE comment. Usefu...
2010-04-28 Chris LattnerRework global alignment computation again. Now we...
2010-04-28 Devang PatelEmit debug info for byval parameters.
2010-04-28 Chris Lattnerfurther simplify EmitAlignment by eliminating the
2010-04-28 Chris Lattnerremove a dead argument to EmitAlignment.
2010-04-27 Evan ChengDo not count kill, implicit_def instructions as printed...
2010-04-27 Chris Lattnerround zero-byte .zerofill directives up to 1 byte....
2010-04-26 Chris Lattneradd a comment in verbose-asm mode indicating why a...
2010-04-26 Chris Lattneron darwin empty functions need to codegen into somethin...
2010-04-26 Chris Lattnerfix PR6921 a different way. Intead of increasing the
2010-04-26 Chris LattnerRevert r102300/102301, which serious broke objc apps.
2010-04-25 Chris LattnerFix PR6921: globals were not getting correctly rounded...
2010-04-20 Chris LattnerBill's change in r95336 broke empty aggregates embedded
2010-04-17 Dan GohmanAdd const qualifiers to TargetLoweringObjectFile usage.
2010-04-16 Devang PatelAdd support to emit dwarf ranges.
2010-04-08 Chris Lattnermove elf section uniquing to MCContext. Along the way
2010-04-07 Chris Lattnerrename llvm::llvm_report_error -> llvm::report_fatal_error
2010-04-07 Chris Lattnertidy up
2010-04-07 Chris Lattneradd a comment line that got dropped
2010-04-07 Torok EdwinWorkaround the breakage in r100616 by guarding all...
2010-04-07 Benjamin KramerUse raw_ostream.
2010-04-07 Dale JohannesenMove printing of target-indepedent DEBUG_VALUE comments
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 Chris Lattnerpropagate cookie management out one layer of function...
2010-04-06 Devang PatelRemove unnecessary include.
2010-04-05 Chris Lattnerchange AsmPrinter to use DwarfDebug/DwarfException...
2010-04-05 Chris Lattnerjust have all targets create the DwarfWriter.
2010-04-05 Chris Lattner1) make DIE take AsmPrinter instead of DwarfPrinter.
2010-04-04 Chris Lattnerresolve a fixme.
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.
next