aboutsummaryrefslogtreecommitdiffstats
path: root/lib/Target/X86/X86TargetMachine.cpp
Commit message (Expand)AuthorAgeFilesLines
* Move lengthy conditional down 1 level per review comment.Dale Johannesen2007-08-061-5/+1
* Make x86 long double alignment 32 for everything butDale Johannesen2007-08-031-1/+3
* long double patch 2 of N. Handle it in TargetData.Dale Johannesen2007-08-031-2/+2
* Added -print-emitted-asm to print out JIT generated asm to cerr.Evan Cheng2007-07-201-2/+7
* The various "getModuleMatchQuality" implementations should returnChris Lattner2007-07-091-0/+5
* 80 col. violation.Evan Cheng2007-02-231-1/+2
* Generalize TargetData strings, to support more interesting forms of data.Chris Lattner2007-02-141-2/+2
* Moved the MachOWriter and ELFWriter out of the Target/* files. Placed theBill Wendling2007-02-081-9/+6
* Double and long preferred alignment is 8 byte.Evan Cheng2007-01-221-2/+2
* Teach TargetData to handle 'preferred' alignment for each target, and useChris Lattner2007-01-201-2/+2
* - Target PIC style is no longer affected by relocation model.Evan Cheng2007-01-181-15/+9
* Revert patch.Bill Wendling2007-01-171-5/+0
* Create the specified TargetObjInfo and use it.Bill Wendling2007-01-171-0/+5
* * PIC codegen for X86/Linux has been implementedAnton Korobeynikov2007-01-121-0/+21
* Really big cleanup.Anton Korobeynikov2007-01-031-1/+1
* Refactored JIT codegen for mingw32. Now we're using standart relocationAnton Korobeynikov2006-12-221-4/+1
* Fixed dllimported symbols support during JIT'ing. JIT on mingw32Anton Korobeynikov2006-12-201-0/+3
* The x86-64 target machine should be used for amd64-* target triples.Chris Lattner2006-12-191-0/+5
* - Switch X86-64 JIT to large code size model.Evan Cheng2006-12-051-0/+3
* Non-darwin gcc should default to static relocation to match gcc.Evan Cheng2006-12-041-1/+1
* Removed even more std::cerr and #include <iostream> things.Bill Wendling2006-11-171-1/+0
* Committing X86-64 support.Evan Cheng2006-09-081-7/+53
* 1. Remove condition on delete.Jim Laskey2006-09-071-0/+5
* Fix some X86 JIT failures. This should really come from TargetJITInfo.Chris Lattner2006-09-041-0/+3
* Completely rearchitect the interface between targets and the pass manager.Chris Lattner2006-09-041-110/+22
* Simplify target construction.Chris Lattner2006-09-031-3/+1
* - Enable x86 isel preprocessing by default unless -fast is specified.Evan Cheng2006-08-291-2/+2
* Initial checkin of the Mach-O emitter. There's plenty of fixmes, but itNate Begeman2006-08-231-1/+1
* Disable LSR at -fastNate Begeman2006-08-021-1/+1
* Rename RelocModel::PIC to PIC_, to avoid conflicts with -DPIC.Chris Lattner2006-07-261-1/+1
* - Refactor the code that resolve basic block references to a TargetJITInfoEvan Cheng2006-07-251-1/+1
* Don't pass target name into TargetData anymore, it is never used or needed.Chris Lattner2006-06-161-1/+1
* Fix a build breaker.Evan Cheng2006-05-301-2/+2
* Make TargetData strings less redundant.Owen Anderson2006-05-201-1/+1
* Make all of the TargetMachine subclasses use the new string TargetData methods.Owen Anderson2006-05-201-1/+1
* Refactor TargetMachine, pushing handling of TargetData into the target-specif...Owen Anderson2006-05-031-1/+2
* Disable switch lowering for targets based on the selection dag isel,Nate Begeman2006-04-081-10/+0
* SelectionDAGISel can now natively handle Switch instructions, in the sameNate Begeman2006-03-271-4/+7
* Eliminate IntrinsicLowering from TargetMachine.Chris Lattner2006-03-231-5/+2
* Turning on LSR by defaultEvan Cheng2006-03-191-6/+2
* Added a way for TargetLowering to specify what values can be used as theEvan Cheng2006-03-161-2/+2
* Added getTargetLowering() to TargetMachine. Refactored targets to support this.Evan Cheng2006-03-131-2/+6
* Add option -enable-x86-lsr to enable x86 loop strength reduction pass.Evan Cheng2006-03-091-0/+7
* - Added option -relocation-model to set relocation model. Valid values includ...Evan Cheng2006-02-221-2/+7
* Disable PIC for JIT.Evan Cheng2006-02-181-0/+3
* Kill the x86 pattern isel. boom.Nate Begeman2006-02-171-15/+2
* remove an old commentChris Lattner2006-02-031-3/+2
* Remove the X86PeepholeOptimizerPass, a truly horrible old hack that is nowChris Lattner2006-02-031-4/+0
* Bye bye Pattern ISel, hello DAG ISel.Evan Cheng2006-01-271-10/+10
* x86 CPU detection and proper subtarget supportEvan Cheng2006-01-271-36/+1