1. f3bf50d Add empty patterns for F3_2 instructions by Chris Lattner · 19 years ago
  2. a01b757 Implement LowerArguments, at least for the first 6 integer args by Chris Lattner · 19 years ago
  3. 6c18b10 Add the framework for a dag-dag isel by Chris Lattner · 19 years ago
  4. 433dbda Remove a few lines of dead code. by Evan Cheng · 19 years ago
  5. 576e46f asmprinter done, added crucial missing step by Chris Lattner · 19 years ago
  6. 967abf3 Use the AsmPrinter for global variable init printing. This eliminates a by Chris Lattner · 19 years ago
  7. b5e9eb6 Switch constant pool printing over to use the Shared AsmPrinter version by Chris Lattner · 19 years ago
  8. 1dbed16 Use the shared AsmPrinter code for some basic stuff. No functionality by Chris Lattner · 19 years ago
  9. 98abbfb Added an idea about any_extend for performance tuning. by Evan Cheng · 19 years ago
  10. 0d8fcd3 Convert the remaining instructions over, branches and calls. Fix a couple by Chris Lattner · 19 years ago
  11. dc6938a convert FP instructions to use an asmstring and operand list, allowing FP by Chris Lattner · 19 years ago
  12. 45f37bc Added truncate. by Evan Cheng · 19 years ago
  13. 1aabc4e Added anyext, modelled as zext on X86. by Evan Cheng · 19 years ago
  14. 05a4c35 Yet another variant of getTargetNode(). by Evan Cheng · 19 years ago
  15. 8dee8cc Added some isel ideas. by Evan Cheng · 19 years ago
  16. aed7c72 Added support for cmp, test, and conditional move instructions. by Evan Cheng · 19 years ago
  17. 56323c7 Only lower SELECT when using DAG based isel. by Evan Cheng · 19 years ago
  18. 7df96d6 X86 lowers SELECT to a cmp / test followed by a conditional move. by Evan Cheng · 19 years ago
  19. bcecf33 Support for read / write from explicit registers with FlagVT type. by Evan Cheng · 19 years ago
  20. 5610219 Remove hidden DOS characters. by Evan Cheng · 19 years ago
  21. 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
  22. e15ccf4 Fix VC++ level 4 warnings. by Jeff Cohen · 19 years ago
  23. 6f0e680 Turn on string pooling for smaller binaries. by Jeff Cohen · 19 years ago
  24. f5395ce Added source file/line correspondence for dwarf (PowerPC only at this point.) by Jim Laskey · 19 years ago
  25. d9e0ba4 Weak and linkonce global vars should still have a .globl emitted for them by Chris Lattner · 19 years ago
  26. f492f99 Add a second vector type to the VRRC register class, and fix some patterns by Nate Begeman · 19 years ago
  27. 0647bf6 add some notes by Chris Lattner · 19 years ago
  28. 13e1501 Add a couple more instrs by Chris Lattner · 19 years ago
  29. 3c1c514 remove some dead code by Chris Lattner · 19 years ago
  30. 17392e0 asmprint pseudo instrs by Chris Lattner · 19 years ago
  31. d4f2ab5 Autogenerate asmprinter for F3_2 instructions by Chris Lattner · 19 years ago
  32. 1c4f435 Switch F3_1 instructions over to use AsmStrings by Chris Lattner · 19 years ago
  33. 994b735 Plug in basic hooks for an autogenerated asm printer to fill in. by Chris Lattner · 19 years ago
  34. 96b84be Add operand info for F3_[12] instructions, getting V8 back to basic functionality. by Chris Lattner · 19 years ago
  35. 5046403 A truly trivial testcase to ensure sparcv8 doesn't get completely broken again. by Chris Lattner · 19 years ago
  36. 03a83c9 Remove JIT support, which doesn't work. by Chris Lattner · 19 years ago
  37. 3ff5751 add some simple operand info by Chris Lattner · 19 years ago
  38. be19383 rename option for consistency with -mcpu -mattr etc by Chris Lattner · 19 years ago
  39. f495536 rename options by Chris Lattner · 19 years ago
  40. 60844d4 rename option by Chris Lattner · 19 years ago
  41. 4f501bf Document -mcpu -mattr -triple by Chris Lattner · 19 years ago
  42. 3015e60 provide an option to override the target triple in a module from the commandline. by Chris Lattner · 19 years ago
  43. f33b866 provide an option to override the target triple in a module from the command by Chris Lattner · 19 years ago
  44. a637c32 Update the darwin handling of linkonce & weak functions and GV stubs. This by Chris Lattner · 19 years ago
  45. 272f998 Don't globalize internal functions by Chris Lattner · 19 years ago
  46. cb17bac * Promote all 1 bit entities to 8 bit. by Evan Cheng · 19 years ago
  47. d0f6d18 Don't create SEXTLOAD/ZEXTLOAD instructions that the target doesn't support by Chris Lattner · 19 years ago
  48. 502c5bb Added frameindex, constpool, globaladdr, and externalsym as root nodes of by Evan Cheng · 19 years ago
  49. 543b458 Added constpool, frameindex, and externalsym nodes. by Evan Cheng · 19 years ago
  50. def941b Handling zero extension of 1 bit value. by Evan Cheng · 19 years ago
  51. f6036a3 Use MOV8rm to load 1 bit value. by Evan Cheng · 19 years ago
  52. b5f8e62 Remove a now unused statistic. by Nate Begeman · 19 years ago
  53. a07da92 Use the new predicate support that Evan Cheng added to remove some code by Nate Begeman · 19 years ago
  54. 1dae25e Add a case for float just to make sure the patterns for both precisions by Nate Begeman · 19 years ago
  55. 7416409 Fixed a typo: line 2323: MOVSX16rm8 -> MOVZX16rm8. This was the cause fo 12/14/2005 hbd failure. by Evan Cheng · 19 years ago
  56. 8c75ef9 Added predicate !NoExcessFPPrecision to FMADD, FMADDS, FMSUB, and FMSUBS. by Evan Cheng · 19 years ago
  57. 58e84a6 Added support to specify predicates. by Evan Cheng · 19 years ago
  58. 3bd5fac Fix printing of the instructions. by Chris Lattner · 19 years ago
  59. 2b52426 Fixed extload type profile. The 4th operand is a ValueType node with type by Evan Cheng · 19 years ago
  60. d477184 When folding loads into ops, immediately replace uses of the op with the by Chris Lattner · 19 years ago
  61. e4e4913 new testcase, each function should have one extension instr in it by Chris Lattner · 19 years ago
  62. f574494 Remove -start-group and -end-group no-op options, accidentally committed by Reid Spencer · 19 years ago
  63. ad25d4e Fix the (zext (zextload)) case to trigger, similarly for sign extends. by Chris Lattner · 19 years ago
  64. 6860f6a Fix Transforms/ScalarRepl/2005-12-14-UnionPromoteCrash.ll, a crash on undefined by Chris Lattner · 19 years ago
  65. fa1fb11 new (undefined) testcase, distilled from 126.gcc that scalarrepl crashes on by Chris Lattner · 19 years ago
  66. 00cb95c Fix a miscompilation in crafty due to a recent patch by Chris Lattner · 19 years ago
  67. 7a7e837 Added sext and zext patterns. by Evan Cheng · 19 years ago
  68. 01f318b Skip over srcvalue nodes when generating ISEL code. by Evan Cheng · 19 years ago
  69. 3d2331d Added sextld + zextld DAG nodes. by Evan Cheng · 19 years ago
  70. 110dec2 Fold (zext (load x) to (zextload x). by Evan Cheng · 19 years ago
  71. 3fb6877 Add support for fmul node of type v4f32. by Nate Begeman · 19 years ago
  72. 993aeb2 Prepare support for AltiVec multiply, divide, and sqrt. by Nate Begeman · 19 years ago
  73. 328ead9 Adjust the constructor to the Linker class to take an argument that names by Reid Spencer · 19 years ago
  74. 2f18907 Improve ResolveFunctions to: by Reid Spencer · 19 years ago
  75. 86cb643 Don't lump the filename and working dir together by Chris Lattner · 19 years ago
  76. 85dd889 Add load + store folding srl and sra patterns. by Evan Cheng · 19 years ago
  77. d1239b7 Use the shared asmprinter code for printing special llvm globals by Chris Lattner · 19 years ago
  78. ed13893 Add a couple more fields, move ctor init list to .cpp file, add support by Chris Lattner · 19 years ago
  79. a046e0d Add ELF and darwin support for static ctors and dtors by Chris Lattner · 19 years ago
  80. deea416 reindent a loop, unswitch a loop. No functionality changes by Chris Lattner · 19 years ago
  81. d7d746f Lowering constant pool entries on ppc exposed a bug in the recently added by Nate Begeman · 19 years ago
  82. c937ffa Beautify a few patterns. by Evan Cheng · 19 years ago
  83. 763b029 Some shl patterns which do load + store folding. by Evan Cheng · 19 years ago
  84. 605c415 A few helper fragments for loads. e.g. (i8 (load addr:$src)) -> (loadi8 addr:$src). Only to improve readibility. by Evan Cheng · 19 years ago
  85. 0ef3a77 Add and, or, and xor patterns which fold load + stores. by Evan Cheng · 19 years ago
  86. 6cad276 Add inc + dec patterns which fold load + stores. by Evan Cheng · 19 years ago
  87. 5ce4edb Add neg and not patterns which fold load + stores. by Evan Cheng · 19 years ago
  88. 5a38e02 Missed a couple redundant explicit type casts. by Evan Cheng · 19 years ago
  89. 9b6b642 Fix some bad choice of names: i16SExt8 ->i16immSExt8, etc. by Evan Cheng · 19 years ago
  90. b355854 * Split immSExt8 to i16SExt8 and i32SExt8 for i16 and i32 immediate operands. by Evan Cheng · 19 years ago
  91. f281e02 Add some integer mul patterns. by Evan Cheng · 19 years ago
  92. 0e65b27 Bug fix: CodeGenMap[N] = ... -> CodeGenMap[N.getValue(0)] = ... by Evan Cheng · 19 years ago
  93. 481c8e0 At top of generated isel SelectCode() is this: by Evan Cheng · 19 years ago
  94. ac22c83 Accept and ignore prefetches for now by Chris Lattner · 19 years ago
  95. 58f7963 Fix CodeGen/Generic/2005-12-12-ExpandSextInreg.ll by Chris Lattner · 19 years ago
  96. a92dabb Testcase for a problem that reid ran into by Chris Lattner · 19 years ago
  97. d160d48 Add some sub patterns. by Evan Cheng · 19 years ago
  98. e528053 When SelectLEAAddr() fails, it shouldn't cause the side effect of having the by Evan Cheng · 19 years ago
  99. cbd6ed4 For ISD::RET, if # of operands >= 2, try selection the real data dep. operand by Evan Cheng · 19 years ago
  100. 110f224 fix FP selects by Andrew Lenharth · 19 years ago