aboutsummaryrefslogtreecommitdiff
path: root/lib/CodeGen/AsmPrinter
AgeCommit message (Expand)Author
2013-01-07PR14759: Debug info support for C++ member pointers.David Blaikie
2013-01-05Emit DW_TAG_formal_parameter for unnamed parameters.David Blaikie
2013-01-04Add a name for the anonymous type we're creating for subrangeEric Christopher
2013-01-02Move all of the header files which are involved in modelling the LLVM IRChandler Carruth
2012-12-30convert a bunch of callers from DataLayout::getIndexedOffset() to GEP::accumu...Nuno Lopes
2012-12-27For the dwarf5 split debug info code split out the string sectionEric Christopher
2012-12-25Rename LLVMContext diagnostic handler types and functions.Bob Wilson
2012-12-20Whitespace and 80-column cleanup.Eric Christopher
2012-12-20Start splitting out the debug string section handling by moving itEric Christopher
2012-12-19Split out abbreviations for the skeleton info from the rest ofEric Christopher
2012-12-19Rename the 'Attributes' class to 'Attribute'. It's going to represent a singl...Bill Wendling
2012-12-16Declare class DwarfDebug before use instead of relying on a forward declarationDmitri Gribenko
2012-12-16This patch is needed to make c++ exceptions work for mips16.Reed Kotler
2012-12-15To simplify some code move the unit emission into the holders.Eric Christopher
2012-12-15Use begin and end label names from the section for info.Eric Christopher
2012-12-13Debug Info: add support to mark member variables as artificialDavid Blaikie
2012-12-13Use default label name for a section in emitting abbreviationEric Christopher
2012-12-12Make the MCStreamer have a reset method and call that after finalization of t...Pedro Artigas
2012-12-11Update some comments.Eric Christopher
2012-12-10Refactor out the abbreviation handling into a separate class thatEric Christopher
2012-12-10Defer call to InitSections until after MCContext has been initialized. IfLang Hames
2012-12-10Rearrange vars and make comments more obvious.Eric Christopher
2012-12-10Remove blank line at top of file.Eric Christopher
2012-12-10Use the somewhat semantic term "split dwarf" it more matches what'sEric Christopher
2012-12-10Delete the FissionCU.Eric Christopher
2012-12-10Reorder fission variables.Eric Christopher
2012-12-06s/getLowerBoundDefault/getDefaultLowerBound/ for consistency. Also put the mo...Bill Wendling
2012-12-06Handle non-default array bounds.Bill Wendling
2012-12-04Comment change made in r169304 as requested by Eric Christopher.David Blaikie
2012-12-04Use the 'count' attribute to calculate the upper bound of an array.Bill Wendling
2012-12-04Reapply r160148 (reverted in r163570) fixing spurious breakpoints in modern GDBDavid Blaikie
2012-12-04Sort includes for all of the .h files under the 'lib' tree. These wereChandler Carruth
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-30Add some first skeleton work for the DWARF5 Fission proposal. EmitEric Christopher
2012-11-29More comment.Eric Christopher
2012-11-27Attempt to make the comments for dwarf debug look more likeEric Christopher
2012-11-27Reapply section moving, make sure string section is output last.Eric Christopher
2012-11-27Never use .lcomm on platforms where it does not accept an alignmentUlrich Weigand
2012-11-27Revert rearrangement of debug info sections to unblock the botsEric Christopher
2012-11-27Make comment names match function names.Eric Christopher
2012-11-27Add in sections for the fission case (no change so incorrect) andEric Christopher
2012-11-27Reorder section output ordering.Eric Christopher
2012-11-27Whitespace cleanup.Eric Christopher
2012-11-22Pull some code out into functions to make rearranging them a bit easier.Eric Christopher
2012-11-21Whitespace.Eric Christopher
2012-11-21Update for some of the coding standard before rearranging functionsEric Christopher
2012-11-21Update some comments.Eric Christopher
2012-11-21Update and add some comments.Eric Christopher