[stackprotector] Removed stale TODO.
[oota-llvm.git] / lib / CodeGen / AsmPrinter /
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.
2013-07-02 Ulrich Weigand[DebugInfo] Allow getDebugThreadLocalSymbol to return...
2013-07-02 Ulrich Weigand[DebugInfo] Hold generic MCExpr in AddrPool
2013-07-02 Ulrich Weigand[DebugInfo] Introduce DIEExpr variant of DIEValue to...
2013-07-02 Rafael EspindolaRemove address spaces from MC.
2013-07-01 David BlaikiePR14728: DebugInfo: TLS variables with -gsplit-dwarf
2013-06-28 David BlaikieDebugInfo: PR14728: TLS support
2013-06-28 David BlaikieDebugInfo: Pass MCSymbolRefExprs for labels instead...
2013-06-28 David BlaikieDebugInfo: Revise r185189 to avoid subtle 'unsigned...
2013-06-28 David BlaikieDebugInfo: Simplify the AddressPool representation
2013-06-28 David BlaikieDebugInfo: constify the AddressPool MCSymbol pointers
2013-06-25 Manman RenRemove unused code. No functionality change.
2013-06-24 Eric Christopher80-column and tab character fixes.
2013-06-24 Eric ChristopherFormatting.
2013-06-24 Eric ChristopherUse const references instead of pointers to references...
2013-06-23 David BlaikieDebugInfo: PR14404: Avoid truncating 64 bit values...
2013-06-22 David BlaikieDebugInfo: Support (using GNU extensions) for template...
2013-06-20 David BlaikieDebugInfo: don't use location lists when the location...
2013-06-19 David BlaikieDebugInfo: PR14763/r183329 correct the location of...
2013-06-16 David BlaikieDebugInfo: remove target-specific Frame Index handling...
2013-06-16 David BlaikieDebug Info: Simplify Frame Index handling in DBG_VALUE...
2013-06-15 David BlaikieDebugInfo: print DBG_VALUE MachineInstrs with [] for...
next