OSDN Git Service

[Tests] Autogen a test in advance of updates
[android-x86/external-llvm.git] / test / MC /
2019-05-06 Craig Topper[X86] Remove the suffix on vcvt[u]si2ss/sd register...
2019-05-06 Fangrui Song[X86] Move files to correct directories after D60552
2019-05-03 Brian Cain[hexagon] change AsmParser assertion to error
2019-05-03 Craig Topper[X86] Allow assembly parser to accept x/y/z suffixes...
2019-05-03 Eli Friedman[AArch64][MC] Reject "add x0, x1, w2, lsl #1" etc.
2019-05-02 Stanislav Mekhanoshin[AMDGPU] gfx1010 allows VOP3 to have a literal
2019-05-02 Craig Topper[X86] Remove the redundant suffix in vfpclassp[d,s...
2019-05-01 Stanislav Mekhanoshin[AMDGPU] gfx1010 MIMG implementation
2019-05-01 Stanislav Mekhanoshin[AMDGPU] gfx1010 DS implementation
2019-05-01 Hubert Tong[tests] Add host-byteorder-*-endian; update XFAILs...
2019-05-01 Fangrui Song[llvm-objdump] Print newlines before and after "Disasse...
2019-05-01 Fangrui Song[llvm-readobj] Change -t to --symbols in tests. NFC
2019-05-01 Fangrui Song[llvm-readobj] llvm-readobj --elf-output-style=GNU...
2019-05-01 Fangrui Song[llvm-readobj] Change -long-option to --long-option...
2019-04-30 Stanislav Mekhanoshin[AMDGPU] gfx1010 VMEM and SMEM implementation
2019-04-30 Dan Gohman[WebAssembly] Fix test after r359602
2019-04-29 Cullen Rhodes[AArch64][SVE] Asm: add aliases for unpredicated bitwis...
2019-04-29 Craig Topper[X86] Remove some intel syntax aliases on (v)cvtpd2...
2019-04-27 Fangrui Song[llvm-nm][llvm-readelf] Avoid single-dash -long-option...
2019-04-26 Stanislav Mekhanoshin[AMDGPU] gfx1010 VOPC implementation
2019-04-26 Stanislav Mekhanoshin[AMDGPU] gfx1010 VOP3 and VOP3P implementation
2019-04-26 Stanislav Mekhanoshin[AMDGPU] gfx1010 VOP2 changes
2019-04-24 Stanislav Mekhanoshin[AMDGPU] gfx1010 SOP instructions
2019-04-24 Stanislav Mekhanoshin[AMDGPU] gfx1010 sgpr register changes
2019-04-23 Lewis Revill[RISCV] Support assembling %tls_{ie,gd}_pcrel_hi modifiers
2019-04-23 Tim NorthoverARM: disallow add/sub to sp unless Rn is also sp.
2019-04-23 George Rimar[llvm-mc] - Properly set the the address align field...
2019-04-22 Dmitry Preobrazhensky[AMDGPU][MC] Corrected parsing of SP3 'neg' modifier
2019-04-19 Ali Tamur[llvm] Prevent duplicate files in debug line header...
2019-04-17 Dmitry Preobrazhensky[AMDGPU][MC] Corrected handling of "-" before expressions
2019-04-17 Dmitry Preobrazhensky[AMDGPU][MC] Corrected parsing of registers
2019-04-15 Sean FertileAdd slbfee instruction.
2019-04-12 Thomas Lively[WebAssembly] Add DataCount section to object files
2019-04-11 Roger Ferrer Ibanez[RISCV] Diagnose invalid second input register operand...
2019-04-10 Craig Topper[X86] Move the 2 byte VEX optimization for MOV instruct...
2019-04-10 Craig Topper[X86] Support the EVEX versions vcvt(t)ss2si and vcvt...
2019-04-09 Craig Topper[X86] Add support for {vex2}, {vex3}, and {evex} to...
2019-04-04 Sam Clegg[WebAssembly] Add new explicit relocation types for...
2019-04-04 Lewis Revill[RISCV] Support assembling TLS add and associated modifiers
2019-04-04 Sander de Smalen[AArch64][AsmParser] Fix .arch_extension directive...
2019-04-03 Javed Absar[AArch64] Update v8.5a MTE LDG/STG instructions
2019-04-02 Stefan Pintilie[PowerPC] Fix reversed bit issue in DCMX mask for ...
2019-04-02 Alex Bradbury[RISCV] Support assembling @plt symbol operands
2019-04-01 David Spickett[AArch64] Add v8.5-a Memory Tagging STZGM instruction
2019-04-01 David Spickett[AArch64] Add v8.5-a Memory Tagging STGM/LDGM instructions
2019-04-01 David Spickett[AArch64] Add v8.5-a Memory Tagging GMID_EL1 register
2019-04-01 Alex Bradbury[RISCV] Don't evaluatePCRelLo if a relocation will...
2019-03-29 Dmitry Preobrazhensky[AMDGPU][MC] Corrected conversion rules for inlinable...
2019-03-29 Dmitry Preobrazhensky[AMDGPU][MC] Corrected handling of tied src for atomic...
2019-03-29 Thomas Lively[WebAssembly] Merge used feature sets, update atomics...
2019-03-28 Eli Friedman[MC] Fix floating-point literal lexing.
2019-03-27 Sander de Smalen[AArch64][SVE] Asm: error on unexpected SVE vector...
2019-03-27 Dmitry PreobrazhenskyRevert of 357063 [AMDGPU][MC] Corrected handling of...
2019-03-27 Dmitry Preobrazhensky[AMDGPU][MC] Corrected handling of tied src for atomic...
2019-03-26 Ali TamurRevert "[llvm] Reapply "Prevent duplicate files in...
2019-03-26 Sam Clegg[WebAssembly] Initial implementation of PIC code generation
2019-03-26 Ali Tamur[llvm] Reapply "Prevent duplicate files in debug line...
2019-03-26 Oliver Stannard[ARM][Asm] Accept upper case coprocessor number and...
2019-03-26 Craig TopperX86AsmParser: Do not process a non-existent token
2019-03-25 Ali TamurRevert "[llvm] Prevent duplicate files in debug line...
2019-03-25 Ali Tamur[llvm] Prevent duplicate files in debug line header...
2019-03-22 Tim Renouf[AMDGPU] Implemented dwordx3 variants of buffer/tbuffer...
2019-03-22 Alex Bradbury[RISCV] Add basic RV32E definitions and MC layer support
2019-03-22 Alex Bradbury[RISCV][NFC] Add test case to MC/RISCV/linker-relaxatio...
2019-03-22 Alex Bradbury[RISCV][NFC] Expand test/MC/RISCV/linker-relaxation...
2019-03-21 Alex Bradbury[RISCV][NFC] Remove old CHECK lines from linker-relaxat...
2019-03-20 Tim Renouf[AMDGPU] Do not generate spurious PAL metadata
2019-03-20 Thomas Lively[WebAssembly] Target features section
2019-03-20 Konstantin ZhuravlyovAMDHSA: Fix COMPUTE_PGM_RSRC2.USER_SGPR calculation...
2019-03-20 Tim Renouf[AMDGPU] Added MsgPack format PAL metadata
2019-03-20 Dmitry Preobrazhensky[AMDGPU][MC] Corrected checks for DS offset0 range
2019-03-20 Dmitry Preobrazhensky[AMDGPU][MC][GFX9] Added support of operands shared_bas...
2019-03-19 Craig Topper[X86] Re-disable cmpxchg16b for 32-bit mode assembly...
2019-03-19 Florian Hahn[DwarfDebug] Add triple to test.
2019-03-19 Florian Hahn[DwarfDebug] Skip entries to big for 16 bit size field...
2019-03-19 Simon Atanasyan[mips] Fix crash on recursive using of .set
2019-03-18 Craig Topper[X86] Add coverage for 16-bit and 64-bit versions of...
2019-03-18 Craig Topper[X86] Disable CQTO and CLTQ instructions in the assembl...
2019-03-18 Craig Topper[X86] Allow any 8-bit immediate to be used with BT...
2019-03-18 Tim Renouf[AMDGPU] Asm/disasm clamp modifier on vop3 int arithmetic
2019-03-18 Tim Renouf[AMDGPU] Asm/disasm v_cndmask_b32_e64 with abs/neg...
2019-03-18 Craig Topper[X86] Remove the _alt forms of (V)CMP instructions...
2019-03-17 Craig Topper[X86] Remove the _alt forms of AVX512 VPCMP instruction...
2019-03-17 Alex Bradbury[RISCV] Fix RISCVAsmParser::ParseRegister and add tests
2019-03-14 Eli Friedman[MC] Sort FDEs by the associated CIE before emitting...
2019-03-14 Pete Couperus[ARC] Add more load/store variants.
2019-03-13 Tim Renouf[AMDGPU] Switched HSA metadata to use MsgPackDocument
2019-03-13 Simon Atanasyan[mips] Map SW instruction to its microMIPS R6 variant
2019-03-13 Craig Topper[X86] Enable printAliasInstr for the Intel assembly...
2019-03-12 Eli Friedman[RISCV][MC] Find matching pcrel_hi fixup in more cases.
2019-03-12 Jason LiuTest commit: add a blank line in test case ppc64-dq...
2019-03-12 David Stuttard[AMDGPU] Add support for immediate operand for S_ENDPGM
2019-03-11 Alex Bradbury[RISCV] Allow fp as an alias of s0
2019-03-09 Alex Bradbury[RISCV] Support -target-abi at the MC layer and for...
2019-03-08 Ana Pazos[RISCV] Allow access to FP CSRs without F extension
2019-03-08 Diogo N. Sampaio[ARM][FIX] Fix vfmal.f16 and vfmsl.f16 operand
2019-03-07 Konstantin ZhuravlyovAMDHSA: Code object v3 updates
2019-03-06 Francis Visoiu Mistrih[MC][MachO] Emit an error for emitting relocations...
2019-03-06 Heejin Ahn[WebAssembly] Remove trailing whitespaces in tests...
2019-03-05 Heejin Ahn[WebAssembly] Disable MachineBlockPlacement pass
next