1. 150666f Great renaming part II: Sparc --> SparcV9 (also includes command-line options and Makefiles) by Brian Gaeke · 20 years ago
  2. e3d6807 Great renaming: Sparc --> SparcV9 by Brian Gaeke · 20 years ago
  3. adc1efe Add a bunch more functions used by perlbmk by Chris Lattner · 20 years ago
  4. cac4b8e Updated to use llc to generate CBE code. by John Criswell · 20 years ago
  5. a39719f Substantial improvements and cleanups for the release notes. We were missing by Chris Lattner · 20 years ago
  6. 940ff56 Fix incorrect debug code by Chris Lattner · 20 years ago
  7. 5f2c7b1 Teach the instruction selector how to transform 'array' GEP computations into X86 by Chris Lattner · 20 years ago
  8. b6bac51 * Make the previous patch more efficient by not allocating a temporary MachineInstr by Chris Lattner · 20 years ago
  9. 2e68037 Add a helper to create an addressing mode given all of the pieces. by Chris Lattner · 20 years ago
  10. 985fe3d add an inefficient way of folding structure and constant array indexes together by Chris Lattner · 20 years ago
  11. 5a83096 Implement special case for storing an immediate into memory so that we don't need by Chris Lattner · 20 years ago
  12. bb92f6f Cygwin defines log2 as a macro. Undef it here IFF it has already been defined, by Brian Gaeke · 20 years ago
  13. 2051fe3 small portability fix. by Brian Gaeke · 20 years ago
  14. 39bb2dc Add support for 'rename' by Chris Lattner · 20 years ago
  15. 2a11653 Make the verifier a little more explicit about this problem. by Chris Lattner · 20 years ago
  16. d561209 Add support for remove, fwrite, and fread by Chris Lattner · 20 years ago
  17. 878be7d Added the VTune tests. by John Criswell · 20 years ago
  18. 748fba1 FunctionLiveVarInfo.h moved: include/llvm/CodeGen -> lib/Target/Sparc/LiveVar by Brian Gaeke · 20 years ago
  19. 2bcab1f Fix some unexpected fallout from the config.h changes. Because the CBE no by Chris Lattner · 20 years ago
  20. d38f208 Fix a faulty optimization on FP values by Chris Lattner · 20 years ago
  21. 6e4ca61 Fixed minor typos. by John Criswell · 20 years ago
  22. 8e509dd If a block is made dead, make sure to promptly remove it. by Chris Lattner · 20 years ago
  23. 0d6c5b6 Move machine code rewriter and spiller outside the register allocator. by Alkis Evlogimenos · 20 years ago
  24. d52c261 Implement SimplifyCFG/switch_switch_fold.ll by Chris Lattner · 20 years ago
  25. 2189a76 New testcase. Switch instructions that go to switch instructions should be by Chris Lattner · 20 years ago
  26. ec8b8bb Add predicates for checking if a virtual register has a physical by Alkis Evlogimenos · 20 years ago
  27. b4a482a Add some helpful methods for dealing with switch instructions by Chris Lattner · 20 years ago
  28. e14ea08 Rearrange code a bit by Chris Lattner · 20 years ago
  29. 0d56008 Implement: test/Regression/Transforms/SimplifyCFG/switch_create.ll by Chris Lattner · 20 years ago
  30. d1eaebe The simplifycfg pass should be able to turn stuff like: by Chris Lattner · 20 years ago
  31. c88c17b Wow, the description of the 'switch' instruction was out of date. by Chris Lattner · 20 years ago
  32. d7d6af9 we no longer include boost by Chris Lattner · 20 years ago
  33. bf81213 Hrm, my find must have been faulty. It didn't remove these as well. by Chris Lattner · 20 years ago
  34. e35b06c Boost is now unneeded, thanks to the fix for PR253, contributed by Reid Spencer! by Chris Lattner · 20 years ago
  35. 1e1a78a Now that's a new feature! by Chris Lattner · 20 years ago
  36. 7b3d73b Use the new LLVM is_class template instead of the boost one, allowing us to by Chris Lattner · 20 years ago
  37. 5c4d53a Check in a new type_traits header which provides the mysterious is_class by Chris Lattner · 20 years ago
  38. c50879d Noone cares about similarity to boost by Chris Lattner · 20 years ago
  39. e8124b9 Make enum private as it is an implementation detail. by Alkis Evlogimenos · 20 years ago
  40. 7974287 Remove '4Virt' from member function names as it is obvious. by Alkis Evlogimenos · 20 years ago
  41. 34d9bc9 Refactor VirtRegMap out of RegAllocLinearScan as the first part of bug by Alkis Evlogimenos · 20 years ago
  42. c38aa6d Include Config/config.h for SHLIBEXT. by Alkis Evlogimenos · 20 years ago
  43. 95ee9bd DataTypes.h is now output from configure, and shortened by Brian Gaeke · 20 years ago
  44. 1133eaf Add SUBSTing checks for sys/types.h and inttypes.h; add DataTypes.h to AC_OUTPUT. by Brian Gaeke · 20 years ago
  45. 6c3fd81 Regenerated with autoconf-2.57. by Brian Gaeke · 20 years ago
  46. d8864ce Generate much more efficient code in programs like pifft by Chris Lattner · 20 years ago
  47. 077a373 Fix a small typeo in my checkin last night that broke vortex and other programs :( by Chris Lattner · 20 years ago
  48. 6c71bf5 Regenerated with autoheader-2.57. by Brian Gaeke · 20 years ago
  49. c9a410c Regenerated with autoconf-2.57. by Brian Gaeke · 20 years ago
  50. 2e3bdba Change test for pthreads to use AC_SUBST; add ThreadSupport.h as an AC_OUTPUT. by Brian Gaeke · 20 years ago
  51. a6eb7c1 ThreadSupport.h is now output from configure. by Brian Gaeke · 20 years ago
  52. 80ead31 Remove check for slist by Brian Gaeke · 20 years ago
  53. 8adac75 Fix InstCombine/2004-02-23-ShiftShiftOverflow.ll by Chris Lattner · 20 years ago
  54. 86171b9 Test for the other way also by Chris Lattner · 20 years ago
  55. cedfd2c New testcase by Chris Lattner · 20 years ago
  56. cbc20b4 Renamed to hash_set.in; move to using autoconf substitution tags. by Brian Gaeke · 20 years ago
  57. 6cd5244 Renamed to hash_map.in; move to using autoconf substitution tags. by Brian Gaeke · 20 years ago
  58. c1cf424 Add include/Support/hash_map and include/Support/hash_set as AC_OUTPUT files. by Brian Gaeke · 20 years ago
  59. 6ab1917 Regenerated using autoheader-2.57. by Brian Gaeke · 20 years ago
  60. 78e7d4a Move HASH_* checks to using AC_SUBST instead of AC_DEFINE. Tighten up some whitespace and comments. by Brian Gaeke · 20 years ago
  61. 793c5f2 Regenerated using autoconf-2.57. by Brian Gaeke · 20 years ago
  62. 5756493 Add number of spilled registers statistic. by Alkis Evlogimenos · 20 years ago
  63. 11d1f21 Fix bugs in finegrainification by Chris Lattner · 20 years ago
  64. 0742b59 Finegrainify namespacification by Chris Lattner · 20 years ago
  65. e699b16 Use MachineBasicBlock::getParent(). by Alkis Evlogimenos · 20 years ago
  66. e6394e2 Remove implementation of default constructor as it is useless now. by Alkis Evlogimenos · 20 years ago
  67. c134395 Renamed from include/Support/iterator. Doxygenify comments; add autoconf substitution tags. by Brian Gaeke · 20 years ago
  68. 0e67d4c Replaced by include/Support/iterator.in. by Brian Gaeke · 20 years ago
  69. 587bef9 Regenerated with autoheader-2.57. by Brian Gaeke · 20 years ago
  70. 81d407d Add include/Support/iterator as an AC_OUTPUT file. by Brian Gaeke · 20 years ago
  71. 008bb70 Make all iterator checks use AC_SUBST instead of AC_DEFINE. by Brian Gaeke · 20 years ago
  72. 295d4b8 Regenerated with autoconf-2.57. by Brian Gaeke · 20 years ago
  73. 743d0a1 Refactor rewinding code for finding the first terminator of a basic by Alkis Evlogimenos · 20 years ago
  74. fbc39d5 Simplify code a bit, don't go off the end of the block, now that the current by Chris Lattner · 20 years ago
  75. 65cf42d We were forgetting to add FP_REG_KILL instructions to basic blocks which will by Chris Lattner · 20 years ago
  76. c5943fb Implement cast.ll::test14/15 by Chris Lattner · 20 years ago
  77. 3c4de7f Add tests for casts that should be eliminated by Chris Lattner · 20 years ago
  78. 4cb170c Refactor some code. In the mul - setcc folding case, we really care about by Chris Lattner · 20 years ago
  79. 19e40ad Handle the unsigned form as well by Chris Lattner · 20 years ago
  80. 12edc7e Improved PhysRegTracker interface. RegAlloc lazily allocates the register tracker using a std::auto_ptr by Alkis Evlogimenos · 20 years ago
  81. fed58fd Implement mul.ll:test11 by Chris Lattner · 20 years ago
  82. f482174 Add a slight variant of test10 by Chris Lattner · 20 years ago
  83. 45aaafe Implement "strength reduction" of X <= C and X >= C by Chris Lattner · 20 years ago
  84. fb54b2b Implement InstCombine/mul.ll:test10, which is a case that occurs when dealing by Chris Lattner · 20 years ago
  85. 1dda055 This multiply can be eliminated by Chris Lattner · 20 years ago
  86. 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 · 20 years ago
  87. a118ae1 Update the 'new features' section by Chris Lattner · 20 years ago
  88. 3fd8259 Bug fixed by Chris Lattner · 20 years ago
  89. f7b4225 Work around a gas bug. Print '-9223372036854775808' as unsigned. by Chris Lattner · 20 years ago
  90. 311ca2e Implement cast fp -> bool by Chris Lattner · 20 years ago
  91. 16865af Add testcase for the casts that are missing in PR249 by Chris Lattner · 20 years ago
  92. baa58a5 Stop passing iterators around by reference now that we have ilists! by Chris Lattner · 20 years ago
  93. 25d9d58 Some code cleanups from Chris by Alkis Evlogimenos · 20 years ago
  94. 534f545 Fix comments in PhysRegTracker and rename isPhysRegAvail to isRegAvail to be consistent with the other two by Alkis Evlogimenos · 20 years ago
  95. 2d0a825 Add a new cmove instruction by Chris Lattner · 20 years ago
  96. 98e17cf Move LiveIntervals.h up to be the first included header by Alkis Evlogimenos · 20 years ago
  97. 888b1a6 Pull PhysRegTracker out of RegAllocLinearScan as it can be used by other allocators as well by Alkis Evlogimenos · 20 years ago
  98. a2f6a40 Move LiveIntervals.h to lib/CodeGen since it shouldn't be exposed to other parts of the compiler by Alkis Evlogimenos · 20 years ago
  99. 986618e Only insert FP_REG_KILL instructions in MachineBasicBlocks that actually by Chris Lattner · 20 years ago
  100. d0d1c8f Another bug fix for empty MBB's by Chris Lattner · 20 years ago