1. 9989a65 Replace 4-line function with 10-line version per review comment. by Dale Johannesen · 18 years ago
  2. 27f92be Move lengthy conditional down 1 level per review comment. by Dale Johannesen · 18 years ago
  3. f6844ca Mac OS X X86-64 low 4G address not available. by Evan Cheng · 18 years ago
  4. bb1ee05 Add support for our first SSSE3 instruction "pmulhrsw". by Bill Wendling · 18 years ago
  5. 26aa785 document some subtlety by Chris Lattner · 19 years ago
  6. cb90099 Instead of yet another enum indicating the "assembly language flavor", by Bill Wendling · 19 years ago
  7. 7f70559 * PIC codegen for X86/Linux has been implemented by Anton Korobeynikov · 19 years ago
  8. 317848f Really big cleanup. by Anton Korobeynikov · 19 years ago
  9. 2b2bc68 Refactored JIT codegen for mingw32. Now we're using standart relocation by Anton Korobeynikov · 19 years ago
  10. 15fccf1 Fixed dllimported symbols support during JIT'ing. JIT on mingw32 by Anton Korobeynikov · 19 years ago
  11. 7784ebc Factor out GVRequiresExtraLoad() from .h to .cpp by Anton Korobeynikov · 19 years ago
  12. 12c49af Refactored *GVRequiresExtraLoad() to Subtarget method. by Anton Korobeynikov · 19 years ago
  13. 751c0e1 Proper fix for rdar://problem/4770604 Thanks to Stuart Hastings! by Evan Cheng · 19 years ago
  14. a26eb5e Still need to support -mcpu=<> or cross compilation will fail. Doh. by Evan Cheng · 19 years ago
  15. abc346c Do away with CPU feature list. Just use CPUID to detect MMX, SSE, SSE2, SSE3, and 64-bit support. by Evan Cheng · 19 years ago
  16. b74ed07 Adding dllimport, dllexport and external weak linkage types. by Anton Korobeynikov · 19 years ago
  17. 25ab690 Committing X86-64 support. by Evan Cheng · 19 years ago
  18. 2dd538c add a new value for the command line optn by Chris Lattner · 19 years ago
  19. 05a059d Make the x86 asm flavor part of the subtarget info. by Jim Laskey · 19 years ago
  20. dd842e1 Add accessor by Chris Lattner · 19 years ago
  21. 7ccced6 x86 / Darwin PIC support. by Evan Cheng · 19 years ago
  22. 18a8452 A bit more memset / memcpy optimization. by Evan Cheng · 19 years ago
  23. 259e97c * Fix 80-column violations by Chris Lattner · 20 years ago
  24. 559806f x86 CPU detection and proper subtarget support by Evan Cheng · 20 years ago
  25. 97c7fc3 Added preliminary x86 subtarget support. by Evan Cheng · 20 years ago
  26. d460f57 Simplify the subtarget info, allow the asmwriter to do some target sensing by Chris Lattner · 20 years ago
  27. e5600e5 Make the X86 subtarget compute the basic target type: ELF, Cygwin, Darwin, by Chris Lattner · 20 years ago
  28. b1e1180 by Jim Laskey · 20 years ago
  29. 8c00f8c Add Subtarget support to PowerPC. Next up, using it. by Nate Begeman · 20 years ago
  30. 9eb59ec Eliminate tabs and trailing spaces. by Jeff Cohen · 20 years ago
  31. b151aca Minor changes to improve comments and fix the build on _WIN32 systems. by Chris Lattner · 20 years ago
  32. fb5792f Implement Subtarget support Implement the X86 Subtarget. by Nate Begeman · 20 years ago