summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Target/X86/X86AsmPrinter.h
Commit message (Expand)AuthorAgeFilesLines
* [AsmPrinter] refactor to support %c w/ GlobalAddress'Nick Desaulniers2019-04-261-1/+1
* [X86AsmPrinter] refactor static functions into private methods. NFCNick Desaulniers2019-04-111-0/+12
* [AsmPrinter] refactor to remove remove AsmVariant. NFCNick Desaulniers2019-04-101-4/+2
* Update the file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-191-4/+3
* [COFF] Hoist constant pool handling from X86AsmPrinter into AsmPrinterMartin Storsjo2018-07-251-3/+0
* Remove \brief commands from doxygen comments.Adrian Prantl2018-05-011-1/+1
* [XRay] Typed event logging intrinsicKeith Wyss2018-04-171-0/+2
* Introduce the "retpoline" x86 mitigation technique for variant #2 of the spec...Chandler Carruth2018-01-221-0/+1
* [X86][Mips] Remove unused method declaration from the X86 and Mips AsmPrinters.Craig Topper2017-12-081-4/+0
* X86AsmPrinter.h: Add missing header for complete type needed for MCCodeEmitte...David Blaikie2017-10-241-0/+1
* [MC] Adding code padding for performance stability - infrastructure. NFC.Omer Paparo Bivas2017-10-241-0/+1
* Fix `FaultMaps` crash when the out streamer is reusedYichao Yu2017-10-171-0/+1
* [X86] Sink X86AsmPrinter ctor into .cpp file, NFCReid Kleckner2017-10-111-3/+1
* [codeview] Implement FPO data assembler directivesReid Kleckner2017-10-111-0/+6
* [XRay] Custom event logging intrinsicDean Michael Berris2017-05-081-0/+1
* [ImplicitNullCheck] Extend Implicit Null Check scope by using storesSanjoy Das2017-02-071-1/+1
* [X86] Implement -mfentryNirav Dave2017-01-311-0/+2
* [Target] Rename X86/ARM Assembly printer to reflect reality.Davide Italiano2016-11-101-1/+1
* Use StringRef in Pass/PassManager APIs (NFC)Mehdi Amini2016-10-011-1/+1
* [XRay] ARM 32-bit no-Thumb support in LLVMDean Michael Berris2016-09-191-23/+0
* Revert "[XRay] ARM 32-bit no-Thumb support in LLVM"Renato Golin2016-09-081-0/+23
* [XRay] ARM 32-bit no-Thumb support in LLVMDean Michael Berris2016-09-081-23/+0
* Revert "[X86] Support the "ms-hotpatch" attribute."Charles Davis2016-08-081-2/+0
* [X86] Support the "ms-hotpatch" attribute.Charles Davis2016-08-081-0/+2
* XRay: Add entry and exit sledsDean Michael Berris2016-07-141-4/+37
* [X86] Simplify StackMapShadowTracker; NFCSanjoy Das2016-04-191-5/+5
* Introduce a "patchable-function" function attributeSanjoy Das2016-04-191-6/+6
* [X86] Rip out orphaned method declarations and other dead code. NFC.Benjamin Kramer2015-10-151-2/+0
* Teach LTOModule to emit linker flags for dllexported symbols, plus interface ...Peter Collingbourne2015-06-291-2/+0
* [CodeGen] Introduce a FAULTING_LOAD_OP pseudo-op.Sanjoy Das2015-06-151-1/+5
* [X86MCInst] Move LowerSTATEPOINT to inside X86AsmPrinter. NFC.Sanjoy Das2015-05-061-0/+1
* [AsmPrinter] Make AsmPrinter's OutStreamer member a unique_ptr.Lang Hames2015-04-241-1/+1
* [patchpoint] Add support for symbolic patchpoint targets to SelectionDAG and theLang Hames2015-04-221-1/+1
* Save the MachineFunction in startFunction so that we can use it forEric Christopher2015-02-201-0/+1
* Migrate the X86 AsmPrinter away from using the subtarget whenEric Christopher2015-02-051-3/+1
* std::unique_ptrify the MCStreamer argument to createAsmPrinterDavid Blaikie2015-01-181-2/+3
* Add and update reset() and doInitialization() methods to MC* and passes.Yaron Keren2014-09-171-0/+6
* Canonicalize header guards into a common format.Benjamin Kramer2014-08-131-2/+2
* [X86] Clarify some stackmap shadow optimization code as based on reviewLang Hames2014-07-251-2/+13
* [X86] Optimize stackmap shadows on X86.Lang Hames2014-07-241-1/+53
* CodeGen: Stick constant pool entries in COMDAT sections for WinCOFFDavid Majnemer2014-07-141-0/+3
* X86: refactor export directive generationSaleem Abdulrasool2014-05-041-1/+3
* Prune includes in X86 target.Craig Topper2014-03-191-5/+2
* Replace '#include ValueTypes.h' with forward declarations.Patrik Hagglund2014-03-121-1/+0
* [C++11] Remove 'virtual' keyword from methods marked with 'override' keyword.Craig Topper2014-03-101-11/+11
* Switch all uses of LLVM_OVERRIDE to just use 'override' directly.Craig Topper2014-03-021-7/+7
* Re-sort all of the includes with ./utils/sort_includes.py so thatChandler Carruth2014-01-071-1/+1
* Refactor a lot of patchpoint/stackmap related code to simplify and make itLang Hames2013-11-291-11/+1
* Convert more methods in static helpers.Rafael Espindola2013-11-271-10/+0
* Convert these methods into static functions.Rafael Espindola2013-11-271-7/+0
OpenPOWER on IntegriCloud