summaryrefslogtreecommitdiff
path: root/lib/Target/X86/X86TargetMachine.cpp
Commit message (Expand)AuthorAge
* Use raw_ostream throughout the AsmPrinter.Owen Anderson2008-08-21
* Move X86 assembler printers into separate directory. This allows JIT-only use...Anton Korobeynikov2008-08-17
* Make x86-64 JIT changes Darwin-specific.Dale Johannesen2008-08-12
* Some fixes for x86-64 JIT. Make it use small codeDale Johannesen2008-08-11
* Split X86TargetAsmInfo into 4 subtarget-specific classesAnton Korobeynikov2008-07-09
* Remove unnecessary #includes.Dan Gohman2008-06-22
* X86CodeEmitter should not set PIC style to None at initialization time. This ...Evan Cheng2008-05-22
* Clean up the use of static and anonymous namespaces. This turned upDan Gohman2008-05-13
* Be over-conservative: scan for all used virtual registers and calculate maxim...Anton Korobeynikov2008-04-23
* Add X86 Maximal Stack Alignment Calculator Pass before RAAnton Korobeynikov2008-04-23
* Provide a JIT selector on win64Anton Korobeynikov2008-03-23
* Hack out the PIC mode on Win64 targets. This needs to be investigated later.Anton Korobeynikov2008-03-23
* Use PassManagerBase instead of FunctionPassManager for functionsDan Gohman2008-03-11
* Added option -align-loops=<true/false> to disable loop aligner pass.Evan Cheng2008-02-28
* Add a quick and dirty "loop aligner pass". x86 uses it to align its loops to ...Evan Cheng2008-02-28
* Remove bunch of gcc 4.3-related warnings from TargetAnton Korobeynikov2008-02-20
* Minor fix to enable x86-64 pic jit (still fails for other reasons).Evan Cheng2008-01-08
* Remove attribution from file headers, per discussion on llvmdev.Chris Lattner2007-12-29
* Preliminary PIC JIT support for X86 (32-bit) / Darwin.Evan Cheng2007-12-22
* Oops.Evan Cheng2007-12-22
* Allow JIT with non-static relocation model.Evan Cheng2007-12-22
* Move lengthy conditional down 1 level per review comment.Dale Johannesen2007-08-06
* Make x86 long double alignment 32 for everything butDale Johannesen2007-08-03
* long double patch 2 of N. Handle it in TargetData.Dale Johannesen2007-08-03
* Added -print-emitted-asm to print out JIT generated asm to cerr.Evan Cheng2007-07-20
* The various "getModuleMatchQuality" implementations should returnChris Lattner2007-07-09
* 80 col. violation.Evan Cheng2007-02-23
* Generalize TargetData strings, to support more interesting forms of data.Chris Lattner2007-02-14
* Moved the MachOWriter and ELFWriter out of the Target/* files. Placed theBill Wendling2007-02-08
* Double and long preferred alignment is 8 byte.Evan Cheng2007-01-22
* Teach TargetData to handle 'preferred' alignment for each target, and useChris Lattner2007-01-20
* - Target PIC style is no longer affected by relocation model.Evan Cheng2007-01-18
* Revert patch.Bill Wendling2007-01-17
* Create the specified TargetObjInfo and use it.Bill Wendling2007-01-17
* * PIC codegen for X86/Linux has been implementedAnton Korobeynikov2007-01-12
* Really big cleanup.Anton Korobeynikov2007-01-03
* Refactored JIT codegen for mingw32. Now we're using standart relocationAnton Korobeynikov2006-12-22
* Fixed dllimported symbols support during JIT'ing. JIT on mingw32Anton Korobeynikov2006-12-20
* The x86-64 target machine should be used for amd64-* target triples.Chris Lattner2006-12-19
* - Switch X86-64 JIT to large code size model.Evan Cheng2006-12-05
* Non-darwin gcc should default to static relocation to match gcc.Evan Cheng2006-12-04
* Removed even more std::cerr and #include <iostream> things.Bill Wendling2006-11-17
* Committing X86-64 support.Evan Cheng2006-09-08
* 1. Remove condition on delete.Jim Laskey2006-09-07
* Fix some X86 JIT failures. This should really come from TargetJITInfo.Chris Lattner2006-09-04
* Completely rearchitect the interface between targets and the pass manager.Chris Lattner2006-09-04
* Simplify target construction.Chris Lattner2006-09-03
* - Enable x86 isel preprocessing by default unless -fast is specified.Evan Cheng2006-08-29
* Initial checkin of the Mach-O emitter. There's plenty of fixmes, but itNate Begeman2006-08-23
* Disable LSR at -fastNate Begeman2006-08-02