summaryrefslogtreecommitdiffstats
path: root/llvm/lib/CodeGen/AsmPrinter
Commit message (Expand)AuthorAgeFilesLines
* CodeGen: avoid emitting unnecessary CFISaleem Abdulrasool2016-07-151-4/+5
* [codeview] Shrink inlined call site line info tablesReid Kleckner2016-07-141-0/+3
* [codeview] Improved array type support.Amjad Aboud2016-07-124-33/+87
* [COFF, Dwarf] Don't emit DW_AT_location for dllimported entitiesDavid Majnemer2016-07-092-55/+66
* AsmPrinter: Fix emitKill() not flush()ing a raw_string_ostreamMatthias Braun2016-07-091-1/+1
* AsmPrinter: Avoid implicit iterator conversions in DbgValueHistoryCalculator,...Duncan P. N. Exon Smith2016-07-081-2/+2
* [CodeView] Implement support for thread-local variablesDavid Majnemer2016-07-071-4/+15
* [CodeView] Emit an appropriate symbol kind for globalsDavid Majnemer2016-07-061-2/+12
* [CodeView] Unions are always sealedDavid Majnemer2016-07-061-1/+1
* Retry: "Emit CodeView type records for nested classes."Adrian McCarthy2016-07-062-7/+29
* Revert "Emit CodeView type records for nested classes."Adrian McCarthy2016-07-062-29/+7
* Emit CodeView type records for nested classes.Adrian McCarthy2016-07-062-7/+29
* [codeview] Set the Nested and Scoped ClassOptions based on the scope chainReid Kleckner2016-07-021-12/+31
* [CodeView] Include the offset of nested membersDavid Majnemer2016-07-011-4/+5
* [CodeView] Pretty print anonymous scopesDavid Majnemer2016-07-011-14/+31
* [codeview] Don't record UDTs for anonymous structsReid Kleckner2016-07-011-0/+4
* [codeview] Assert that our CV type records are validReid Kleckner2016-07-011-3/+27
* 80-column and comment fixups.Eric Christopher2016-07-011-5/+8
* [codeview] Add DISubprogram::ThisAdjustmentReid Kleckner2016-07-011-24/+27
* [CodeView] Implement support for bitfields in LLVMDavid Majnemer2016-06-301-11/+21
* CodeGen: Use MachineInstr& in TargetInstrInfo, NFCDuncan P. N. Exon Smith2016-06-301-4/+4
* Use isPositionIndependent in a few more places.Rafael Espindola2016-06-281-1/+1
* Move isPositionIndependent up to AsmPrinter.Rafael Espindola2016-06-271-0/+4
* Revert r273807 (and r273809, r273810), it caused PR28311Nico Weber2016-06-261-49/+3
* Fixed build failure (due to unused variable error) in r273807.Amjad Aboud2016-06-261-0/+1
* Fixed build failure (due to unused variable error) in r273807.Amjad Aboud2016-06-261-3/+1
* [codeview] Improved array type support.Amjad Aboud2016-06-261-2/+49
* Fix the type signature of DwarfExpression::Add.*Constant to support values >3...Adrian Prantl2016-06-242-4/+4
* [codeview] Emit parameter variables in the right orderReid Kleckner2016-06-242-4/+25
* [codeview] Emit base class information from DW_TAG_inheritance nodesReid Kleckner2016-06-242-3/+49
* [codeview] Add classes and unions to the Local/Global UDTs listsHans Wennborg2016-06-232-19/+29
* [codeview] Emit retained typesHans Wennborg2016-06-232-0/+17
* [codeview] Write LF_UDT_SRC_LINE records (PR28251)Hans Wennborg2016-06-221-6/+20
* IR: Introduce Module::global_objects().Peter Collingbourne2016-06-221-10/+4
* [codeview] Add IntroducingVirtual debug info flagReid Kleckner2016-06-221-21/+6
* [codeview] Defer emission of all referenced complete recordsReid Kleckner2016-06-222-2/+49
* [codeview] Remove ClassInfoMapReid Kleckner2016-06-222-26/+13
* [codeview] Improve names of types in scopes and member function idsReid Kleckner2016-06-222-60/+126
* [StackProtector] Fix computation of GSCookieOffset and EHCookieOffset with SEH4Etienne Bergeron2016-06-211-5/+32
* [codeview] Fix DenseMap pointer invalidation bugReid Kleckner2016-06-211-6/+9
* doesSetDirectiveSuppressesReloc -> doesSetDirectiveSuppressReloc, theJoerg Sonnenberger2016-06-181-2/+2
* [codeview] Emit non-virtual method type.Amjad Aboud2016-06-182-85/+312
* [codeview] Emit incomplete member pointer types with the unknown modelReid Kleckner2016-06-171-7/+13
* [codeview] Add DIFlags for pointer to member representationsReid Kleckner2016-06-171-7/+35
* Apply another batch of fixes from clang-tidy's performance-unnecessary-value-...Benjamin Kramer2016-06-172-2/+2
* [CodeView] Refactor enumerator emissionDavid Majnemer2016-06-171-9/+17
* [codeview] Make function names more consistent with MSVCReid Kleckner2016-06-171-29/+38
* [CodeView] Implement support for enumsDavid Majnemer2016-06-162-0/+22
* NFC; refactor getFrameIndexReferenceFromSPSanjoy Das2016-06-161-3/+12
* Resubmit "[pdb] Change type visitor pattern to be dynamic."Zachary Turner2016-06-161-4/+3
OpenPOWER on IntegriCloud