add trivial support for passing label definitions through the MCStreamer.
[oota-llvm.git] / lib / CodeGen / 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 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.
2009-05-07 Dan GohmanRevert 71165. It did more than just revert 71158 and...
2009-05-07 Bill WendlingTemporarily revert r71158. It was causing a failure...
2009-05-07 Argyrios KyrtzidisMove the tablegen-produced DebugLoc handling into a...
2009-05-07 Argyrios KyrtzidisMake DwarfWriter::RecordInlinedFnStart more like the...
2009-05-06 Bill Wendling- Move some debug fields to coincide with how GCC emits...
2009-05-05 Chris LattnerDo not require variable debug info nodes to have a...
2009-05-04 Argyrios KyrtzidisRestore a comment.
2009-05-04 Mike StumpRestore minor deletion.
2009-05-03 Argyrios Kyrtzidis-Move the DwarfWriter::ValidDebugInfo check to a static...
2009-05-01 Bill WendlingSimplify more code and add timer stuff.
2009-05-01 Bill WendlingSimplify more code.
2009-05-01 Bill WendlingSimplify some code.
2009-05-01 Bill WendlingFix whitespace. It was confusing me.
2009-04-30 Argyrios KyrtzidisMake DebugLoc independent of DwarfWriter.
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-21 Devang PatelFix Visual Studio 2008 build failure.
2009-04-15 Devang Patels/RootDbgScope/FunctionDbgScope/g
2009-04-15 Devang PatelCheck isInlinedSubroutine() before creating DW_TAG_inli...
2009-04-15 Devang PatelConstruct and emit DW_TAG_inlined_subroutine DIEs for...
2009-04-13 Devang PatelRight now, Debugging information to encode scopes ...
2009-04-13 Devang PatelReapply 68847.
2009-04-13 Chris LattnerAdd a new "available_externally" linkage type. This...
2009-04-11 Dan GohmanRevert r68847. It breaks the build on non-Darwin target...
2009-04-11 Devang PatelKeep track of inlined functions and their locations...
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-09 Bill WendlingUse a StringMap instead of std::map for storing std...
2009-04-08 Devang PatelIf subprogram type is not tagged as DW_TAG_subroutine_t...
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-25 Devang PatelDo not ignore DW_TAG_class_type!
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-13 Bill WendlingOops...I committed too much.
2009-03-13 Bill WendlingTemporarily XFAIL this test.
2009-03-11 Bill WendlingPut the assignment back at the top of this method.
2009-03-10 Bill WendlingMake ivars private. Other cleanup. No functionality...
2009-03-10 Bill WendlingJust make the Dwarf timer group static inside of the...
2009-03-10 Bill WendlingDon't put static functions in anonymous namespace.
2009-03-10 Bill WendlingThese should *stop* the timer, not start it again.
2009-03-10 Bill Wendling- Fix misspelled method name.
2009-03-10 Bill Wendling- Create GetOrCreateSourceID from getOrCreateSourceID...
2009-03-10 Bill WendlingRefine the Dwarf writer timers so that they measure...
2009-03-10 Bill WendlingAdd a timer to the DwarfWriter pass that measures the...
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-03-09 Bill WendlingPass in a std::string when getting the names of debuggi...
2009-03-07 Duncan SandsIntroduce new linkage types linkonce_odr, weak_odr...
2009-02-27 Devang PatelIt is possible that subprgoram definition is only encod...
2009-02-25 Devang PatelPrint variable's display name in dwarf DIE.
2009-02-25 Evan ChengClean up dwarf writer, part 1. This eliminated the...
2009-02-24 Bill WendlingOverhaul my earlier submission due to feedback. It...
2009-02-24 Devang Patelgdb uses DW_AT_prototyped to identify K&R style in...
next