summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Target/X86/X86TargetMachine.h
Commit message (Expand)AuthorAgeFilesLines
* Enable IBT(Indirect Branch Tracking) in JIT with CET(Control-flow Enforcement...Xiang1 Zhang2020-05-181-0/+4
* Prune a LegacyDivergenceAnalysis and MachineLoopInfo include eachReid Kleckner2019-10-191-1/+1
* Add AutoUpgrade function to add new address space datalayout string to existi...Amy Huang2019-09-181-3/+0
* Reland "Change the X86 datalayout to add three address spacesAmy Huang2019-09-101-0/+3
* Update the file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-191-4/+3
* [X86] Re-enable the machine verifier after fixing more testsFrancis Visoiu Mistrih2018-10-301-4/+0
* [X86] Set isMachineVerifierClean() back to false (PR27481)Simon Pilgrim2018-10-291-0/+4
* [X86] Enable the MachineVerifier by defaultFrancis Visoiu Mistrih2018-10-291-4/+0
* (Re-landing) Expose a TargetMachine::getTargetTransformInfo functionSanjoy Das2017-12-221-1/+1
* Revert "Expose a TargetMachine::getTargetTransformInfo function"Sanjoy Das2017-12-211-1/+1
* Expose a TargetMachine::getTargetTransformInfo functionSanjoy Das2017-12-211-1/+1
* Revert "TargetMachine: Merge TargetMachine and LLVMTargetMachine"Matthias Braun2017-10-121-1/+1
* TargetMachine: Merge TargetMachine and LLVMTargetMachineMatthias Braun2017-10-121-1/+1
* Delete Default and JITDefault code modelsRafael Espindola2017-08-031-2/+2
* Update the comments on default subtargets based on feedback.Eric Christopher2017-07-251-2/+3
* Add a set of comments explaining why getSubtargetImpl() is deleted on these t...Eric Christopher2017-07-141-0/+2
* Make 0 argument getSubtargetImpl functions for the X86, AArch64, and PPC targ...Eric Christopher2017-06-301-0/+1
* TargetMachine: Indicate whether machine verifier passes.Matthias Braun2017-05-311-0/+4
* [globalisel][tablegen] Move <Target>InstructionSelector declarations to anony...Daniel Sanders2017-04-061-0/+2
* [X86] Fix some Clang-tidy modernize and Include What You Use warnings; other ...Eugene Zelenko2017-02-021-4/+10
* Remove the default subtarget from the x86 port as it isn't necessary (orEric Christopher2016-09-201-2/+0
* Delete Reloc::Default.Rafael Espindola2016-05-181-2/+3
* Revert r240137 (Fixed/added namespace ending comments using clang-tidy. NFC)Alexander Kornienko2015-06-231-1/+1
* Fixed/added namespace ending comments using clang-tidy. NFCAlexander Kornienko2015-06-191-1/+1
* Replace string GNU Triples with llvm::Triple in TargetMachine. NFC.Daniel Sanders2015-06-111-2/+2
* Cache the Function dependent subtarget on the MachineFunction.Eric Christopher2015-03-211-1/+0
* Move the DataLayout to the generic TargetMachine, making it mandatory.Mehdi Amini2015-03-121-3/+0
* [multiversion] Switch all of the targets over to use theChandler Carruth2015-02-011-1/+1
* [PM] Switch the TargetMachine interface from accepting a pass managerChandler Carruth2015-01-311-2/+1
* Move DataLayout back to the TargetMachine from TargetSubtargetInfoEric Christopher2015-01-261-6/+7
* Add out of line virtual destructors to all LLVMTargetMachine subclassesReid Kleckner2014-11-201-1/+2
* This patch changes the ownership of TLOF from TargetLoweringBase to TargetMac...Aditya Nandakumar2014-11-131-0/+4
* Add subtarget caches to aarch64, arm, ppc, and x86.Eric Christopher2014-10-061-0/+3
* Reverting NFC changes from r218050. Instead, the warning was disabled for GCC...Aaron Ballman2014-09-181-2/+0
* Fixing a bunch of -Woverloaded-virtual warnings due to hiding getSubtargetImp...Aaron Ballman2014-09-181-0/+2
* Reinstate "Nuke the old JIT."Eric Christopher2014-09-021-6/+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/+6
* Nuke the old JIT.Rafael Espindola2014-08-071-6/+0
* Remove a virtual function from TargetMachine. NFC.Rafael Espindola2014-08-051-1/+4
* Remove the TargetMachine forwards for TargetSubtargetInfo basedEric Christopher2014-08-041-23/+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-4/+0
* Move all of the x86 subtarget initialized variables down into the x86 subtargetEric Christopher2014-06-091-15/+8
* Remove duplicate copy of InstrItineraryData from the TargetMachine,Eric Christopher2014-06-051-2/+1
* [C++11] Mark more classes in the X86 target as 'final'.Craig Topper2014-03-311-1/+1
* Prune includes in X86 target.Craig Topper2014-03-191-2/+0
* [C++11] Add 'override' keyword to virtual methods that override their base cl...Craig Topper2014-03-091-13/+12
* [x86] Kill gratuitous X86_{32,64}TargetMachine subclasses, use X86TargetMachineDavid Woodhouse2014-01-081-64/+12
* Switch TargetTransformInfo from an immutable analysis pass that requiresChandler Carruth2013-01-071-17/+3
OpenPOWER on IntegriCloud