aboutsummaryrefslogtreecommitdiffstats
path: root/lib/Target/X86/X86Subtarget.h
Commit message (Expand)AuthorAgeFilesLines
* Re-enable SSE4.Evan Cheng2008-04-031-3/+2
* Temporarily disabling SSE4 until we fix the encoding issues.Evan Cheng2008-04-031-2/+3
* Speculatively micro-optimize memory-zeroing calls on Darwin 10.Dan Gohman2008-04-011-0/+6
* Add convenient helper for win64 check. Simplify things slightly.Anton Korobeynikov2008-03-221-0/+3
* Update comment.Evan Cheng2008-02-121-2/+2
* Fix a x86-64 codegen deficiency. Allow gv + offset when using rip addressing ...Evan Cheng2008-02-071-8/+0
* SSE 4.1 Intrinsics and detectionNate Begeman2008-02-031-1/+3
* darwin9 and above support aligned common symbols.Chris Lattner2008-01-021-1/+8
* Remove attribution from file headers, per discussion on llvmdev.Chris Lattner2007-12-291-2/+2
* Make ARM an X86 memcpy expansion more similar to each other.Rafael Espindola2007-10-311-7/+5
* Add support for having different alignment for objects on call frames.Rafael Espindola2007-09-071-1/+1
* Mac OS X X86-64 ABI is same as the standard.Evan Cheng2007-09-041-6/+2
* Align i64 and f64 at 8 byte on x86-64.Rafael Espindola2007-08-311-6/+12
* Replace 4-line function with 10-line version per review comment.Dale Johannesen2007-08-061-4/+10
* Move lengthy conditional down 1 level per review comment.Dale Johannesen2007-08-061-0/+5
* Mac OS X X86-64 low 4G address not available.Evan Cheng2007-08-011-0/+14
* Add support for our first SSSE3 instruction "pmulhrsw".Bill Wendling2007-04-101-2/+3
* document some subtletyChris Lattner2007-01-161-1/+3
* Instead of yet another enum indicating the "assembly language flavor",Bill Wendling2007-01-161-0/+4
* * PIC codegen for X86/Linux has been implementedAnton Korobeynikov2007-01-121-4/+21
* Really big cleanup.Anton Korobeynikov2007-01-031-1/+4
* Refactored JIT codegen for mingw32. Now we're using standart relocationAnton Korobeynikov2006-12-221-7/+3
* Fixed dllimported symbols support during JIT'ing. JIT on mingw32Anton Korobeynikov2006-12-201-0/+7
* Factor out GVRequiresExtraLoad() from .h to .cppAnton Korobeynikov2006-11-301-13/+2
* Refactored *GVRequiresExtraLoad() to Subtarget method.Anton Korobeynikov2006-11-211-5/+23
* Proper fix for rdar://problem/4770604 Thanks to Stuart Hastings!Evan Cheng2006-10-161-0/+8
* Still need to support -mcpu=<> or cross compilation will fail. Doh.Evan Cheng2006-10-061-3/+16
* Do away with CPU feature list. Just use CPUID to detect MMX, SSE, SSE2, SSE3,...Evan Cheng2006-10-061-12/+3
* Adding dllimport, dllexport and external weak linkage types.Anton Korobeynikov2006-09-141-0/+2
* Committing X86-64 support.Evan Cheng2006-09-081-4/+9
* add a new value for the command line optnChris Lattner2006-09-071-1/+1
* Make the x86 asm flavor part of the subtarget info.Jim Laskey2006-09-071-1/+12
* Add accessorChris Lattner2006-09-041-0/+1
* x86 / Darwin PIC support.Evan Cheng2006-02-181-10/+2
* A bit more memset / memcpy optimization.Evan Cheng2006-02-161-0/+9
* * Fix 80-column violationsChris Lattner2006-01-311-3/+3
* x86 CPU detection and proper subtarget supportEvan Cheng2006-01-271-14/+23
* Added preliminary x86 subtarget support.Evan Cheng2006-01-261-0/+21
* Simplify the subtarget info, allow the asmwriter to do some target sensingChris Lattner2005-11-211-7/+0
* Make the X86 subtarget compute the basic target type: ELF, Cygwin, Darwin,Chris Lattner2005-11-211-0/+4
* 1. Use SubtargetFeatures in llc/lli.Jim Laskey2005-09-011-1/+3
* Add Subtarget support to PowerPC. Next up, using it.Nate Begeman2005-08-041-1/+1
* Eliminate tabs and trailing spaces.Jeff Cohen2005-07-271-5/+5
* Minor changes to improve comments and fix the build on _WIN32 systems.Chris Lattner2005-07-121-6/+9
* Implement Subtarget supportNate Begeman2005-07-121-0/+55