summaryrefslogtreecommitdiffstats
path: root/llvm/test/MC
Commit message (Expand)AuthorAgeFilesLines
* [PowerPC] Add support for vmsumudmAhsan Saghir2020-06-222-0/+6
* [arm] Add big-endian version of pcrel fixups for adr instructionsDimitry Andric2020-05-191-0/+2
* [MC][ARM] Resolve some pcrel fixups at assembly time (PR44929)Hans Wennborg2020-02-273-2/+21
* [RISCV] Fix evaluating %pcrel_lo against global and weak symbolsJames Clarke2020-01-235-17/+81
* [BranchAlign] Add master --x86-branches-within-32B-boundaries flagPhilip Reames2020-01-141-5/+8
* [ARM][Thumb2] Fix ADD/SUB invalid writes to SPDiogo Sampaio2020-01-149-50/+276
* [AMDGPU] Remove duplicate gfx10 assembler and disassembler testsJay Foad2020-01-142-5163/+0
* [AMDGPU] Improve error checking in gfx10 assembler testsJay Foad2020-01-141-3/+12836
* [AMDGPU] Add gfx9 assembler and disassembler test casesJay Foad2020-01-142-0/+2946
* [MC] Don't resolve relocations referencing STB_LOCAL STT_GNU_IFUNCFangrui Song2020-01-131-1/+7
* [AArch64] Emit HINT instead of PAC insns in Armv8.2-A or belowPablo Barrio2020-01-131-16/+29
* [MIPS][ELF] Use PC-relative relocations in .eh_frame when possibleAlex Richardson2020-01-131-35/+75
* [RISCV] Check register class for AMO memory operandsJames Clarke2020-01-131-0/+22
* [MC][ELF] Emit a relocation if target is defined in the same section and is n...Fangrui Song2020-01-127-37/+54
* [AMDGPU] Add gfx8 assembler and disassembler test casesJay Foad2020-01-122-0/+3264
* [PowerPC] Delete PPCDarwinAsmPrinter and PPCMCAsmInfoDarwinFangrui Song2020-01-123-58/+0
* [X86] Adjust nop emission by compiler to consider target decode limitationsPhilip Reames2020-01-111-2/+2
* Reverting, broke some bots. Need further investigation.Diogo Sampaio2020-01-109-276/+50
* [ARM][Thumb2] Fix ADD/SUB invalid writes to SPDiogo Sampaio2020-01-109-50/+276
* [X86] AMD Znver2 (Rome) Scheduler enablementGanesh Gopalasubramanian2020-01-101-0/+2
* [RISCV] Fix evalutePCRelLo for symbols at the end of a fragmentJames Clarke2020-01-081-31/+90
* [NFC] Fix trivial typos in commentsJames Henderson2020-01-062-3/+3
* [X86][AsmParser] re-introduce 'offset' operatorEric Astor2019-12-301-0/+13
* 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"="false" to "frame-pointer"...Fangrui Song2019-12-243-3/+3
* Migrate function attribute "no-frame-pointer-elim" to "frame-pointer"="all" a...Fangrui Song2019-12-245-7/+7
* MC: Ensure test only reads from the Inputs directoryDavid Blaikie2019-12-239-80/+80
* [NFC] Remove unnecessary blank and rename align-branch-64-5b.s to align-branc...Shengchen Kan2019-12-231-0/+0
* [Test] Add examples of problematic assembler auto-paddingPhilip Reames2019-12-221-0/+65
* Add a set of tests with basic coverage of the recently added boundary align f...Philip Reames2019-12-201-0/+110
* Align branches within 32-Byte boundary (NOP padding)Philip Reames2019-12-2012-0/+469
* [RISCV] Don't crash on unsupported relocationsLuís Marques2019-12-191-0/+7
* [ MC ] Match labels to existing fragments even when switching sections.Michael Trent2019-12-181-0/+48
* [llvm-readelf] - Change letters used for SHF_ARM_PURECODE and SHF_X86_64_LARG...Georgii Rymar2019-12-181-2/+2
* [WebAssembly] Implement SIMD {i8x16,i16x8}.avgr_u instructionsThomas Lively2019-12-171-1/+7
* Revert "[ MC ] Match labels to existing fragments even when switching sections."Mitch Phillips2019-12-171-48/+0
* [WebAssembly] Convert MC tests to from bitcode to asmSam Clegg2019-12-174-258/+278
* [ MC ] Match labels to existing fragments even when switching sections.Michael Trent2019-12-171-0/+48
* [RISCV][NFC] Trivial cleanupLuís Marques2019-12-171-1/+1
* [RISCV] Move DebugLoc Copy into CompressInstEmitterSam Elliott2019-12-131-0/+20
* [MC][PowerPC] Fix a crash when redefining a symbol after .setFangrui Song2019-12-131-0/+5
* [llvm-readobj] - Fix letters used for dumping section types in GNU style.Georgii Rymar2019-12-131-1/+1
* [WebAssembly] Add new `export_name` clang attribute for controlling wasm expo...Sam Clegg2019-12-111-0/+26
* [RISCV] Improve assembler missing feature warningsSimon Cook2019-12-1014-122/+141
* [WebAssebmly][MC] Support .import_name/.import_field asm directivesSam Clegg2019-12-062-31/+33
* [AArch64][v8.3a] Don't emit LDRA '[xN]!' alias in disassembly.Simon Tatham2019-11-282-4/+4
* AArch64: support the Apple NEON syntax for v8.2 crypto instructions.Tim Northover2019-11-271-0/+41
* [MC] Produce proper section relative relocations for COFF in .debug_frameMartin Storsjö2019-11-271-0/+26
* [mips] Fix sc, scs, ll, lld instructions expandingSimon Atanasyan2019-11-274-42/+1182
OpenPOWER on IntegriCloud