Initial support for Neon scalar instructions.
[oota-llvm.git] / lib / CodeGen / AsmPrinter /
2013-09-24 Eric ChristopherAdd namespaces to the list of items that we expose...
2013-09-23 Eric ChristopherAdd more external types to the pubtypes table. Expand...
2013-09-23 Eric ChristopherRename IsStatic variable to Linkage in order to be...
2013-09-23 Eric ChristopherFormatting.
2013-09-23 Eric ChristopherHandle gnu pubtypes sections:
2013-09-23 Richard MittonFixed debug_aranges handling for common symbols.
2013-09-20 Eric ChristopherMove emission of the debug string table to early in...
2013-09-20 Eric ChristopherMigrate addGlobalName to the .cpp file as an intermedia...
2013-09-20 David BlaikieDebugInfo: GDBIndexEntry*String conversion functions...
2013-09-19 Richard MittonAdded support for generate DWARF .debug_aranges section...
2013-09-19 David BlaikieDebugInfo: llvm-dwarfdump support for gnu_pubnames...
2013-09-19 David BlaikieDebugInfo: Improve IR annotation comments for GNU pubth...
2013-09-19 David BlaikieUnshift the GDB index/GNU pubnames constants modified...
2013-09-19 David BlaikieDebugInfo: Simplify gnu_pubnames index computation.
2013-09-19 David BlaikieRemove unnecessary conditional operators performing...
2013-09-19 David BlaikieFix a typo and simplify a boolean expression.
2013-09-16 Peter CollingbourneImplement function prefix data as an IR feature.
2013-09-13 Eric ChristopherAdd initial support for handling gnu style pubnames...
2013-09-13 Eric ChristopherReformat and hoist section grabbing to top level.
2013-09-12 Joey GoulyAdd an instruction deprecation feature to TableGen.
2013-09-11 Manman RenDebug info: add more comments.
2013-09-11 Benjamin KramerRevert "Give internal classes hidden visibility."
2013-09-11 Benjamin KramerGive internal classes hidden visibility.
2013-09-10 Eric ChristopherHoist section call out of loop.
2013-09-10 Manman RenDebug Info: create scope children DIEs when the scope...
2013-09-10 Manman RenDebug Info: define a DIRef template.
2013-09-09 Manman RenDebug Info: move DIScope::getContext back from DwarfDebug.
2013-09-09 Eric ChristopherAlways add global names. We're adding them in the rest...
2013-09-09 Eric ChristopherRename for consistency.
2013-09-09 Manman RenDebug Info: Use DIScopeRef for DIType::getContext.
2013-09-09 Manman RenDebug Info: move DIScope::getContext to DwarfDebug.
2013-09-09 Manman RenDebug Info: Move isSubprogramContext from DebugInfo...
2013-09-09 Manman RenDebug Info: Rename DITypeRef to DIScopeRef.
2013-09-07 Manman RenDebug Info: Use identifier to reference DIType in conta...
2013-09-06 Manman RenDebug Info: Use identifier to reference DIType in conta...
2013-09-05 Manman RenDebug Info: Use identifier to reference DIType in base...
2013-09-05 Eric ChristopherMove accelerator table defines and constants to Dwarf...
2013-09-05 Eric ChristopherReformat.
2013-09-04 Eric ChristopherRemove hack ensuring that darwin didn't produce dwarf...
2013-09-04 Eric ChristopherRevert "Revert r189902 as the workaround shouldn't...
2013-09-04 Eric ChristopherRevert r189902 as the workaround shouldn't be necessary...
2013-09-04 Eric ChristopherUnify and clean up.
2013-09-04 Michael GottesmanRevert "Revert "Remove the darwin gdb option, that...
2013-09-04 Michael GottesmanRevert "Remove the darwin gdb option, that version...
2013-09-04 Eric ChristopherRemove the darwin gdb option, that version of gdb is...
2013-09-04 Eric ChristopherMake the default dwarf version 3 for darwin when we...
2013-09-03 Eric ChristopherAdd a hashing routine that handles hashing types. Add...
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...
next