[ARM] Add option to force fast-isel
[oota-llvm.git] / lib / Target / ARM / MCTargetDesc /
2015-01-29 Rafael EspindolaCompute the ELF SectionKind from the flags.
2015-01-22 Saleem AbdulrasoolARM: fail less catastrophically on invalid Windows...
2015-01-19 Rafael EspindolaAdd r224985 back with fixes.
2015-01-14 Rafael EspindolaRevert "Add r224985 back with two fixes."
2015-01-14 Chandler Carruth[cleanup] Re-sort all the #include lines in LLVM using
2015-01-12 Rafael EspindolaAdd r224985 back with two fixes.
2015-01-11 Saleem AbdulrasoolARM: add support for segment base relocations (SBREL)
2015-01-09 Lang HamesRecommit r224935 with a fix for the ObjC++/AArch64...
2015-01-09 Saleem AbdulrasoolARM: add support for R_ARM_ABS16
2015-01-09 Saleem AbdulrasoolARM: add support for R_ARM_ABS8 relocations
2015-01-06 Lang HamesRevert r224935 "Refactor duplicated code. No intended...
2015-01-06 Lang HamesRevert r225048: It broke ObjC on AArch64.
2015-01-05 Charlie TurnerEmit the build attribute Tag_conformance.
2014-12-31 Rafael EspindolaAdd r224985 back with a fix.
2014-12-31 Rafael EspindolaRevert "Remove doesSectionRequireSymbols."
2014-12-30 Rafael EspindolaRemove doesSectionRequireSymbols.
2014-12-29 Rafael EspindolaRefactor duplicated code.
2014-12-24 Saleem AbdulrasoolMC: address some comments in deprecation checks
2014-12-20 Saleem AbdulrasoolARM: further improve deprecated diagnosis (LDM)
2014-12-17 Saleem AbdulrasoolARM: correct an off-by-one in an assert
2014-12-16 Saleem AbdulrasoolARM: diagnose deprecated syntax
2014-12-16 Saleem AbdulrasoolARM: 80-column
2014-12-11 Kumar Sukhanitest commit (spelling correction)
2014-12-04 Matt ArsenaultAllow target to specify prefix for labels
2014-12-02 Asiri RathnayakeAdd support for ARM modified-immediate assembly syntax.
2014-11-27 Charlie TurnerStop uppercasing build attribute data.
2014-11-20 Jyoti Allur[ELF] Prevent ARM ELF object writer from generating...
2014-11-17 Reid KlecknerRevert "ADT: correctly report isMSVCEnvironment for...
2014-11-17 Saleem AbdulrasoolADT: correctly report isMSVCEnvironment for windows...
2014-10-19 Bob WilsonUse triple predicate functions instead of checking...
2014-10-15 Rafael EspindolaSimplify handling of --noexecstack by using getNonexecu...
2014-10-11 Benjamin KramerMC: Bit pack MCSymbolData.
2014-10-01 Oliver Stannard[ARM] Add support for Cortex-M7, FPv5-SP and FPv5-DP...
2014-09-25 Renato GolinAdd aliases for VAND imm to VBIC ~imm
2014-09-16 Joe AbbeyARMAsmBackend uses a factory method to generate binary...
2014-09-05 Tim NorthoverARM: cover all sub-architecture enumerators to keep...
2014-09-02 JF BastienAdd missing override on ARMAsmBackend's dtor.
2014-08-30 Craig TopperFix some cases where StringRef was being passed by...
2014-08-15 Rafael EspindolaRemove HasLEB128.
2014-08-13 Benjamin KramerCanonicalize header guards into a common format.
2014-08-10 Joerg SonnenbergerIf available, pass down the Fixup object to EvaluateAsR...
2014-07-25 Nico WeberWrap to 80 columns, no behavior change.
2014-07-24 NAKAMURA TakumiUpdate library dependencies.
2014-07-23 Rafael EspindolaFix the build when building with only the ARM backend.
2014-07-20 Ulrich Weigand[MC] Pass MCSymbolData to needsRelocateWithSymbol
2014-07-18 David PeixottoMC: support different sized constants in constant pools
2014-07-18 Renato GolinSuppress 'not handled in switch' warning
2014-07-18 Renato GolinRefactor ARM subarchitecture parsing
2014-07-08 Renato GolinRevert "Refactor ARM subarchitecture parsing"
2014-07-07 Renato GolinRefactor ARM subarchitecture parsing
2014-07-07 Saleem AbdulrasoolARM: correctly mangle dllimport symbols
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-25 Rafael EspindolaMove expression visitation logic up to MCStreamer.
2014-06-25 Rafael EspindolaSimplify the visitation of target expressions. No funct...
2014-06-20 Rafael EspindolaAllow a target to create a null streamer.
2014-06-19 Craig TopperConvert some assert(0) to llvm_unreachable or fold...
2014-06-18 Weiming Zhao[ARM] [MC] Refactor the constant pool classes
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-15 Jonathan RoelofsFix some dyslexia in an assert message
2014-05-13 Christian PirkerARMEB: Fix byte order of EH frame unwinding instruction...
2014-05-13 Rafael EspindolaRevert "ARMEB: Fix byte order of EH frame unwinding...
2014-05-13 Christian PirkerARMEB: Fix byte order of EH frame unwinding instructions
2014-05-08 Saleem AbdulrasoolARM: support FK_SecRel_2 relocations on WoA
2014-05-07 Rafael EspindolaRemove the UseCFI option from createAsmStreamer.
2014-05-07 Joerg SonnenbergerAllow using normal .eh_frame based unwinding on ARM...
2014-05-06 Christian PirkerARM: For thumb fixups store halfwords high first and...
2014-05-04 Saleem AbdulrasoolMC: support FK_SecRel_4 for Windows on ARM
2014-05-03 Rafael EspindolaFix pr19645.
2014-05-01 Rafael EspindolaDon't force symbols to be globals in .thumb_set.
2014-04-29 Joerg SonnenbergerParse and create GOT_PREL relocations.
2014-04-29 Rafael EspindolaCentralize the handling of the thumb bit.
2014-04-29 Craig Topper[C++11] Add 'override' keywords and remove 'virtual...
2014-04-28 Craig Topper[C++] Use 'nullptr'.
2014-04-27 Rafael EspindolaAdd emitThumbSet to the arm target streamer.
2014-04-27 Rafael EspindolaAvoid using MCSymbolData on the asm streamer.
2014-04-27 Saleem AbdulrasoolARM: MSVC does not support = default
2014-04-27 Saleem AbdulrasoolAdd WoA object file emission support
2014-04-27 Saleem AbdulrasoolARM: Support SingleParameterDotFile on WoA
2014-04-25 Craig Topper[C++] Use 'nullptr'. Target edition.
2014-04-24 David BlaikieSpread some const around for non-mutating uses of MCSym...
2014-04-22 Kevin EnderbyFix the assembler to print a better relocatable express...
2014-04-22 Chandler Carruth[Modules] Fix potential ODR violations by sinking the...
2014-04-18 Kevin EnderbyChange the ARM assembler to require a :lower16: or...
2014-04-09 Saleem AbdulrasoolARM MC: 80 column
2014-04-09 Saleem AbdulrasoolARM MC: sort source files in CMakeLists
2014-04-02 Saleem AbdulrasoolARM: update subtarget information for Windows on ARM
2014-04-01 Christian PirkerARM: rename ARMle/ARMbe with ARMLE/ARMBE, and Thumble...
2014-03-31 Christian PirkerARM: change parameter names of the ELFARMAsmBackend...
2014-03-29 Stepan DyatkovskiyRecommitted fix for PR18931, with extended tests set.
2014-03-29 Rafael EspindolaCompletely rewrite ELFObjectWriter::RecordRelocation.
2014-03-28 Rafael EspindolaAdd const.
2014-03-28 Christian PirkerAdd ARM big endian Target (armeb, thumbeb)
2014-03-27 Rafael EspindolaRemove another unused argument.
2014-03-27 Rafael EspindolaRemove unused argument.
2014-03-27 Stepan DyatkovskiyRejected r204899 and r204900 due to remaining test...
2014-03-27 Stepan DyatkovskiyFix for pr18931: Crash using integrated assembler with...
2014-03-22 Craig TopperPrune includes in ARM target.
2014-03-21 Jiangning LiuThis reverts commit r203762, "ARM: support emission...
next