Fix a Mach-O assembler segfault for a subtraction expression with an undefined symbol.
[oota-llvm.git] / test / MC / ARM /
2014-10-24 Timur IskhodzhanovUpdate test/MC/ARM/coff-debugging-secrel.ll expectation...
2014-10-23 Frederic Riss[dwarfdump] Dump DW_AT_ranges values inline in the...
2014-10-22 Jyoti Allur[Thumb/Thumb2] Implement restrictions on SP in register...
2014-10-21 Oliver Stannard[ARM] NEON 32-bit scalar moves are also available in...
2014-10-21 Oliver Stannard[Thumb2] LDRS?[BH] cannot load to the PC
2014-10-20 Oliver Stannard[Thumb2] RFE, SRS and "SUBS pc, lr" are undefined on v7M
2014-10-03 Duncan P. N. Exon... Revert "Revert "DI: Fold constant arguments into a...
2014-10-02 Duncan P. N. Exon... Revert "DI: Fold constant arguments into a single MDString"
2014-10-02 Duncan P. N. Exon... DI: Fold constant arguments into a single MDString
2014-09-29 Oliver Stannard[Thumb2] ldrexd and strexd are not defined on v7M
2014-09-26 Renato GolinElide repeated register operand in Thumb1 instructions
2014-09-25 Renato GolinAdd aliases for VAND imm to VBIC ~imm
2014-09-25 Oliver Stannard[Thumb2] BXJ should be undefined for v7M, v8A
2014-09-24 Oliver Stannard[Thumb] 32-bit encodings of 'cps' are not valid for v7M
2014-09-22 Oliver StannardDowngrade DWARF2 section limit error to a warning
2014-09-20 David Majnemerllvm-readobj: pretty-print special COFF section names
2014-09-18 Saleem AbdulrasoolARM: prevent crash on ELF directives on COFF
2014-09-18 Saleem AbdulrasoolARM: use a more precise check for MachO
2014-09-10 David MajnemerObject: Add support for bigobj
2014-09-01 Renato GolinThumb2 M-class MSR instruction support changes
2014-08-17 Saleem AbdulrasoolARM: correct toggling behaviour
2014-08-16 Nico Weberarm asm: Let .fpu enable instructions, PR20447.
2014-08-15 Tim NorthoverARM: implement MRS/MSR (banked reg) system instructions.
2014-08-05 Renato GolinAdd tests for cp10/cp11 on ARMv5/6
2014-08-05 Keith WalkerSpecify that the thumb setend and blx <immed> instructi...
2014-08-05 Keith WalkerDefine stc2/stc2l/ldc2/ldc2l as thumb2 instructions
2014-08-01 Tilmann Scheller[ARM] Make the assembler reject unpredictable pre/post...
2014-08-01 Tilmann Scheller[ARM] Make the assembler reject unpredictable pre/post...
2014-08-01 Tilmann Scheller[ARM] Make the assembler reject unpredictable pre/post...
2014-07-27 Saleem AbdulrasoolARM: correct handling of features in arch_extension
2014-07-24 Tilmann Scheller[ARM] Make the assembler reject unpredictable pre/post...
2014-07-23 Tilmann Scheller[ARM] Make the assembler reject unpredictable pre/post...
2014-07-23 Tilmann Scheller[ARM] Make the assembler reject unpredictable pre/post...
2014-07-18 David PeixottoMC: support different sized constants in constant pools
2014-07-04 Tim NorthoverARM: when falling back to scattered relocs, keep the...
2014-06-30 Scott DouglassARM: take care not to set the ThumbFunc bit on TLS...
2014-06-26 Renato GolinAdded parsing co-processor names starting with "cr"
2014-06-23 Tim NorthoverARM: mark UBFX as not allowing PC.
2014-06-22 Saleem AbdulrasoolMC: adjust text section flags for WoA
2014-06-19 Eric ChristopherSince we're using DW_AT_string rather than DW_AT_strp...
2014-06-19 Oliver StannardTests for r211273
2014-06-09 Alp TokerReduce verbiage of lit.local.cfg files
2014-06-08 Saleem AbdulrasoolMC: fix text section characteristics for WoA
2014-05-23 David BlaikieDebugInfo: Generalize some tests to handle variations...
2014-05-21 Saleem AbdulrasoolMC: correct IMAGE_REL_ARM_MOV32T relocation emission
2014-05-20 Christian PirkerARMEB: Additional test files for ARM fixups
2014-05-14 Saleem AbdulrasoolARM: implement support for the UDF mnemonic
2014-05-13 Christian PirkerARM: Additional test files for thumb fixups (checked...
2014-05-13 Christian PirkerARM: Additional test files for thumb fixups
2014-05-08 Saleem Abdulrasooltest: fix silly typo
2014-05-08 Saleem AbdulrasoolARM: support FK_SecRel_2 relocations on WoA
2014-05-06 Christian PirkerARM: For thumb fixups store halfwords high first and...
2014-05-05 Joerg SonnenbergerFix spelling.
2014-05-04 Saleem AbdulrasoolMC: support FK_SecRel_4 for Windows on ARM
2014-05-02 Saleem AbdulrasoolMC: place .file records into the correct section
2014-05-01 Rafael EspindolaDon't force symbols to be globals in .thumb_set.
2014-05-01 Richard BartonCorrection to assert statemtent to allow 32-bit unsigne...
2014-04-30 Saleem AbdulrasoolARM: print COFF function header for Windows on ARM
2014-04-29 Joerg SonnenbergerParse and create GOT_PREL relocations.
2014-04-29 Rafael EspindolaCentralize the handling of the thumb bit.
2014-04-27 Rafael EspindolaAdd emitThumbSet to the arm target streamer.
2014-04-27 Saleem AbdulrasoolMC: duplicate .file test for WoA (SVN r207341)
2014-04-27 Saleem AbdulrasoolCOFF: move ARM COFF test to ARM directory
2014-04-24 Stepan DyatkovskiyFix for PR18921, "vmov" part.
2014-04-22 Rafael EspindolaFollow aliases when determining if a symbol is thumb.
2014-04-18 Kevin EnderbyChange the ARM assembler to require a :lower16: or...
2014-04-16 Konrad AnheimTest commit - Added a new line
2014-04-15 Quentin Colombet[MC] Emit an error if cfi_startproc is used before...
2014-04-11 Rafael EspindolaDon't lose the thumb bit by using relocations with...
2014-04-10 Kaelyn TakataRemove the use of "%e" as it is not a valid expansion...
2014-04-10 Kevin EnderbyFor the ARM integrated assembler add checking of the
2014-04-10 Reid KlecknerRevert "For the ARM integrated assembler add checking...
2014-04-09 Kevin EnderbyFor the ARM integrated assembler add checking of the
2014-04-08 Kevin EnderbyFix the ARM VLD3 (single 3-element structure to all...
2014-04-04 Stepan DyatkovskiyFix for PR18921 (LDRD/STRD part)::
2014-04-04 Stepan DyatkovskiyFixed register class in STRD instruction for Thumb2...
2014-04-03 Saleem AbdulrasoolARM: update even more tests
2014-04-03 Saleem AbdulrasoolARM: fixup more tests to specify the target more explicitly
2014-04-03 Stepan DyatkovskiyPR19320:
2014-03-29 Stepan DyatkovskiyRecommitted fix for PR18931, with extended tests set.
2014-03-29 Rafael EspindolaCompletely rewrite ELFObjectWriter::RecordRelocation.
2014-03-28 Christian PirkerAdd ARM big endian Target (armeb, thumbeb)
2014-03-27 Stepan DyatkovskiyRejected r204899 and r204900 due to remaining test...
2014-03-27 Stepan DyatkovskiyFixed test for r204899 (pr18931 fix)
2014-03-27 Stepan DyatkovskiyFix for pr18931: Crash using integrated assembler with...
2014-03-27 Jiangning LiuARM: raise error message when complex SO expressions...
2014-03-26 Kevin EnderbyFix the ARM VST4 (single 4-element structure from one...
2014-03-24 Rafael EspindolaTeach llvm-readobj to print human friendly description...
2014-03-22 Saleem AbdulrasoolARM IAS: properly handle function entries in .thumb
2014-03-21 Jiangning LiuThis reverts commit r203762, "ARM: support emission...
2014-03-20 Greg Fitzgeraldllvm-objdump output hex to match binutils' objdump
2014-03-20 Saleem AbdulrasoolReapply 'ARM IAS: support .thumb_set'
2014-03-19 Rafael EspindolaRevert "Add back r203962, r204028 and r204059."
2014-03-18 Rafael EspindolaAdd back r203962, r204028 and r204059.
2014-03-18 Alexander KornienkoRevert r203962 and two revisions depending on it: r2040...
2014-03-17 Saleem AbdulrasoolARM IAS: support .thumb_set
2014-03-14 Oliver StannardGeneralise assembly tests to not rely on anonymous...
2014-03-13 Saleem AbdulrasoolARM: support emission of complex SO expressions
2014-03-07 Duncan P. N. Exon... ARM: Make .unreq directives case-insensitive
2014-02-23 Saleem AbdulrasoolARM IAS: support .align without parameters
next