summaryrefslogtreecommitdiffstats
path: root/llvm/test/MC/COFF
Commit message (Expand)AuthorAgeFilesLines
* Revert "[COFF] Make the autogenerated .weak.<name>.default symbols static"Martin Storsjö2019-12-283-4/+4
* [COFF] Make the autogenerated .weak.<name>.default symbols staticMartin Storsjö2019-12-283-4/+4
* Migrate function attribute "no-frame-pointer-elim" to "frame-pointer"="all" a...Fangrui Song2019-12-241-1/+1
* [MC] Produce proper section relative relocations for COFF in .debug_frameMartin Storsjö2019-11-271-0/+26
* [llvm-objdump] Further rearrange llvm-objdump sections for compatabilityJordan Rupprecht2019-10-031-4/+4
* [X86] Print register names in .seh_* directivesReid Kleckner2019-08-303-5/+5
* Changing representation of .cv_def_range directives in Codeview debug info as...Nilanjana Basu2019-08-054-5/+100
* Revert "Changing representation of .cv_def_range directives in Codeview debug...Nilanjana Basu2019-08-053-5/+5
* Changing representation of .cv_def_range directives in Codeview debug info as...Nilanjana Basu2019-08-053-5/+5
* Temporarily Revert "Changing representation of cv_def_range directives in Cod...Eric Christopher2019-08-024-100/+5
* Changing representation of cv_def_range directives in Codeview debug info ass...Nilanjana Basu2019-08-024-5/+100
* MC: correct the emission of weak aliases in COFFSaleem Abdulrasool2019-06-264-5/+5
* [llvm-objdump] Use %08 instead of %016 to print leading addresses for 32-bit ...Fangrui Song2019-06-172-2/+2
* [lit] Delete empty lines at the end of lit.local.cfg NFCFangrui Song2019-06-172-2/+0
* [codeview] Revert inline line table change of r362264Reid Kleckner2019-05-313-5/+4
* [codeview] Fix inline line table accuracy for discontiguous segmentsReid Kleckner2019-05-314-50/+77
* [llvm-pdbutil] Dump inline call site line table annotationsReid Kleckner2019-05-291-1/+38
* [llvm-readobj] Change -t to --symbols in tests. NFCFangrui Song2019-05-0117-22/+22
* [llvm-readobj] Change -long-option to --long-option in tests. NFCFangrui Song2019-05-0146-52/+52
* [llvm-objdump] - Print LMAs when dumping section headers.George Rimar2019-01-281-1/+1
* simplify COFF module assembly test and move it to ObjectBob Haarman2019-01-251-21/+0
* allow COFF .def directive in module assembly when using ThinLTOBob Haarman2019-01-241-0/+21
* Python compat - print statementSerge Guelton2019-01-031-0/+2
* [llvm-readobj] [COFF] Print the symbol index for relocationsMartin Storsjo2019-01-031-0/+4
* [MC] Enable .file support on COFF and diagnose it on unsupported targetsReid Kleckner2018-12-211-0/+5
* [codeview] Flush labels before S_DEFRANGE* fragmentsReid Kleckner2018-12-171-0/+161
* [COFF] Don't mark mingw .eh_frame sections writableMartin Storsjo2018-12-031-0/+13
* [COFF] [X86] Don't use llvm_unreachable for unsupported relocation typesMartin Storsjo2018-10-041-0/+5
* [codeview] Fix 32-bit x86 variable locations in realigned stack framesReid Kleckner2018-10-021-0/+199
* [codeview] Add .cv_string directive for testing purposesReid Kleckner2018-09-071-0/+69
* [codeview] Improve readobj FPO dumper and pdbutil register namesReid Kleckner2018-09-072-12/+85
* [codeview] Emit labels for .cv_loc immediatelyReid Kleckner2018-08-282-4/+177
* MC: Don't align COFF section contents.Peter Collingbourne2018-08-231-1/+1
* MC: Teach the COFF object writer to write address-significance tables.Peter Collingbourne2018-08-221-0/+51
* [MC] Improve COFF associative section lookupReid Kleckner2018-08-163-0/+36
* [codeview] Use push_macro to avoid conflicts instead of a prefixReid Kleckner2018-08-161-4/+4
* [MC] Add support for the .rva assembler directive for COFF targetsMartin Storsjo2018-07-261-2/+32
* [CodeView] Add prefix to CodeView registers.Jonas Devlieghere2018-05-291-4/+4
* [DebugInfo] Add DILabel metadata and intrinsic llvm.dbg.label.Shiva Chen2018-05-091-1/+1
* [codeview] Ignore .cv_loc directives at the end of a functionReid Kleckner2018-04-251-0/+183
* [IR] Avoid the need to prefix MS C++ symbols with '\01'Reid Kleckner2018-03-161-17/+0
* [MC] Always emit relocations for same-section function referencesReid Kleckner2018-03-141-8/+17
* MC intel asm parser: Allow @ at the start of function names.Nico Weber2018-03-121-1/+4
* [CodeView] Add line numbers for inlined call sitesReid Kleckner2018-01-181-0/+26
* Reland "Emit Function IDs table for Control Flow Guard"Adrian McCarthy2018-01-091-0/+15
* Revert "Emit Function IDs table for Control Flow Guard"Adrian McCarthy2018-01-081-15/+0
* Emit Function IDs table for Control Flow GuardAdrian McCarthy2018-01-081-0/+15
* [X86] Don't use NOPL when the assembler is passed an empty CPU string. Update...Craig Topper2017-12-181-1/+1
* [CodeGen] Unify MBB reference format in both MIR and debug outputFrancis Visoiu Mistrih2017-12-0414-18/+18
* [CodeGen] Print register names in lowercase in both MIR and debug outputFrancis Visoiu Mistrih2017-11-281-1/+1
OpenPOWER on IntegriCloud