| Commit message (Expand) | Author | Age | Files | Lines |
* | Factor out GVRequiresExtraLoad() from .h to .cpp | Anton Korobeynikov | 2006-11-30 | 1 | -13/+2 |
* | Refactored *GVRequiresExtraLoad() to Subtarget method. | Anton Korobeynikov | 2006-11-21 | 1 | -5/+23 |
* | Proper fix for rdar://problem/4770604 Thanks to Stuart Hastings! | Evan Cheng | 2006-10-16 | 1 | -0/+8 |
* | Still need to support -mcpu=<> or cross compilation will fail. Doh. | Evan Cheng | 2006-10-06 | 1 | -3/+16 |
* | Do away with CPU feature list. Just use CPUID to detect MMX, SSE, SSE2, SSE3,... | Evan Cheng | 2006-10-06 | 1 | -12/+3 |
* | Adding dllimport, dllexport and external weak linkage types. | Anton Korobeynikov | 2006-09-14 | 1 | -0/+2 |
* | Committing X86-64 support. | Evan Cheng | 2006-09-08 | 1 | -4/+9 |
* | add a new value for the command line optn | Chris Lattner | 2006-09-07 | 1 | -1/+1 |
* | Make the x86 asm flavor part of the subtarget info. | Jim Laskey | 2006-09-07 | 1 | -1/+12 |
* | Add accessor | Chris Lattner | 2006-09-04 | 1 | -0/+1 |
* | x86 / Darwin PIC support. | Evan Cheng | 2006-02-18 | 1 | -10/+2 |
* | A bit more memset / memcpy optimization. | Evan Cheng | 2006-02-16 | 1 | -0/+9 |
* | * Fix 80-column violations | Chris Lattner | 2006-01-31 | 1 | -3/+3 |
* | x86 CPU detection and proper subtarget support | Evan Cheng | 2006-01-27 | 1 | -14/+23 |
* | Added preliminary x86 subtarget support. | Evan Cheng | 2006-01-26 | 1 | -0/+21 |
* | Simplify the subtarget info, allow the asmwriter to do some target sensing | Chris Lattner | 2005-11-21 | 1 | -7/+0 |
* | Make the X86 subtarget compute the basic target type: ELF, Cygwin, Darwin, | Chris Lattner | 2005-11-21 | 1 | -0/+4 |
* | 1. Use SubtargetFeatures in llc/lli. | Jim Laskey | 2005-09-01 | 1 | -1/+3 |
* | Add Subtarget support to PowerPC. Next up, using it. | Nate Begeman | 2005-08-04 | 1 | -1/+1 |
* | Eliminate tabs and trailing spaces. | Jeff Cohen | 2005-07-27 | 1 | -5/+5 |
* | Minor changes to improve comments and fix the build on _WIN32 systems. | Chris Lattner | 2005-07-12 | 1 | -6/+9 |
* | Implement Subtarget support | Nate Begeman | 2005-07-12 | 1 | -0/+55 |