summaryrefslogtreecommitdiff
path: root/test/MC
AgeCommit message (Expand)AuthorFilesLines
2015-03-06[AsmPrinter][TLOF] Remove AArch64 test to appease buildbotsBruno Cardoso Lopes1-93/+0
2015-03-06[AsmPrinter][TLOF] XFAIL AArch64 test to appease buildbotsBruno Cardoso Lopes1-0/+5
2015-03-06[AsmPrinter][TLOF] Make AArch64 test a bit more flexibleBruno Cardoso Lopes1-8/+8
2015-03-06[AsmPrinter][TLOF] Split tests and move to appropriate directoriesBruno Cardoso Lopes4-38/+164
2015-03-06[AsmPrinter][TLOF] 32-bit MachO support for replacing GOT equivalentsBruno Cardoso Lopes1-0/+77
2015-03-06[AsmPrinter][TLOF] ARM64 MachO support for replacing GOT equivalentsBruno Cardoso Lopes1-22/+58
2015-03-06[mips] [IAS] Add missing constraints and improve testing for the .module dire...Toma Tabacu2-6/+262
2015-03-06X86: Form IMGREL relocations for LLVM FunctionsDavid Majnemer1-0/+5
2015-03-04Expand variables when evaluating absolute expressions.Rafael Espindola1-0/+15
2015-03-04Add LLVM support for PPC cryptography builtinsNemanja Ivanovic2-0/+85
2015-03-04[MC][Target] Implement support for R_X86_64_SIZE{32,64}.Davide Italiano1-0/+13
2015-03-03Add the following 64-bit vector integer arithmetic instructions added in POWER8:Kit Barton2-6/+128
2015-03-03DebugInfo: Move new hierarchy into placeDuncan P. N. Exon Smith3-16/+16
2015-03-02AVX-512: Add assembly parser support for Rounding modeElena Demikhovsky2-0/+62
2015-03-02[X86] Fix diassembler crash on AVX512 cmpps/cmppd with immediate that doesn't...Craig Topper1-0/+3
2015-02-27[opaque pointer type] Add textual IR support for explicit type parameter to l...David Blaikie7-13/+13
2015-02-27[opaque pointer type] Add textual IR support for explicit type parameter to g...David Blaikie2-1/+1
2015-02-27Change the fast-isel-abort option from bool to int to enable "levels"Mehdi Amini1-2/+2
2015-02-26[MC] Use the non-EH register mapping in the debug_frame section.Frederic Riss1-0/+38
2015-02-26Replace obsolete -mattr=n64 command line option with -target-abi=n64. No func...Vladimir Medic2-2/+2
2015-02-25[MIPS]Multiple and add instructions for Mips are currently available in mips3...Vladimir Medic12-48/+24
2015-02-25[PowerPC] Add support for the QPX vector instruction setHal Finkel2-0/+634
2015-02-23[AsmPrinter] Access pointers to globals via pcrel GOT entriesBruno Cardoso Lopes1-0/+78
2015-02-22[X86] Add some missing redundant MMX and SSE encodings for disassembler.Craig Topper1-0/+21
2015-02-19MC: Allow multiple comma-separated expressions on the .uleb128 directive.Benjamin Kramer1-4/+5
2015-02-18[mips][microMIPS] Implement JALX instructionJozef Kolek1-0/+5
2015-02-18[mips] Add backend support for Mips32r[35] and Mips64r[35].Daniel Sanders37-1/+4521
2015-02-18This patch adds the VSX logical instructions introduced in the Power ISA 2.07...Kit Barton2-0/+18
2015-02-18[mips] [IAS] Fix using .cpsetup with local labels (PR22518).Toma Tabacu2-2/+43
2015-02-18[SystemZ] Support all TLS access models - MC partUlrich Weigand1-0/+119
2015-02-17Add testcases I missed in r229541.Rafael Espindola1-0/+39
2015-02-16Fix quoting of #pragma comment for MS compat, LLVM part.Michael Kuperstein1-3/+2
2015-02-15[X86] Add assembly parser support for mnemonic aliases for AVX-512 vpcmp inst...Craig Topper2-0/+1872
2015-02-15[X86] Add assembler predicates for the rest of the AVX512 feature flags. This...Craig Topper1-1/+1
2015-02-14[X86] Improve parsing support AVX/SSE floating point compare instruction mnem...Craig Topper4-490/+490
2015-02-13[mips] Improve support for the .set at/noat assembler directives.Toma Tabacu4-0/+74
2015-02-13Revert a series of commits starting at r228886 which is triggering someChandler Carruth1-39/+0
2015-02-13[X86] Add support for parsing and printing the mnemonic aliases for the XOP V...Craig Topper2-0/+70
2015-02-12Add support for having multiple sections with the same name and comdat.Rafael Espindola1-0/+39
2015-02-12Learn that __DATA,__objc_classrefs is not atomized via symbols.Rafael Espindola1-0/+25
2015-02-12ARM: Fix another regression introduced in r223113Asiri Rathnayake1-0/+2
2015-02-11MC, COFF: Align section contents to a four byte boundaryDavid Majnemer1-0/+6
2015-02-11[mips] Merge disassemblers into a single implementation.Daniel Sanders4-0/+12
2015-02-10[PowerPC] Support the (old) cntlz instruction aliasHal Finkel1-0/+6
2015-02-10[mips][microMIPS] Implement movep instructionZoran Jovanovic4-0/+13
2015-02-10[ARM] Add armv6s[-]m as an alias to armv6[-]mBradley Smith1-0/+3
2015-02-10[mips][microMIPS] Add disassembler tests for 16-bit instructions BREAK16 and ...Jozef Kolek2-0/+12
2015-02-10[mips][microMIPS] Fix disassembling of 16-bit microMIPS instructions LWM16 an...Jozef Kolek2-0/+12
2015-02-09This change implements the following three logical vector operations:Kit Barton2-0/+18
2015-02-09MC: Calculate intra-section symbol differences correctly for COFFDavid Majnemer1-0/+25