1. 5e5fb94 Silence VS warnings by Chris Lattner · 21 years ago
  2. f26bc8e Silence VS warnings. by Chris Lattner · 21 years ago
  3. 22bc934 Fix VS warnings by Chris Lattner · 21 years ago
  4. 4d0801b Fix VS warnings. by Chris Lattner · 21 years ago
  5. 652f3cf Fix uint64_t -> unsigned VS warnings. by Chris Lattner · 21 years ago
  6. d4bc564 Silence VS warnings. by Chris Lattner · 21 years ago
  7. 2cc3462 Silence warnings by Chris Lattner · 21 years ago
  8. 25dc891 Do not throw away bits for no reason by Chris Lattner · 21 years ago
  9. 7cf9ad3 Silence a VS warning. by Chris Lattner · 21 years ago
  10. 5188ad7 Adjust to changes in LowerCallTo interface Minor bugfixes by Chris Lattner · 21 years ago
  11. 4e6c746 Implement handling of most long operators through libcalls. by Chris Lattner · 21 years ago
  12. cf5734d Adjust to changes in LowerCAllTo interfaces by Chris Lattner · 21 years ago
  13. d4b1c9a Make LowerCallTo more generic and useful. by Chris Lattner · 21 years ago
  14. 106ff12 Another year, another copyright update. by John Criswell · 21 years ago
  15. 06deda2 Add a few more passes to LinkAllPasses.h by Jeff Cohen · 21 years ago
  16. bf65268 Add more missing createXxxPass functions. by Jeff Cohen · 21 years ago
  17. ae0aacb Add support for FP->INT conversions and back. by Chris Lattner · 21 years ago
  18. 1645ed0 Add operators for FP -> INT conversions and back. by Chris Lattner · 21 years ago
  19. 8c92628 Wrap long line. by Chris Lattner · 21 years ago
  20. 5d2c6c7 Implement the 'store FPIMM, Ptr' -> 'store INTIMM, Ptr' optimization for by Chris Lattner · 21 years ago
  21. 623f70d 1ULL << 64 is undefined, don't do it. by Chris Lattner · 21 years ago
  22. 7ab6593 The X86 instruction selector already handles codegen of: by Chris Lattner · 21 years ago
  23. fb0c3bd New testcase. by Chris Lattner · 21 years ago
  24. 45cf34c Eliminate empty sub-list by Misha Brukman · 21 years ago
  25. 7c68ec6 Fix a pointer invalidation problem. This fixes Generic/badarg6.ll by Chris Lattner · 21 years ago
  26. 5351e9b Fold conditional branches on constants away. by Chris Lattner · 21 years ago
  27. 4287d5e Fix a thinko in the reassociation code, fixing Generic/badlive.ll by Chris Lattner · 21 years ago
  28. b00a642 Add support for truncating integer casts from long. by Chris Lattner · 21 years ago
  29. 8afc48e Fix a bug in load expansion legalization and ret legalization. This fixes by Chris Lattner · 21 years ago
  30. c7af179 Legalize unconditional branches too by Chris Lattner · 21 years ago
  31. 9cd87db Cleanup a bunch of tests. In particular do not allow target directives in by Chris Lattner · 21 years ago
  32. 7cc4777 Implement support for long GEP indices on 32-bit archs and support for by Chris Lattner · 21 years ago
  33. fd8c39b Simplify: truncate ({zero|sign}_extend (X)) by Chris Lattner · 21 years ago
  34. 03c0cf8 implement legalization of a bunch more operators. by Chris Lattner · 21 years ago
  35. c33fc82 Make this test a bit more interesting by making there actually be a use of the by Chris Lattner · 21 years ago
  36. fad71eb Fix another bug legalizing calls! by Chris Lattner · 21 years ago
  37. f44fd88 Fix handling of dead PHI nodes. by Chris Lattner · 21 years ago
  38. ebda942 Fix a bug legalizing calls by Chris Lattner · 21 years ago
  39. 3b5d631 modernize and clean up this test. by Chris Lattner · 21 years ago
  40. 62fd269 After legalizing a DAG, delete dead nodes to save space. by Chris Lattner · 21 years ago
  41. 0e12e6e Implement RemoveDeadNodes by Chris Lattner · 21 years ago
  42. d1fc964 Add a new SelectionDAG::RemoveDeadNodes method by Chris Lattner · 21 years ago
  43. 39931a3 Fix include. Too easy to make mistakes like this on Windows :( by Jeff Cohen · 21 years ago
  44. c045579 Remove the open projects page from the docs directory. by Chris Lattner · 21 years ago
  45. 9e3bdf1 Capitalize Bugpoint. by Misha Brukman · 21 years ago
  46. bb66a9f Get new SelectionDAG stuff building with Visual Studio. by Jeff Cohen · 21 years ago
  47. c18ae4c Teach legalize how to handle condbranches by Chris Lattner · 21 years ago
  48. 186fcf6 Add a testcase I forgot to commit earlier. by Chris Lattner · 21 years ago
  49. 2e8bd68 X86 BE requires SelectionDAG by Chris Lattner · 21 years ago
  50. 85139f5 X86 JIT requires the selection dag library. by Chris Lattner · 21 years ago
  51. 18ad194 Allow the selection-dag based selector to be diabled with -disable-pattern-isel. by Chris Lattner · 21 years ago
  52. 8acb1ba Reimplementation of the X86 pattern isel. This is still missing many large by Chris Lattner · 21 years ago
  53. d844d01 This file is now dead. by Chris Lattner · 21 years ago
  54. 95cdb36 Add a new prototype by Chris Lattner · 21 years ago
  55. 1c08c71 Initial implementation of the SelectionDAGISel class. This contains most by Chris Lattner · 21 years ago
  56. b75c12d This file is obsolete by Chris Lattner · 21 years ago
  57. 3e928bb Initial implementation of the DAG legalization. This still has a long way by Chris Lattner · 21 years ago
  58. e89c7c6 But not the identation of THAT line by Jeff Cohen · 21 years ago
  59. c3aae25 Complete rewrite of the SelectionDAG class. by Chris Lattner · 21 years ago
  60. cc524ca Common base class for SelectionDAG-based instruction selectors. by Chris Lattner · 21 years ago
  61. 63b570d Initial implementation of the nodes in a SelectionDAG. by Chris Lattner · 21 years ago
  62. 310968c First draft of new Target interface by Chris Lattner · 21 years ago
  63. 75c2d0a First draft of a new Target interface by Chris Lattner · 21 years ago
  64. b99468d Correct indentation levels by Jeff Cohen · 21 years ago
  65. fe59d36 Add convenience method. by Chris Lattner · 21 years ago
  66. 60766f7 Convert tabs to spaces by Misha Brukman · 21 years ago
  67. d9ed8c8 Add missing createXxxPass functions by Jeff Cohen · 21 years ago
  68. afc2000 Remove bogus project folder by Jeff Cohen · 21 years ago
  69. 3e4c46f Fix spelling. by Misha Brukman · 21 years ago
  70. c313932 Update list of passes by Jeff Cohen · 21 years ago
  71. 30becbd Add missing include by Jeff Cohen · 21 years ago
  72. 835ca25 Fix return type by Jeff Cohen · 21 years ago
  73. 6ac95f9 Codegen -1 and -0.0 more efficiently. This implements CodeGen/X86/negatize_zero.ll by Chris Lattner · 21 years ago
  74. 7c8ad7a New testcase by Chris Lattner · 21 years ago
  75. 488742a No need to pessimize current code for future possibilities. by Chris Lattner · 21 years ago
  76. e67bc13 Get the #ifdef right on LinkAllPasses.h. by Jeff Cohen · 21 years ago
  77. 00f3db6 Fix minor mistakes by Jeff Cohen · 21 years ago
  78. d1c452b Get rid of those pesky tabs... by Jeff Cohen · 21 years ago
  79. 4b807e0 Add project opt to Visual Studio. by Jeff Cohen · 21 years ago
  80. f5e58f8 Put createLoopUnswitchPass() into proper namespace by Jeff Cohen · 21 years ago
  81. 8ca7191 Add missing include by Jeff Cohen · 21 years ago
  82. 466d939 Fix incorrect return type. by Jeff Cohen · 21 years ago
  83. d01f65a Fix CBE code so that it compiles with VC++. by Jeff Cohen · 21 years ago
  84. 13259f8 Add required #include by Chris Lattner · 21 years ago
  85. 15afefb Add a useful method by Chris Lattner · 21 years ago
  86. b66144c Add a list end sentinal by Chris Lattner · 21 years ago
  87. 8853b13 Add the SystemLibrary.html document now that its done. by Reid Spencer · 21 years ago
  88. d593afc Add a missing <div> by Reid Spencer · 21 years ago
  89. 0c00485 Bulk upgrade of this document. Cruft removed, new stuff added, general by Reid Spencer · 21 years ago
  90. eadc9ef The Java project now lives under projects/llvm-java. by Alkis Evlogimenos · 21 years ago
  91. 564a571 Make opt honor the quiet option when printing the bytecode warning. by Reid Spencer · 21 years ago
  92. 6234582 1. Make sure that "dot" can be found in the path by Reid Spencer · 21 years ago
  93. 33a1218 Ignore autoconf/aclocal generated stuff. by Reid Spencer · 21 years ago
  94. 5384b38 1. If a double FP constant must be put into a constant pool, but it can be by Chris Lattner · 21 years ago
  95. d34b257 add an assertion by Chris Lattner · 21 years ago
  96. 0539313 Minor optimization to allocate R8 registers in a better order. by Chris Lattner · 21 years ago
  97. 2dcb968 ignore generated file by Chris Lattner · 21 years ago
  98. f1c4dbe Ignore generated file by Chris Lattner · 21 years ago
  99. 868cc74 Ignore .dir by Chris Lattner · 21 years ago
  100. 785b9c0 Update this test to pass. by Chris Lattner · 21 years ago