summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Target/ARM/ARMTargetMachine.h
Commit message (Expand)AuthorAgeFilesLines
* [ARM] Fix some Clang-tidy modernize and Include What You Use warnings; other ...Eugene Zelenko2017-01-311-5/+15
* Delete Reloc::Default.Rafael Espindola2016-05-181-9/+10
* Trivial cleanups.Rafael Espindola2016-05-181-6/+6
* ARM: add backend support for the ABI used in WatchOSTim Northover2015-10-281-1/+2
* Replace string GNU Triples with llvm::Triple in TargetMachine. NFC.Daniel Sanders2015-06-111-17/+17
* Remove the target independent TargetMachine::getSubtarget andEric Christopher2015-03-211-1/+1
* Move the DataLayout to the generic TargetMachine, making it mandatory.Mehdi Amini2015-03-121-2/+0
* Make the ARM AsmPrinter independent of global subtargetEric Christopher2015-02-171-0/+1
* [multiversion] Switch all of the targets over to use theChandler Carruth2015-02-011-2/+2
* [PM] Switch the TargetMachine interface from accepting a pass managerChandler Carruth2015-01-311-1/+1
* Move DataLayout back to the TargetMachine from TargetSubtargetInfoEric Christopher2015-01-261-0/+2
* Add a new string member to the TargetOptions struct for the nameEric Christopher2014-12-181-0/+7
* Add out of line virtual destructors to all LLVMTargetMachine subclassesReid Kleckner2014-11-201-0/+1
* This patch changes the ownership of TLOF from TargetLoweringBase to TargetMac...Aditya Nandakumar2014-11-131-0/+5
* Add subtarget caches to aarch64, arm, ppc, and x86.Eric Christopher2014-10-061-0/+4
* Reverting NFC changes from r218050. Instead, the warning was disabled for GCC...Aaron Ballman2014-09-181-1/+0
* Fixing a bunch of -Woverloaded-virtual warnings due to hiding getSubtargetImp...Aaron Ballman2014-09-181-0/+1
* Reinstate "Nuke the old JIT."Eric Christopher2014-09-021-2/+0
* Canonicalize header guards into a common format.Benjamin Kramer2014-08-131-2/+2
* Temporarily Revert "Nuke the old JIT." as it's not quite ready toEric Christopher2014-08-071-0/+2
* Nuke the old JIT.Rafael Espindola2014-08-071-2/+0
* Remove a virtual function from TargetMachine. NFC.Rafael Espindola2014-08-051-1/+0
* Remove the TargetMachine forwards for TargetSubtargetInfo basedEric Christopher2014-08-041-22/+0
* Add a non-const subtarget returning function to the target machineEric Christopher2014-08-011-1/+2
* Remove extraneous includes from the target machines.Eric Christopher2014-06-261-8/+0
* Move all of the ARM subtarget features down onto the subtargetEric Christopher2014-06-261-68/+26
* Move ARMJITInfo off of the TargetMachine and down onto the subtarget.Eric Christopher2014-06-181-5/+2
* Since the DataLayout is always found off of the subtarget go aheadEric Christopher2014-06-161-7/+3
* Temporarily revert r210953 in an attempt to bring the ARM buildbotsEric Christopher2014-06-151-0/+5
* Remove InstrItineraryData off of the TargetMachine - it's alreadyEric Christopher2014-06-131-4/+1
* Move ARMJITInfo off of the TargetMachine and down onto the subtarget.Eric Christopher2014-06-131-2/+0
* Move ARMSelectionDAGInfo from the TargetMachine to the subtarget.Eric Christopher2014-06-131-4/+2
* Move to a private function to initialize subtarget dependenciesEric Christopher2014-06-131-4/+6
* [C++11] Add 'override' keywords and remove 'virtual'. Additionally add 'final...Craig Topper2014-04-291-4/+4
* [C++11] Replace OwningPtr with std::unique_ptr in places where it doesn't bre...Benjamin Kramer2014-04-211-3/+2
* Tidy up. 80 columns.Jim Grosbach2014-04-031-2/+2
* ARM: rename ARMle/ARMbe with ARMLE/ARMBE, and Thumble/Thumbbe with ThumbLE/Th...Christian Pirker2014-04-011-12/+12
* Add ARM big endian Target (armeb, thumbeb)Christian Pirker2014-03-281-3/+50
* [C++11] Add 'override' keyword to virtual methods that override their base cl...Craig Topper2014-03-101-19/+19
* Adding simple cast cost to ARMRenato Golin2013-01-291-0/+4
* ARM: Copy-paste error.Jim Grosbach2013-01-071-1/+1
* Switch TargetTransformInfo from an immutable analysis pass that requiresChandler Carruth2013-01-071-17/+3
* Move all of the header files which are involved in modelling the LLVM IRChandler Carruth2013-01-021-1/+1
* Replace TargetLowering::isIntImmLegal() withEvan Cheng2012-12-111-2/+2
* Sort includes for all of the .h files under the 'lib' tree. These wereChandler Carruth2012-12-041-7/+7
* Remove TargetELFWriterInfo.Rafael Espindola2012-10-281-9/+0
* Reapply the TargerTransformInfo changes, minus the changes to LSR and Lowerin...Nadav Rotem2012-10-181-1/+17
* Temporarily revert the TargetTransform changes.Bob Wilson2012-10-181-17/+1
* Add a new interface to allow IR-level passes to access codegen-specific infor...Nadav Rotem2012-10-101-1/+17
* Move TargetData to DataLayout.Micah Villmow2012-10-081-5/+5
OpenPOWER on IntegriCloud