summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Target/X86/X86TargetMachine.h
Commit message (Expand)AuthorAgeFilesLines
* 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
* Move all of the header files which are involved in modelling the LLVM IRChandler Carruth2013-01-021-1/+1
* Fix use-before-construction of X86TargetLowering.Richard Smith2012-12-201-2/+2
* - Re-enable population count loop idiom recognization Shuxin Yang2012-12-091-1/+1
* Revert the patches adding a popcount loop idiom recognition pass.Chandler Carruth2012-12-081-1/+1
* Sort includes for all of the .h files under the 'lib' tree. These wereChandler Carruth2012-12-041-3/+3
* rdar://12100355 (part 1)Shuxin Yang2012-11-291-1/+1
* Add a stub for the x86 cost model impl. Implement a basic cost rule for inser...Nadav Rotem2012-11-021-2/+2
* Remove TargetELFWriterInfo.Rafael Espindola2012-10-281-5/+0
* Reapply the TargerTransformInfo changes, minus the changes to LSR and Lowerin...Nadav Rotem2012-10-181-0/+17
* Temporarily revert the TargetTransform changes.Bob Wilson2012-10-181-17/+0
* Add a new interface to allow IR-level passes to access codegen-specific infor...Nadav Rotem2012-10-101-0/+17
* Move TargetData to DataLayout.Micah Villmow2012-10-081-5/+5
* Reorder includes in Target backends to following coding standards. Remove som...Craig Topper2012-03-171-1/+0
* TargetPassConfig: confine the MC configuration to TargetMachine.Andrew Trick2012-02-041-2/+1
* Added TargetPassConfig. The first little step toward configuring codegen passes.Andrew Trick2012-02-031-4/+3
* whitespaceAndrew Trick2012-02-031-5/+5
* Instruction scheduling itinerary for Intel Atom.Andrew Trick2012-02-011-3/+7
* Unweaken vtables as per http://llvm.org/docs/CodingStandards.html#ll_virtual_...David Blaikie2011-12-201-0/+2
* Move global variables in TargetMachine into new TargetOptions class. As an APINick Lewycky2011-12-021-3/+3
* Sink codegen optimization level into MCCodeGenInfo along side relocation modelEvan Cheng2011-11-161-7/+10
* - Move CodeModel from a TargetMachine global option to MCCodeGenInfo.Evan Cheng2011-07-201-8/+6
* Introduce MCCodeGenInfo, which keeps information that can affect codegenEvan Cheng2011-07-191-8/+8
* Fix the ridiculous SubtargetFeatures API where it implicitly expects CPU name toEvan Cheng2011-06-301-3/+4
* Rename TargetFrameInfo into TargetFrameLowering. Also, put couple of FIXMEs a...Anton Korobeynikov2011-01-101-4/+6
* First step of huge frame-related refactoring: move emit{Prologue,Epilogue} ou...Anton Korobeynikov2010-11-151-6/+7
OpenPOWER on IntegriCloud