Allow target intrinsics that return multiple values, i.e., struct types,
[oota-llvm.git] / lib / CodeGen / AsmPrinter / DwarfWriter.cpp
2009-06-25 Devang PatelSimplify.
2009-05-15 Bill WendlingSplit out the DwarfDebug module from the DwarfWriter...
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-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 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 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-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-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-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 Devang Patelgdb uses DW_AT_prototyped to identify K&R style in...
2009-02-24 Devang PatelIf there is not any debug info available for any global...
2009-02-20 Bill Wendling- Early exit a nested block.
2009-02-20 Bill WendlingAdd an accessor method to DwarfWriter to tell of debugg...
2009-02-18 Devang PatelThe subprogram die may not exist while creating "defaul...
2009-02-17 Devang PatelThe debugger sometimes lookup dynamically in the runtim...
2009-02-17 Devang PatelEmit debug info for bitfields.
2009-02-10 Devang PatelValidate file id.
2009-02-03 Bill WendlingMore whitespace fixin'.
2009-02-03 Bill WendlingWhitespace and comment changes. No functionality change.
2009-02-02 Devang PatelDo not add redundant arguments in a method definition...
2009-01-30 Devang Patel Each input file is encoded as a separate compile unit...
2009-01-30 Devang PatelRemove dead code, again.
2009-01-30 Devang PatelRemove dead code.
2009-01-30 Devang PatelAdd DW_AT_declaration for class methods.
2009-01-28 Devang PatelDo not forget to derived type while constructing an...
2009-01-27 Devang PatelAdd type DIE into appropriate context DIE.
2009-01-27 Devang PatelAssorted debug info fixes.
2009-01-26 Scott MichelMake the Dwarf macro information section optional;...
2009-01-23 Devang PatelIntroduce two DWARF attribute extentions DW_AT_APPLE_op...
2009-01-23 Devang PatelEmpty DIType represents void. In this case no need...
2009-01-23 Devang PatelCode did not follow associated comment. not a good...
2009-01-23 Devang PatelSet appropriate tag for the composite type.
2009-01-21 Devang PatelEncode member accessibility.
2009-01-20 Devang PatelAppropriately mark fowrad decls.
2009-01-20 Devang PatelFix struct member's debug info.
2009-01-20 Devang PatelNeed only one set of debug info versions enum.
2009-01-20 Devang PatelFix global variable's address in a DIE.
2009-01-20 Devang PatelEnable debug info for enums.
2009-01-20 Devang PatelEnable debug info for composite types.
2009-01-20 Devang PatelDo not use DenseMap because the iterator is invalidated...
2009-01-19 Devang PatelVerify debug info.
2009-01-17 Devang PatelRemove tabs.
2009-01-17 Devang PatelRefactor code
2009-01-17 Devang PatelAssign argument type to appropriate DIE.
2009-01-17 Devang PatelRemove dead code.
2009-01-17 Devang PatelDisable composite type debug info for now.
2009-01-16 Devang PatelFix comments.
2009-01-16 Devang PatelUse lightweight DebugInfo objects directly.
2009-01-16 Devang PatelAlign source code.
next