summaryrefslogtreecommitdiff
path: root/lib/Target/X86/X86TargetMachine.h
Commit message (Expand)AuthorAge
* Remove extraneous includes from the target machines.Eric Christopher2014-06-26
* Move all of the x86 subtarget initialized variables down into the x86 subtargetEric Christopher2014-06-09
* Remove duplicate copy of InstrItineraryData from the TargetMachine,Eric Christopher2014-06-05
* [C++11] Mark more classes in the X86 target as 'final'.Craig Topper2014-03-31
* Prune includes in X86 target.Craig Topper2014-03-19
* [C++11] Add 'override' keyword to virtual methods that override their base cl...Craig Topper2014-03-09
* [x86] Kill gratuitous X86_{32,64}TargetMachine subclasses, use X86TargetMachineDavid Woodhouse2014-01-08
* Switch TargetTransformInfo from an immutable analysis pass that requiresChandler Carruth2013-01-07
* Move all of the header files which are involved in modelling the LLVM IRChandler Carruth2013-01-02
* Fix use-before-construction of X86TargetLowering.Richard Smith2012-12-20
* - Re-enable population count loop idiom recognization Shuxin Yang2012-12-09
* Revert the patches adding a popcount loop idiom recognition pass.Chandler Carruth2012-12-08
* Sort includes for all of the .h files under the 'lib' tree. These wereChandler Carruth2012-12-04
* rdar://12100355 (part 1)Shuxin Yang2012-11-29
* Add a stub for the x86 cost model impl. Implement a basic cost rule for inser...Nadav Rotem2012-11-02
* Remove TargetELFWriterInfo.Rafael Espindola2012-10-28
* Reapply the TargerTransformInfo changes, minus the changes to LSR and Lowerin...Nadav Rotem2012-10-18
* Temporarily revert the TargetTransform changes.Bob Wilson2012-10-18
* Add a new interface to allow IR-level passes to access codegen-specific infor...Nadav Rotem2012-10-10
* Move TargetData to DataLayout.Micah Villmow2012-10-08
* Reorder includes in Target backends to following coding standards. Remove som...Craig Topper2012-03-17
* TargetPassConfig: confine the MC configuration to TargetMachine.Andrew Trick2012-02-04
* Added TargetPassConfig. The first little step toward configuring codegen passes.Andrew Trick2012-02-03
* whitespaceAndrew Trick2012-02-03
* Instruction scheduling itinerary for Intel Atom.Andrew Trick2012-02-01
* Unweaken vtables as per http://llvm.org/docs/CodingStandards.html#ll_virtual_...David Blaikie2011-12-20
* Move global variables in TargetMachine into new TargetOptions class. As an APINick Lewycky2011-12-02
* Sink codegen optimization level into MCCodeGenInfo along side relocation modelEvan Cheng2011-11-16
* - Move CodeModel from a TargetMachine global option to MCCodeGenInfo.Evan Cheng2011-07-20
* Introduce MCCodeGenInfo, which keeps information that can affect codegenEvan Cheng2011-07-19
* Fix the ridiculous SubtargetFeatures API where it implicitly expects CPU name toEvan Cheng2011-06-30
* Rename TargetFrameInfo into TargetFrameLowering. Also, put couple of FIXMEs a...Anton Korobeynikov2011-01-10
* First step of huge frame-related refactoring: move emit{Prologue,Epilogue} ou...Anton Korobeynikov2010-11-15
* Jim Asked us to move DataLayout on ARM back to the most specialized classes. DoRafael Espindola2010-10-03
* Implement a bunch more TargetSelectionDAGInfo infrastructure.Dan Gohman2010-05-11
* Use const qualifiers with TargetLowering. This eliminates severalDan Gohman2010-04-17
* Add a late SSEDomainFix pass that twiddles SSE instructions to avoid domain c...Jakob Stoklund Olesen2010-03-25
* Revert "Add a late SSEDomainFix pass that twiddles SSE instructions to avoid ...Jakob Stoklund Olesen2010-03-23
* Add a late SSEDomainFix pass that twiddles SSE instructions to avoid domain c...Jakob Stoklund Olesen2010-03-23
* Preliminary patch to improve dwarf EH generation - Hooks to return Personalit...Anton Korobeynikov2010-02-15
* remove dead code.Chris Lattner2010-02-02
* eliminate all the dead addSimpleCodeEmitter implementations.Chris Lattner2010-02-02
* - Add getLSDAEncoding to the PowerPC backend.Bill Wendling2010-01-18
* Retrying r91337:Bill Wendling2010-01-16
* Fix setting and default setting of code model for jit. Do thisEric Christopher2009-12-21
* Change TargetAsmInfo to be constructed via TargetRegistry from a Target+TripleChris Lattner2009-08-12
* Move most targets TargetMachine constructor to only taking a target triple.Daniel Dunbar2009-08-02
* Lift addAssemblyEmitter into LLVMTargetMachine.Daniel Dunbar2009-07-15
* Lift DumpAsm / -print-emitted-asm functionality into LLVMTargetMachine.Daniel Dunbar2009-07-15
* Remove old style hacks to register AsmPrinter into TargetMachine.Daniel Dunbar2009-07-15