1. 1133309 Take register pressure into account when we have to decide whether to by Chris Lattner · 20 years ago
  2. 61b8c9b The pattern isel is aggressively codegen'ing all of the loads in these by Chris Lattner · 20 years ago
  3. e9c44cd Print SelectionDAGs bottom up, include extra info in the node labels by Chris Lattner · 20 years ago
  4. 89a1ed5 Add support for bottom-up graphs. by Chris Lattner · 20 years ago
  5. fc08d9c Add a marker for the graph root. by Chris Lattner · 20 years ago
  6. e0646b8 Put the operation name in each node, put the function name on the graph. by Chris Lattner · 20 years ago
  7. d75f19f Split out SDNode::getOperationName into its own method. by Chris Lattner · 20 years ago
  8. 6e6e3ce Add a helper method. by Chris Lattner · 20 years ago
  9. 6632848 Implement initial selectiondag printing support. This gets us a nice by Chris Lattner · 20 years ago
  10. 1080b9e Add support for graph operations, and add a viewGraph method to SelectionDAG. by Chris Lattner · 20 years ago
  11. ce393a6 Add a helper method by Chris Lattner · 20 years ago
  12. 24aad1b Fold setcc instructions into selects. by Chris Lattner · 20 years ago
  13. 57fbfb5 Add conditional moves for the parity flag. by Chris Lattner · 20 years ago
  14. 6b7598b Lower to the correct functions. This fixes FreeBench/fourinarow by Chris Lattner · 20 years ago
  15. a13d323 Implement 8-bit multiply for X86. by Chris Lattner · 20 years ago
  16. 281a601 Rework constant pool handling so that function constant pools are no longer by Chris Lattner · 20 years ago
  17. ecc1cef Apply feedback from Chris. by Jeff Cohen · 20 years ago
  18. 6e400f7 Apply feed back from Chris: by Jeff Cohen · 20 years ago
  19. 68dc310 Implement a couple of more simplifications. This lets us codegen: by Chris Lattner · 20 years ago
  20. 87ae6ae Fix incorrect constant folds, fixing Stepanov after the SHR patch. by Chris Lattner · 20 years ago
  21. d606307 Update System project in Visual Studio to reflect renamed files. by Jeff Cohen · 20 years ago
  22. 8136d1f Constant fold shifts, turning this loop: by Chris Lattner · 20 years ago
  23. bccc8ab Rename Unix/*.cpp and Win32/*.cpp to have a *.inc suffix so that the silly by Reid Spencer · 20 years ago
  24. 5cdcc58 Add some folds for == and != comparisons. This allows us to by Chris Lattner · 20 years ago
  25. 1d7b5de Add last four createXxxPass functions by Jeff Cohen · 20 years ago
  26. fd161e9 Fix VC++ compilation error by Jeff Cohen · 20 years ago
  27. ea946cd Print the DAG out more like a DAG in nested format. by Chris Lattner · 20 years ago
  28. 49d2471 Print out nodes sorted by their address to make it easier to find them in a list. by Chris Lattner · 20 years ago
  29. bd9f0ee Codegen (Reg|imm)+&GV as an LEA, because we cannot put it into the immediate field by Chris Lattner · 20 years ago
  30. abd2182 Add a simple transformation. This allows us to compile one of the inner by Chris Lattner · 20 years ago
  31. 2502085 Fix copy and pasto's for FP -> Int. This fixes fldry by Chris Lattner · 20 years ago
  32. 38d6be5 Fix a bug legalizing call instructions (make sure to remember all result by Chris Lattner · 20 years ago
  33. 513e52e Fix a minor bug legalizing dynamic_stackalloc. This allows us to compile by Chris Lattner · 20 years ago
  34. fa404e8 Teach legalize to deal with DYNAMIC_STACKALLOC (aka a dynamic llvm alloca) by Chris Lattner · 20 years ago
  35. 590d800 Initial implementation of FP->INT and INT->FP casts by Chris Lattner · 20 years ago
  36. 2611dd4 Get lib/Analysis/DataStructure to compile with VC++ by Jeff Cohen · 20 years ago
  37. 12f82b7 Workaround a VC++ bug. Microsoft puts the hash_map class in namespace stdext, but by Jeff Cohen · 20 years ago
  38. 6e7c47c Fix a subtle bug involving constant expr casts from int to fp by Chris Lattner · 20 years ago
  39. ee749d7 Handle static alloca arguments to PHI nodes. by Chris Lattner · 20 years ago
  40. 1482458 Implement varargs and returnaddress/frameaddress intrinsics. With this by Chris Lattner · 20 years ago
  41. 39ae362 Use new interfaces to correctly lower varargs and return/frame address intrinsics. by Chris Lattner · 20 years ago
  42. f19ae7d Add interfaces to lower varargs and return/frame address intrinsics. by Chris Lattner · 20 years ago
  43. b56013d Test fails on all platforms, not just linux by Jeff Cohen · 20 years ago
  44. 64e14b1 Add support for llvm.setjmp and longjmp. Only 3 SingleSource/UnitTests fail now. by Chris Lattner · 20 years ago
  45. 906b20a Fix VC++ compilation error by Jeff Cohen · 20 years ago
  46. 534927d Add even more missing createXxxPass functions. by Jeff Cohen · 20 years ago
  47. c82a6c8 rename linscan -> LLCBETA as it should be by Chris Lattner · 20 years ago
  48. b080265 Okay 15th time is the charm. Looking at the vector size is useless as it by Chris Lattner · 20 years ago
  49. 6cc70ef Okay, my off by one was actually off by two. This fixes Generic/2003-07-07-BadLongConst.ll by Chris Lattner · 20 years ago
  50. e3304a3 Tighten up assertions. by Chris Lattner · 20 years ago
  51. ce45d65 Fix off by one error by Chris Lattner · 20 years ago
  52. 7d7a0ed Allow arrays to have more than 4G elements. by Chris Lattner · 20 years ago
  53. 723a912 Allow array types to have 64-bit size. by Chris Lattner · 20 years ago
  54. e269a1a Use size_t instead of long to represent memory usage. long is 32 bits by Jeff Cohen · 20 years ago
  55. 9dacd12 Silence warnings by Chris Lattner · 20 years ago
  56. 813c815 Silence VS warnings. by Chris Lattner · 20 years ago
  57. a8101c1 Silence VS warnings. by Chris Lattner · 20 years ago
  58. d564496 Silence VS warnings by Chris Lattner · 20 years ago
  59. dea18b6 Silence VS warnings by Chris Lattner · 20 years ago
  60. 190f3ba Adjust prototype by Chris Lattner · 20 years ago
  61. 28696be Silence warnings from VS by Chris Lattner · 20 years ago
  62. 5e5fb94 Silence VS warnings by Chris Lattner · 20 years ago
  63. f26bc8e Silence VS warnings. by Chris Lattner · 20 years ago
  64. 22bc934 Fix VS warnings by Chris Lattner · 20 years ago
  65. 4d0801b Fix VS warnings. by Chris Lattner · 20 years ago
  66. 652f3cf Fix uint64_t -> unsigned VS warnings. by Chris Lattner · 20 years ago
  67. d4bc564 Silence VS warnings. by Chris Lattner · 20 years ago
  68. 2cc3462 Silence warnings by Chris Lattner · 20 years ago
  69. 25dc891 Do not throw away bits for no reason by Chris Lattner · 20 years ago
  70. 7cf9ad3 Silence a VS warning. by Chris Lattner · 20 years ago
  71. 5188ad7 Adjust to changes in LowerCallTo interface Minor bugfixes by Chris Lattner · 20 years ago
  72. 4e6c746 Implement handling of most long operators through libcalls. by Chris Lattner · 20 years ago
  73. cf5734d Adjust to changes in LowerCAllTo interfaces by Chris Lattner · 20 years ago
  74. d4b1c9a Make LowerCallTo more generic and useful. by Chris Lattner · 20 years ago
  75. 106ff12 Another year, another copyright update. by John Criswell · 20 years ago
  76. 06deda2 Add a few more passes to LinkAllPasses.h by Jeff Cohen · 20 years ago
  77. bf65268 Add more missing createXxxPass functions. by Jeff Cohen · 20 years ago
  78. ae0aacb Add support for FP->INT conversions and back. by Chris Lattner · 20 years ago
  79. 1645ed0 Add operators for FP -> INT conversions and back. by Chris Lattner · 20 years ago
  80. 8c92628 Wrap long line. by Chris Lattner · 20 years ago
  81. 5d2c6c7 Implement the 'store FPIMM, Ptr' -> 'store INTIMM, Ptr' optimization for by Chris Lattner · 20 years ago
  82. 623f70d 1ULL << 64 is undefined, don't do it. by Chris Lattner · 20 years ago
  83. 7ab6593 The X86 instruction selector already handles codegen of: by Chris Lattner · 20 years ago
  84. fb0c3bd New testcase. by Chris Lattner · 20 years ago
  85. 45cf34c Eliminate empty sub-list by Misha Brukman · 20 years ago
  86. 7c68ec6 Fix a pointer invalidation problem. This fixes Generic/badarg6.ll by Chris Lattner · 20 years ago
  87. 5351e9b Fold conditional branches on constants away. by Chris Lattner · 20 years ago
  88. 4287d5e Fix a thinko in the reassociation code, fixing Generic/badlive.ll by Chris Lattner · 20 years ago
  89. b00a642 Add support for truncating integer casts from long. by Chris Lattner · 20 years ago
  90. 8afc48e Fix a bug in load expansion legalization and ret legalization. This fixes by Chris Lattner · 20 years ago
  91. c7af179 Legalize unconditional branches too by Chris Lattner · 20 years ago
  92. 9cd87db Cleanup a bunch of tests. In particular do not allow target directives in by Chris Lattner · 20 years ago
  93. 7cc4777 Implement support for long GEP indices on 32-bit archs and support for by Chris Lattner · 20 years ago
  94. fd8c39b Simplify: truncate ({zero|sign}_extend (X)) by Chris Lattner · 20 years ago
  95. 03c0cf8 implement legalization of a bunch more operators. by Chris Lattner · 20 years ago
  96. c33fc82 Make this test a bit more interesting by making there actually be a use of the by Chris Lattner · 20 years ago
  97. fad71eb Fix another bug legalizing calls! by Chris Lattner · 20 years ago
  98. f44fd88 Fix handling of dead PHI nodes. by Chris Lattner · 20 years ago
  99. ebda942 Fix a bug legalizing calls by Chris Lattner · 20 years ago
  100. 3b5d631 modernize and clean up this test. by Chris Lattner · 20 years ago