Cleanup code to use iterators instead of ".size()".
[oota-llvm.git] / lib / CodeGen / AsmPrinter /
2009-07-28 Bill WendlingCleanup code to use iterators instead of ".size()".
2009-07-28 Bill WendlingDoxygenify comments.
2009-07-28 Bill WendlingSplit out large loop into it's very own method. No...
2009-07-28 Bill WendlingOutput the EH TType format and base offset only if...
2009-07-28 Bill WendlingUse the preferred EH data format for the preferred...
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 LattnerUse more terse and precise linkage checks.
2009-07-17 Chris Lattnerthese two pieces of code are the same because we always
2009-07-17 Chris LattnerUntangle a snarl that I discovered when updating the...
2009-07-17 Chris Lattnerfix include guard.
2009-07-16 David GreeneEmit line numbers in asm comments when available.
2009-07-16 Devang PatelSkip special LLVM prefix '1' while emitting linknage...
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-14 Devang PatelDo not use Mangler to remove '1' from linkage name.
2009-07-13 Devang PatelUse assertion.
2009-07-13 Devang PatelUse AsmPrinter's Mangler to remove leading '1' from...
2009-07-13 Devang Patelrevert rev. 75503 for now.
2009-07-13 Devang PatelUse Mangler to remove leading '1' from linkage names.
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-07 Devang PatelAccidently dropped this while removing dead code in...
2009-07-07 Devang PatelRemove dead code.
2009-07-01 Daniel DunbarRemove unused AsmPrinter OptLevel argument, and propogate.
2009-06-29 Devang PatelStruct types are described using field types only.
2009-06-29 Devang Patels/MainCU/ModuleCU/g
2009-06-29 Devang PatelMultiple DW_TAG_compile_unit is not used, afaict, on...
2009-06-26 Devang PatelRemove debug info anchors - llvm.dbg.compile_units...
2009-06-25 Devang PatelSimplify.
2009-06-25 Owen AndersonPrivatize some more debug-related static data.
2009-06-24 Owen AndersonDown with _even more_ statics!
2009-06-24 Owen AndersonDown with statics!
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-24 Chris Lattnerremove dead makefile flags.
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 Chris Lattnersimplify macro debug info directive handling.
2009-06-18 Evan ChengOn Darwin, ams printer should output a second label...
2009-06-16 Bill WendlingFix typos.
2009-06-16 Devang PatelUse MainCU if it is available.
2009-06-15 Devang PatelGracefully handle imbalanced inline function begin...
2009-06-14 Dan GohmanFix old-style type names in comments.
2009-06-13 Devang Patelllvm.dbg.region.end() intrinsic is not required to...
2009-06-12 Devang PatelClear AbstractInstanceRootMap at the end of the function.
2009-06-05 Dan GohmanRemove some unnecessary #includes.
2009-06-01 Bill WendlingAccidental commit. This isn't ready for prime time...
2009-05-30 Bill WendlingUntabification.
2009-05-21 Bill WendlingTemporarily revert r72191. It was causing an assert...
2009-05-20 Bill WendlingMinor code cleanup. No functionality change.
2009-05-20 Bill WendlingMerge 'ConstructFunctionDbgScope' and 'ConstructAbstrac...
2009-05-20 Bill WendlingRename 'New*' methods to 'Create*' to be consistent...
2009-05-20 Bill WendlingAdd comment for emit section.
2009-05-20 Bill WendlingMove 'Emit' methods down to their own place.
2009-05-20 Bill WendlingRevert r72192. It was causing a build failure.
2009-05-20 Bill WendlingDo some mechanical changes. Combine the 'construct...
2009-05-20 Argyrios KyrtzidisIntroduce DebugScope which gets embedded into the machi...
2009-05-19 Mike StumpFix cmake builds.
2009-05-18 Bill WendlingDon't set the "location" information for inlined functi...
2009-05-18 Bill WendlingSmall code cleanup.
2009-05-18 Bill WendlingRecordVariable is called each time a DECLARE node is...
2009-05-15 Bill WendlingSplit out the DwarfDebug module from the DwarfWriter...
2009-05-15 Bill WendlingMark class as hidden.
2009-05-15 Bill WendlingMove c'tor/d'tor to top of file.
2009-05-15 Bill WendlingSplit out the DwarfException class into its own file...
2009-05-15 Bill WendlingSplit out the Dwarf writer stuff into separate files...
2009-05-14 Mike StumpTag blocks with DW_AT_APPLE_block.
2009-05-13 Bill WendlingThere's yet more ugliness (surprise!) in DebugInfo...
2009-05-13 Bill WendlingMove the bookkeeping of the debug scopes back to the...
2009-05-12 Bill Wendling- Record that the debug info is actually used so that...
2009-05-10 Bill WendlingThis is a large rewrite of how Dwarf info for inlined...
2009-05-09 Duncan SandsRename PaddedSize to AllocSize, in the hope that this
2009-05-08 Bill WendlingCompute the offsets of the compile units. We need this...
2009-05-08 Bill WendlingMinor clean ups. No functionality change.
next