summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Target/ARM/ARMTargetMachine.cpp
Commit message (Expand)AuthorAgeFilesLines
* [ARM] Fix some Clang-tidy modernize and Include What You Use warnings; other ...Eugene Zelenko2017-01-311-25/+52
* [GlobalISel] Drop workaround for Legalizer member/class sharing a name. NFC.Ahmed Bougacha2016-12-151-1/+1
* [ARM] GlobalISel: Remove unused members. NFCIDiana Picus2016-11-151-1/+1
* [ARM] Make sure GlobalISel is only initialized once. NFCIDiana Picus2016-11-151-12/+12
* [ARM] Add plumbing for GlobalISelDiana Picus2016-11-111-2/+80
* CodeGen/Passes: Pass MachineFunction as functor arg; NFCMatthias Braun2016-10-241-4/+4
* Move the global variables representing each Target behind accessor functionMehdi Amini2016-10-091-4/+4
* Some places that could using TargetParser in LLVM. NFC.Zijiao Ma2016-08-171-1/+4
* [ARM] Add support for embedded position-independent codeOliver Stannard2016-08-081-0/+4
* ARM: Initialize LoadStore passes in TargetMachineMatthias Braun2016-07-161-0/+4
* Add support for musl-libc on ARM Linux.Rafael Espindola2016-06-241-1/+4
* Fix default reloc model on ARM.Rafael Espindola2016-05-281-2/+2
* Revert "Revert "Map DynamicNoPIC to Static on non-darwin.""Renato Golin2016-05-281-0/+5
* Revert "Map DynamicNoPIC to Static on non-darwin."Renato Golin2016-05-281-5/+0
* Map DynamicNoPIC to Static on non-darwin.Rafael Espindola2016-05-271-0/+5
* Delete Reloc::Default.Rafael Espindola2016-05-181-9/+25
* Trivial cleanups.Rafael Espindola2016-05-181-1/+1
* CodeGen: Move TargetPassConfig from Passes.h to an own header; NFCMatthias Braun2016-05-101-0/+1
* Remove HasFnAttribute guards to getFnAttribute callsNirav Dave2016-03-301-1/+0
* ARMv7k: base ABI decision on v7k Arch rather than watchos OS.Tim Northover2016-01-271-1/+1
* [EABI] Add LLVM support for -meabi flagRenato Golin2015-11-091-0/+9
* ARM: add backend support for the ABI used in WatchOSTim Northover2015-10-281-3/+7
* ARM/ELF: Better codegen for global variable addresses.Peter Collingbourne2015-10-261-3/+0
* Untabify.NAKAMURA Takumi2015-09-221-1/+1
* Reformat.NAKAMURA Takumi2015-09-221-7/+6
* constify the Function parameter to the TTI creation callback andEric Christopher2015-09-161-2/+3
* [ARM] Make GlobalMerge merge extern globals by defaultJohn Brawn2015-08-031-1/+7
* Where Triple has a suitable predicate, use it rather than the enum values. NFC.Daniel Sanders2015-07-061-4/+3
* [ARM] Lower interleaved memory accesses to vldN/vstN intrinsics.Hao Liu2015-06-261-0/+4
* Clean up redundant copies of Triple objects. NFCDaniel Sanders2015-06-161-5/+3
* Replace string GNU Triples with llvm::Triple in TargetMachine. NFC.Daniel Sanders2015-06-111-15/+14
* Replace string GNU Triples with llvm::Triple in computeDataLayout(). NFC.Daniel Sanders2015-06-111-7/+7
* Replace string GNU Triples with llvm::Triple in MCSubtargetInfo and create*MC...Daniel Sanders2015-06-101-2/+3
* [ARM] Pass a callback to FunctionPass constructors to enable skipping executionAkira Hatanaka2015-06-081-14/+15
* [GlobalMerge] Take into account minsize on Global users' parents.Ahmed Bougacha2015-06-041-3/+6
* [Target/ARM] Only enable OptimizeBarrierPass at -O1 and above.Davide Italiano2015-05-201-1/+4
* Migrate existing backends that care about software floating pointEric Christopher2015-05-121-7/+9
* [CodeGen] Split -enable-global-merge into ARM and AArch64 options.Ahmed Bougacha2015-04-111-1/+8
* Adds an option to disable ARM ld/st optim passRenato Golin2015-03-261-7/+16
* [AArch64, ARM] Enable GlobalMerge with -O3 rather than -O1.Ahmed Bougacha2015-03-231-1/+1
* Move the DataLayout to the generic TargetMachine, making it mandatory.Mehdi Amini2015-03-121-6/+8
* Recommit r231324 with a fix to the ARM execution domain codeEric Christopher2015-03-071-3/+1
* Revert r231324 "Remove the conditional addition of the execution dependency f...Hans Wennborg2015-03-051-1/+3
* Remove the conditional addition of the execution dependency fixingEric Christopher2015-03-051-3/+1
* Cleanup and remove a chunk of getARMSubtarget calls in theEric Christopher2015-03-051-21/+12
* Rewrite the global merge pass to be subprogram agnostic for now.Eric Christopher2015-02-231-1/+6
* ARM: Canonicalize access to function attributes, NFCDuncan P. N. Exon Smith2015-02-141-7/+3
* [PM] Remove the old 'PassManager.h' header file at the top level ofChandler Carruth2015-02-131-1/+1
* [multiversion] Switch all of the targets over to use theChandler Carruth2015-02-011-2/+3
* [PM] Switch the TargetMachine interface from accepting a pass managerChandler Carruth2015-01-311-2/+3
OpenPOWER on IntegriCloud