[WinEH] Try to make the MachineFunction CFG more accurate
[oota-llvm.git] / lib / CodeGen / AsmPrinter /
2015-04-15 Reid Kleckner[WinEH] Try to make the MachineFunction CFG more accurate
2015-04-15 Reid KlecknerReland "[WinEH] Use the parent function when computing...
2015-04-15 Reid KlecknerRevert "[WinEH] Use the parent function when computing...
2015-04-15 Reid Kleckner[WinEH] Use the parent function when computing frameesc...
2015-04-14 Reid Kleckner[WinEH] Avoid emitting xdata tables twice for cleanups
2015-04-14 David BlaikieDebugInfo: Pubnames: Do not include variable declaratio...
2015-04-14 Duncan P. N. Exon... DebugInfo: Gut DISubprogram and DILexicalBlock*
2015-04-14 Duncan P. N. Exon... DebugInfo: Gut DINamespace and DITemplate*Parameter
2015-04-14 Duncan P. N. Exon... DebugInfo: Gut DIVariable and DIGlobalVariable
2015-04-14 Duncan P. N. Exon... DebugInfo: Inline DIVariable::isBlockByrefVariable...
2015-04-14 Duncan P. N. Exon... DebugInfo: Gut DIObjCProperty and DIImportedEntity
2015-04-14 Duncan P. N. Exon... DebugInfo: Gut DILocation
2015-04-14 Duncan P. N. Exon... DebugInfo: Gut DIExpression
2015-04-13 Duncan P. N. Exon... DebugInfo: Remove DIObjCProperty attribute accessors...
2015-04-13 Duncan P. N. Exon... DebugInfo: Remove DIGlobalVariable::getGlobal()
2015-04-13 Duncan P. N. Exon... Reapply "Verifier: Check for incompatible bit piece...
2015-04-13 Duncan P. N. Exon... Revert "Verifier: Check for incompatible bit piece...
2015-04-11 Duncan P. N. Exon... Verifier: Check for incompatible bit piece expressions
2015-04-11 Alexander KornienkoUse 'override/final' instead of 'virtual' for overridde...
2015-04-10 David Majnemer[WinEHPrepare] Don't rely on the order of IR
2015-04-07 Reid Kleckner[WinEH] Fix xdata generation when no catch object is...
2015-04-07 Duncan P. N. Exon... Revert "Try a third time to fix MSVC build after r234290"
2015-04-07 Rafael EspindolaRefactor a lot of duplicated code for stub output.
2015-04-07 Duncan P. N. Exon... Try a third time to fix MSVC build after r234290
2015-04-07 Duncan P. N. Exon... Try again to fix MSVC build after r234290
2015-04-07 Duncan P. N. Exon... Try to fix MSVC build after r234290
2015-04-07 Duncan P. N. Exon... DebugInfo: Remove DITypedArray<>, replace with typedefs
2015-04-07 Duncan P. N. Exon... DebugInfo: Remove special iterators from DIExpression
2015-04-06 Duncan P. N. Exon... CodeGen: Stop using DIDescriptor::is*() and auto-casting
2015-04-06 Duncan P. N. Exon... DebugInfo: Remove DIDescriptor::Verify()
2015-04-03 David Majnemer[WinEH] Fill out CatchHigh in the TryBlockMap
2015-04-03 David Majnemer[WinEH] Fill out .xdata for catch objects
2015-04-03 Duncan P. N. Exon... CodeGen: Assert that inlined-at locations agree
2015-03-31 David Majnemer[WinEH] Generate .xdata for catch handlers
2015-03-30 Duncan P. N. Exon... LexicalScopes: Use debug info hierarchy pervasively
2015-03-30 David Majnemer[WinEH] Run cleanup handlers when an exception is thrown
2015-03-30 Duncan P. N. Exon... DwarfDebug: Avoid creating new DebugLocs in the backend
2015-03-30 Duncan P. N. Exon... CodeGen: Use the new DebugLoc API, NFC
2015-03-27 Yaron KerenRemove superfluous .str() and replace std::string conca...
2015-03-27 Ahmed Bougacha[AsmPrinter] Don't assert on GOT equivalent non-constan...
2015-03-23 Rafael EspindolaRefactor how passes get a symbol at the end of a section.
2015-03-23 Benjamin KramerRe-sort includes with sort-includes.py and insert raw_o...
2015-03-23 Benjamin KramerPurge unused includes throughout libSupport.
2015-03-21 Eric ChristopherChange getISAEncoding to use the target triple to determine
2015-03-20 Duncan P. N. Exon... AsmPrinter: Check subprogram before using it
2015-03-20 Duncan P. N. Exon... DwarfDebug: Check for null DebugLocs
2015-03-20 Eric ChristopherAt the beginning of doFinalization set the MachineFunct...
2015-03-17 Rafael EspindolaEmit the offset directly instead of creating a dummy...
2015-03-17 Rafael EspindolaCentralize the handling of unique ids for temporary...
2015-03-17 Rafael EspindolaRemove the error prone GetTempSymbol API.
2015-03-17 Rafael EspindolaConvert the last 4 users of GetTempSymbol to createTemp...
2015-03-17 Rafael EspindolaMake EmitFunctionHeader a private helper.
2015-03-17 Rafael EspindolaConvert the easy cases of GetTempSymbol to createTempSy...
2015-03-17 Rafael EspindolaDon't duplicate comment from the .h. NFC.
2015-03-17 Rafael EspindolaMove the EH symbol to the asm printer and use it for...
2015-03-17 Rafael EspindolaRemove dead code. NFC.
2015-03-17 Rafael EspindolaReplace a use of GetTempSymbol with createTempSymbol.
2015-03-16 Duncan P. N. Exon... IR: Take advantage of -verify checks for MDExpression
2015-03-16 Akira Hatanaka[AsmPrinter] Use the per-function subtarget to emit...
2015-03-13 Eric ChristopherUse the cached subtarget off of the machine function.
2015-03-12 Jingyue Wu[NVPTXAsmPrinter] do not print .align on function headers
2015-03-11 Rafael EspindolaPrint section start labels when first switching to...
2015-03-10 Paul RobinsonEmit correct linkage-name attribute based on DWARF...
2015-03-10 Rafael EspindolaCreate symbols marking the start of a section earlier.
2015-03-10 Bruno Cardoso Lopes[AsmPrinter][TLOF] Reintroduce AArch64 test
2015-03-10 Adrian PrantlChange the datatype of DwarfExpression::Emit(Un)Signed...
2015-03-10 Rafael EspindolaStore an optional section start label in MCSection.
2015-03-10 Rafael EspindolaRemove effectively dead code.
2015-03-10 Rafael EspindolaMove variable into assert to fix -Asserts builds.
2015-03-10 Rafael EspindolaRemove incredibly confusing isBaseAddressKnownZero.
2015-03-10 Rafael EspindolaUse a better name for compile unit labels.
2015-03-10 Frederic RissDwarfAccelTable: remove unneeded bucket terminators.
2015-03-10 Rafael EspindolaMove label creation close to emission. NFC.
2015-03-10 Mehdi AminiDataLayout is mandatory, update the API to reflect...
2015-03-10 Frederic RissDwarfAccelTable: Fix handling of hash collisions.
2015-03-09 Rafael EspindolaUse a MapVector instead of an extra sort.
2015-03-09 Frederic RissDwarfAccelTable: fix obvious typo.
2015-03-09 Rafael EspindolaDon't prime the section map.
2015-03-09 Rafael EspindolaPrint jump tables before exception tables.
2015-03-09 Rafael EspindolaDon't repeat name in comment. NFC.
2015-03-09 Rafael EspindolaRemove dummy method implementations.
2015-03-06 Bruno Cardoso Lopes[AsmPrinter][TLOF] 32-bit MachO support for replacing...
2015-03-06 Bruno Cardoso Lopes[AsmPrinter][TLOF] ARM64 MachO support for replacing...
2015-03-05 Rafael EspindolaUse the correct func begin symbol in all places in...
2015-03-05 Rafael EspindolaUse the generic Lfunc_begin label on ppc.
2015-03-05 Frederic RissRemove useless break after return.
2015-03-05 Rafael EspindolaUse the existing begin and end symbol for debug info.
2015-03-05 Paul RobinsonTurn off .debug_pubnames/pubtypes for PS4.
2015-03-04 Frederic RissTeach DIEInteger to emit FORM_strp and FORM_ref_addr...
2015-03-04 Paul RobinsonSupport standard DWARF TLS opcode; Darwin and PS4 use it.
2015-03-04 Adrian PrantlFix DwarfExpression::AddMachineRegExpression so it...
2015-03-04 Frederic RissMove emitDIE and emitAbbrevs to AsmPrinter. NFC.
2015-03-04 Frederic RissConstify AsmPrinter passed to DIE methods.
2015-03-04 Rafael EspindolaUse the vanilla func_end symbol for .size.
2015-03-04 Rafael EspindolaDrop the "eh_" from eh_func_begin and eh_func_end.
2015-03-03 Adrian PrantlFix PR22762. When emitting a DWARF expression check...
2015-03-03 Dario DomizioliFix PR22750: non-determinism causes assertion failure...
2015-03-02 Adrian PrantlRevert "Revert "For the dwarf expression code get the...
2015-03-02 Adrian PrantlRefactor DebugLocDWARFExpression so it doesn't require...
2015-03-02 Rui UeyamaUse read{16,32,64}{le,be}() instead of *reinterpret_cas...
next