switch off of 'Section' onto MCSection. We're not properly using
[oota-llvm.git] / lib / CodeGen / AsmPrinter / AsmPrinter.cpp
2009-07-31 Chris Lattnerswitch off of 'Section' onto MCSection. We're not...
2009-07-31 Chris Lattnerrefactor section construction in TLOF to be through...
2009-07-29 Chris Lattnerpass the mangler down into the various SectionForGlobal...
2009-07-28 Chris LattnerRip all of the global variable lowering logic out of...
2009-07-27 Chris Lattnerhoist MCContext/MCStreamer up to AsmPrinter since we...
2009-07-27 Chris LattnerEliminate SectionFlags, just embed a SectionKind into...
2009-07-26 Daniel DunbarRemove Value::getName{Start,End}, the last of the old...
2009-07-26 Chris Lattnerremove a densemap from TargetAsmInfo that was uniquing...
2009-07-26 Chris Lattnermake SectionKind know whether a symbol is weak or not...
2009-07-26 Chris Lattnerrename Mergable -> Mergeable and Writable -> Writeable
2009-07-26 Chris Lattnertwo files I missed in the last commit.
2009-07-26 Chris Lattnersimplify getSectionForMergableConstant to take a Sectio...
2009-07-25 Daniel DunbarRemove Value::{isName, getNameRef}.
2009-07-24 Chris Lattnerremove a use of SectionFlagsForGlobal.
2009-07-24 Chris Lattnerdocument SectionFlags::Named better and make it more...
2009-07-22 David GreenePut comment printing under asm-verbose.
2009-07-22 Chris Lattnerremove the SelectSectionForMachineConst hook, replacing...
2009-07-21 Chris Lattnermake AsmPrinter::doFinalization iterate over the global...
2009-07-21 Chris LattnerRename LessPrivateGlobalPrefix -> LinkerPrivateGlobalPr...
2009-07-20 Bill WendlingPass in the unfortunately named "LessPrivatePrefix...
2009-07-20 Chris Lattnerimplement a new magic global "llvm.compiler.used" which...
2009-07-17 Chris Lattnerremove AsmPrinter::findGlobalValue, just use Value...
2009-07-17 Chris LattnerUntangle a snarl that I discovered when updating the...
2009-07-16 David GreeneEmit line numbers in asm comments when available.
2009-07-15 Chris Lattnerremove printSuffixedName.
2009-07-14 David GreeneHave asm printers use formatted_raw_ostream directly...
2009-07-14 Chris LattnerReapply my previous asmprinter changes now with more...
2009-07-14 Torok Edwinllvm_unreachable->llvm_unreachable(0), LLVM_UNREACHABLE...
2009-07-14 Daniel DunbarRevert r7561{9,8,7,6}, which depend on r75610.
2009-07-14 Chris Lattnerrename getValueName -> getMangledName. These two files...
2009-07-14 Chris LattnerChange the internal interface to makeNameProper to...
2009-07-13 David GreeneAdd infrastructure to allow post instruction printing...
2009-07-11 Torok Edwinassert(0) -> LLVM_UNREACHABLE.
2009-07-11 Torok EdwinConvert more assert(0)+abort() -> LLVM_UNREACHABLE,
2009-07-01 Daniel DunbarRemove unused AsmPrinter OptLevel argument, and propogate.
2009-06-25 Owen AndersonPrivatize some more debug-related static data.
2009-06-24 Owen AndersonMove local statics to per-instance variables.
2009-06-24 Chris Lattnersink management of DwarfWriter & MachineModuleInfo...
2009-06-24 Chris Lattnersink dwarf finalization out of each target into AsmPrin...
2009-06-24 Chris Lattnereliminate the ExtWeakSymbols set from AsmPrinter. ...
2009-06-19 Devang PatelMove up dwarf writer initialization in common AsmPrinte...
2009-06-18 Chris Lattnermove mangler quote handling from asm printers to Target...
2009-06-18 Evan ChengOn Darwin, ams printer should output a second label...
2009-06-14 Dan GohmanFix old-style type names in comments.
2009-05-21 Bill WendlingTemporarily revert r72191. It was causing an assert...
2009-05-20 Argyrios KyrtzidisIntroduce DebugScope which gets embedded into the machi...
2009-05-09 Duncan SandsRename PaddedSize to AllocSize, in the hope that this
2009-05-07 Argyrios KyrtzidisMove the tablegen-produced DebugLoc handling into a...
2009-04-29 Bill WendlingInstead of passing in an unsigned value for the optimiz...
2009-04-29 Bill WendlingSecond attempt:
2009-04-28 Sanjiv GuptaInitialized arrays can be in any address space.
2009-04-28 Bill Wendlingr70270 isn't ready yet. Back this out. Sorry for the...
2009-04-28 Bill WendlingMassive check in. This changes the "-fast" flag to...
2009-04-15 Devang PatelConstruct and emit DW_TAG_inlined_subroutine DIEs for...
2009-04-13 Chris LattnerAdd a new "available_externally" linkage type. This...
2009-04-10 Bill WendlingPass in the std::string parameter instead of returning...
2009-04-10 Bill WendlingConstify getter methods.
2009-04-09 Bill WendlingStringMap<DIE*>::iterator::first() returns a pointer...
2009-04-08 Chris Lattnerchange printStringChar to emit characters as unsigned...
2009-03-25 Evan ChengCodeGen still defaults to non-verbose asm, but llc...
2009-03-24 Evan ChengDo not emit comments unless -asm-verbose.
2009-03-23 Dale JohannesenFix internal representation of fp80 to be the
2009-03-20 Evan ChengFor inline asm output operand that matches an input...
2009-03-13 Evan ChengFix some significant problems with constant pools that...
2009-03-10 Chris Lattnerwire up support for emitting "special" values from...
2009-03-09 Chris Lattnerjust remove the use_empty() check entirely, the only...
2009-03-09 Chris LattnerMake the code generator rip of dead constant expr uses...
2009-02-24 Bill WendlingOverhaul my earlier submission due to feedback. It...
2009-02-21 Anton KorobeynikovDrop bunch of half-working stuff in the ext_weak linkag...
2009-02-05 Chris Lattnerif we have a large GEP offset on a 32-bit or other...
2009-01-30 Sanjiv GuptaEnable emitting of constant values in non-default addre...
2009-01-28 Duncan SandsRename getAnalysisToUpdate to getAnalysisIfAvailable.
2009-01-22 Chris Lattnerdo not sign extend characters input to isprint. This...
2009-01-22 Sanjiv GuptaFew targets like the tiny little PIC16 have only 16...
2009-01-15 Rafael EspindolaAdd the private linkage.
2009-01-13 Devang PatelUse DwarfWriter to record dbg variables.
2009-01-12 Duncan SandsRename getABITypeSize to getTypePaddedSize, as
2008-12-22 Dan GohmanRefactor a bunch of code out of AsmPrinter::EmitGlobalC...
2008-12-19 Rafael EspindolaFix bug 3202.
2008-12-03 Rafael EspindolaFix bug 3140.
2008-11-22 Anton KorobeynikovMake a convenient helper for printing offsets.
2008-11-10 Chris Lattnereliminate a couple more uses of utohexstr.
2008-11-10 Chris LattnerUse utohex_buffer instead of utohexstr to avoid creatin...
2008-11-08 Anton KorobeynikovTemporary revert my last commit: it seems it's triggeri...
2008-11-08 Anton KorobeynikovFactor out offset printing code into generic AsmPrinter.
2008-10-10 Dale JohannesenRemove some overzealous checks that were rejecting
2008-10-09 Dale JohannesenAdd a "loses information" return value to APFloat:...
2008-10-09 Dale JohannesenRename APFloat::convertToAPInt to bitcastToAPInt to
2008-10-03 Dan GohmanSwitch the MachineOperand accessors back to the short...
2008-09-24 Anton KorobeynikovUse helper
2008-09-24 Anton KorobeynikovSmallPtrSet will be better
2008-09-24 Anton KorobeynikovUse generic section-handling stuff to emit constant...
2008-09-24 Anton KorobeynikovGet rid of duplicate char*/Section* TextSection
2008-09-24 Anton KorobeynikovMove actual section printing stuff to AsmPrinter from...
2008-09-24 Anton KorobeynikovDrop obsolete hook and change all usage to new interface
2008-09-24 Anton KorobeynikovProvide direct function to switch to Section
2008-09-24 Dale JohannesenNext round of earlyclobber handling. Approach the
2008-09-17 Dale JohannesenAdd a bit to mark operands of asm's that conflict
2008-09-09 Dale JohannesenMove the uglier parts of deciding not to emit a
2008-09-09 Dale JohannesenFix logic for not emitting no-dead-strip for some
next