1. e76797c fix FP arg passing bug, Add unsigned to/from int, fix SELECT, fix Constant pool by Andrew Lenharth · 21 years ago
  2. f61ed95 Print the Constant pool by Andrew Lenharth · 21 years ago
  3. ae088f4 Make cmov work right and loads for fp from constant pool by Andrew Lenharth · 21 years ago
  4. 2a8fc23 Correct stack stuff for FP by Andrew Lenharth · 21 years ago
  5. 2f40163 try to match alpha pattern by Andrew Lenharth · 21 years ago
  6. daf4b04 fix register names by Andrew Lenharth · 21 years ago
  7. c1faced pecimise loads, put indirect call addr in right register. still doesn't fix methcall by Andrew Lenharth · 21 years ago
  8. 41ce39c Fix hyphenation in output comment by Misha Brukman · 21 years ago
  9. b8b6e6a indirect call fix by Andrew Lenharth · 21 years ago
  10. 7efadce fp to int and back conversion sequences by Andrew Lenharth · 21 years ago
  11. 7b2a527 added fp extend and removed a forgotten assert in more than 6 arg support (should break somewhere else now :) ) and fix an incorrect asm sequence for indirect calls by Andrew Lenharth · 21 years ago
  12. e2752dd This code is really unreachable. by Chris Lattner · 21 years ago
  13. d7b59d0 Fix warnings. by Chris Lattner · 21 years ago
  14. 684f229 support for larger calls by Andrew Lenharth · 21 years ago
  15. ea622d5 Unbreak the build :( by Chris Lattner · 21 years ago
  16. 2c59435 first step towards a correct and complete stack. also add some forms for things that were getting stuck in the nightly tester. by Andrew Lenharth · 21 years ago
  17. 23ba420 Finegrainify namespacification. by Chris Lattner · 21 years ago
  18. 3d80f90 add namespace qualifier by Chris Lattner · 21 years ago
  19. cc1b16f fix ExprMap, partially teach about add long by Andrew Lenharth · 21 years ago
  20. 6b9870a fix ExprMap and constant check in setcc by Andrew Lenharth · 21 years ago
  21. 40831c5 move FP into it's own select by Andrew Lenharth · 21 years ago
  22. 04c868e stack frame fix and zero FP reg fix by Andrew Lenharth · 21 years ago
  23. 10b4007 Floating point instructions like Floating point registers by Andrew Lenharth · 21 years ago
  24. d2bb960 int to float conversion and another setcc by Andrew Lenharth · 21 years ago
  25. 3d65d31 teach isel about comparison with constants and zero extending bits by Andrew Lenharth · 21 years ago
  26. 7e57bd5 perhaps this will let me have calls again by Andrew Lenharth · 21 years ago
  27. c0d502e minor bug fix by Andrew Lenharth · 21 years ago
  28. 51d3ab4 minor bug fix by Andrew Lenharth · 21 years ago
  29. 98a32d0 added instructions for fp to int to fp moves by Andrew Lenharth · 21 years ago
  30. 3e98fde initial fp support by Andrew Lenharth · 21 years ago
  31. fc16691 hum, writing on one machine, testing on another... by Andrew Lenharth · 21 years ago
  32. 0298118 add some operations, fix others. should compile several more tests now by Andrew Lenharth · 21 years ago
  33. 3576c84 We can fold promoted and non-promoted loads into divs also! by Chris Lattner · 21 years ago
  34. 44129b5 Fold promoted loads into binary ops for FP, allowing us to generate m32 forms by Chris Lattner · 21 years ago
  35. d279b41 problems with bools, and their work arounds by Andrew Lenharth · 21 years ago
  36. 2f8fb77 more load choices, better add with imm by Andrew Lenharth · 21 years ago
  37. 2d6f022 Clean ups, and taught the instruction selector about immediate forms by Andrew Lenharth · 21 years ago
  38. a7246ca Alpha JIT prune by Andrew Lenharth · 21 years ago
  39. 886470e include prune and JIT prune by Andrew Lenharth · 21 years ago
  40. 0126952 Pruned includes by Andrew Lenharth · 21 years ago
  41. bb4dca3 Fix a spurious warning. by Chris Lattner · 21 years ago
  42. 0a07883 Silence a warning. by Chris Lattner · 21 years ago
  43. 42e25b3 Allow the FP stackifier to completely ignore functions that do not use FP at by Chris Lattner · 21 years ago
  44. 1fefef1 Build Alpha by default. by Chris Lattner · 21 years ago
  45. a8411a6 Fix alloca support for Cygwin. On cygwin its __alloca not __builtin_alloca by Reid Spencer · 21 years ago
  46. 5dc81f6 Support Cygwin assembly generation. The cygwin version of Gnu ASsembler by Reid Spencer · 21 years ago
  47. 304d0f3 Let me introduce you to the early stages of the llvm backend for the alpha processor by Andrew Lenharth · 21 years ago
  48. fb0f53f Speed up folding operations into loads. by Chris Lattner · 21 years ago
  49. 67b1c3c The ever-important vanity pass name :) by Chris Lattner · 21 years ago
  50. b62e1e2 Fix a FIXME: realize that argument stores are all independent (don't alias) by Chris Lattner · 21 years ago
  51. 19ad062 Implement ADD_PARTS/SUB_PARTS so that 64-bit integer add/sub work. This by Chris Lattner · 21 years ago
  52. bf52d49 Fix a crash compiling 134.perl. by Chris Lattner · 21 years ago
  53. c3c021b Fix a problem where were were literally selecting for INCREASED register by Chris Lattner · 21 years ago
  54. a76f048 When commuting these instructions, make sure to actually swap the operands too. by Chris Lattner · 21 years ago
  55. 4053b1e Implement Regression/CodeGen/X86/rotate.ll: emit rotate instructions (which by Chris Lattner · 21 years ago
  56. 40ff633 Add rotate instructions. by Chris Lattner · 21 years ago
  57. 30ea1e9 Match 16-bit shld/shrd instructions as well, implementing shift-double.llx:test5 by Chris Lattner · 21 years ago
  58. 0df53d2 Improve coverage of the X86 instruction set by adding 16-bit shift doubles. by Chris Lattner · 21 years ago
  59. 41e431b Teach the code generator that shrd/shld is commutable if it has an immediate. by Chris Lattner · 21 years ago
  60. 167b10c Finegrainify namespacification by Chris Lattner · 21 years ago
  61. 8571637 Codegen long >> 2 to this: by Chris Lattner · 21 years ago
  62. 009b55b X86 shifts mask the amount. by Chris Lattner · 21 years ago
  63. 477c931 Code to handle FP_EXTEND is dead now. X86 doesn't support any data types to by Chris Lattner · 21 years ago
  64. 3dd6815 Remove more dead code. by Chris Lattner · 21 years ago
  65. a7a4c0f The selection dag code handles the promotions from F32 to F64 for us, so we by Chris Lattner · 21 years ago
  66. b422aea Fix 124.m88ksim. by Chris Lattner · 21 years ago
  67. 811482a Do not emit loads multiple times, potentially in the wrong places. by Chris Lattner · 21 years ago
  68. 0111474 Minor changes. by Tanya Lattner · 21 years ago
  69. b71f8fc Eliminate bad assertions. by Chris Lattner · 21 years ago
  70. 4a10866 * Eliminate the TokenSet and just use the ExprMap for both tokens and values. by Chris Lattner · 21 years ago
  71. 883c86f Rely on the code in MatchAddress to do this work. Otherwise we fail to by Chris Lattner · 21 years ago
  72. 98a8ba0 Fix a problem where probing for addressing modes caused expressions to be by Chris Lattner · 21 years ago
  73. e9fe2bc Fix indentation. by Chris Lattner · 21 years ago
  74. 869e043 Don't bother using max here. by Chris Lattner · 21 years ago
  75. 90d1be7 Do not give token factor nodes outrageous weights by Chris Lattner · 21 years ago
  76. 5c65981 Two changes: by Chris Lattner · 21 years ago
  77. e10269b Refactor load/op/store folding into it's own method, no functionality changes. by Chris Lattner · 21 years ago
  78. ae3ffba Fix a major regression last night that prevented us from producing [mem] op= reg by Chris Lattner · 21 years ago
  79. 2a4e508 Codegen this: by Chris Lattner · 21 years ago
  80. 7a866d9 Added tmp instructions to preserve ssa. by Tanya Lattner · 21 years ago
  81. 4ff348b Fix test/Regression/CodeGen/X86/2005-01-17-CycleInDAG.ll and 132.ijpeg. by Chris Lattner · 21 years ago
  82. cb1aa8d Do not fold a load into a comparison that is used by more than one place. by Chris Lattner · 21 years ago
  83. c98279d Do not codegen 'xor bool, true' as 'not reg'. not reg inverts the upper bits by Chris Lattner · 21 years ago
  84. 4df0de9 Set up the shift and setcc types. by Chris Lattner · 21 years ago
  85. 7600587 Added paramters to a few functions in order to allow me to change the functions to preserve SSA by Tanya Lattner · 21 years ago
  86. da2ce11 * Adjust to changes in TargetLowering interfaces. by Chris Lattner · 21 years ago
  87. ccad843 cycles_t -> CycleCount_t by Chris Lattner · 21 years ago
  88. bdf6a39 Rename BUILD_* to PROJ_* by Reid Spencer · 21 years ago
  89. 5fd2ef1 Fixed a couple of instructions that broke SSA. by Tanya Lattner · 21 years ago
  90. 638559a Improve compatiblity with HPUX on Itanium, patch by Duraid Madina by Chris Lattner · 21 years ago
  91. 45554a6 Add a new target-independent code generator flag. by Chris Lattner · 21 years ago
  92. e9ef81d Add support for truncstore and *extload. by Chris Lattner · 21 years ago
  93. 7f2afac Adjust to CopyFromREg changes. by Chris Lattner · 21 years ago
  94. 3c70764 Fix Regression/CodeGen/PowerPC/2005-01-14-UndefLong.ll by Chris Lattner · 21 years ago
  95. fbd4de1 Fix: Regression/CodeGen/PowerPC/2005-01-14-SetSelectCrash.ll by Chris Lattner · 21 years ago
  96. 18c2f13 Add new ImplicitDef node, rename CopyRegSDNode class to RegSDNode. by Chris Lattner · 21 years ago
  97. 1d50b7f Codegen factor nodes more intelligently according to perceived register pressure. by Chris Lattner · 21 years ago
  98. c358071 Initial trivial (but stupid) codegen for this node. by Chris Lattner · 21 years ago
  99. 636e79a Add some really pedantic assertions to the load folding code. Fix a bunch by Chris Lattner · 21 years ago
  100. a0bb692 We can only fold a load into an op if there is exactly one use of the value. by Chris Lattner · 21 years ago