summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Target/ARM
Commit message (Expand)AuthorAgeFilesLines
...
* [ARM] Cortex-R4F is not VFPOnlySPJaved Absar2015-06-261-1/+1
* Optimize the creation of mapping symbols.Rafael Espindola2015-06-261-8/+1
* [ARM] Lower interleaved memory accesses to vldN/vstN intrinsics.Hao Liu2015-06-265-0/+204
* Replace copy-pasted debug value skipping with MBB::getLastNonDebugInstrBenjamin Kramer2015-06-251-8/+4
* ARMLoadStoreOptimizer: Fix errata 602117 handling and make testcase actually ...Matthias Braun2015-06-241-107/+112
* [ARM] ARMLoadStoreOpt::UpdateBaseRegUses should stop on defJohn Brawn2015-06-231-1/+1
* Revert r240137 (Fixed/added namespace ending comments using clang-tidy. NFC)Alexander Kornienko2015-06-2341-48/+48
* Change .thumb_set to have the same error checks as .set.Pete Cooper2015-06-221-14/+6
* Fixed/added namespace ending comments using clang-tidy. NFCAlexander Kornienko2015-06-1941-48/+48
* [ARM] Look through concat when lowering in-place shuffles (VZIP, ..)Ahmed Bougacha2015-06-191-0/+38
* [ARM] Factor out two-result shuffle matching. NFCI.Ahmed Bougacha2015-06-191-26/+35
* Fix "the the" in comments.Eric Christopher2015-06-192-2/+2
* Clean up redundant copies of Triple objects. NFCDaniel Sanders2015-06-166-12/+10
* Rename TargetSubtargetInfo::enablePostMachineScheduler() to enablePostRASched...Matthias Braun2015-06-132-2/+2
* MachineLICM: Use TargetSchedModel instead of just itinerariesMatthias Braun2015-06-132-7/+8
* Replace string GNU Triples with llvm::Triple in TargetMachine. NFC.Daniel Sanders2015-06-112-32/+31
* [CodeGen] ArrayRef'ize cond/pred in various TII APIs. NFC.Ahmed Bougacha2015-06-112-11/+8
* Replace string GNU Triples with llvm::Triple in computeDataLayout(). NFC.Daniel Sanders2015-06-111-7/+7
* Revert "Move dllimport name mangling to IR mangler."Reid Kleckner2015-06-113-4/+23
* Replace string GNU Triples with llvm::Triple in MCSubtargetInfo and create*MC...Daniel Sanders2015-06-107-24/+21
* Replace string GNU Triples with llvm::Triple in create*MCRelocationInfo(). NFC.Daniel Sanders2015-06-101-3/+2
* Replace string GNU Triples with llvm::Triple in MCAsmBackend subclasses and c...Daniel Sanders2015-06-106-26/+30
* Move dllimport name mangling to IR mangler.Peter Collingbourne2015-06-093-23/+4
* Remove DisableTailCalls from TargetOptions and the code in resetTargetOptionsAkira Hatanaka2015-06-091-2/+5
* Removing spurious semi colons; NFC.Aaron Ballman2015-06-091-1/+1
* MC: Add target hook to control symbol quotingMatt Arsenault2015-06-095-12/+20
* [ARM] Pass a callback to FunctionPass constructors to enable skipping executionAkira Hatanaka2015-06-083-19/+30
* Remove includes of MCMachOSymbolFlags.h after it was deletedPete Cooper2015-06-081-1/+0
* Revert r238473, "Thumb2: Modify codegen for memcpy intrinsic to prefer LDM/STM."Peter Collingbourne2015-06-056-129/+33
* [ARM] Make helper function static.Benjamin Kramer2015-06-052-10/+2
* [ARM] Add support for -sp- FPUs and FPU none to TargetParserJohn Brawn2015-06-052-2/+11
* [ARM] Add knowledge of FPU subtarget features to TargetParserJohn Brawn2015-06-051-67/+5
* MC: Clean up naming in MCObjectWriter. NFC.Jim Grosbach2015-06-042-9/+9
* [GlobalMerge] Take into account minsize on Global users' parents.Ahmed Bougacha2015-06-041-3/+6
* MC: Remove obsolete MachO UseAggressiveSymbolFolding.Jim Grosbach2015-06-041-4/+2
* Replace string GNU Triples with llvm::Triple in MCAsmInfo subclasses and crea...Daniel Sanders2015-06-043-11/+9
* Remove MCELFSymbolFlags.h. It is now internal to MCSymbolELF.Rafael Espindola2015-06-041-2/+1
* Remove getOrCreateSymbolData. There is no MCSymbolData anymore.Rafael Espindola2015-06-031-1/+1
* ARM: Thumb2 LDRD/STRD supports independent input/output regsMatthias Braun2015-06-031-20/+22
* [arm] Fix r238921. We must handle Constraint_i too.Daniel Sanders2015-06-031-0/+4
* [arm] Distinguish the /U[qytnms]/, 'Uv', 'Q', and 'm' inline assembly memory ...Daniel Sanders2015-06-032-9/+44
* Pass a MCSymbolELF to a few ELF only functions. NFC.Rafael Espindola2015-06-021-1/+1
* Merge MCELF.h into MCSymbolELF.h.Rafael Espindola2015-06-021-8/+6
* Revert "ARM: Thumb2 LDRD/STRD supports independent input/output regs"Renato Golin2015-06-021-22/+20
* ARM: Thumb2 LDRD/STRD supports independent input/output regsMatthias Braun2015-06-011-20/+22
* ARMLoadStoreOptimizer: Fix doxygen comments; NFCMatthias Braun2015-06-011-34/+28
* Re-commit of r238201 with fix for building with shared libraries.Luke Cheeseman2015-06-014-16/+499
* Add address space argument to isLegalAddressingModeMatt Arsenault2015-06-012-2/+4
* ARMConstantIslandPass.cpp: Prune an empty \brief. [-Wdocumentation]NAKAMURA Takumi2015-05-311-1/+0
* ARM: recommit r237590: allow jump tables to be placed as constant islands.Tim Northover2015-05-317-238/+418
OpenPOWER on IntegriCloud