summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Target/ARM/ARMTargetMachine.cpp
Commit message (Expand)AuthorAgeFilesLines
* 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
* [PM] Change the core design of the TTI analysis to use a polymorphicChandler Carruth2015-01-311-4/+0
* Move DataLayout back to the TargetMachine from TargetSubtargetInfoEric Christopher2015-01-261-0/+53
* [cleanup] Re-sort all the #include lines in LLVM usingChandler Carruth2015-01-141-1/+1
* Migrate ABIName to MCTargetOptions so that it can be shared betweenEric Christopher2015-01-141-3/+4
* Add a new string member to the TargetOptions struct for the nameEric Christopher2014-12-181-0/+52
* Enable MachineVerifier in debug mode for X86, ARM, AArch64, Mips.Matthias Braun2014-12-111-10/+10
* [CodeGen] Add print and verify pass after each MachineFunctionPass by defaultMatthias Braun2014-12-111-22/+16
* This reverts commit r224043 and r224042.Rafael Espindola2014-12-111-6/+12
* Enable machineverifier in debug mode for X86, ARM, AArch64, MipsMatthias Braun2014-12-111-10/+10
* [CodeGen] Add print and verify pass after each MachineFunctionPass by defaultMatthias Braun2014-12-111-22/+16
* Add out of line virtual destructors to all LLVMTargetMachine subclassesReid Kleckner2014-11-201-0/+2
* This patch changes the ownership of TLOF from TargetLoweringBase to TargetMac...Aditya Nandakumar2014-11-131-0/+10
* Add subtarget caches to aarch64, arm, ppc, and x86.Eric Christopher2014-10-061-2/+40
* We can grab the options struct from the TargetMachine, no need toEric Christopher2014-10-031-1/+1
* Reinstate "Nuke the old JIT."Eric Christopher2014-09-021-7/+0
* Rename AtomicExpandLoadLinked into AtomicExpandRobin Morisset2014-08-211-1/+1
* Add a thread-model knob for lowering atomics on baremetal & single threaded s...Jonathan Roelofs2014-08-211-1/+4
* Temporarily Revert "Nuke the old JIT." as it's not quite ready toEric Christopher2014-08-071-0/+7
OpenPOWER on IntegriCloud