[Orc] New JIT APIs.
[oota-llvm.git] / lib / CodeGen / AsmPrinter /
2015-01-23 Adrian PrantlMove the accessor functions from DIExpression::iterato...
2015-01-23 Reid KlecknerClassify functions by EH personality type rather than...
2015-01-23 Adrian PrantlDebug Info / PR22309: Allow union types to be emitted...
2015-01-22 David BlaikieRevert "PR21408: Workaround the appearance of duplicate...
2015-01-22 Adrian PrantlRename DIExpressionIterator to DIExpression::iterator.
2015-01-22 Reid KlecknerWin64 SEH: Emit the constant 1 for catch-all into xdata
2015-01-22 Adrian PrantlMake DwarfExpression use the new DIExpressionIterator...
2015-01-19 Adrian PrantlRemove support for DIVariable's FlagIndirectVariable...
2015-01-18 David Blaikiestd::unique_ptrify the MCStreamer argument to createAsm...
2015-01-16 Philip Reamesclang-format all the GC related files (NFC)
2015-01-15 NAKAMURA TakumiWin64Exception.cpp: Try to fix crash for x64 EH. "Per...
2015-01-14 Reid KlecknerUse MMI->getPersonality() instead of MMI->getPersonalit...
2015-01-14 Reid KlecknerEmit the Itanium LSDA for unknown EH personalities...
2015-01-14 Chandler Carruth[cleanup] Re-sort all the #include lines in LLVM using
2015-01-14 Reid KlecknerCodeGen support for x86_64 SEH catch handlers in LLVM
2015-01-14 Adrian PrantlDebug Info: Implement DwarfCompileUnit::addComplexAddre...
2015-01-14 Adrian PrantlDebug Info: Emitting a register in DwarfExpression...
2015-01-14 Adrian PrantlDebug Info: Move DIEDwarfExpression into DwarfExpressio...
2015-01-14 Adrian PrantlDebug Info: Don't bother emitting DW_AT_frame_base...
2015-01-14 Adrian PrantlRevert "Debug Info: Bail out of AddMachineRegPiece...
2015-01-13 Adrian PrantlDebug Info: Bail out of AddMachineRegPiece() if Machine...
2015-01-13 Adrian PrantlDebug Info: Move the complex expression handling (...
2015-01-13 Adrian Prantlcleanup.
2015-01-13 Adrian PrantlDocument, cleanup, and clang-format DwarfExpression.h
2015-01-13 Adrian PrantlDebug Info: Turn DIExpression::getFrameRegister() into...
2015-01-13 Reid KlecknerAdd the llvm.frameallocate and llvm.recoverframeallocat...
2015-01-13 Adrian PrantlDebug Info: Move support for constants into DwarfExpres...
2015-01-12 Adrian PrantlMake DwarfExpression store the AsmPrinter instead of...
2015-01-12 Adrian Prantlremove extra semicolon
2015-01-12 Adrian PrantlRun clang-format on the parts of AsmPrinterDwarf where...
2015-01-12 Adrian PrantlDebug Info: Add a virtual destructor to DwarfExpression.
2015-01-12 Adrian PrantlUntwine this expression. Thanks to David for noticing!
2015-01-12 Adrian PrantlDebug Info: Implement DwarfUnit::addRegisterOpPiece...
2015-01-12 Adrian PrantlDebug Info: Implement DwarfUnit::addRegisterOffset...
2015-01-12 Adrian PrantlDebug info: Factor out the creation of DWARF expression...
2015-01-07 Adrian PrantlUpdate a comment.
2015-01-07 Adrian PrantlDebug info: Allow aggregate types to be described by...
2015-01-07 Philip ReamesIntroduce an example statepoint GC strategy
2015-01-05 Frederic RissMake DIE.h a public CodeGen header.
2014-12-30 David BlaikieDebugInfo: Omit is_stmt from line table entries on...
2014-12-30 Peter Collingbournex86_64: Fix calls to __morestack under the large code...
2014-12-26 Timur IskhodzhanovBand-aid fix for PR22032: don't emit DWARF debug info...
2014-12-24 David MajnemerCodeGen: Error on redefinitions instead of asserting
2014-12-24 David MajnemerCodeGen: Allow aliases to be overridden by variables
2014-12-24 David MajnemerMC: Label definitions are permitted after .set directives
2014-12-24 Adrian PrantlDebug Info: In symmetry to DW_TAG_pointer_type, do...
2014-12-19 Reid KlecknerEH: Sink computation of local PadMap variable into...
2014-12-19 Reid KlecknerAdd the ExceptionHandling::MSVC enumeration
2014-12-19 Adrian PrantlExplain why LLVM is emitting a DW_AT_containing_type...
2014-12-17 Toma Tabacu[mips] Set GCC-compatible MIPS asssembler options befor...
2014-12-17 David BlaikiePR21875: codegen for non-type template parameters of...
2014-12-16 Matt ArsenaultMove lowerConstant to AsmPrinter
2014-12-16 Aaron BallmanFixing -Wsign-compare warnings; NFC.
2014-12-16 Adrian PrantlARM/AArch64: Attach the FrameSetup MIFlag to CFI instru...
2014-12-15 Michael IlsemanSilence more static analyzer warnings.
2014-12-12 Ekaterina RomanovaA fix for PR21176.
2014-12-11 Ekaterina RomanovaReverting commit 223981, because the test that I added...
2014-12-11 Philip ReamesGCStrategy should not own GCFunctionInfo
2014-12-10 Ekaterina RomanovaA fix for PR21176.
2014-12-09 Philip ReamesRemove the Module pointer from GCStrategy and GCMetadat...
2014-12-09 Duncan P. N. Exon... IR: Split Metadata from Value
2014-12-05 Eric ChristopherThese two calls were grabbing the same register info...
2014-12-05 Adrian PrantlCleanup: Calls to getDwarfRegNum() may actually fail...
2014-12-03 Peter CollingbournePrologue support
2014-11-21 Manman RenDebug Info: revert r222195, r222210 and r222239.
2014-11-19 David BlaikieUpdate SetVector to rely on the underlying set's insert...
2014-11-19 David BlaikieRemove StringMap::GetOrCreateValue in favor of StringMa...
2014-11-18 Frederic RissAllow DwarfCompileUnit::constructImportedEntityDIE...
2014-11-18 Manman RenDebug Info: In DIBuilder, the context field of a global...
2014-11-14 Reid KlecknerRename EH related stuff to be more precise
2014-11-14 Reid KlecknerAllow the use of functions as typeinfo in landingpad...
2014-11-12 Frederic RissFix emission of Dwarf accelerator table when there...
2014-11-12 Timur IskhodzhanovTemporary fix for PR21528 - use mangled C++ function...
2014-11-12 Timur Iskhodzhanov[COFF] Make it clearer that the symbols subsection...
2014-11-11 Duncan P. N. Exon... Revert "IR: MDNode => Value"
2014-11-11 Tom RoederAdd Forward Control-Flow Integrity.
2014-11-06 Rafael EspindolaCompute the correct jump table entries on 32 bit windows.
2014-11-05 Duncan P. N. Exon... IR: MDNode => Value: NamedMDNode::getOperator()
2014-11-04 David BlaikieProvide gmlt-like inline scope information in the skele...
2014-11-04 David BlaikieMove cross-unit DIE caching to the DwarfFile level...
2014-11-04 David MajnemerCodeGen: Enable DWARF emission for MS ABI targets
2014-11-03 David BlaikieUse common range handling for the CU's ranges
2014-11-03 David BlaikiePush the CURangeList down into the skeleton CU (where...
2014-11-03 David BlaikieAdd DwarfCompileUnit::BaseAddress to track the base...
2014-11-03 David BlaikieCleanup some unused or trivial functions in DwarfCompil...
2014-11-03 David BlaikieSink DwarfUnit::CURanges into DwarfCompileUnit
2014-11-03 Oliver StannardRevert r221150, as it broke sanitizer tests
2014-11-03 Oliver StannardEmit .eh_frame with relocations to functions, rather...
2014-11-03 David BlaikieSink range list handling down from DwarfUnit into its...
2014-11-02 David BlaikieFormatting
2014-11-02 David BlaikieAdd DwarfUnit::isDwoUnit and use it to generalize strin...
2014-11-02 David BlaikieRemove the last mention of LineTablesOnly from DwarfUni...
2014-11-02 David BlaikieSink DwarfUnit::applySubprogramAttributesToDefinition...
2014-11-02 David BlaikieSink DwarfUnit::addExpr into DwarfCompileUnit
2014-11-02 David BlaikieFix the build from the last commit
2014-11-02 David BlaikieSink DwarfUnit::applyVariableAttributes into DwarfCompi...
2014-11-02 David BlaikieSink DwarfUnit::addLocationList down into DwarfCompileUnit
2014-11-02 David BlaikieSink DwarfUnit::addComplexAddress down into DwarfCompil...
2014-11-02 David BlaikiePush DwarfUnit::addAddress down into DwarfCompileUnit
2014-11-02 David BlaikieSink DwarfUnit::addVariableAddress into DwarfCompileUni...
next