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