summaryrefslogtreecommitdiff
path: root/lib/CodeGen/AsmPrinter
Commit message (Expand)AuthorAge
* Fix some 80 cols violations committed in r207539David Blaikie2014-04-29
* DwarfDebug: Split the initialization of abstract and non-abstract subprogram ...David Blaikie2014-04-29
* Remove DwarfUnit::LabelRange since it's unused.David Blaikie2014-04-28
* AddressPool::HasBeenUsed: Add comment explaining the use-case for this flag.David Blaikie2014-04-28
* DIE: Document some learnings about why the world isn't perfect.David Blaikie2014-04-28
* Satisfy sub-optimal GCC warning.David Blaikie2014-04-28
* Add (...) around && clause to appeace gcc 4.8's warningEli Bendersky2014-04-28
* DebugInfo: Just store the DIE by value in the DwarfUnitDavid Blaikie2014-04-28
* Pass DIEs to DwarfUnit constructors by unique_ptr.David Blaikie2014-04-28
* Reformat, 80-col, tab characters, etc.Eric Christopher2014-04-28
* Improve explicit memory ownership of DIEsDavid Blaikie2014-04-28
* DwarfDebug: Omit DW_AT_object_pointer on inlined_subroutinesDavid Blaikie2014-04-28
* [C++] Use 'nullptr'.Craig Topper2014-04-28
* Clarify the doxygen comment for AsmPrinter::EmitDwarfRegOpPiece and addAdrian Prantl2014-04-27
* Debug info: Refactor EmitDwarfRegOpPiece to be a member function ofAdrian Prantl2014-04-27
* Debug Info: Prepare DebugLocEntry to handle more than a single value perAdrian Prantl2014-04-27
* Make helper functions static.Benjamin Kramer2014-04-27
* Remove redundant explicit default initialization of non-trivially constructed...David Blaikie2014-04-27
* Add the default constructor DwarfAccelTable::DataArray() to initialize (MCSym...NAKAMURA Takumi2014-04-27
* DwarfDebug: Roll argument into call.David Blaikie2014-04-26
* DebugInfo: Fix and test a regression caused by r207263 causing the DW_AT_obje...David Blaikie2014-04-26
* DWARF Type Units: Avoid emitting type units under fission if the type require...David Blaikie2014-04-26
* DwarfDebug: Minor refactoring around type unit constructionDavid Blaikie2014-04-26
* Make sure that rangelists are also relative to the compile unitEric Christopher2014-04-25
* DwarfAccelTable: Store the string symbol in the accelerator table to avoid du...David Blaikie2014-04-25
* Encapsulate the DWARF string pool in a separate type.David Blaikie2014-04-25
* DwarfUnit: Remove unused functionDavid Blaikie2014-04-25
* DIE: Pass ownership of children via std::unique_ptr rather than raw pointer.David Blaikie2014-04-25
* DIEEntry: Refer to the specified DIE via reference rather than pointer.David Blaikie2014-04-25
* DwarfUnit: return by reference from createAndAddDIEDavid Blaikie2014-04-25
* Return DIE by reference instead of pointer from DwarfUnit::getUnitDieDavid Blaikie2014-04-25
* DwarfUnit: Suddently, DIE references, everywhere.David Blaikie2014-04-25
* Refactor some common logic in DwarfUnit::constructVariableDIE and pass non-nu...David Blaikie2014-04-25
* Add missing cpp file headerDavid Blaikie2014-04-25
* [C++] Use 'nullptr'.Craig Topper2014-04-24
* Remove unused parameterDavid Blaikie2014-04-24
* Remove the intermediate AccelTypes maps in DWARF units.David Blaikie2014-04-24
* Remove the intermediate AccelNamespace maps in DWARF units.David Blaikie2014-04-24
* Remove the intermediate AccelObjC maps in DWARF unitsDavid Blaikie2014-04-24
* And actually use the DwarfDebug::AccelNames to emit the names.David Blaikie2014-04-23
* More formatting...David Blaikie2014-04-23
* Remove intermediate accelerator table for names.David Blaikie2014-04-23
* DwarfAccelTable: Remove trivial dtor and simplify construction with an array.David Blaikie2014-04-23
* Move the AddressPool from DwarfFile to DwarfDebug.David Blaikie2014-04-23
* clang-format for my previous commit (I keep forgetting... )David Blaikie2014-04-23
* Separate out the DWARF address pool into its own type/files.David Blaikie2014-04-23
* clang-format r207010David Blaikie2014-04-23
* Split out DwarfFile from DwarfDebug into its own .h/.cpp files.David Blaikie2014-04-23
* Create MCTargetOptions.Evgeniy Stepanov2014-04-23
* Requisite reformatting for previous commit.David Blaikie2014-04-22