- a26eb5e Still need to support -mcpu=<> or cross compilation will fail. Doh. by Evan Cheng · 18 years ago
- abc346c Do away with CPU feature list. Just use CPUID to detect MMX, SSE, SSE2, SSE3, and 64-bit support. by Evan Cheng · 18 years ago
- 88c1578 It appears the inline asm in GetCpuIDAndInfo() may clobbers some registers if it isn't inlined (at < -O3). Force it to be inlined. by Evan Cheng · 18 years ago
- 8e0055d Formating. by Evan Cheng · 18 years ago
- 25ab690 Committing X86-64 support. by Evan Cheng · 18 years ago
- cdb341d Fix a cross-build issue. The asmsyntax shouldn't be affected by the build by Chris Lattner · 18 years ago
- 05a059d Make the x86 asm flavor part of the subtarget info. by Jim Laskey · 18 years ago
- 54edc84 Later models likely to have Yonah like attributes. by Evan Cheng · 18 years ago
- 932ad51 X86 / Cygwin asm / alignment fixes. Patch contributed by Anton Korobeynikov! by Evan Cheng · 18 years ago
- 7ccced6 x86 / Darwin PIC support. by Evan Cheng · 19 years ago
- 18a8452 A bit more memset / memcpy optimization. by Evan Cheng · 19 years ago
- ddf7532 Duh by Evan Cheng · 19 years ago
- 968c178 Remove -disable-x86-sse by Evan Cheng · 19 years ago
- 82eaf62 Enable SSE (for the right subtargets) by Evan Cheng · 19 years ago
- c4013d6 Flesh out AMD family/models. by Jeff Cohen · 19 years ago
- 216d281 Correctly determine CPU vendor. by Jeff Cohen · 19 years ago
- a349640 Use union instead of reinterpret_cast. by Jeff Cohen · 19 years ago
- 7617717 Fix recognition of Intel CPUs. by Jeff Cohen · 19 years ago
- c2fad161 Is64Bit reflects the capability of the chip, not an aspect of the target os by Chris Lattner · 19 years ago
- 41adb0d Improve X86 subtarget support for Windows and AMD. by Jeff Cohen · 19 years ago
- 1e39a15 make this work on non-native hosts by Chris Lattner · 19 years ago
- 104988a initialize all instance vars by Chris Lattner · 19 years ago
- dbd38d7 Added a temporary option -enable-x86-sse to enable sse support. It is used by by Evan Cheng · 19 years ago
- b3a7e21 A better workaround by Evan Cheng · 19 years ago
- 9f96a32 force sse/3dnow off until they work. This fixes all the x86 failures last night by Chris Lattner · 19 years ago
- 559806f x86 CPU detection and proper subtarget support by Evan Cheng · 19 years ago
- 97c7fc3 Added preliminary x86 subtarget support. by Evan Cheng · 19 years ago
- d460f57 Simplify the subtarget info, allow the asmwriter to do some target sensing by Chris Lattner · 19 years ago
- e5600e5 Make the X86 subtarget compute the basic target type: ELF, Cygwin, Darwin, by Chris Lattner · 19 years ago
- b1e1180 by Jim Laskey · 19 years ago
- 8c00f8c Add Subtarget support to PowerPC. Next up, using it. by Nate Begeman · 19 years ago
- 00b16889 Eliminate all remaining tabs and trailing spaces. by Jeff Cohen · 19 years ago
- 0e219eb Clean up the TargetSubtarget class a bit, removing an unnecessary argument by Nate Begeman · 19 years ago
- b151aca Minor changes to improve comments and fix the build on _WIN32 systems. by Chris Lattner · 19 years ago
- fb5792f Implement Subtarget support Implement the X86 Subtarget. by Nate Begeman · 19 years ago