summaryrefslogtreecommitdiff
path: root/test/MC
Commit message (Expand)AuthorAge
...
* 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
* Fix #13035, a bug around Thumb instruction LDRD/STRD with negative #0 offset ...Jiangning Liu2012-08-02
* Fix #13138, a bug around ARM instruction DSB encoding and decoding issue.Jiangning Liu2012-08-02
* Fix #13241, a bug around shift immediate operand for ARM instruction ADR.Jiangning Liu2012-08-02
* Keep empty assembly macro argument values in the middle of the list.Jim Grosbach2012-07-30
* Fix a bug in ARMMachObjectWriter::RecordRelocation() in ARMMachObjectWriter.cppKevin Enderby2012-07-30
* Make l/q suffixes on AVX forms of scalar convert instructions consistent with...Craig Topper2012-07-26
* Make x86 asm parser to check for xmm vs ymm for index register in gather inst...Craig Topper2012-07-18
* Doubleword Shift Left Logical Plus 32Jack Carter2012-07-16
* The Mips specific relocation R_MIPS_GOT_DISP Jack Carter2012-07-13
* test case for revision 160084: Alignment filling between Mips function unitsJack Carter2012-07-13
* Fix check strings in test/MC/Disassembler/Mips/* and run FileCheck.Akira Hatanaka2012-07-12
* Fix instruction description of VMOV (between two ARM core registers and two s...Richard Barton2012-07-10
* Reverse assembler/disassembler operand order for gather instructions.Craig Topper2012-07-10
* Revert r159938 (and r159945) to appease the buildbots.Chad Rosier2012-07-09
* Reapply r158846.Akira Hatanaka2012-07-09
* Fix instruction description of VMOV (between two ARM core registers and two s...Richard Barton2012-07-09
* Prevent ARM assembler from losing a right shift by #32 applied to a registerRichard Barton2012-07-09
* Teach the assembler to use the narrow thumb encodings of various three-regist...Richard Barton2012-07-09
* revert r159851.Akira Hatanaka2012-07-06
* Reapply r158846.Akira Hatanaka2012-07-06