aboutsummaryrefslogtreecommitdiff
path: root/lib/CodeGen/AsmPrinter/DwarfCompileUnit.cpp
AgeCommit message (Expand)Author
2012-12-20Start splitting out the debug string section handling by moving itEric Christopher
2012-12-13Debug Info: add support to mark member variables as artificialDavid Blaikie
2012-12-06s/getLowerBoundDefault/getDefaultLowerBound/ for consistency. Also put the mo...Bill Wendling
2012-12-06Handle non-default array bounds.Bill Wendling
2012-12-04Use the 'count' attribute to calculate the upper bound of an array.Bill Wendling
2012-12-04Add a 'count' field to the DWARF subrange.Bill Wendling
2012-12-03Fix PR12942: Allow two CUs to be generated from the same source file.Eli Bendersky
2012-12-03Use the new script to sort the includes of every file under lib.Chandler Carruth
2012-11-21Whitespace.Eric Christopher
2012-11-21Update for some of the coding standard before rearranging functionsEric Christopher
2012-11-13Revert "Use the 'count' attribute instead of the 'upper_bound' attribute."Eric Christopher
2012-11-13Use the 'count' attribute instead of the 'upper_bound' attribute.Bill Wendling
2012-10-08Move TargetData to DataLayout.Micah Villmow
2012-09-20Only emit DW_AT_object_pointer if this is a definition.Eric Christopher
2012-09-12Recommit, with fixes:Eric Christopher
2012-09-12Revert "Add some support for dealing with an object pointer on arguments."Eric Christopher
2012-09-12Add some support for dealing with an object pointer on arguments.Eric Christopher
2012-09-10No reason to construct this twice.Eric Christopher
2012-08-24Use DW_FORM_flag_present to save space in debug information if we'reEric Christopher
2012-08-23Remove the DW_AT_MIPS_linkage name attribute when we don't need itEric Christopher
2012-08-14Grammar.Eric Christopher
2012-07-04Reduce some code duplication.Eric Christopher
2012-06-29The DIBuilder class is just a wrapper around debug info creationBill Wendling
2012-06-01Add support for enum forward declarations.Eric Christopher
2012-05-27Have getOrCreateSubprogramDIE store the DIE for a subprogramPeter Collingbourne
2012-05-23Add support for C++11 enum classes in llvm.Eric Christopher
2012-05-22Untabify and 80-col.Eric Christopher
2012-05-22Formatting consistency.Eric Christopher
2012-05-08Handle OpDeref in case it comes in as a register operand.Eric Christopher
2012-04-16Make comment here more clear.Eric Christopher
2012-03-29Add support for objc property decls according to the page at:Eric Christopher
2012-03-28Fix the output of the DW_TAG_friend tag to include DW_AT_friendEric Christopher
2012-03-15For types with a parent of the compile unit make sure and emitEric Christopher
2012-03-15Revert the removal of DW_AT_MIPS_linkage_name when we aren't puttingEric Christopher
2012-03-14Remove the DW_AT_MIPS_linkage name attribute when we don't need itEric Christopher
2012-03-07Add the DW_AT_APPLE_runtime_class attribute to forward declarationsEric Christopher
2012-02-22Only add DW_AT_prototyped if we're working with a C-like language.Eric Christopher
2012-02-22Add the source language into the compile unit.Eric Christopher
2012-02-22Remove extra semi-colon.Eric Christopher
2012-02-21There's no need for a DW_AT_byte_size on a pointer type.Eric Christopher
2012-02-07Remove tabs.Devang Patel
2012-02-06DebugInfo: Provide a new hook to encode relationship between a property and a...Devang Patel
2012-02-04Emit new property tag.Devang Patel
2012-01-06Add a comment and ensure that anyone else looking at this code doesn't startEric Christopher
2012-01-06As part of the ongoing work in finalizing the accelerator tables, extendEric Christopher
2011-12-16Resolve part of a fixme and add a new one.Eric Christopher
2011-12-16Add a fixme here.Eric Christopher
2011-12-14DW_AT_virtuality is also defined to be constant, not flag.Nick Lewycky
2011-12-13DW_AT_accessibility is "constant" class, not form class, so it may not useNick Lewycky
2011-11-17DISubrange supports unsigned lower/upper array bounds, so let's not fake it i...Devang Patel