summaryrefslogtreecommitdiff
path: root/test/MC/ARM
Commit message (Expand)AuthorAge
* This reverts r155000.Joey Gouly2013-06-20
* ARM: Add optional datatype suffix to NEON mvn asm syntax.Jim Grosbach2013-06-18
* Change the arm assembler to support this from the v7c spec:Kevin Enderby2013-06-18
* ARM: fix literal load with positive offset encodingAmaury de la Vieuville2013-06-18
* ARM: fix t2am_imm8_offset operand printing for imm=#-0Amaury de la Vieuville2013-06-13
* Rework r183728, suppress assert(0) for now. Its behavior depends on assertion...NAKAMURA Takumi2013-06-11
* It adds support for negative zero offsets for loads and stores.Mihai Popa2013-06-11
* This patch adds support for FPINST/FPINST2 as operands to vmsr/vmrs. These ar...Mihai Popa2013-06-11
* Tweak a couple of tests on win32 hosts with +Asserts.NAKAMURA Takumi2013-06-11
* ARM: diagnose ARM/Thumb assembly switches on CPUs only supporting one.Tim Northover2013-06-10
* ARM: ISB cannot be passed the same options as DMBAmaury de la Vieuville2013-06-10
* Fix ARM unwind opcode assembler in several cases.Logan Chien2013-06-09
* This is a simple patch that changes RRX and RRXS to accept all registers as o...Mihai Popa2013-06-05
* ARM: permit upper-case BE/LE on setend instructionTim Northover2013-05-31
* ARM: add fstmx and fldmx instructions for assemblyTim Northover2013-05-31
* Change how we iterate over relocations on ELF.Rafael Espindola2013-05-30
* Fix ARM FastISel tests, as a first step to enabling ARM FastISelDerek Schuff2013-05-14
* The purpose of the patch is to fix the syntax of ARM mrc and mrc2 instruction...Mihai Popa2013-05-13
* Implement AsmParser for ARM unwind directives.Logan Chien2013-05-10
* This patch fixes two tests marked as XFAIL among the ARM assembler tests.Mihai Popa2013-05-08
* ARM: Fix encoding of hint instruction for Thumb.Quentin Colombet2013-04-26
* Fix treatment of ARM unallocated hint instructions.Quentin Colombet2013-04-17
* ARM: Add VACLT and VACLE assembly aliases.Jim Grosbach2013-04-15
* ARM: Correct printing of pre-indexed operands.Quentin Colombet2013-04-12
* Replace coff-/elf-dump with llvm-readobjNico Rieck2013-04-12
* ARM: Make "SMC" instructions conditional on new TrustZone architecture feature.Tim Northover2013-04-10
* Fix pr13145 - Naming a function like a register name confuses the asm parser.Chad Rosier2013-03-19
* ARM: permit full range of valid ADR immediates.Tim Northover2013-02-27
* ARM: Convenience aliases for 'srs*' instructions.Jim Grosbach2013-02-23
* Make ARMAsmPrinter generate the correct alignment specifier syntax in instruc...Kristof Beyls2013-02-22
* If bundle alignment is enabled, do not add data to a fragment with instructionsDerek Schuff2013-02-15
* The ARM NEON vector compare instructions take three arguments. However, the Joel Jones2013-02-14
* Make ARMAsmParser accept the correct alignment specifier syntax in instructions.Kristof Beyls2013-02-14
* Add a special ARM trap encoding for NaCl.Eli Bendersky2013-01-30
* This patch implements runtime ARM specificJack Carter2013-01-30
* This patch reworks how llvm targets set Jack Carter2013-01-30
* Add some additional tests for the .bundle_lock align_to_end feature that didn'tEli Bendersky2013-01-07
* Add the align_to_end option to .bundle_lock in the MC implementation of alignedEli Bendersky2013-01-07
* Tests for the aligned bundling support added in r170718Eli Bendersky2012-12-20
* Make sure the alternate PC+imm syntax of LDR instruction with a smallKevin Enderby2012-12-14
* revert the test changeHao Liu2012-12-11
* A newbie try a test commitHao Liu2012-12-11
* Added Mapping Symbols for ARM ELFTim Northover2012-12-07
* Convert an improper CodeGen test to a MC test.Evan Cheng2012-11-10
* ARM: Better disassembly for pc-relative LDR.Jim Grosbach2012-10-30
* Fix ARM's b.w instruction for thumb 2 and the encoding T4. The branch targetKevin Enderby2012-10-29
* Test case for r165480.Craig Topper2012-10-10
* ARM: 'add Rd, pc, #imm' is an alias for 'adr Rd, #imm'.Jim Grosbach2012-09-25
* 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