1. e357246 Add initial support for global variables, and fix a bug in addr mode selection by Chris Lattner · 19 years ago
  2. 04dd673 Claiming that branch targets are registers is not very wholesome. Change them by Chris Lattner · 19 years ago
  3. 456b940 Add unordered comparisons by Chris Lattner · 19 years ago
  4. 5b2dfc7 Add patterns to the rest of the int condbranches and some of the fp branches by Chris Lattner · 19 years ago
  5. 4d55aca Add initial conditional branch support. This doesn't actually work yet due by Chris Lattner · 19 years ago
  6. a5282d8 Simplify code by Chris Lattner · 19 years ago
  7. 38abcb5 Eliminate CMPri, which is a synonym for SUBCCri by Chris Lattner · 19 years ago
  8. 181b7a3 allow custom expansion of BR_CC by Chris Lattner · 19 years ago
  9. 294974b add fneg,fabs,fsqrt instructions by Chris Lattner · 19 years ago
  10. b4d5172 Add patterns for fround/fextend and the funny fsmuld instruction by Chris Lattner · 19 years ago
  11. 10c6aed Add FP +,-,*,/ by Chris Lattner · 19 years ago
  12. 558bfe0 Give patterns to F3_3 instructions by Chris Lattner · 19 years ago
  13. d19fc65 Implement 64-bit add/sub, make sure to receive and return 64-bit args with by Chris Lattner · 19 years ago
  14. 7087e57 implement div and rem by Chris Lattner · 19 years ago
  15. ee3d5fb implement MULHU/MULHS for 64-bit multiplies by Chris Lattner · 19 years ago
  16. 37949f5 Add patterns for multiply, simplify Y register handling stuff, add RDY instruction by Chris Lattner · 19 years ago
  17. 9034b88 Make the addressing modes smarter by Chris Lattner · 19 years ago
  18. 87a63f8 remove some unused instructions by Chris Lattner · 19 years ago
  19. 2cfdbb2 add andn/orn/xorn patterns. This allows us to compile this: by Chris Lattner · 19 years ago
  20. 217aabf Add support for 64-bit arguments by Chris Lattner · 19 years ago
  21. 9a60ff6 Sparc doesn't have sext_inreg by Chris Lattner · 19 years ago
  22. 53ec203 add patterns for FP stores by Chris Lattner · 19 years ago
  23. d55e1ca Add [reg+reg] integer stores by Chris Lattner · 19 years ago
  24. d30a630 Add store patterns by Chris Lattner · 19 years ago
  25. 0b21843 add truncstore by Chris Lattner · 19 years ago
  26. b575baf add fp load patterns, switch rest of loads and stores to use addrmodes by Chris Lattner · 19 years ago
  27. 1963783 Add integer load[r+r] forms. by Chris Lattner · 19 years ago
  28. 331355c Rename load/store instructions to include an RI suffix by Chris Lattner · 19 years ago
  29. 84e2abf Add patterns for the rest of the loads. Add 'ri' suffixes to the load and store insts by Chris Lattner · 19 years ago
  30. bc83fd9 Add basic addressing mode support and one load. by Chris Lattner · 19 years ago
  31. 4543251 eliminate some redundancy by Chris Lattner · 19 years ago
  32. b71f9f8 Use a combination of sethi and or to build arbitrary immediates. by Chris Lattner · 19 years ago
  33. 57dd3bc Use sethi to build large immediates with zeros at the bottom by Chris Lattner · 19 years ago
  34. d2cd466 Add shift and small immediate support by Chris Lattner · 19 years ago
  35. f83cee6 Add some basic reg-reg instructions by Chris Lattner · 19 years ago
  36. e33a3ff Add empty patterns to all F3_1 instructions by Chris Lattner · 19 years ago
  37. bdce7b4 Darwin API issue: indirect load of external and weak symbols. by Evan Cheng · 19 years ago
  38. 7b0902d Add some simple integer patterns. This allows us to compile this: by Chris Lattner · 19 years ago
  39. 4b48631 Implement ret with operand, giving us this: by Chris Lattner · 19 years ago
  40. bc3d362 Add a pattern for 'ret'. This now compiles: by Chris Lattner · 19 years ago
  41. f3bf50d Add empty patterns for F3_2 instructions by Chris Lattner · 19 years ago
  42. a01b757 Implement LowerArguments, at least for the first 6 integer args by Chris Lattner · 19 years ago
  43. 6c18b10 Add the framework for a dag-dag isel by Chris Lattner · 19 years ago
  44. 433dbda Remove a few lines of dead code. by Evan Cheng · 19 years ago
  45. 576e46f asmprinter done, added crucial missing step by Chris Lattner · 19 years ago
  46. 967abf3 Use the AsmPrinter for global variable init printing. This eliminates a by Chris Lattner · 19 years ago
  47. b5e9eb6 Switch constant pool printing over to use the Shared AsmPrinter version by Chris Lattner · 19 years ago
  48. 1dbed16 Use the shared AsmPrinter code for some basic stuff. No functionality by Chris Lattner · 19 years ago
  49. 98abbfb Added an idea about any_extend for performance tuning. by Evan Cheng · 19 years ago
  50. 0d8fcd3 Convert the remaining instructions over, branches and calls. Fix a couple by Chris Lattner · 19 years ago
  51. dc6938a convert FP instructions to use an asmstring and operand list, allowing FP by Chris Lattner · 19 years ago
  52. 45f37bc Added truncate. by Evan Cheng · 19 years ago
  53. 1aabc4e Added anyext, modelled as zext on X86. by Evan Cheng · 19 years ago
  54. 05a4c35 Yet another variant of getTargetNode(). by Evan Cheng · 19 years ago
  55. 8dee8cc Added some isel ideas. by Evan Cheng · 19 years ago
  56. aed7c72 Added support for cmp, test, and conditional move instructions. by Evan Cheng · 19 years ago
  57. 56323c7 Only lower SELECT when using DAG based isel. by Evan Cheng · 19 years ago
  58. 7df96d6 X86 lowers SELECT to a cmp / test followed by a conditional move. by Evan Cheng · 19 years ago
  59. bcecf33 Support for read / write from explicit registers with FlagVT type. by Evan Cheng · 19 years ago
  60. 5610219 Remove hidden DOS characters. by Evan Cheng · 19 years ago
  61. c5f24a2 Fix VC++ level 4 warnings. Because a base class has declared these private, VC++ complains it cannot automatically generate this methods. by Jeff Cohen · 19 years ago
  62. e15ccf4 Fix VC++ level 4 warnings. by Jeff Cohen · 19 years ago
  63. 6f0e680 Turn on string pooling for smaller binaries. by Jeff Cohen · 19 years ago
  64. f5395ce Added source file/line correspondence for dwarf (PowerPC only at this point.) by Jim Laskey · 19 years ago
  65. d9e0ba4 Weak and linkonce global vars should still have a .globl emitted for them by Chris Lattner · 19 years ago
  66. f492f99 Add a second vector type to the VRRC register class, and fix some patterns by Nate Begeman · 19 years ago
  67. 0647bf6 add some notes by Chris Lattner · 19 years ago
  68. 13e1501 Add a couple more instrs by Chris Lattner · 19 years ago
  69. 3c1c514 remove some dead code by Chris Lattner · 19 years ago
  70. 17392e0 asmprint pseudo instrs by Chris Lattner · 19 years ago
  71. d4f2ab5 Autogenerate asmprinter for F3_2 instructions by Chris Lattner · 19 years ago
  72. 1c4f435 Switch F3_1 instructions over to use AsmStrings by Chris Lattner · 19 years ago
  73. 994b735 Plug in basic hooks for an autogenerated asm printer to fill in. by Chris Lattner · 19 years ago
  74. 96b84be Add operand info for F3_[12] instructions, getting V8 back to basic functionality. by Chris Lattner · 19 years ago
  75. 5046403 A truly trivial testcase to ensure sparcv8 doesn't get completely broken again. by Chris Lattner · 19 years ago
  76. 03a83c9 Remove JIT support, which doesn't work. by Chris Lattner · 19 years ago
  77. 3ff5751 add some simple operand info by Chris Lattner · 19 years ago
  78. be19383 rename option for consistency with -mcpu -mattr etc by Chris Lattner · 19 years ago
  79. f495536 rename options by Chris Lattner · 19 years ago
  80. 60844d4 rename option by Chris Lattner · 19 years ago
  81. 4f501bf Document -mcpu -mattr -triple by Chris Lattner · 19 years ago
  82. 3015e60 provide an option to override the target triple in a module from the commandline. by Chris Lattner · 19 years ago
  83. f33b866 provide an option to override the target triple in a module from the command by Chris Lattner · 19 years ago
  84. a637c32 Update the darwin handling of linkonce & weak functions and GV stubs. This by Chris Lattner · 19 years ago
  85. 272f998 Don't globalize internal functions by Chris Lattner · 19 years ago
  86. cb17bac * Promote all 1 bit entities to 8 bit. by Evan Cheng · 19 years ago
  87. d0f6d18 Don't create SEXTLOAD/ZEXTLOAD instructions that the target doesn't support by Chris Lattner · 19 years ago
  88. 502c5bb Added frameindex, constpool, globaladdr, and externalsym as root nodes of by Evan Cheng · 19 years ago
  89. 543b458 Added constpool, frameindex, and externalsym nodes. by Evan Cheng · 19 years ago
  90. def941b Handling zero extension of 1 bit value. by Evan Cheng · 19 years ago
  91. f6036a3 Use MOV8rm to load 1 bit value. by Evan Cheng · 19 years ago
  92. b5f8e62 Remove a now unused statistic. by Nate Begeman · 19 years ago
  93. a07da92 Use the new predicate support that Evan Cheng added to remove some code by Nate Begeman · 19 years ago
  94. 1dae25e Add a case for float just to make sure the patterns for both precisions by Nate Begeman · 19 years ago
  95. 7416409 Fixed a typo: line 2323: MOVSX16rm8 -> MOVZX16rm8. This was the cause fo 12/14/2005 hbd failure. by Evan Cheng · 19 years ago
  96. 8c75ef9 Added predicate !NoExcessFPPrecision to FMADD, FMADDS, FMSUB, and FMSUBS. by Evan Cheng · 19 years ago
  97. 58e84a6 Added support to specify predicates. by Evan Cheng · 19 years ago
  98. 3bd5fac Fix printing of the instructions. by Chris Lattner · 19 years ago
  99. 2b52426 Fixed extload type profile. The 4th operand is a ValueType node with type by Evan Cheng · 19 years ago
  100. d477184 When folding loads into ops, immediately replace uses of the op with the by Chris Lattner · 19 years ago