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