1. 1e1a78a Now that's a new feature! by Chris Lattner · 21 years ago
  2. 7b3d73b Use the new LLVM is_class template instead of the boost one, allowing us to by Chris Lattner · 21 years ago
  3. 5c4d53a Check in a new type_traits header which provides the mysterious is_class by Chris Lattner · 21 years ago
  4. c50879d Noone cares about similarity to boost by Chris Lattner · 21 years ago
  5. e8124b9 Make enum private as it is an implementation detail. by Alkis Evlogimenos · 21 years ago
  6. 7974287 Remove '4Virt' from member function names as it is obvious. by Alkis Evlogimenos · 21 years ago
  7. 34d9bc9 Refactor VirtRegMap out of RegAllocLinearScan as the first part of bug by Alkis Evlogimenos · 21 years ago
  8. c38aa6d Include Config/config.h for SHLIBEXT. by Alkis Evlogimenos · 21 years ago
  9. 95ee9bd DataTypes.h is now output from configure, and shortened by Brian Gaeke · 21 years ago
  10. 1133eaf Add SUBSTing checks for sys/types.h and inttypes.h; add DataTypes.h to AC_OUTPUT. by Brian Gaeke · 21 years ago
  11. 6c3fd81 Regenerated with autoconf-2.57. by Brian Gaeke · 21 years ago
  12. d8864ce Generate much more efficient code in programs like pifft by Chris Lattner · 21 years ago
  13. 077a373 Fix a small typeo in my checkin last night that broke vortex and other programs :( by Chris Lattner · 21 years ago
  14. 6c71bf5 Regenerated with autoheader-2.57. by Brian Gaeke · 21 years ago
  15. c9a410c Regenerated with autoconf-2.57. by Brian Gaeke · 21 years ago
  16. 2e3bdba Change test for pthreads to use AC_SUBST; add ThreadSupport.h as an AC_OUTPUT. by Brian Gaeke · 21 years ago
  17. a6eb7c1 ThreadSupport.h is now output from configure. by Brian Gaeke · 21 years ago
  18. 80ead31 Remove check for slist by Brian Gaeke · 21 years ago
  19. 8adac75 Fix InstCombine/2004-02-23-ShiftShiftOverflow.ll by Chris Lattner · 21 years ago
  20. 86171b9 Test for the other way also by Chris Lattner · 21 years ago
  21. cedfd2c New testcase by Chris Lattner · 21 years ago
  22. cbc20b4 Renamed to hash_set.in; move to using autoconf substitution tags. by Brian Gaeke · 21 years ago
  23. 6cd5244 Renamed to hash_map.in; move to using autoconf substitution tags. by Brian Gaeke · 21 years ago
  24. c1cf424 Add include/Support/hash_map and include/Support/hash_set as AC_OUTPUT files. by Brian Gaeke · 21 years ago
  25. 6ab1917 Regenerated using autoheader-2.57. by Brian Gaeke · 21 years ago
  26. 78e7d4a Move HASH_* checks to using AC_SUBST instead of AC_DEFINE. Tighten up some whitespace and comments. by Brian Gaeke · 21 years ago
  27. 793c5f2 Regenerated using autoconf-2.57. by Brian Gaeke · 21 years ago
  28. 5756493 Add number of spilled registers statistic. by Alkis Evlogimenos · 21 years ago
  29. 11d1f21 Fix bugs in finegrainification by Chris Lattner · 21 years ago
  30. 0742b59 Finegrainify namespacification by Chris Lattner · 21 years ago
  31. e699b16 Use MachineBasicBlock::getParent(). by Alkis Evlogimenos · 21 years ago
  32. e6394e2 Remove implementation of default constructor as it is useless now. by Alkis Evlogimenos · 21 years ago
  33. c134395 Renamed from include/Support/iterator. Doxygenify comments; add autoconf substitution tags. by Brian Gaeke · 21 years ago
  34. 0e67d4c Replaced by include/Support/iterator.in. by Brian Gaeke · 21 years ago
  35. 587bef9 Regenerated with autoheader-2.57. by Brian Gaeke · 21 years ago
  36. 81d407d Add include/Support/iterator as an AC_OUTPUT file. by Brian Gaeke · 21 years ago
  37. 008bb70 Make all iterator checks use AC_SUBST instead of AC_DEFINE. by Brian Gaeke · 21 years ago
  38. 295d4b8 Regenerated with autoconf-2.57. by Brian Gaeke · 21 years ago
  39. 743d0a1 Refactor rewinding code for finding the first terminator of a basic by Alkis Evlogimenos · 21 years ago
  40. fbc39d5 Simplify code a bit, don't go off the end of the block, now that the current by Chris Lattner · 21 years ago
  41. 65cf42d We were forgetting to add FP_REG_KILL instructions to basic blocks which will by Chris Lattner · 21 years ago
  42. c5943fb Implement cast.ll::test14/15 by Chris Lattner · 21 years ago
  43. 3c4de7f Add tests for casts that should be eliminated by Chris Lattner · 21 years ago
  44. 4cb170c Refactor some code. In the mul - setcc folding case, we really care about by Chris Lattner · 21 years ago
  45. 19e40ad Handle the unsigned form as well by Chris Lattner · 21 years ago
  46. 12edc7e Improved PhysRegTracker interface. RegAlloc lazily allocates the register tracker using a std::auto_ptr by Alkis Evlogimenos · 21 years ago
  47. fed58fd Implement mul.ll:test11 by Chris Lattner · 21 years ago
  48. f482174 Add a slight variant of test10 by Chris Lattner · 21 years ago
  49. 45aaafe Implement "strength reduction" of X <= C and X >= C by Chris Lattner · 21 years ago
  50. fb54b2b Implement InstCombine/mul.ll:test10, which is a case that occurs when dealing by Chris Lattner · 21 years ago
  51. 1dda055 This multiply can be eliminated by Chris Lattner · 21 years ago
  52. fc2b449 Simplify iterator usage now that we have next(). Also don't pass iterators by reference now that MachineInstr* are in an ilist by Alkis Evlogimenos · 21 years ago
  53. a118ae1 Update the 'new features' section by Chris Lattner · 21 years ago
  54. 3fd8259 Bug fixed by Chris Lattner · 21 years ago
  55. f7b4225 Work around a gas bug. Print '-9223372036854775808' as unsigned. by Chris Lattner · 21 years ago
  56. 311ca2e Implement cast fp -> bool by Chris Lattner · 21 years ago
  57. 16865af Add testcase for the casts that are missing in PR249 by Chris Lattner · 21 years ago
  58. baa58a5 Stop passing iterators around by reference now that we have ilists! by Chris Lattner · 21 years ago
  59. 25d9d58 Some code cleanups from Chris by Alkis Evlogimenos · 21 years ago
  60. 534f545 Fix comments in PhysRegTracker and rename isPhysRegAvail to isRegAvail to be consistent with the other two by Alkis Evlogimenos · 21 years ago
  61. 2d0a825 Add a new cmove instruction by Chris Lattner · 21 years ago
  62. 98e17cf Move LiveIntervals.h up to be the first included header by Alkis Evlogimenos · 21 years ago
  63. 888b1a6 Pull PhysRegTracker out of RegAllocLinearScan as it can be used by other allocators as well by Alkis Evlogimenos · 21 years ago
  64. a2f6a40 Move LiveIntervals.h to lib/CodeGen since it shouldn't be exposed to other parts of the compiler by Alkis Evlogimenos · 21 years ago
  65. 986618e Only insert FP_REG_KILL instructions in MachineBasicBlocks that actually by Chris Lattner · 21 years ago
  66. d0d1c8f Another bug fix for empty MBB's by Chris Lattner · 21 years ago
  67. 890f923 Move MOTy::UseType enum into MachineOperand. This eliminates the by Alkis Evlogimenos · 21 years ago
  68. 688c825 Fix a bug where we were implicitly assuming that there would be at least by Chris Lattner · 21 years ago
  69. 7ca0409 Reduce the number of pointless copies inserted due to constant pointer refs. by Chris Lattner · 21 years ago
  70. 827832c Fix bug in previous checkout: leave the iterator at the first instruction by Chris Lattner · 21 years ago
  71. e33da36 Fix silly bug in implementation of getUseType(). Thanks Misha. by Alkis Evlogimenos · 21 years ago
  72. 3f1e8e7 Completely rewrite how getelementptr instructions are expanded. This has two by Chris Lattner · 21 years ago
  73. f216421 When folding memory operands in machine instructions be careful to by Alkis Evlogimenos · 21 years ago
  74. 2425f8c Significantly simplify gep_type_iterator, and make its interface more general/powerful by Chris Lattner · 21 years ago
  75. e735b2d Fix a soon-to-be-missing #include by Chris Lattner · 21 years ago
  76. b228f9c Get all instruction definitions by Chris Lattner · 21 years ago
  77. 14c6ef7 Wow this is out of date. When we have _real_ code generator documentation, by Chris Lattner · 21 years ago
  78. 0f338a1 Print basic block boundaries in machine instruction debug output. by Alkis Evlogimenos · 21 years ago
  79. 8b1dc16 Link to most recent "LLVM document" by Chris Lattner · 21 years ago
  80. c6bd195 Implement Transforms/InstCombine/cast.ll:test13, a case which occurs in a by Chris Lattner · 21 years ago
  81. 0ca4418 Test that the instruction combiner can fold away a cast in a GEP instruction. by Chris Lattner · 21 years ago
  82. 6d2fdcf The two address pass cannot handle two addr instructions where one incoming by Chris Lattner · 21 years ago
  83. 7200c6b Abstract merging of ranges away from number of slots per instruction. by Alkis Evlogimenos · 21 years ago
  84. 0ad9170 Use isNull instead of getNode() to test for existence of a node, this is cheaper. by Chris Lattner · 21 years ago
  85. d85645f Fix an iterator invalidation problem which was causing some nodes to not be by Chris Lattner · 21 years ago
  86. 5171115 Use handy method by Chris Lattner · 21 years ago
  87. 9c0b9bf Update comments and add warning by Chris Lattner · 21 years ago
  88. ac2ecd0 `cat' is usually in /bin, not /usr/bin, at least on our systems. by Misha Brukman · 21 years ago
  89. b9632be When printing a stack trace, demangle it if possible. Since we are potentially by Chris Lattner · 21 years ago
  90. d6f6d1a Make 'fold' statistic's description the same in both allocators. by Alkis Evlogimenos · 21 years ago
  91. 3567937 Instead of cloning the globals for main into the globals graph at the end of by Chris Lattner · 21 years ago
  92. d10b5fd There is no need to merge the globals graph into the function graphs at the by Chris Lattner · 21 years ago
  93. 4e46e32 Add two missing returns, which caused us to be very pessimistic about the by Chris Lattner · 21 years ago
  94. 01533ff new testcase by Chris Lattner · 21 years ago
  95. b9a131e Added the POVRAY_ROOT to locate Povray. by John Criswell · 21 years ago
  96. 0538d42 Added an option for configuring Povray. By default, it should find my local by John Criswell · 21 years ago
  97. c224efb Build an archive for use with Povray. by John Criswell · 21 years ago
  98. 007726c Some more statistics improvements. by Alkis Evlogimenos · 21 years ago
  99. df158c7 Disambiguate statistic descriptions. by Alkis Evlogimenos · 21 years ago
  100. cea4471 Rename statistic and add another one. by Alkis Evlogimenos · 21 years ago