Use the existing begin and end symbol for debug info.
[oota-llvm.git] / lib / CodeGen / AsmPrinter / AsmPrinter.cpp
2015-03-05 Rafael EspindolaUse the existing begin and end symbol for debug info.
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-02-27 Eric ChristopherRemove the Forward Control Flow Integrity pass and...
2015-02-27 Rafael EspindolaCentralize handling of the eh_begin and eh_end labels.
2015-02-23 Bruno Cardoso Lopes[AsmPrinter] Access pointers to globals via pcrel GOT...
2015-02-20 Eric ChristopherRemove more uses of TargetMachine::getSubtargetImpl...
2015-02-20 Eric ChristopherAsmPrinter::doFinalization is at the module level and...
2015-02-20 Eric ChristopherRemove the MCInstrInfo cached variable as it was only...
2015-02-19 Eric ChristopherUpdate and remove a few calls to TargetMachine::getSubt...
2015-02-17 Rafael EspindolaTwines should be passed by const ref.
2015-02-17 Rafael EspindolaAdd r228939 back with a fix.
2015-02-14 Matthias BraunRevert "On ELF, put PIC jump tables in a non executable...
2015-02-12 Rafael EspindolaOn ELF, put PIC jump tables in a non executable section.
2015-02-12 Rafael EspindolaPut each jump table in an independent section if the...
2015-02-09 Adrian PrantlDebug info: Use DW_OP_bit_piece instead of DW_OP_piece...
2015-02-03 Eric ChristopherOnly access TLOF via the TargetMachine, not TargetLowering.
2015-01-26 Eric ChristopherMove DataLayout back to the TargetMachine from TargetSu...
2015-01-23 Reid KlecknerClassify functions by EH personality type rather than...
2015-01-18 David Blaikiestd::unique_ptrify the MCStreamer argument to createAsm...
2015-01-13 Reid KlecknerAdd the llvm.frameallocate and llvm.recoverframeallocat...
2015-01-07 Philip ReamesIntroduce an example statepoint GC strategy
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-19 Reid KlecknerAdd the ExceptionHandling::MSVC enumeration
2014-12-16 Matt ArsenaultMove lowerConstant to AsmPrinter
2014-12-16 Aaron BallmanFixing -Wsign-compare warnings; NFC.
2014-12-15 Michael IlsemanSilence more static analyzer warnings.
2014-12-11 Philip ReamesGCStrategy should not own GCFunctionInfo
2014-12-09 Philip ReamesRemove the Module pointer from GCStrategy and GCMetadat...
2014-12-03 Peter CollingbournePrologue support
2014-11-19 David BlaikieUpdate SetVector to rely on the underlying set's insert...
2014-11-14 Reid KlecknerRename EH related stuff to be more precise
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 MajnemerCodeGen: Enable DWARF emission for MS ABI targets
2014-10-21 Rafael EspindolaFix a bit of confusion about .set and produce more...
2014-10-21 Rafael EspindolaMake AsmPrinter::EmitLabelOffsetDifference a static...
2014-10-15 Rafael EspindolaSimplify handling of --noexecstack by using getNonexecu...
2014-10-01 Adrian PrantlMove the complex address expression out of DIVariable...
2014-10-01 Adrian PrantlRevert r218778 while investigating buldbot breakage.
2014-10-01 Adrian PrantlMove the complex address expression out of DIVariable...
2014-09-16 Owen AndersonAdd back a fallback case for targets that do not or...
2014-09-15 Rafael EspindolaFix a lot of confusion around inserting nops on empty...
2014-09-10 Adrian PrantlCleanup: Use the appropriate API for accessing the...
2014-09-01 Saleem AbdulrasoolCodeGen: indicate Windows unwind data format
2014-09-01 Saleem AbdulrasoolCodeGen: split out the Win64Exception emitter
2014-08-15 Rafael EspindolaDelete dead code. NFC.
2014-08-05 Eric ChristopherHave MachineFunction cache a pointer to the subtarget...
2014-08-04 Eric ChristopherRemove the TargetMachine forwards for TargetSubtargetIn...
2014-08-01 Adrian PrantlDebug info: Infrastructure to support debug locations...
2014-07-30 Rafael EspindolaRefactor duplicated code.
2014-07-30 Rafael EspindolaAdd the missing hasLinkOnceODRLinkage predicate.
2014-07-24 Lang Hames[X86] Optimize stackmap shadows on X86.
2014-07-14 David MajnemerCodeGen: Stick constant pool entries in COMDAT sections...
2014-07-14 David MajnemerCodeGen: Add a getSectionKind method to MachineConstant...
2014-07-03 Ulrich WeigandFix ppcf128 component access on little-endian systems
2014-06-29 Saleem AbdulrasoolCodeGen: rename Win64 ExceptionHandling to WinEH
2014-06-26 Alp TokerRevert "Introduce a string_ostream string builder facilty"
2014-06-26 Alp TokerIntroduce a string_ostream string builder facilty
2014-06-21 Richard TrieuAdd back functionality removed in r210497.
2014-06-19 Eric ChristopherRemove unnecessary include.
2014-06-11 Saleem AbdulrasoolCodeGen: refactor DwarfException
2014-06-09 Richard TrieuRemoving an "if (!this)" check from two print methods...
2014-06-06 Rafael EspindolaFix a few issues with comdat handling on COFF.
2014-06-05 Tom RoederAdd a new attribute called 'jumptable' that creates...
2014-06-04 Hans WennborgDon't emit structors for available_externally globals...
2014-06-03 Rafael EspindolaAllow alias to point to an arbitrary ConstantExpr.
2014-05-16 Rafael EspindolaDelete getAliasedGlobal.
2014-05-16 Reid KlecknerAdd comdat key field to llvm.global_ctors and llvm...
2014-05-16 Rafael EspindolaRevert "Implement global merge optimization for global...
2014-05-15 Jiangning LiuImplement global merge optimization for global variables.
2014-05-13 Rafael EspindolaSplit GlobalValue into GlobalValue and GlobalObject.
2014-04-28 Craig Topper[C++] Use 'nullptr'.
2014-04-24 Craig Topper[C++] Use 'nullptr'.
2014-04-22 Chandler Carruth[Modules] Remove potential ODR violations by sinking...
2014-04-16 Jim Grosbach[c++11] Tidy up AsmPrinter.cpp.
2014-04-15 David BlaikieUse unique_ptr for the result of Registry entries.
2014-04-15 David BlaikieUse unique_ptr to manage ownership of GCStrategy object...
2014-03-27 Saleem AbdulrasoolCanonicalise Windows target triple spellings
2014-03-18 Jim GrosbachMachO: Emit a version-min load command when possible.
2014-03-13 Rafael EspindolaRemove the linker_private and linker_private_weak linkages.
2014-03-12 Rafael EspindolaReject alias to undefined symbols in the verifier.
2014-03-11 David BlaikieAccept Twine's to AsmPrinter::getTempSymbol (refactorin...
2014-03-07 Rafael EspindolaReplace PROLOG_LABEL with a new CFI_INSTRUCTION.
2014-03-07 Eric ChristopherMove some dwarf emission routines to AsmPrinterDwarf...
2014-03-07 Eric Christopher80-column fixups.
2014-03-06 Rafael EspindolaRemove shouldEmitUsedDirectiveFor.
2014-03-06 Chandler Carruth[Layering] Move DebugInfo.h into the IR library where...
2014-03-05 Rafael EspindolaAlways print the implicit .text at the start of an...
2014-03-04 Chandler Carruth[cleanup] Re-sort all the includes with utils/sort_incl...
2014-02-27 Adrian PrantlDebug info: Remove ARMAsmPrinter::EmitDwarfRegOp()...
2014-02-26 Adrian PrantlFix a type error that crept into r202313.
2014-02-26 Adrian PrantlDebug info: Refactor AsmPrinter::EmitDwarfRegOp to...
2014-02-19 Rafael Espindolamove getNameWithPrefix and getSymbol to TargetMachine.
next