| Commit message (Expand) | Author | Age | Files | Lines |
* | Factor out GVRequiresExtraLoad() from .h to .cpp | Anton Korobeynikov | 2006-11-30 | 1 | -0/+17 |
* | 16-byte stack alignment for X86-64 ELF. Patch by Dan Gohman. | Evan Cheng | 2006-11-29 | 1 | -1/+3 |
* | Fix codegen for x86-64 on systems (like ppc or i386) that don't have 64-bit | Chris Lattner | 2006-11-20 | 1 | -8/+17 |
* | Use movl+xchgl instead of pushl+popl. | Evan Cheng | 2006-11-08 | 1 | -3/+2 |
* | Proper fix. | Evan Cheng | 2006-10-17 | 1 | -5/+4 |
* | Proper fix for rdar://problem/4770604 Thanks to Stuart Hastings! | Evan Cheng | 2006-10-16 | 1 | -12/+13 |
* | 80 col violation. | Evan Cheng | 2006-10-06 | 1 | -3/+4 |
* | Still need to support -mcpu=<> or cross compilation will fail. Doh. | Evan Cheng | 2006-10-06 | 1 | -3/+104 |
* | Do away with CPU feature list. Just use CPUID to detect MMX, SSE, SSE2, SSE3,... | Evan Cheng | 2006-10-06 | 1 | -90/+15 |
* | It appears the inline asm in GetCpuIDAndInfo() may clobbers some registers if... | Evan Cheng | 2006-10-06 | 1 | -3/+3 |
* | Formating. | Evan Cheng | 2006-10-04 | 1 | -1/+1 |
* | Committing X86-64 support. | Evan Cheng | 2006-09-08 | 1 | -15/+32 |
* | Fix a cross-build issue. The asmsyntax shouldn't be affected by the build | Chris Lattner | 2006-09-07 | 1 | -8/+12 |
* | Make the x86 asm flavor part of the subtarget info. | Jim Laskey | 2006-09-07 | 1 | -0/+16 |
* | Later models likely to have Yonah like attributes. | Evan Cheng | 2006-06-16 | 1 | -1/+2 |
* | X86 / Cygwin asm / alignment fixes. | Evan Cheng | 2006-05-25 | 1 | -1/+1 |
* | x86 / Darwin PIC support. | Evan Cheng | 2006-02-18 | 1 | -4/+1 |
* | A bit more memset / memcpy optimization. | Evan Cheng | 2006-02-16 | 1 | -0/+2 |
* | Duh | Evan Cheng | 2006-02-14 | 1 | -3/+0 |
* | Remove -disable-x86-sse | Evan Cheng | 2006-02-14 | 1 | -10/+2 |
* | Enable SSE (for the right subtargets) | Evan Cheng | 2006-02-14 | 1 | -6/+3 |
* | Flesh out AMD family/models. | Jeff Cohen | 2006-01-28 | 1 | -2/+27 |
* | Correctly determine CPU vendor. | Jeff Cohen | 2006-01-28 | 1 | -11/+5 |
* | Use union instead of reinterpret_cast. | Jeff Cohen | 2006-01-28 | 1 | -5/+9 |
* | Fix recognition of Intel CPUs. | Jeff Cohen | 2006-01-28 | 1 | -0/+2 |
* | Is64Bit reflects the capability of the chip, not an aspect of the target os | Chris Lattner | 2006-01-28 | 1 | -6/+0 |
* | Improve X86 subtarget support for Windows and AMD. | Jeff Cohen | 2006-01-28 | 1 | -38/+77 |
* | make this work on non-native hosts | Chris Lattner | 2006-01-28 | 1 | -3/+7 |
* | initialize all instance vars | Chris Lattner | 2006-01-27 | 1 | -3/+7 |
* | Added a temporary option -enable-x86-sse to enable sse support. It is used by | Evan Cheng | 2006-01-27 | 1 | -2/+11 |
* | A better workaround | Evan Cheng | 2006-01-27 | 1 | -6/+5 |
* | force sse/3dnow off until they work. This fixes all the x86 failures last night | Chris Lattner | 2006-01-27 | 1 | -0/+5 |
* | x86 CPU detection and proper subtarget support | Evan Cheng | 2006-01-27 | 1 | -41/+62 |
* | Added preliminary x86 subtarget support. | Evan Cheng | 2006-01-26 | 1 | -0/+53 |
* | Simplify the subtarget info, allow the asmwriter to do some target sensing | Chris Lattner | 2005-11-21 | 1 | -15/+2 |
* | Make the X86 subtarget compute the basic target type: ELF, Cygwin, Darwin, | Chris Lattner | 2005-11-21 | 1 | -15/+20 |
* | 1. Use SubtargetFeatures in llc/lli. | Jim Laskey | 2005-09-01 | 1 | -1/+1 |
* | Add Subtarget support to PowerPC. Next up, using it. | Nate Begeman | 2005-08-04 | 1 | -1/+1 |
* | Eliminate all remaining tabs and trailing spaces. | Jeff Cohen | 2005-07-27 | 1 | -3/+3 |
* | Clean up the TargetSubtarget class a bit, removing an unnecessary argument | Nate Begeman | 2005-07-12 | 1 | -1/+1 |
* | Minor changes to improve comments and fix the build on _WIN32 systems. | Chris Lattner | 2005-07-12 | 1 | -6/+4 |
* | Implement Subtarget support | Nate Begeman | 2005-07-12 | 1 | -0/+59 |