1. dcbaf8a improve constant loading. Still sucks, but oh well by Andrew Lenharth · 20 years ago
  2. b73628b Add support for generating v4i32 altivec code by Nate Begeman · 20 years ago
  3. 1166bf3 Remove a fixme by Nate Begeman · 20 years ago
  4. 512beb9 Make sure to pass the offset into the new node, so that we don't silently by Nate Begeman · 20 years ago
  5. a08787f add support for generating v4i32 code by Nate Begeman · 20 years ago
  6. 78b0e6a General cleanup: by Reid Spencer · 20 years ago
  7. f65d917 purity++ by Duraid Madina · 20 years ago
  8. a117b18 let us get some do what I meant not what I said stuff checked in. You would think the alpha backend would be 64bit clean by Andrew Lenharth · 20 years ago
  9. aa6ed8c Fix up immediate handling by Andrew Lenharth · 20 years ago
  10. 4e4fe66 ditto by Duraid Madina · 20 years ago
  11. 6927b06 more compliance stufff by Duraid Madina · 20 years ago
  12. 7d0fe1b be more polite in public headers by Duraid Madina · 20 years ago
  13. bd6269c undo yuletide naughtyness(tm) by Duraid Madina · 20 years ago
  14. 2e096c1 add these so I can be less naughty by Duraid Madina · 20 years ago
  15. d885251 behold my standards-compliant humps! by Duraid Madina · 20 years ago
  16. 3de3b05 WAKEY WAKEY by Duraid Madina · 20 years ago
  17. 3005961 HB is *the* code janitor. by Duraid Madina · 20 years ago
  18. 8c7bd36 mixed-STL programs are big and nasty :( by Duraid Madina · 20 years ago
  19. 12f7578 This gets most of the backends building with HP HappyC++. by Duraid Madina · 20 years ago
  20. d2dec7d yet more C++ standards-compliance stuff. by Duraid Madina · 20 years ago
  21. 9b3e4c8 nasty paste-o, calls passing more than 8 arguments along were having by Duraid Madina · 20 years ago
  22. 713b0b5 Restore some happiness to the JIT by Andrew Lenharth · 20 years ago
  23. 424ba78 Fix alpha regressions. by Andrew Lenharth · 20 years ago
  24. f31d193 Fix a problem duraid pointed out to me compiling kc++ with -enable-x86-fastcc by Chris Lattner · 20 years ago
  25. 8748746 more C++ daintiness by Duraid Madina · 20 years ago
  26. 0f7bfba I bet pinski knows why g++ accepts this stuff by Duraid Madina · 20 years ago
  27. b518685 getting there... by Duraid Madina · 20 years ago
  28. 4c4e12f more standards compliance (damn, I can't wait for unordered_set (tee hee) by Duraid Madina · 20 years ago
  29. bb35a11 I laugh at your dual-core G5s! Fear my precompiled headers. by Duraid Madina · 20 years ago
  30. 4547e22 dum de dum by Duraid Madina · 20 years ago
  31. 2b4ea79 Added field noResults to Instruction. by Evan Cheng · 20 years ago
  32. 2abbe86 i love xmas!!!! *;D* by Duraid Madina · 20 years ago
  33. 3e31753 more HP-UX cleanliness by Duraid Madina · 20 years ago
  34. 6fb9a84 more standards-compliance stuff by Duraid Madina · 20 years ago
  35. a7df3c9 HP aCC chokes on this, but it's not required anyway: according to by Duraid Madina · 20 years ago
  36. 786e3e2 MERRY CHRISTMAS EVERYONE!!! (what better way to spend christmas than by Duraid Madina · 20 years ago
  37. eececba add br pattern, unify JSR and BSR ISel instrs, and add BSR support for DAG by Andrew Lenharth · 20 years ago
  38. b13d74a unbreak calls, a few more tests should run. Tomorrow: bugpoint! by Duraid Madina · 20 years ago
  39. 806b893 we don't feed our call instructions extra operands by Duraid Madina · 20 years ago
  40. 53d8970 All that just to lower div and rem by Andrew Lenharth · 20 years ago
  41. 57030e3 allow custom lowering to return null for legal results by Andrew Lenharth · 20 years ago
  42. e8f65f1 Support Custom lowering of a few more operations. by Andrew Lenharth · 20 years ago
  43. 330851a support targetexternalsym by Andrew Lenharth · 20 years ago
  44. e4672aa Let the helper functions know about X86::FR32RegClass and X86::FR64RegClass. by Evan Cheng · 20 years ago
  45. c687b48 All addressing modes are now exposed. The only remaining relocated forms by Andrew Lenharth · 20 years ago
  46. b671860 Unify the patterns for loads and stores. Now offset addressing should be by Andrew Lenharth · 20 years ago
  47. 4e62951 Let's see if we can break things. by Andrew Lenharth · 20 years ago
  48. 9fa4d4c move loads and stores over. Smart addr selection comming by Andrew Lenharth · 20 years ago
  49. 50fb3c4 Fix one of the things in the todo file, and get a bit closer to folding by Nate Begeman · 20 years ago
  50. 443045a For PR625: by Reid Spencer · 20 years ago
  51. 171049d * Removed the use of FLAG. Now use hasFlagIn and hasFlagOut instead. by Evan Cheng · 20 years ago
  52. 7b05bd5 * Support for hasInFlag and hasOutFlag (on instructions). Remove nameless FLAG by Evan Cheng · 20 years ago
  53. d6e8d41 Remove redundant debug locations. by Jim Laskey · 20 years ago
  54. 72f49aa this test fails by Chris Lattner · 20 years ago
  55. cf4a81e this test is malformed by Chris Lattner · 20 years ago
  56. c26f7a0 unbreak the build :-/ by Chris Lattner · 20 years ago
  57. 2170cef not a good idea by Chris Lattner · 20 years ago
  58. 38bcbaf More X86 floating point patterns. by Evan Cheng · 20 years ago
  59. d13b00e Operand 1 of TRUNCSTORE can be any of integer and floating point types. by Evan Cheng · 20 years ago
  60. f3fd9fe Allow custom lowering of LOAD, EXTLOAD, ZEXTLOAD, STORE, and TRUNCSTORE. Not by Evan Cheng · 20 years ago
  61. 330ea12 fix something-o by Chris Lattner · 20 years ago
  62. 74fa64b implement vaarg. Varargs now should work. by Chris Lattner · 20 years ago
  63. c4769bb implement vastart. The dag isel compiles this: by Chris Lattner · 20 years ago
  64. e6ee868 remove benchmark list, remove issues addressed by the dag-dag isel by Chris Lattner · 20 years ago
  65. c33baaa Simplify store(bitconv(x)) to store(x). This allows us to compile this: by Chris Lattner · 20 years ago
  66. 5710410 fold (conv (load x)) -> (load (conv*)x). by Chris Lattner · 20 years ago
  67. c8547d8 Fold bitconv(bitconv(x)) -> x. We now compile this: by Chris Lattner · 20 years ago
  68. 9468377 constant fold bits_convert in getNode and in the dag combiner for fp<->int by Chris Lattner · 20 years ago
  69. 21f6685 make sure bit_convert's are expanded by Chris Lattner · 20 years ago
  70. 53e8845 make sure bit_converts are expanded by Chris Lattner · 20 years ago
  71. 46e1ee9 Get bugpoint building with VC++ again. by Jeff Cohen · 20 years ago
  72. 3cb7187 fix the int<->fp instructions, which apparently take a single float register by Chris Lattner · 20 years ago
  73. a01874f Use BIT_CONVERT to simplify this code by Chris Lattner · 20 years ago
  74. 1b95e0b Simplify some code by using BIT_CONVERT by Chris Lattner · 20 years ago
  75. 232348d Fix a pasto by Chris Lattner · 20 years ago
  76. ed7b5ba fix a thinko in the bit_convert handling code by Chris Lattner · 20 years ago
  77. 80f55ab improve comment: mention vectors by Chris Lattner · 20 years ago
  78. 3548189 add very simple support for the BIT_CONVERT node by Chris Lattner · 20 years ago
  79. 1ac1c4b add a new node by Chris Lattner · 20 years ago
  80. 14f4974 Revert previous patch. Additional tests fail. by Reid Spencer · 20 years ago
  81. a01c0cc clean up .td file by using evan's new FLAG thing by Chris Lattner · 20 years ago
  82. 002d834 remove a dead node by Chris Lattner · 20 years ago
  83. 0fcd40f remove dead code by Chris Lattner · 20 years ago
  84. cec26fc fix handling of weak linkage by Chris Lattner · 20 years ago
  85. 84c744f Fix PR409: by Reid Spencer · 20 years ago
  86. 7a8054f silence some bogus gcc warnings by Chris Lattner · 20 years ago
  87. c4bb052 For PR351: by Reid Spencer · 20 years ago
  88. d555f41 For PR351: by Reid Spencer · 20 years ago
  89. 171eee5 Fix test/Regression/Other/2002-01-31-CallGraph.ll after the recent callgraph by Chris Lattner · 20 years ago
  90. 39706e6 move some random notes out of my email into someplace useful by Chris Lattner · 20 years ago
  91. 64aa0ea this is a hack, which may or may not hang around. In short: by Duraid Madina · 20 years ago
  92. 8617f3c we can't do this directly in lowering, so we need this case by Duraid Madina · 20 years ago
  93. 3d821e2 oops, back this out by Duraid Madina · 20 years ago
  94. 3cb51f9 i need to do this to take over the earth by Duraid Madina · 20 years ago
  95. a6ec3cb we can't all have brains now, can we by Duraid Madina · 20 years ago
  96. 98b3a83 this should take care of calls to varadic functions, but it doesn.,t by Duraid Madina · 20 years ago
  97. 0b3c4d8 we need to emit the getf.d instruction in lowering, so add it to IA64ISD by Duraid Madina · 20 years ago
  98. 4e514c1 credit where credit is due by Chris Lattner · 20 years ago
  99. 0383995 Separate the call graph implementation from its interface. This implements by Chris Lattner · 20 years ago
  100. 1ccf26a The 81st column doesn't like code in it. by Chris Lattner · 20 years ago