aboutsummaryrefslogtreecommitdiffstats
path: root/lib/Target/X86/X86TargetMachine.cpp
Commit message (Expand)AuthorAgeFilesLines
...
* Split X86TargetAsmInfo into 4 subtarget-specific classesAnton Korobeynikov2008-07-091-1/+16
* Remove unnecessary #includes.Dan Gohman2008-06-221-1/+0
* X86CodeEmitter should not set PIC style to None at initialization time. This ...Evan Cheng2008-05-221-3/+1
* Clean up the use of static and anonymous namespaces. This turned upDan Gohman2008-05-131-7/+5
* Be over-conservative: scan for all used virtual registers and calculate maxim...Anton Korobeynikov2008-04-231-0/+2
* Add X86 Maximal Stack Alignment Calculator Pass before RAAnton Korobeynikov2008-04-231-0/+5
* Provide a JIT selector on win64Anton Korobeynikov2008-03-231-1/+1
* Hack out the PIC mode on Win64 targets. This needs to be investigated later.Anton Korobeynikov2008-03-231-1/+3
* Use PassManagerBase instead of FunctionPassManager for functionsDan Gohman2008-03-111-5/+5
* Added option -align-loops=<true/false> to disable loop aligner pass.Evan Cheng2008-02-281-7/+0
* Add a quick and dirty "loop aligner pass". x86 uses it to align its loops to ...Evan Cheng2008-02-281-0/+7
* Remove bunch of gcc 4.3-related warnings from TargetAnton Korobeynikov2008-02-201-3/+5
* Minor fix to enable x86-64 pic jit (still fails for other reasons).Evan Cheng2008-01-081-2/+3
* Remove attribution from file headers, per discussion on llvmdev.Chris Lattner2007-12-291-2/+2
* Preliminary PIC JIT support for X86 (32-bit) / Darwin.Evan Cheng2007-12-221-1/+3
* Oops.Evan Cheng2007-12-221-2/+1
* Allow JIT with non-static relocation model.Evan Cheng2007-12-221-1/+2
* 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