Support DWARF discriminators in object streamer.
[oota-llvm.git] / test / MC / ARM /
2014-02-11 Jim GrosbachTidy up a bit. Formatting only.
2014-02-11 Jim GrosbachARM: Thumb2 LDR(literal) can target SP.
2014-02-08 Saleem AbdulrasoolARM: change attribute tests to use parsed form
2014-02-07 Renato GolinRemove -arm-disable-ehabi option
2014-02-05 Logan ChienARM: Resolve thumb_bl fixup in same MCFragment.
2014-01-30 Saleem AbdulrasoolARM IAS: support .object_arch
2014-01-30 Saleem AbdulrasoolARM IAS: support .movsp
2014-01-30 Saleem AbdulrasoolARM: suuport .tlsdescseq directive
2014-01-30 Saleem AbdulrasoolARM: support TLS descriptor relocations
2014-01-30 Saleem AbdulrasoolARM: support tlscall relocations
2014-01-29 Renato GolinEnable EHABI by default
2014-01-28 David WoodhouseTests for mode switching
2014-01-27 Mark SeabornARM MC: Fix the initial DWARF CFI unwind info at the...
2014-01-26 Saleem AbdulrasoolMC: fix test locations/name
2014-01-26 Saleem AbdulrasoolARM: improve diagnostics for .word directive
2014-01-25 Artyom SkrobovReverting r199886 (Prevent repetitive warnings for...
2014-01-24 Alp TokerFix known typos
2014-01-23 Artyom SkrobovPrevent repetitive warnings for unrecognized processors...
2014-01-21 Saleem Abdulrasooltools: support decoding ARM EHABI opcodes in readobj
2014-01-21 Saleem AbdulrasoolARM IAS: add support for .unwind_raw directive
2014-01-21 Saleem AbdulrasoolARM IAS: support .personalityindex
2014-01-20 Kai NackeARM: add tlsldo relocation
2014-01-19 Saleem AbdulrasoolARM ELF: ensure that the tag types are corrected
2014-01-19 Saleem AbdulrasoolARM: update build attributes for ABI r2.09
2014-01-18 Benjamin KramerARM: Let the assembler reject v5 instructions in v4...
2014-01-17 Renato GolinAdd MLA alias for ARMv4 support.
2014-01-16 Amara EmersonMove the xscale build attribute test to the proper...
2014-01-15 David PeixottoFix parsing of .symver directive on ARM
2014-01-12 Saleem AbdulrasoolARM IAS: fix diagnostics of improper qualification
2014-01-12 Saleem AbdulrasoolARM: change implicit immediate forms of {ld,st}r{,b...
2014-01-12 Joerg SonnenbergerTypo
2014-01-12 Joerg SonnenbergerAdd missing mul aliases for armv4 support. Add checks...
2014-01-11 Saleem AbdulrasoolARM IAS: support emitting constant values in target...
2014-01-10 Artyom SkrobovAmending test/MC/ARM/thumb2-mclass.s to match its appar...
2014-01-10 Artyom SkrobovMust not produce Tag_CPU_arch_profile for pre-ARMv7...
2014-01-10 Saleem AbdulrasoolARM IAS: support #:{lower,upper}16: for GNU compatibility
2014-01-10 Saleem AbdulrasoolARM IAS: support GNU extension for ldrd, strd
2014-01-10 Saleem AbdulrasoolARM IAS: support implicit immediate 0s for {LD,ST}R...
2014-01-10 Kevin EnderbyFix a bug with the ARM thumb2 CBNZ and CBNZ instruction...
2014-01-08 Saleem AbdulrasoolARM IAS: properly handle expression operands
2014-01-07 David PeixottoAdd ARM fconsts/fconstd aliases for vmov.f32/vmov.f64
2014-01-07 Saleem AbdulrasoolARM IAS: allow more depth in contextual diagnostics
2014-01-07 Saleem AbdulrasoolARM IAS: refactor unwind context
2014-01-07 Saleem AbdulrasoolARM IAS: improve .eabi_attribute handling
2014-01-07 Saleem AbdulrasoolMCParser: introduce Note and use it for ARM AsmParser
2014-01-02 Logan Chien[arm] Add softvfp to supported FPU names.
2013-12-30 Saleem AbdulrasoolARM IAS: account for predicated pre-UAL mnemonics
2013-12-29 Saleem AbdulrasoolARM: provide VFP aliases for pre-V6 mnemonics
2013-12-26 Joerg SonnenbergerRecognize armv7a and friends as aliases for armv7-a...
2013-12-26 Saleem AbdulrasoolARM IAS: support .even directive
2013-12-23 Saleem AbdulrasoolARM: bkpt has an implicit immediate constant 0
2013-12-20 Saleem AbdulrasoolARM IAS: add support for the .pool directive
2013-12-19 David PeixottoImplement the .ltorg directive for ARM assembly
2013-12-19 David PeixottoImplement the ldr-pseudo opcode for ARM assembly
2013-12-19 Saleem AbdulrasoolARM IAS: support .inst directive
2013-12-11 Logan Chien[arm] Pass -triple to llvm-mc for ARM ELF test cases.
2013-12-11 Logan Chien[arm] Implement ARM .arch directive.
2013-12-06 David PeixottoIntegrated assembler incorrectly lexes ARM-style comments
2013-12-05 NAKAMURA TakumiMove llvm/test/MC/ELF/thumb-st_other.s to test/MC/ARM.
2013-12-04 David PeixottoAdd support for parsing ARM symbol variants on ELF...
2013-11-25 David PeixottoARM integrated assembler generates incorrect nop opcode
2013-11-12 Tim NorthoverARM: diagnose invalid system LDM/STM
2013-11-11 Artyom Skrobov[ARM] Add support for MVFR2 which is new in ARMv8
2013-11-08 Artyom Skrobov[ARM] Handling for coprocessor instructions that are...
2013-11-08 Artyom Skrobov[ARM] In ARMAsmParser, MatchCoprocessorOperandName...
2013-11-05 Tim NorthoverARM: permit bare dmb/dsb/isb aliases on Cortex-M0
2013-10-29 Bernard OgdenTest cleanup for v8 instructions
2013-10-29 Bernard OgdenARM: Add subtarget feature for CRC
2013-10-28 Rafael EspindolaConvert another llc -filetype=obj test.
2013-10-28 Lang HamesReturn early from getUnconditionalBranchTargetOpValue...
2013-10-28 Logan Chien[arm] Implement eabi_attribute, cpu, and fpu directives.
2013-10-25 Tim NorthoverARM: allow .thumb_func to be separated from symbol...
2013-10-25 Tim NorthoverARM: tweak test to pass on all platforms
2013-10-24 Tim NorthoverARM: Mark double-precision instructions as such
2013-10-24 Tim NorthoverARM: add a couple more NEON predicates.
2013-10-24 Tim NorthoverARM: mark various aliases with their architecture requi...
2013-10-24 Tim NorthoverARM: fix assert on unpredictable POP instruction.
2013-10-23 Artyom SkrobovMake ARM hint ranges consistent, and add tests for...
2013-10-22 Tim NorthoverARM: provide diagnostics on more writeback LDM/STM...
2013-10-18 Richard BartonAdd hint disassembly syntax for 16-bit Thumb hint instr...
2013-10-18 Silviu BarangaAdd hardware division as a default feature on Cortex...
2013-10-14 Bernard OgdenAdd subtarget feature support for Cortex-A53
2013-10-11 Amara Emerson[ARM] Fix FP ABI attributes with no VFP enabled.
2013-10-07 Amara Emerson[ARM] Improve build attributes emission.
2013-10-07 Tim NorthoverARM: allow cortex-m0 to use hint instructions
2013-10-05 Rafael EspindolaRemove some really nasty uses of hasRawTextSupport.
2013-10-03 Amara Emerson[ARM] Warn on deprecated IT blocks in v8 AArch32 assembly.
2013-10-01 Joey Gouly[ARM] Introduce the 'sevl' instruction in ARMv8.
2013-09-30 Tilmann Scheller[ARM] Fix Thumb(-2) diagnostic tests.
2013-09-30 Tilmann Scheller[ARM] Use FileCheck instead of grep for ARM LDRD negati...
2013-09-30 Tilmann Scheller[ARM] Assembler: ARM LDRD with writeback requires the...
2013-09-30 Tilmann Scheller[ARM] Assembler: Add more negative tests for ARM LDRD.
2013-09-27 Tilmann SchellerARM: Teach assembler to enforce constraints for ARM...
2013-09-27 Tilmann SchellerARM: Teach assembler to enforce constraint for Thumb2...
2013-09-19 Amara Emerson[ARMv8] Add support for the v8 cryptography extensions.
2013-09-18 Joey Gouly'svn add' the test cases.
2013-09-17 Joey Gouly[ARM] Fix the deprecation of MCR encodings that map...
2013-09-13 Amaury de la VieuvilleFix tests for hasFPARMv8 name change (r190692)
2013-09-13 Joey Gouly[ARMv8] Change hasV8Fp to hasFPARMv8, and other command...
2013-09-12 Joey GoulySomehow this important part of the patch, where I actua...
next