summaryrefslogtreecommitdiff
path: root/test/MC
Commit message (Expand)AuthorAge
* Adding support for instructions mfc0, mfc2, mtc0, mtc2Jack Carter2012-10-06
* Implement methods that enable expansion of load immediate Jack Carter2012-10-04
* This patch is a partial implementation of mips .set assembler directive. Dire...Jack Carter2012-10-04
* MachO: direct-to-object attribute for data-in-code markers.Jim Grosbach2012-10-01
* X86_32: Large Symbol+Offset relocations.Jim Grosbach2012-09-26
* ARM: Darwin BL/BLX relocations to out-of-range symbols.Jim Grosbach2012-09-25
* ARM: 'add Rd, pc, #imm' is an alias for 'adr Rd, #imm'.Jim Grosbach2012-09-25
* Emit dtors into proper section while compiling in vcpp-compatible mode.Anton Korobeynikov2012-09-23
* Fix edge cases of ARM shift operands in arith instructions.Tim Northover2012-09-22
* Fix the handling of edge cases in ARM shifted operands.Tim Northover2012-09-22
* Add support for macro parameters/arguments delimited by spaces,Preston Gurd2012-09-19
* Support default parameters/arguments for assembler macros.Preston Gurd2012-09-19
* Enhance unmatched '.endr' directive error message in assembler.Preston Gurd2012-09-19
* llvm/test/MC/X86/x86_nop.s: Make sure -arch=x86 when -mcpu=geode.NAKAMURA Takumi2012-09-19
* Add test for r164132.Roman Divacky2012-09-18
* Assembler: Darwin variables defined via .set are no-dead-strip.Jim Grosbach2012-09-13
* Add newline.Chad Rosier2012-09-10
* [ms-inline asm] Add support for .att_syntax directive.Chad Rosier2012-09-10
* Fix alignment of .comm and .lcomm on mingw32.Benjamin Kramer2012-09-07
* Initial relocations test for the Mips standalone assembler.Jack Carter2012-09-07
* MC: Overhaul handling of .lcommBenjamin Kramer2012-09-07
* PR13754: llvm-mc/x86 crashes on .cfi directives without the % prefix for regi...Benjamin Kramer2012-09-07
* The Mips standalone assembler aliased instruction support.Jack Carter2012-09-07
* The Mips standalone assembler intial directive support.Jack Carter2012-09-07
* The Mips standalone assembler fpu instruction support.Jack Carter2012-09-07
* The Mips standalone assembler memory instruction support.Jack Carter2012-09-06
* Diagnose invalid alignments on duplicating VLDn instructions.Tim Northover2012-09-06
* Check for invalid alignment values when decoding VLDn/VSTn (single ln) instru...Tim Northover2012-09-06
* Use correct part of complex operand to encode VST1 alignment.Tim Northover2012-09-06
* Mips specific llvm assembler support for branch and jump instructions.Jack Carter2012-09-06
* Mips specific llvm assembler support for ALU instructions. This includesJack Carter2012-09-05
* The instruction DINS may be transformed into DINSU or DEXTM dependingJack Carter2012-08-31
* X86: Fix encoding of 'movd %xmm0, %rax'Jim Grosbach2012-08-31
* The instruction DEXT may be transformed into DEXTU or DEXTM dependingJack Carter2012-08-28
* Some instructions are passed to the assembler to beJack Carter2012-08-28
* Fix mips' long branch pass.Akira Hatanaka2012-08-28
* Add option disable-mips-delay-filler. Turn on mips' delay slot filler byAkira Hatanaka2012-08-22
* For mips64 switch statements in subroutines could generate Jack Carter2012-08-22
* Fix macros arguments with an underscore, dot or dollar in them. This is basedRafael Espindola2012-08-21
* Make the wording in of the "expected identifier" error in the .macro directiveRafael Espindola2012-08-21
* ARM: Move Thumb2 tests to Thumb2 test file and fix CHECK lines.Jim Grosbach2012-08-13
* Give this test an explicit triple.Nick Lewycky2012-08-12
* When emitting the PC range in an FDE, use the same data encoding for both endsNick Lewycky2012-08-12
* Another 32 to 64 bit sign extension bug.Jack Carter2012-08-09
* llvm/test/MC/COFF/seh.s: Fixup corresponding to r161487.NAKAMURA Takumi2012-08-08
* Add `.pushsection', `.popsection', and `.previous' directives to Darwin ASM.Bill Wendling2012-08-08
* The define for 64 bit sign extension neglected to Jack Carter2012-08-07
* The Mips64InstrInfo.td definitions DynAlloc64 LEA_ADDiu64 Jack Carter2012-08-06
* Mips relocations R_MIPS_HIGHER and R_MIPS_HIGHEST.Jack Carter2012-08-06
* Support fpv4 for ARM Cortex-M4.Jiangning Liu2012-08-02