summaryrefslogtreecommitdiffstats
path: root/llvm/lib/CodeGen/AsmPrinter
Commit message (Expand)AuthorAgeFilesLines
* Update a comment.Adrian Prantl2015-01-071-0/+2
* Debug info: Allow aggregate types to be described by constants.Adrian Prantl2015-01-071-2/+5
* Introduce an example statepoint GC strategyPhilip Reames2015-01-071-0/+5
* Make DIE.h a public CodeGen header.Frederic Riss2015-01-059-595/+8
* DebugInfo: Omit is_stmt from line table entries on the same line.David Blaikie2014-12-301-1/+3
* x86_64: Fix calls to __morestack under the large code model.Peter Collingbourne2014-12-301-0/+17
* Band-aid fix for PR22032: don't emit DWARF debug info if AddressSanitizer is ...Timur Iskhodzhanov2014-12-261-3/+16
* CodeGen: Error on redefinitions instead of assertingDavid Majnemer2014-12-241-5/+11
* CodeGen: Allow aliases to be overridden by variablesDavid Majnemer2014-12-241-0/+2
* MC: Label definitions are permitted after .set directivesDavid Majnemer2014-12-241-0/+2
* Debug Info: In symmetry to DW_TAG_pointer_type, do not emit the byte sizeAdrian Prantl2014-12-241-1/+2
* EH: Sink computation of local PadMap variable into function that uses itReid Kleckner2014-12-192-17/+15
* Add the ExceptionHandling::MSVC enumerationReid Kleckner2014-12-192-8/+9
* Explain why LLVM is emitting a DW_AT_containing_type inside of a class.Adrian Prantl2014-12-191-0/+2
* [mips] Set GCC-compatible MIPS asssembler options before inline asm blocks.Toma Tabacu2014-12-171-0/+4
* PR21875: codegen for non-type template parameters of nullptr_t typeDavid Blaikie2014-12-171-2/+5
* Move lowerConstant to AsmPrinterMatt Arsenault2014-12-161-25/+20
* Fixing -Wsign-compare warnings; NFC.Aaron Ballman2014-12-161-1/+2
* ARM/AArch64: Attach the FrameSetup MIFlag to CFI instructions.Adrian Prantl2014-12-161-1/+5
* Silence more static analyzer warnings.Michael Ilseman2014-12-151-2/+4
* A fix for PR21176. Ekaterina Romanova2014-12-121-0/+12
* Reverting commit 223981, because the test that I added (incorrect-variable-de...Ekaterina Romanova2014-12-111-2/+0
* GCStrategy should not own GCFunctionInfoPhilip Reames2014-12-113-15/+30
* A fix for PR21176.Ekaterina Romanova2014-12-101-0/+2
* Remove the Module pointer from GCStrategy and GCMetadataPrinterPhilip Reames2014-12-093-15/+15
* IR: Split Metadata from ValueDuncan P. N. Exon Smith2014-12-092-5/+6
* These two calls were grabbing the same register info. Unify them.Eric Christopher2014-12-051-3/+2
* 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
OpenPOWER on IntegriCloud