summaryrefslogtreecommitdiffstats
path: root/llvm/lib/CodeGen/AsmPrinter
Commit message (Expand)AuthorAgeFilesLines
* Make global aliases have symbol size equal to their typeJohn Brawn2015-07-171-0/+10
* Move most user of TargetMachine::getDataLayout to the Module oneMehdi Amini2015-07-165-97/+91
* Remove DataLayout from TargetLoweringObjectFile, redirect to ModuleMehdi Amini2015-07-162-10/+10
* Redirect pointerSize query to the TargetMachine in ASMPrinterMehdi Amini2015-07-162-8/+12
* Add a "debugger tuning" concept that allows us to fine-tune how wePaul Robinson2015-07-152-10/+71
* Debug Info: Add basic support for external types references.Adrian Prantl2015-07-154-3/+28
* [CodeGen] Force emission of personality directive if explicitly specifiedKeno Fischer2015-07-144-22/+54
* [WinEH] Emit the LSDA even if no lpads remain but outlining occurredReid Kleckner2015-07-131-6/+14
* Service the doxygen comments in DwarfUnit and DwarfDebug.Adrian Prantl2015-07-132-148/+151
* Print the visibility of available_externally functions.Rafael Espindola2015-07-131-1/+1
* [WinEH] Make sure LSDA tables are 4 byte alignedReid Kleckner2015-07-101-0/+2
* [CodeView] Add support for emitting column informationDavid Majnemer2015-07-092-10/+28
* Rename llvm.frameescape and llvm.framerecover to localescape and localrecoverReid Kleckner2015-07-072-2/+2
* Remove JumpInstrTableInfo.h as it is no longer used.Eric Christopher2015-07-061-1/+0
* Revert "[DWARF] Fix debug info generation for function static variables, type...David Blaikie2015-07-016-62/+35
* [AsmPrinter] Hide implementation detailsBenjamin Kramer2015-07-014-6/+6
* [DWARF] Fix debug info generation for function static variables, typedefs, an...Michael Kuperstein2015-07-016-35/+62
* [SEH] Add new intrinsics for recovering and restoring parent framesReid Kleckner2015-06-302-15/+26
* Debug info: Add dwarf backend support for DIModule.Adrian Prantl2015-06-303-0/+27
* [MMI] Use TinyPtrVector instead of PointerUnion with vector.Benjamin Kramer2015-06-291-2/+1
* Revert "Debug Info: One more bitfield bugfix. While yesterday's r240853 fixed"Adrian Prantl2015-06-271-18/+13
* Debug Info: One more bitfield bugfix. While yesterday's r240853 fixedAdrian Prantl2015-06-271-16/+21
* Debug Info: Fix a bug in the DW_AT_bit_offset calculation that wouldAdrian Prantl2015-06-261-13/+28
* Debug Info: Clarify the documentation for bitfields emission.Adrian Prantl2015-06-261-2/+7
* AsmPrinter: Use an intrusively linked list for DIE::ChildrenDuncan P. N. Exon Smith2015-06-258-53/+47
* AsmPrinter: Convert DIE::Values to a linked listDuncan P. N. Exon Smith2015-06-257-59/+66
* [AsmPrinter] Fix crash in handleIndirectSymViaGOTPCRelBruno Cardoso Lopes2015-06-251-2/+9
* AsmPrinter: Cleanup DIEValue::EmitValue() API, NFCDuncan P. N. Exon Smith2015-06-243-14/+13
* Simplify the Mangler interface now that DataLayout is mandatory.Rafael Espindola2015-06-232-5/+4
* Revert r240137 (Fixed/added namespace ending comments using clang-tidy. NFC)Alexander Kornienko2015-06-2316-16/+16
* AsmPrinter: Don't emit empty .debug_loc entriesDuncan P. N. Exon Smith2015-06-215-14/+122
* AsmPrinter: Rewrite initialization of DbgVariable, NFCDuncan P. N. Exon Smith2015-06-213-64/+85
* Fixed/added namespace ending comments using clang-tidy. NFCAlexander Kornienko2015-06-1917-17/+17
* [CodeGen] Don't emit a random reference to the personality functionDavid Majnemer2015-06-181-4/+0
* [AsmPrinter] Make isRepeatedByteSequence smarter about odd integer typesBenjamin Kramer2015-06-171-26/+16
* Move the personality function from LandingPadInst to FunctionDavid Majnemer2015-06-171-0/+4
* Rename and improve emitSectionOffset.Rafael Espindola2015-06-164-29/+19
* Replace string GNU Triples with llvm::Triple in TargetMachine::getTargetTripl...Daniel Sanders2015-06-161-5/+5
* Debug Info IR: Switch DIObjCProperty to use DITypeRef.Adrian Prantl2015-06-151-1/+1
* AsmPrinter.cpp: Avoid crashes for targeting like "arm-mingw32". CurrentFnSym ...NAKAMURA Takumi2015-06-141-1/+2
* Reformat.NAKAMURA Takumi2015-06-141-5/+3
* [WinEH] Put finally pointers in the handler scope table fieldReid Kleckner2015-06-111-14/+13
* [WinEH] Create an llvm.x86.seh.exceptioninfo intrinsicReid Kleckner2015-06-111-3/+18
* Generalize emitAbsoluteSymbolDiff.Rafael Espindola2015-06-111-19/+1
* Remove MachineModuleInfo::UsedFunctions as it has no users.Pete Cooper2015-06-111-1/+0
* [WinEH] _except_handlerN uses 0 instead of 1 to indicate catch-allReid Kleckner2015-06-101-6/+4
* Remove safeseh debug print and remove extra bracesReid Kleckner2015-06-101-5/+2
* [WinEH] Emit .safeseh directives for all 32-bit exception handlersReid Kleckner2015-06-101-0/+8
* Fix -Wsign-compare warning in WinException.cppReid Kleckner2015-06-101-1/+2
* [WinEH] Add 32-bit SEH state table emission prototypeReid Kleckner2015-06-092-1/+95
OpenPOWER on IntegriCloud