1. 2790152 lli uses LinkAllCodegenComponents, so it needs this. Thanks to by Chris Lattner · 18 years ago
  2. dffb2e8 Correct fix for a crasher on functions with live in values by Chris Lattner · 18 years ago
  3. 5277e43 Hack around a regression I introduced yesterday by Chris Lattner · 18 years ago
  4. 0c9e0ff forgot this by Duraid Madina · 18 years ago
  5. a7868af Fix a build problem by Chris Lattner · 18 years ago
  6. 2a0013f add setJumpBufSize() and setJumpBufAlignment() to target-lowering. by Duraid Madina · 18 years ago
  7. 362b368 Update this to reflect llvm-config usage by Chris Lattner · 18 years ago
  8. 7f46327 Remove some dead makefilery by Chris Lattner · 18 years ago
  9. 885e3cb Use llvm-config to determine what to link in by Chris Lattner · 18 years ago
  10. a563208 Use llvm-config instead of magic JIT thing to link in libs by Chris Lattner · 18 years ago
  11. aea932d Use LINK_COMPONENTS to specify *components* to link against instead of by Chris Lattner · 18 years ago
  12. 54eae9e Allow things like --libs CBackend by Chris Lattner · 18 years ago
  13. ebfc3a9 Switch to using llvm-config to build by Chris Lattner · 18 years ago
  14. 0a1db82 Bugfix for llvm-config support by Chris Lattner · 18 years ago
  15. 55e6c4a Make LINK_COMPONENTS interact well with make clean by Chris Lattner · 18 years ago
  16. 9bf8ea2 Switch to using llvm-config to select components to link in. by Chris Lattner · 18 years ago
  17. ef0d0f1 Add a new make option (LINK_COMPONENTS) which tools can use to specify what by Chris Lattner · 18 years ago
  18. 87b5101 Document build order dependencies. Make sure that llvm-config is built before by Chris Lattner · 18 years ago
  19. 4787705 new file by Chris Lattner · 18 years ago
  20. 1911fd4 Completely rearchitect the interface between targets and the pass manager. by Chris Lattner · 18 years ago
  21. dd842e1 Add accessor by Chris Lattner · 18 years ago
  22. b2cd4ba Add explicit doInitialization/doFinalization methods instead of making by Chris Lattner · 18 years ago
  23. 3199af2 remove #include by Chris Lattner · 18 years ago
  24. 3f2e0e6 rearrange targets to satisfy dependencies. Too bad we aren't using llvm-config. by Chris Lattner · 18 years ago
  25. 80930eb If a cycle exists, don't succeed building the second time around. by Chris Lattner · 18 years ago
  26. 40ad304 remove message by Chris Lattner · 18 years ago
  27. e4163b4 Rearrange library linkage order. by Chris Lattner · 18 years ago
  28. 07ac914 Eliminate target name. by Chris Lattner · 18 years ago
  29. c4fa386 Simplify target construction. by Chris Lattner · 18 years ago
  30. de1cce7 Remove use of target::getName() by Chris Lattner · 18 years ago
  31. c50b76f eliminate use of TM.getName() by Chris Lattner · 18 years ago
  32. bc4cec9 add the SETULT condition code by Rafael Espindola · 18 years ago
  33. 6b128bd Avoid beating on the mi2i map when we know the answer already. by Chris Lattner · 18 years ago
  34. fbecc5a minor speedup by Chris Lattner · 18 years ago
  35. 5e50349 Fix Regression/CodeGen/Generic/2006-09-02-LocalAllocCrash.ll on X86. by Chris Lattner · 18 years ago
  36. 6cfca76 Testcase (distilled from crafty) that crashed the local RA on X86. by Chris Lattner · 18 years ago
  37. 2ac0d43 When deleting a machine instruction, make sure to remove it from the by Chris Lattner · 18 years ago
  38. 7a3abdc Move two methods out of line, make them work when the record for a machine by Chris Lattner · 18 years ago
  39. 1c57be4 Count the time for a pass to ReleaseMemory against that pass. Not doing this by Chris Lattner · 18 years ago
  40. 8dfd0f0 Make this testcase actually recursive. I accidentally committed the wrong copy last time. by Owen Anderson · 18 years ago
  41. 0f592b3 Fix a typo pointed out by Gabor by Chris Lattner · 18 years ago
  42. b833e5a Make ArgumentPromotion handle recursive functions that pass pointers in their recursive calls. by Owen Anderson · 18 years ago
  43. 5f450d2 add more condition codes by Rafael Espindola · 18 years ago
  44. a3a68bd Improve handling of SelectInst. by Nick Lewycky · 18 years ago
  45. 9442599 improve compat with certain versions of GCC (on cygwin?) by Chris Lattner · 18 years ago
  46. 2efe109 add a prototype by Chris Lattner · 18 years ago
  47. 1acb17c Iteration is required for some cases, even if they don't occur in crafty. by Chris Lattner · 18 years ago
  48. f21f020 When joining two intervals where the RHS is really simple, use a light-weight by Chris Lattner · 18 years ago
  49. 6bda49f new method by Chris Lattner · 18 years ago
  50. 467782c Another "cyclic DAG" test case. by Evan Cheng · 18 years ago
  51. 1453de5 Oops. Bad typo. Without the check of N1.hasOneUse() bad things can happen. by Evan Cheng · 18 years ago
  52. aca36b9 Use a couple of multiclass patterns to factor some integer ops. by Chris Lattner · 18 years ago
  53. 1662239 remove a bunch of comments by Chris Lattner · 18 years ago
  54. cce56af Make sure to clear CurDefmPrefix = 0, otherwise stuff after a defm won't by Chris Lattner · 18 years ago
  55. 9595159 Make this harder by Chris Lattner · 18 years ago
  56. e7173e1 Fix a typo Jim pointed out, thanks! by Chris Lattner · 18 years ago
  57. 7717d09 fix an assertion with multidefs. Def inside of multiclasses don't need to by Chris Lattner · 18 years ago
  58. bf77441 Fixed formatting problem. by Bill Wendling · 18 years ago
  59. 40de6ca document !strconcat by Chris Lattner · 18 years ago
  60. a396ee8 Added documentation Fernando Magno Quintao Pereira wrote for the register by Bill Wendling · 18 years ago
  61. 84b3598 Document multiclasses and defm's by Chris Lattner · 18 years ago
  62. 2762738 regenerate by Chris Lattner · 18 years ago
  63. ef4e0c2 simple multiclass example by Chris Lattner · 18 years ago
  64. 1206986 Add often-requested support for defining "multiclasses" which can be instantiated. by Chris Lattner · 18 years ago
  65. 7d51544 - Fixed broken Win32 build by Anton Korobeynikov · 18 years ago
  66. b5aaee0 Remove extra spaces. by Evan Cheng · 18 years ago
  67. 78050d6 Last check-in was a mistake... by Evan Cheng · 18 years ago
  68. 4f260b4 *** empty log message *** by Evan Cheng · 18 years ago
  69. 3f4fd0f Allow legalizer to expand ISD::MUL using only MULHS in the rare case that is by Evan Cheng · 18 years ago
  70. 3ebe71d Corrections. by Jim Laskey · 18 years ago
  71. fb9c0d7 Better comments. by Evan Cheng · 18 years ago
  72. 5f271af Yikes. This requires checking apple gcc version. by Evan Cheng · 18 years ago
  73. 8a67f6e Pull some code out of a hot recursive function because the common case doesn't by Chris Lattner · 18 years ago
  74. 5d9b6f2 remove some particularly expensive assertions by Chris Lattner · 18 years ago
  75. 238416c Reserve space in the ValueNumberInfo vector. This speeds up live interval by Chris Lattner · 18 years ago
  76. 0750bec add a simple reserve method. by Chris Lattner · 18 years ago
  77. a2a8f09 Iterative coallescing doesn't buy us anything (we get identical results on by Chris Lattner · 18 years ago
  78. 7218c28 Don't confuse canonicalize and lookup. Fixes predsimplify.reg4.ll. Also by Nick Lewycky · 18 years ago
  79. dfcfacb DAG combiner fix for rotates. Previously the outer-most condition checks by Evan Cheng · 18 years ago
  80. 2ebfa0c Add a special case that speeds up coallescing a bit, but not enough. by Chris Lattner · 18 years ago
  81. bfe180a Delete copies as they are coallesced instead of waiting until the end. by Chris Lattner · 18 years ago
  82. 91725b7 avoid calling the virtual isMoveInstr method endlessly by caching its results. by Chris Lattner · 18 years ago
  83. b495fb0 Add a note about C++ -> C with libstdc++ by Chris Lattner · 18 years ago
  84. 838f36f This program crashes the PredicateSimplifier. Not marked XFAIL because by Nick Lewycky · 18 years ago
  85. 6e39c7e Properties where both Values weren't in the union (as being equal to by Nick Lewycky · 18 years ago
  86. d3233ee Bugfix for recent coallescer crash by Chris Lattner · 18 years ago
  87. ba25603 Fix a compiler crash bootstrapping llvm-gcc. by Chris Lattner · 18 years ago
  88. 4382c73 Restore source-level compatibility with clients of these functions. by Chris Lattner · 18 years ago
  89. 9b0d6f4 Guess what happens when asserts are disabled. :( by Chris Lattner · 18 years ago
  90. 1b1a497 fix 80 column issue by Chris Lattner · 18 years ago
  91. 52c9171 Instantiate Statistic<> in one place, not in every .o file that uses it. by Chris Lattner · 18 years ago
  92. 3947a76 Move to using the EquivalenceClass ADT. Removes SynSets. by Nick Lewycky · 18 years ago
  93. 1bb6f06 Code cleanups, no functionality change. by Chris Lattner · 18 years ago
  94. 6d8fbef Teach the coallescer to coallesce live intervals joined by an arbitrary by Chris Lattner · 18 years ago
  95. 734d811 new testcase for pr687 by Chris Lattner · 18 years ago
  96. 4b8f36f Do not rely on std::sort and std::erase to get list of unique by Devang Patel · 18 years ago
  97. c9676de Minor asm fix. by Evan Cheng · 18 years ago
  98. bb0a23a This is also a 32-bit only test. x86-64 would pass fp parameters through XMM registers. by Evan Cheng · 18 years ago
  99. e091c8b Fix test case so it passes on x86-64. by Evan Cheng · 18 years ago
  100. 4a88858 Remove dead code. by Evan Cheng · 18 years ago