summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Target/ARM
Commit message (Expand)AuthorAgeFilesLines
* [ARM] Use dwarf exception handling on MinGWMartin Storsjo2017-11-172-3/+10
* Fix a bunch more layering of CodeGen headers that are in TargetDavid Blaikie2017-11-1722-38/+38
* [ARM] 't' asm constraint should accept i32Yi Kong2017-11-161-1/+1
* [globalisel][tablegen] Generate rule coverage and use it to identify untested...Daniel Sanders2017-11-161-4/+5
* Add backend name to Target to enable runtime info to be fed back into TableGenDaniel Sanders2017-11-151-4/+4
* [ARM] Split Arm jump table branch into i12 and rs suffixed versionsMomchil Velikov2017-11-155-210/+33
* [ARM, AArch64] Fix an assert message, Darwin isn't the only target supporting...Martin Storsjo2017-11-141-1/+2
* ARM: correctly update CFG when splitting BB to fix branch.Tim Northover2017-11-141-0/+6
* [ARM GlobalISel] Remove C++ code for G_CONSTANTDiana Picus2017-11-141-22/+0
* [ARM] Fix incorrect conversion of a tail call to an ordinary callMomchil Velikov2017-11-142-36/+74
* [arm] Fix Unnecessary reloads from GOT.Evgeniy Stepanov2017-11-139-40/+41
* [ARM] Place jump table as the first operand in additionsMomchil Velikov2017-11-133-10/+10
* [llvm] Remove redundant return [NFC]Mandeep Singh Grang2017-11-121-1/+0
* [RegAlloc, SystemZ] Increase number of LOCRs by passing "hard" regalloc hints.Jonas Paulsson2017-11-102-4/+5
* Target/TargetInstrInfo.h -> CodeGen/TargetInstrInfo.h to match layeringDavid Blaikie2017-11-0811-13/+13
* [GlobalISel] Enable legalizing non-power-of-2 sized types.Kristof Beyls2017-11-071-13/+58
* Move TargetFrameLowering.h to CodeGen where it's implementedDavid Blaikie2017-11-033-3/+3
* [ARM GlobalISel] Move the check for Thumb higher upDiana Picus2017-11-031-6/+6
* [ARM] and, or, xor and add with shl combineSam Parker2017-11-021-7/+120
* Revert r313618 "[ARM] Use ADDCARRY / SUBCARRY"Roger Ferrer Ibanez2017-11-012-168/+20
* [GlobalISel|ARM] : Allow legalizing G_FSUBJaved Absar2017-10-302-8/+9
* [SimplifyCFG] use pass options and remove the latesimplifycfg passSanjay Patel2017-10-281-4/+5
* Add a few missing headers for modularization/IWYU/etcDavid Blaikie2017-10-273-0/+4
* InstructionSelectorImpl.h: Modularize/remove ODR violations by using a static...David Blaikie2017-10-261-2/+2
* [ARM] Honor -mfloat-abi for libcall calling conventionEli Friedman2017-10-261-9/+1
* Clear LastMappingSymbols and LastEMS(Info) when resetting the ARM(AArch64)ELF...Yichao Yu2017-10-261-0/+2
* [AsmParser][TableGen] Add VariantID argument to the generated mnemonic spell ...Craig Topper2017-10-261-1/+2
* [AsmParser][TableGen] Make the generated mnemonic spell checker function a fi...Craig Topper2017-10-261-1/+2
* [ARM GlobalISel] Fix call opcodesDiana Picus2017-10-251-4/+11
* [ARM] OrCombineToBFI functionSam Parker2017-10-251-92/+109
* [ARM] Swap cmp operands for automatic shiftsSam Parker2017-10-251-0/+6
* ARMAddressingModes.h: Don't mark header functions as file localDavid Blaikie2017-10-241-86/+63
* [ARM] Error for invalid shift in memory operandOliver Stannard2017-10-241-1/+1
* [ARM] Replace development diagnostics with normal DEBUG macroOliver Stannard2017-10-241-14/+9
* [ARM] tSETEND needs IsThumbOliver Stannard2017-10-241-1/+1
* [ARM] Remove tCPS alias which just crashedOliver Stannard2017-10-241-7/+0
* [ARM] Allow unrolling of multi-block loops.Sam Parker2017-10-231-16/+35
* [ARM] Dynamic stack alignment for 16-bit ThumbMomchil Velikov2017-10-223-16/+38
* [ARM] Use post-RA MI scheduler when +use-misched is setEugene Leviant2017-10-201-1/+8
* [ARM] Fix disassembly for conditional VMRS and VMSR instructions in ARM modeAndre Vieira2017-10-181-2/+8
* Untabify.NAKAMURA Takumi2017-10-181-1/+1
* Reverting r315590; it did not include changes for llvm-tblgen, which is causi...Aaron Ballman2017-10-152-2/+2
* Revert "TargetMachine: Merge TargetMachine and LLVMTargetMachine"Matthias Braun2017-10-122-4/+4
* TargetMachine: Merge TargetMachine and LLVMTargetMachineMatthias Braun2017-10-122-4/+4
* [dump] Remove NDEBUG from test to enable dump methods [NFC]Don Hinton2017-10-122-2/+2
* [MC] Have MCObjectStreamer take its MCAsmBackend argument via unique_ptr.Lang Hames2017-10-114-24/+29
* [Asm] Add debug tracing in table-generated assembly matcherOliver Stannard2017-10-111-2/+1
* [MC] Have MCObjectStreamer take its MCAsmBackend argument via unique_ptr.Lang Hames2017-10-114-27/+38
* [MC] Add another missing <memory> include left out of r315327.Lang Hames2017-10-101-0/+1
* [MC] Thread unique_ptr<MCObjectWriter> through the create.*ObjectWriterLang Hames2017-10-107-18/+25
OpenPOWER on IntegriCloud