aboutsummaryrefslogtreecommitdiffstats
path: root/lib/Target/X86/X86TargetMachine.h
Commit message (Expand)AuthorAgeFilesLines
* Update aosp/master llvm for rebase to r233350Pirama Arumuga Nainar2015-04-091-4/+0
* Update aosp/master LLVM for rebase to r230699.Stephen Hines2015-03-231-8/+8
* Update aosp/master LLVM for rebase to r222494.Stephen Hines2014-12-021-27/+10
* Update LLVM for rebase to r212749.Stephen Hines2014-07-211-21/+9
* Update to LLVM 3.5a.Stephen Hines2014-04-241-79/+24
* 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
* Jim Asked us to move DataLayout on ARM back to the most specialized classes. DoRafael Espindola2010-10-031-12/+46
* Implement a bunch more TargetSelectionDAGInfo infrastructure.Dan Gohman2010-05-111-0/+5
* Use const qualifiers with TargetLowering. This eliminates severalDan Gohman2010-04-171-2/+2
* Add a late SSEDomainFix pass that twiddles SSE instructions to avoid domain c...Jakob Stoklund Olesen2010-03-251-0/+1
* Revert "Add a late SSEDomainFix pass that twiddles SSE instructions to avoid ...Jakob Stoklund Olesen2010-03-231-1/+0
* Add a late SSEDomainFix pass that twiddles SSE instructions to avoid domain c...Jakob Stoklund Olesen2010-03-231-0/+1
* Preliminary patch to improve dwarf EH generation - Hooks to return Personalit...Anton Korobeynikov2010-02-151-12/+0
* remove dead code.Chris Lattner2010-02-021-4/+0
* eliminate all the dead addSimpleCodeEmitter implementations.Chris Lattner2010-02-021-9/+0
* - Add getLSDAEncoding to the PowerPC backend.Bill Wendling2010-01-181-0/+10
* Retrying r91337:Bill Wendling2010-01-161-0/+2
* Fix setting and default setting of code model for jit. Do thisEric Christopher2009-12-211-0/+5
* Change TargetAsmInfo to be constructed via TargetRegistry from a Target+TripleChris Lattner2009-08-121-3/+0
* Move most targets TargetMachine constructor to only taking a target triple.Daniel Dunbar2009-08-021-10/+6
* Lift addAssemblyEmitter into LLVMTargetMachine.Daniel Dunbar2009-07-151-3/+0
* Lift DumpAsm / -print-emitted-asm functionality into LLVMTargetMachine.Daniel Dunbar2009-07-151-6/+6
* Remove old style hacks to register AsmPrinter into TargetMachine.Daniel Dunbar2009-07-151-11/+0
* Reapply TargetRegistry refactoring commits.Daniel Dunbar2009-07-151-7/+5
* Revert 75762, 75763, 75766..75769, 75772..75775, 75778, 75780, 75782 to repai...Stuart Hastings2009-07-151-5/+7