IR: Give 'DI' prefix to debug info metadata
[oota-llvm.git] / test / MC / ARM /
2015-04-29 Duncan P. N. Exon... IR: Give 'DI' prefix to debug info metadata
2015-04-29 Rafael EspindolaDon't constrain the section order in tests that don...
2015-04-28 Ahmed Bougacha[MC] Use LShr for constant evaluation of ">>" on ELF...
2015-04-23 Peter CollingbourneARM: When spilling extra registers for alignment, prefe...
2015-04-23 Peter CollingbourneARM: Only enforce 4-byte alignment on Thumb-2 functions...
2015-04-23 Hans WennborgRe-commit r235560: Switch lowering: extract jump tables...
2015-04-23 Aaron BallmanRevert r235560; this commit was causing several failed...
2015-04-22 Hans WennborgSwitch lowering: extract jump tables and bit tests...
2015-04-17 Rafael EspindolaWrite relocation sections contiguously.
2015-04-16 David Blaikie[opaque pointer type] Add textual IR support for explic...
2015-04-16 Hans WennborgRevert the switch lowering change (r235101, r235103...
2015-04-16 Hans WennborgSwitch lowering: extract jump tables and bit tests...
2015-04-16 Rafael EspindolaDon't depend on the order relocations are written to...
2015-04-16 Vladimir Sukharev[ARM] Add v8.1a "Privileged Access Never" extension
2015-04-15 Charlie TurnerFix BXJ is undefined in AArch32.
2015-04-15 Rafael EspindolaMake it explicit which sections these relocations are in.
2015-04-15 Rafael EspindolaMake it clear in which sections these relocations are.
2015-04-15 Rafael EspindolaMake it clear where the relocations we are CHECKING...
2015-04-15 Rafael EspindolaUpdate tests to not be as dependent on section numbers.
2015-04-15 Rafael EspindolaWrite section and section table entries in the same...
2015-04-08 Rafael EspindolaWrite the section header in the end.
2015-04-06 Tim NorthoverARM: do not relax Thumb1 -> Thumb2 if only Thumb1 is...
2015-04-06 Rafael EspindolaStore the sh_link of ARM_EXIDX directly in MCSectionELF.
2015-04-01 Vladimir Sukharev[ARM] Rename v8.1a from "extension" to "architecture"
2015-03-26 Justin Bogner[ARM] Fix some non-portable shell syntax in r233301...
2015-03-26 Vladimir Sukharev[ARM] Add v8.1a "Rounding Double Multiply Add/Subtract...
2015-03-17 Renato Golin[ARM] Add support for ARMV6K subtarget (LLVM)
2015-03-13 David Blaikie[opaque pointer type] Add textual IR support for explic...
2015-03-03 Duncan P. N. Exon... DebugInfo: Move new hierarchy into place
2015-02-27 David Blaikie[opaque pointer type] Add textual IR support for explic...
2015-02-27 David Blaikie[opaque pointer type] Add textual IR support for explic...
2015-02-27 Mehdi AminiChange the fast-isel-abort option from bool to int...
2015-02-12 Asiri RathnayakeARM: Fix another regression introduced in r223113
2015-02-10 Bradley Smith[ARM] Add armv6s[-]m as an alias to armv6[-]m
2015-02-04 Bradley Smith[ARM] Fix subtarget feature set truncation when using...
2015-02-04 Frederic RissFix some unnoticed/unwanted behavior change from r222319.
2015-01-30 Saleem AbdulrasoolARM: further correct .fpu directive handling
2015-01-30 Saleem AbdulrasoolARM: improve caret diagnostics for invalid FPU name
2015-01-30 Saleem AbdulrasoolARM: correct handling of .fpu directive
2015-01-22 Saleem AbdulrasoolARM: fail less catastrophically on invalid Windows...
2015-01-19 Bradley Smith[ARM] SSAT/USAT with an 'asr #32' shift should result...
2015-01-19 Bradley Smith[ARM] Fixup sign extend instruction availability w...
2015-01-14 Duncan P. N. Exon... IR: Move MDLocation into place
2015-01-14 Jyoti AllurCorrect POP handling for v7m
2015-01-11 Saleem AbdulrasoolARM: add support for segment base relocations (SBREL)
2015-01-10 Saleem Abdulrasooltests: fix previous commit
2015-01-10 Saleem Abdulrasooltest: merge ARM relocations test
2015-01-10 Saleem Abdulrasooltests: convert a couple of ARM relocation tests to...
2015-01-09 Saleem AbdulrasoolARM: add support for R_ARM_ABS16
2015-01-09 Saleem Abdulrasooltest: add additional test for SVN r225507
2015-01-09 Saleem AbdulrasoolARM: add support for R_ARM_ABS8 relocations
2015-01-05 Charlie TurnerParse Tag_compatibility correctly.
2015-01-05 Charlie TurnerEmit the build attribute Tag_conformance.
2014-12-20 Saleem AbdulrasoolARM: further improve deprecated diagnosis (LDM)
2014-12-18 Saleem AbdulrasoolARM: fix an off-by-one in the register list access
2014-12-18 Saleem AbdulrasoolARM: improve instruction validation for thumb mode
2014-12-18 Saleem Abdulrasooltest: avoid unnecessary temporary files
2014-12-17 Saleem AbdulrasoolARM: correct an off-by-one in an assert
2014-12-16 Saleem AbdulrasoolARM: diagnose deprecated syntax
2014-12-15 Duncan P. N. Exon... IR: Make metadata typeless in assembly
2014-12-09 Asiri RathnayakeFix modified immediate bug reported by MC Hammer.
2014-12-05 Asiri RathnayakeImprovements to ARM assembler tests
2014-12-04 Asiri RathnayakeFix yet another unseen regression caused by r223113
2014-12-04 Asiri RathnayakeFix a minor regression introduced in r223113
2014-12-04 Rafael EspindolaRevert "[Thumb/Thumb2] Added restrictions on PC, LR...
2014-12-04 Jyoti Allur[Thumb/Thumb2] Added restrictions on PC, LR, SP in...
2014-12-02 Roman DivackyIntroduce CPUStringIsValid() into MCSubtargetInfo and...
2014-12-02 Asiri RathnayakeAdd support for ARM modified-immediate assembly syntax.
2014-12-01 Charlie TurnerAdd Thumb HVC and ERET virtualisation extension instruc...
2014-12-01 Charlie TurnerAdd ARM ERET and HVC virtualisation extension instructions.
2014-11-28 Charlie TurnerFix wrong encoding of MRSBanked.
2014-11-27 Charlie TurnerStop uppercasing build attribute data.
2014-11-21 Joerg SonnenbergerFix transformation of add with pc argument to adr for...
2014-11-20 Jyoti Allur[ELF] Prevent ARM ELF object writer from generating...
2014-11-05 Oliver StannardFix bashism in tests added by r221341
2014-11-05 Oliver Stannard[ARM] Honor FeatureD16 in the assembler and disassembler
2014-11-04 Charlie TurnerAdd missing tests for build attribute encodings in...
2014-11-03 Charlie TurnerRemove the cortex-a9-mp CPU.
2014-11-03 Charlie TurnerMerge the directive-eabi_attribute.s and directive...
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
next