summaryrefslogtreecommitdiffstats
path: root/llvm/lib/CodeGen/AsmPrinter/AsmPrinter.cpp
Commit message (Expand)AuthorAgeFilesLines
...
* [AsmPrinter] Make AsmPrinter::HandlerInfo::Handler a unique_ptrFangrui Song2019-04-301-13/+13
* [Remarks] Add string deduplication using a string tableFrancis Visoiu Mistrih2019-04-241-0/+23
* Use llvm::stable_sortFangrui Song2019-04-231-3/+3
* [RISCV] Put data smaller than eight bytes to small data sectionShiva Chen2019-04-111-0/+3
* Change some dyn_cast to more apropriate isa. NFCFangrui Song2019-04-051-1/+1
* [IR] Refactor attribute methods in Function class (NFC)Evandro Menezes2019-04-041-1/+1
* [RISCV] Generate address sequences suitable for mcmodel=mediumAlex Bradbury2019-04-011-1/+4
* [Remarks] Emit a section containing remark diagnostics metadataFrancis Visoiu Mistrih2019-03-271-0/+45
* Revert "[Remarks] Refactor remark diagnostic emission in a RemarkStreamer"Francis Visoiu Mistrih2019-03-061-1/+0
* [Remarks] Refactor remark diagnostic emission in a RemarkStreamerFrancis Visoiu Mistrih2019-03-061-0/+1
* Implementation of asm-goto support in LLVMCraig Topper2019-02-081-0/+1
* Remove reference to non-existent function. NFC.Sam Clegg2019-02-071-2/+1
* [WebAssembly] MC: Mark more function aliases as functionsSam Clegg2019-02-041-1/+11
* [DEBUGINFO] Reposting r352642: Handle restore instructions in LiveDebugValuesWolfgang Pieb2019-02-041-32/+11
* [AsmPrinter] Remove hidden flag -print-schedule.Andrea Di Biagio2019-02-041-46/+11
* Reverting r352642 - Handle restore instructions in LiveDebugValues - as it's ...Wolfgang Pieb2019-01-301-13/+34
* [DEBUGINFO] Handle restore instructions in LiveDebugValuesWolfgang Pieb2019-01-301-34/+13
* [MC] Teach the MachO object writer about N_FUNC_COLDVedant Kumar2019-01-251-0/+3
* [DEBUG_INFO, NVPTX] Fix relocation info.Alexey Bataev2019-01-221-0/+6
* Update the file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-191-4/+3
* [DebugInfo] Move several private headers to include directoryYonghong Song2018-12-181-1/+1
* Implement -frecord-command-line (-frecord-gcc-switches)Scott Linder2018-12-141-0/+26
* [macho] save the SDK version stored in module metadata into the version min andAlex Lorenz2018-12-141-1/+1
* Revert "[BTF] Add BTF DebugInfo"Yonghong Song2018-11-301-9/+0
* [BTF] Add BTF DebugInfoYonghong Song2018-11-301-0/+9
* [DebugInfo] Rename EmitDebugThreadLocal back to EmitDebugValue. NFCSimon Atanasyan2018-11-281-2/+1
* [CodeGen] Support custom format of stack mapsThan McIntosh2018-11-261-5/+22
* Reland "[WebAssembly] LSDA info generation"Heejin Ahn2018-10-251-1/+2
* Revert "[WebAssembly] LSDA info generation"Krasimir Georgiev2018-10-161-2/+1
* [WebAssembly] LSDA info generationHeejin Ahn2018-10-161-1/+2
* Remove FrameAccess struct from hasLoadFromStackSlotSander de Smalen2018-09-051-9/+11
* Extend hasStoreToStackSlot with list of FI accesses.Sander de Smalen2018-09-031-6/+16
* [MinGW] [X86] Add stubs for references to data variables that might end up im...Martin Storsjo2018-08-291-0/+28
* CodeGen: Add two more conditions for adding symbols to the address-significan...Peter Collingbourne2018-08-241-1/+2
* [x86/MIR] Implement support for pre- and post-instruction symbols, asChandler Carruth2018-08-161-0/+8
* Rename the cfguard module flag to cfguardtableHans Wennborg2018-08-101-1/+1
* Revert "[COFF] Use comdat shared constants for MinGW as well"Martin Storsjo2018-07-261-1/+1
* [COFF] Use comdat shared constants for MinGW as wellMartin Storsjo2018-07-251-1/+1
* [COFF] Hoist constant pool handling from X86AsmPrinter into AsmPrinterMartin Storsjo2018-07-251-0/+20
* CodeGen: Don't create address significance table entries for thread-local var...Peter Collingbourne2018-07-181-1/+2
* CodeGen: Add a target option for emitting .addrsig directives for all address...Peter Collingbourne2018-07-171-0/+8
* Recommit r335333 "[MC] - Add .stack_size sections into groups and link them w...George Rimar2018-06-221-1/+2
* Revert r335332 "[MC] - Add .stack_size sections into groups and link them wit...George Rimar2018-06-221-2/+1
* [MC] - Add .stack_size sections into groups and link them with .textGeorge Rimar2018-06-221-1/+2
* [DWARF] Rework debug line parsing to use llvm::Error and callbacksJames Henderson2018-05-101-0/+5
* [DebugInfo] Examine all uses of isDebugValue() for debug instructions.Shiva Chen2018-05-091-1/+1
* [DebugInfo] Convert intrinsic llvm.dbg.label to MachineInstr.Shiva Chen2018-05-091-0/+30
* [AsmPrinter] Allow emitting codeview for any windows targetMartin Storsjo2018-05-081-2/+1
* Add assertion to padding size calculation, NFCKrzysztof Parzyszek2018-05-021-0/+1
* Remove \brief commands from doxygen comments.Adrian Prantl2018-05-011-5/+5
OpenPOWER on IntegriCloud