summaryrefslogtreecommitdiff
path: root/llvm/lib/Target/X86/X86AsmPrinter.h
AgeCommit message (Expand)Author
2018-07-25[COFF] Hoist constant pool handling from X86AsmPrinter into AsmPrinterMartin Storsjo
2018-05-01Remove \brief commands from doxygen comments.Adrian Prantl
2018-04-17[XRay] Typed event logging intrinsicKeith Wyss
2018-01-22Introduce the "retpoline" x86 mitigation technique for variant #2 of the spec...Chandler Carruth
2017-12-08[X86][Mips] Remove unused method declaration from the X86 and Mips AsmPrinters.Craig Topper
2017-10-24X86AsmPrinter.h: Add missing header for complete type needed for MCCodeEmitte...David Blaikie
2017-10-24[MC] Adding code padding for performance stability - infrastructure. NFC.Omer Paparo Bivas
2017-10-17Fix `FaultMaps` crash when the out streamer is reusedYichao Yu
2017-10-11[X86] Sink X86AsmPrinter ctor into .cpp file, NFCReid Kleckner
2017-10-11[codeview] Implement FPO data assembler directivesReid Kleckner
2017-05-08[XRay] Custom event logging intrinsicDean Michael Berris
2017-02-07[ImplicitNullCheck] Extend Implicit Null Check scope by using storesSanjoy Das
2017-01-31[X86] Implement -mfentryNirav Dave
2016-11-10[Target] Rename X86/ARM Assembly printer to reflect reality.Davide Italiano
2016-10-01Use StringRef in Pass/PassManager APIs (NFC)Mehdi Amini
2016-09-19[XRay] ARM 32-bit no-Thumb support in LLVMDean Michael Berris
2016-09-08Revert "[XRay] ARM 32-bit no-Thumb support in LLVM"Renato Golin
2016-09-08[XRay] ARM 32-bit no-Thumb support in LLVMDean Michael Berris
2016-08-08Revert "[X86] Support the "ms-hotpatch" attribute."Charles Davis
2016-08-08[X86] Support the "ms-hotpatch" attribute.Charles Davis
2016-07-14XRay: Add entry and exit sledsDean Michael Berris
2016-04-19[X86] Simplify StackMapShadowTracker; NFCSanjoy Das
2016-04-19Introduce a "patchable-function" function attributeSanjoy Das
2015-10-15[X86] Rip out orphaned method declarations and other dead code. NFC.Benjamin Kramer
2015-06-29Teach LTOModule to emit linker flags for dllexported symbols, plus interface ...Peter Collingbourne
2015-06-15[CodeGen] Introduce a FAULTING_LOAD_OP pseudo-op.Sanjoy Das
2015-05-06[X86MCInst] Move LowerSTATEPOINT to inside X86AsmPrinter. NFC.Sanjoy Das
2015-04-24[AsmPrinter] Make AsmPrinter's OutStreamer member a unique_ptr.Lang Hames
2015-04-22[patchpoint] Add support for symbolic patchpoint targets to SelectionDAG and theLang Hames
2015-02-20Save the MachineFunction in startFunction so that we can use it forEric Christopher
2015-02-05Migrate the X86 AsmPrinter away from using the subtarget whenEric Christopher
2015-01-18std::unique_ptrify the MCStreamer argument to createAsmPrinterDavid Blaikie
2014-09-17Add and update reset() and doInitialization() methods to MC* and passes.Yaron Keren
2014-08-13Canonicalize header guards into a common format.Benjamin Kramer
2014-07-25[X86] Clarify some stackmap shadow optimization code as based on reviewLang Hames
2014-07-24[X86] Optimize stackmap shadows on X86.Lang Hames
2014-07-14CodeGen: Stick constant pool entries in COMDAT sections for WinCOFFDavid Majnemer
2014-05-04X86: refactor export directive generationSaleem Abdulrasool
2014-03-19Prune includes in X86 target.Craig Topper
2014-03-12Replace '#include ValueTypes.h' with forward declarations.Patrik Hagglund
2014-03-10[C++11] Remove 'virtual' keyword from methods marked with 'override' keyword.Craig Topper
2014-03-02Switch all uses of LLVM_OVERRIDE to just use 'override' directly.Craig Topper
2014-01-07Re-sort all of the includes with ./utils/sort_includes.py so thatChandler Carruth
2013-11-29Refactor a lot of patchpoint/stackmap related code to simplify and make itLang Hames
2013-11-27Convert more methods in static helpers.Rafael Espindola
2013-11-27Convert these methods into static functions.Rafael Espindola
2013-11-17Added a size field to the stack map record to handle subregister spills.Andrew Trick
2013-10-31Add support for stack map generation in the X86 backend.Andrew Trick
2013-06-16DebugInfo: remove target-specific Frame Index handling for DBG_VALUE MachineI...David Blaikie
2013-02-19Make pass name more precise and fix comment.Eli Bendersky