summaryrefslogtreecommitdiffstats
path: root/llvm/lib/CodeGen/AsmPrinter
Commit message (Expand)AuthorAgeFilesLines
* Cleanup: Calls to getDwarfRegNum() may actually fail, if there isAdrian Prantl2014-12-053-27/+44
* Prologue supportPeter Collingbourne2014-12-031-3/+7
* Debug Info: revert r222195, r222210 and r222239.Manman Ren2014-11-211-2/+2
* Update SetVector to rely on the underlying set's insert to return a pair<iter...David Blaikie2014-11-192-3/+4
* Remove StringMap::GetOrCreateValue in favor of StringMap::insertDavid Blaikie2014-11-191-2/+1
* Allow DwarfCompileUnit::constructImportedEntityDIE to instanciate a GlobalVar...Frederic Riss2014-11-181-0/+2
* Debug Info: In DIBuilder, the context field of a global variable is updated toManman Ren2014-11-181-2/+2
* Rename EH related stuff to be more preciseReid Kleckner2014-11-143-9/+9
* Allow the use of functions as typeinfo in landingpad clausesReid Kleckner2014-11-142-7/+7
* Fix emission of Dwarf accelerator table when there are multiple CUs.Frederic Riss2014-11-123-7/+10
* Temporary fix for PR21528 - use mangled C++ function names in COFF debug info...Timur Iskhodzhanov2014-11-121-1/+8
* [COFF] Make it clearer that the symbols subsection holds function display nam...Timur Iskhodzhanov2014-11-121-1/+1
* Revert "IR: MDNode => Value"Duncan P. N. Exon Smith2014-11-112-5/+5
* Add Forward Control-Flow Integrity.Tom Roeder2014-11-111-6/+6
* Compute the correct jump table entries on 32 bit windows.Rafael Espindola2014-11-061-2/+3
* IR: MDNode => Value: NamedMDNode::getOperator()Duncan P. N. Exon Smith2014-11-052-5/+5
* Provide gmlt-like inline scope information in the skeleton CU to facilitate s...David Blaikie2014-11-045-31/+74
* Move cross-unit DIE caching to the DwarfFile level, so it doesn't interfere w...David Blaikie2014-11-043-14/+14
* CodeGen: Enable DWARF emission for MS ABI targetsDavid Majnemer2014-11-041-5/+3
* Use common range handling for the CU's rangesDavid Blaikie2014-11-034-55/+38
* Push the CURangeList down into the skeleton CU (where available) rather than ...David Blaikie2014-11-033-3/+3
* Add DwarfCompileUnit::BaseAddress to track the base address used by relative ...David Blaikie2014-11-033-7/+11
* Cleanup some unused or trivial functions in DwarfCompileUnitDavid Blaikie2014-11-032-7/+1
* Sink DwarfUnit::CURanges into DwarfCompileUnitDavid Blaikie2014-11-033-8/+7
* Revert r221150, as it broke sanitizer testsOliver Stannard2014-11-032-2/+2
* Emit .eh_frame with relocations to functions, rather than sectionsOliver Stannard2014-11-032-2/+2
* Sink range list handling down from DwarfUnit into its only use, in DwarfCompi...David Blaikie2014-11-032-15/+15
* FormattingDavid Blaikie2014-11-021-1/+1
* Add DwarfUnit::isDwoUnit and use it to generalize string creationDavid Blaikie2014-11-025-15/+34
* Remove the last mention of LineTablesOnly from DwarfUnit, sinking it into Dwa...David Blaikie2014-11-023-4/+7
* Sink DwarfUnit::applySubprogramAttributesToDefinition into DwarfCompileUnitDavid Blaikie2014-11-024-8/+10
* Sink DwarfUnit::addExpr into DwarfCompileUnitDavid Blaikie2014-11-024-10/+10
* Fix the build from the last commitDavid Blaikie2014-11-021-2/+2
* Sink DwarfUnit::applyVariableAttributes into DwarfCompileUnitDavid Blaikie2014-11-024-12/+12
* Sink DwarfUnit::addLocationList down into DwarfCompileUnitDavid Blaikie2014-11-024-13/+12
* Sink DwarfUnit::addComplexAddress down into DwarfCompileUnitDavid Blaikie2014-11-024-67/+65
* Push DwarfUnit::addAddress down into DwarfCompileUnitDavid Blaikie2014-11-024-24/+22
* Sink DwarfUnit::addVariableAddress into DwarfCompileUnit since type units don...David Blaikie2014-11-024-18/+17
* DebugInfo: Sink accelerator table lists down (GlobalNames/Types) into DwarfCo...David Blaikie2014-11-026-33/+42
* Add DwarfUnit::addGlobalType to match DwarfUnit::addGlobalNameDavid Blaikie2014-11-022-7/+15
* DebugInfo: Refactor index type DIE initialization by rolling it into the acce...David Blaikie2014-11-022-10/+13
* Be sure to initialize DwarfCompileUnit::LabelBegin now that it may be skipped...David Blaikie2014-11-021-1/+1
* Don't bother creating LabelBegin for .dwo unitsDavid Blaikie2014-11-022-4/+8
* Drop DwarfCompileUnit::getLocalLabel* in favor of just mapping through the sk...David Blaikie2014-11-022-17/+5
* Sink DwarfUnit::LabelBegin down into DwarfCompileUnit since that's the only p...David Blaikie2014-11-023-10/+10
* Sink dwarf unit length emission down into DwarfUnit::emitHeaderDavid Blaikie2014-11-014-7/+14
* Remove DwarfUnit::LabelEnd in favor of computing the length of the section di...David Blaikie2014-11-015-12/+5
* Sink DwarfUnit::SectionSym into DwarfCompileUnit as it's only needed/used there.David Blaikie2014-11-014-40/+28
* Make DwarfCompileUnit::Skeleton more narrowly typed (DwarfCompileUnit* instea...David Blaikie2014-11-011-3/+3
* Sink DwarfUnit::Skeleton down into DwarfCompileUnitDavid Blaikie2014-11-014-25/+25
OpenPOWER on IntegriCloud