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