summaryrefslogtreecommitdiff
path: root/lib/Target/X86/X86TargetMachine.cpp
Commit message (Expand)AuthorAge
* Remove the MachineMove class.Rafael Espindola2013-05-13
* This patch adds the X86FixupLEAs pass, which will reduce instructionPreston Gurd2013-04-25
* In this patch, we teach X86_64TargetMachine that it has a ILP32Eli Bendersky2013-01-25
* Provide a place for targets to insert ILP optimization passes.Jakob Stoklund Olesen2013-01-17
* Pad Short Functions for Intel AtomPreston Gurd2013-01-08
* Switch TargetTransformInfo from an immutable analysis pass that requiresChandler Carruth2013-01-07
* Revert revision 171524. Original message:Nadav Rotem2013-01-05
* The current Intel Atom microarchitecture has a feature whereby when a functionPreston Gurd2013-01-04
* Fix use-before-construction of X86TargetLowering.Richard Smith2012-12-20
* Use the new script to sort the includes of every file under lib.Chandler Carruth2012-12-03
* Remove the X86 Maximal Stack Alignment Check pass as it is no longer necessary.Chad Rosier2012-11-26
* Remove TargetELFWriterInfo.Rafael Espindola2012-10-28
* Implement a basic VectorTargetTransformInfo interface to be used by the loop ...Nadav Rotem2012-10-24
* 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
* The early if conversion pass is ready to be used as an opt-in.Jakob Stoklund Olesen2012-10-03
* Add early if-conversion support to X86.Jakob Stoklund Olesen2012-07-04
* Add all codegen passes to the PassManager via TargetPassConfig.Bob Wilson2012-07-02
* Implement the local-dynamic TLS model for x86 (PR3985)Hans Wennborg2012-06-01
* Change the PassManager from a reference to a pointer.Bill Wendling2012-05-01
* 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
* Support segmented stacks on mac.Rafael Espindola2012-01-11
* Remove hasXMM/hasXMMInt functions. Move callers to hasSSE1/hasSSE2. This is t...Craig Topper2012-01-10
* 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
* Turn on vzeroupper insertion on call boundaries for AVX; it works as far as I...Eli Friedman2011-11-17
* Sink codegen optimization level into MCCodeGenInfo along side relocation modelEvan Cheng2011-11-16
* Remove code to enable execution dependency fix pass on VR256. VR128 is suffic...Craig Topper2011-11-16
* Properly qualify AVX2 specific parts of execution dependency table. Also enab...Craig Topper2011-11-15
* Enable execution dependency fix pass for YMM registers when AVX2 is enabled. ...Craig Topper2011-11-09
* Revert "Turn on the vzeroupper pass by default."Eric Christopher2011-10-18
* Turn on the vzeroupper pass by default.Eric Christopher2011-10-18
* A few 80-col violations.Evan Cheng2011-10-14
* Fixed natural stack alignment for Linux x86-32. Thanks Eli.Lang Hames2011-10-11
* Add a natural stack alignment field to TargetData, and prevent InstCombine fromLang Hames2011-10-10
* Remove X86-dependent stuff from SSEDomainFix.Jakob Stoklund Olesen2011-09-27
* Enable SSEDomainFix pass for AVX mode.Bruno Cardoso Lopes2011-09-15
* Use internal storage for command line option.Benjamin Kramer2011-09-03
* Move TargetRegistry and TargetSelect from Target to Support where they belong.Evan Cheng2011-08-24
* Introduce a pass to insert vzeroupper instructions to avoid AVX toBruno Cardoso Lopes2011-08-23
* More refactoring.Evan Cheng2011-07-25
* - 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
* Rename createAsmInfo to createMCAsmInfo and move registration code to MCTarge...Evan Cheng2011-07-14
* - Eliminate MCCodeEmitter's dependency on TargetMachine. It now uses MCInstrInfoEvan Cheng2011-07-11