Sentences end with periods.
[oota-llvm.git] / lib / CodeGen / AsmPrinter /
2013-09-03 Eric ChristopherSentences end with periods.
2013-09-03 Eric ChristopherAdd the rest of the stock attributes to the attribute...
2013-08-30 Eric ChristopherDon't bother emitting the pubtypes section on darwin...
2013-08-30 Eric ChristopherReformat slightly.
2013-08-28 Eric ChristopherRemove support for the .debug_inlined section. No known...
2013-08-28 Eric ChristopherAdd a TODO here.
2013-08-28 Eric ChristopherAdd support for DW_FORM_dataN and DW_FORM_udata to...
2013-08-27 Eric ChristopherUse DW_FORM_sdata for signed constant values and udata...
2013-08-26 Eric ChristopherFormatting.
2013-08-26 Eric ChristopherMake the lifetime of the DICompileUnit we're constructi...
2013-08-26 Eric ChristopherHave the skeleton compile unit construction method...
2013-08-26 Eric ChristopherRemove duplicate set of CompilationDir.
2013-08-26 Eric ChristopherRemove the language parameter and variable from the...
2013-08-26 Eric ChristopherTreat the pubtypes section similarly to the pubnames...
2013-08-26 Eric ChristopherOnly emit the section sym if we're emitting the section.
2013-08-26 Eric ChristopherFix thinko.
2013-08-25 David MajnemerAsmPrinter: Get rid of llvm$workaround$fake$stub$
2013-08-24 Benjamin KramerAdd a function object to compare the first or second...
2013-08-24 Benjamin KramerSimplify code. No functionality change.
2013-08-24 Benjamin KramerDwarfDebug: Delete orphaned children.
2013-08-21 David MajnemerDebugInfo: Do not use the DWARF Version for the .debug_...
2013-08-19 Eric ChristopherUse less verbose code and update comments.
2013-08-19 Eric ChristopherTurn on pubnames by default on linux.
2013-08-19 David BlaikieDebugInfo: don't emit zero-length names for parameters
2013-08-16 David BlaikieDebugInfo: Allow the addition of other (such as static...
2013-08-15 Bill WendlingMake a few more things const.
2013-08-15 Bill WendlingUse a reference instead of making an unnecessary copy...
2013-08-14 David BlaikieDebugInfo: Prefer references over pointers, pass by...
2013-08-13 Carlo KokOutput DW_AT_stmt_list dwarf debug info as DW_FORM_sec_...
2013-08-13 Carlo KokFor COFF only: dwarf debug info output a label referenc...
2013-08-13 Evgeniy StepanovPass DIEHash::collectAttributes output argument by...
2013-08-13 Eric ChristopherAdd the start of DIE hashing for DWARF4 type units...
2013-08-12 Eric ChristopherReflow comment.
2013-08-12 Eric ChristopherRemove empty constructor.
2013-08-12 Eric ChristopherMove the addition of the dwo_id as late as possible...
2013-08-08 Eric ChristopherUpdate the CMake build files.
2013-08-08 Eric ChristopherMove hash computation code into a separate class and...
2013-08-08 Eric ChristopherFor DW_TAG_template_type_parameter the actual passed...
2013-08-08 Eric ChristopherThe conversion to bool is fine here, no need to check...
2013-08-08 Eric ChristopherMake sure that if we're going to attempt to add a type...
2013-08-08 Eric ChristopherChange variable name and reflow formatting.
2013-08-08 Eric ChristopherReflow for loop.
2013-08-08 Eric ChristopherBe more rigorous about the sizes of forms and attributes.
2013-08-07 Eric ChristopherUsing the integrated assembler we'd fail to change...
2013-08-07 Eric ChristopherRemove some parens. No functional change.
2013-08-07 Eric ChristopherAdd a way to grab a particular attribute out of a DIE.
2013-08-07 Eric ChristopherMove somewhat messy conditional out of line.
2013-08-06 NAKAMURA TakumiAsmPrinter/CMakeLists.txt: Add explicit dependency...
2013-08-05 Eric ChristopherRecommit previous cleanup with a fix for c++98 ambiguity.
2013-08-05 Eric ChristopherRevert "Use existing builtin hashing functions to make...
2013-08-05 Eric ChristopherUse existing builtin hashing functions to make this...
2013-08-05 Eric ChristopherChange parent hashing algorithm to be non-recursive...
2013-08-02 Carlo KokBugfix for making the DWARF debug strings and labels...
2013-08-02 NAKAMURA TakumiRevert r187597, "Bugfix for making the DWARF debug...
2013-08-01 David BlaikieDebugInfo: Emit definitions for types with no members.
2013-08-01 Carlo KokBugfix for making the DWARF debug strings and labels...
2013-07-29 Eric ChristopherFix a truly egregious thinko in anonymous namespace...
2013-07-29 Eric ChristopherMake sure we don't emit an ODR hash for types with...
2013-07-29 Eric ChristopherElaborate a bit on the type unit and ODR conditional...
2013-07-27 Benjamin KramerDwarfDebug: MD5 is always little endian, bswap on big...
2013-07-27 Chandler CarruthFix a memory leak in the debug emission by simply not...
2013-07-26 Eric ChristopherRemove addLetterToHash, no functional change.
2013-07-26 Eric ChristopherAdd preliminary support for hashing DIEs and breaking...
2013-07-23 Eric ChristopherReformat options.
2013-07-22 Eric ChristopherFormatting.
2013-07-16 Manman RenAdd getModuleFlag(StringRef Key) to query a module...
2013-07-16 Craig TopperAdd 'const' qualifiers to static const char* variables.
2013-07-14 Eric ChristopherClarify comments.
2013-07-14 Eric ChristopherCollapse temporary variable into call.
2013-07-11 Hal FinkelInitialize AsmPrinter::MF in the constructor
2013-07-09 Eric ChristopherFix comment.
2013-07-09 Adrian PrantlTypo.
2013-07-09 Adrian PrantlReapply an improved version of r180816/180817.
2013-07-08 Eric ChristopherUpdate comment to avoid mentioning DbgValues which...
2013-07-08 Manman RenDebug Info: clean up usage of Verify.
2013-07-08 David BlaikieDebugInfo: Correct comment & re-format a nearby loop
2013-07-08 David BlaikieDebugInfo: Simplify Address Pool index handling.
2013-07-08 Kai NackeRevert: Emit personality function and Dwarf EH data...
2013-07-06 Kai NackeEmit personality function and Dwarf EH data for Win64...
2013-07-05 Benjamin KramerSimplify code. No functionality change.
2013-07-04 Nico RieckInitialize object file info before output streamer
2013-07-03 Eric ChristopherHoist all of the Entry.getLoc() calls int a single...
2013-07-03 Eric ChristopherMake DotDebugLocEntry a class, reorder the members...
2013-07-03 Eric ChristopherElaborate on comment.
2013-07-03 Eric ChristopherAdd names to the header file since they help in documen...
2013-07-03 Eric ChristopherMove typedefs inside the class that they belong to.
2013-07-03 Eric ChristopherRemove unused field.
2013-07-03 Eric ChristopherConstify a few functions.
2013-07-03 Craig TopperIntroduce some typedefs for DenseMaps containing SmallV...
2013-07-03 Craig TopperUse SmallVectorImpl& instead of SmallVector& to avoid...
2013-07-03 Craig TopperUse SmallVectorImpl::iterator/const_iterator instead...
2013-07-03 Eric ChristopherAvoid doing a lot of computation when we have multiple...
2013-07-03 Eric ChristopherMove iterator to where it's used and update comments.
2013-07-03 Eric ChristopherMove instance variable before experimental section.
2013-07-03 Eric ChristopherFix typo to make grep for DW_AT_comp_dir work without...
2013-07-03 Eric ChristopherRemove unnecessary forward declare.
2013-07-03 Eric ChristopherAdd a helpful comment.
2013-07-03 Eric ChristopheraddConstantValue, addConstantFPValue never returned...
2013-07-02 Manman RenDebug Info: use module flag to set up Dwarf version.
2013-07-02 Eric ChristopherFix comment.
next