1. 7c95ad4 Oops - forgot to update banner. by Jim Laskey · 19 years ago
  2. 0701a2f Keep track of all modules crated using a name to module map. by Devang Patel · 19 years ago
  3. 3fc488d Cleaned up some of the grammar in the Live Intervals section. Removed the by Bill Wendling · 19 years ago
  4. 10aaba8 Update project with new files. by Jim Laskey · 19 years ago
  5. ec0d9fe Separate target specifc asm properties from asm printers. by Jim Laskey · 19 years ago
  6. 563321a Separate target specific asm properties from the asm printers. by Jim Laskey · 19 years ago
  7. b52b54d add the orr instruction by Rafael Espindola · 19 years ago
  8. ed87286 Instead of demangling symbol name by hand, use original name, which was by Devang Patel · 19 years ago
  9. 2681023 Extract target triplet from optimized module. Untabify. by Devang Patel · 19 years ago
  10. 5d8062b Only call isUse/isDef on register operands by Evan Cheng · 19 years ago
  11. 6cdb1ea Bugfix to work with the two-addr changes that have been made in the tree recently by Chris Lattner · 19 years ago
  12. c39d194 make this harder by Chris Lattner · 19 years ago
  13. f89e2a9 IsDef can only be accessed / set if operand is a register. by Evan Cheng · 19 years ago
  14. d8f44e0 Only call isUse/isDef on register operands by Chris Lattner · 19 years ago
  15. 67942f5 Don't call isDef on non-registers by Chris Lattner · 19 years ago
  16. 04957ac Initialize IsDef of all non-register MachineOperand to false. by Evan Cheng · 19 years ago
  17. 97d2dbd Fix Duraid's changes to work when TLI is null. This fixes the failing by Chris Lattner · 19 years ago
  18. 7acf5f3 Change the default to 0, which means 'default'. by Chris Lattner · 19 years ago
  19. 2f5993b Fix a few dejagnu failures. e.g. fast-cc-merge-stack-adj.ll by Evan Cheng · 19 years ago
  20. 23b3122 JIT encoding bug. by Evan Cheng · 19 years ago
  21. 8aa01f4 Fix JIT encoding of two-addr instructions. by Chris Lattner · 19 years ago
  22. 0e42d81 Update the X86 JIT to make it work with the new two-addr changes. This also by Chris Lattner · 19 years ago
  23. 09e4606 Completely eliminate def&use operands. Now a register operand is EITHER a by Chris Lattner · 19 years ago
  24. 2926869 Fix a long-standing wart in the code generator: two-address instruction lowering by Chris Lattner · 19 years ago
  25. 89c0b4a jmp_bufs are this big on alpha. by Andrew Lenharth · 19 years ago
  26. 2f87a88 First draft of the "Live Interval Analysis" section. This is the "Live by Bill Wendling · 19 years ago
  27. 171ce44 ADd getImm/setImm methods by Chris Lattner · 19 years ago
  28. 930ab73 Add some short-hand accessors by Chris Lattner · 19 years ago
  29. 3a02f02 add support for returning 64bit values by Rafael Espindola · 19 years ago
  30. 2130b99 Fix some X86 JIT failures. This should really come from TargetJITInfo. by Chris Lattner · 19 years ago
  31. 2790152 lli uses LinkAllCodegenComponents, so it needs this. Thanks to by Chris Lattner · 19 years ago
  32. dffb2e8 Correct fix for a crasher on functions with live in values by Chris Lattner · 19 years ago
  33. 5277e43 Hack around a regression I introduced yesterday by Chris Lattner · 19 years ago
  34. 0c9e0ff forgot this by Duraid Madina · 19 years ago
  35. a7868af Fix a build problem by Chris Lattner · 19 years ago
  36. 2a0013f add setJumpBufSize() and setJumpBufAlignment() to target-lowering. by Duraid Madina · 19 years ago
  37. 362b368 Update this to reflect llvm-config usage by Chris Lattner · 19 years ago
  38. 7f46327 Remove some dead makefilery by Chris Lattner · 19 years ago
  39. 885e3cb Use llvm-config to determine what to link in by Chris Lattner · 19 years ago
  40. a563208 Use llvm-config instead of magic JIT thing to link in libs by Chris Lattner · 19 years ago
  41. aea932d Use LINK_COMPONENTS to specify *components* to link against instead of by Chris Lattner · 19 years ago
  42. 54eae9e Allow things like --libs CBackend by Chris Lattner · 19 years ago
  43. ebfc3a9 Switch to using llvm-config to build by Chris Lattner · 19 years ago
  44. 0a1db82 Bugfix for llvm-config support by Chris Lattner · 19 years ago
  45. 55e6c4a Make LINK_COMPONENTS interact well with make clean by Chris Lattner · 19 years ago
  46. 9bf8ea2 Switch to using llvm-config to select components to link in. by Chris Lattner · 19 years ago
  47. ef0d0f1 Add a new make option (LINK_COMPONENTS) which tools can use to specify what by Chris Lattner · 19 years ago
  48. 87b5101 Document build order dependencies. Make sure that llvm-config is built before by Chris Lattner · 19 years ago
  49. 4787705 new file by Chris Lattner · 19 years ago
  50. 1911fd4 Completely rearchitect the interface between targets and the pass manager. by Chris Lattner · 19 years ago
  51. dd842e1 Add accessor by Chris Lattner · 19 years ago
  52. b2cd4ba Add explicit doInitialization/doFinalization methods instead of making by Chris Lattner · 19 years ago
  53. 3199af2 remove #include by Chris Lattner · 19 years ago
  54. 3f2e0e6 rearrange targets to satisfy dependencies. Too bad we aren't using llvm-config. by Chris Lattner · 19 years ago
  55. 80930eb If a cycle exists, don't succeed building the second time around. by Chris Lattner · 19 years ago
  56. 40ad304 remove message by Chris Lattner · 19 years ago
  57. e4163b4 Rearrange library linkage order. by Chris Lattner · 19 years ago
  58. 07ac914 Eliminate target name. by Chris Lattner · 19 years ago
  59. c4fa386 Simplify target construction. by Chris Lattner · 19 years ago
  60. de1cce7 Remove use of target::getName() by Chris Lattner · 19 years ago
  61. c50b76f eliminate use of TM.getName() by Chris Lattner · 19 years ago
  62. bc4cec9 add the SETULT condition code by Rafael Espindola · 19 years ago
  63. 6b128bd Avoid beating on the mi2i map when we know the answer already. by Chris Lattner · 19 years ago
  64. fbecc5a minor speedup by Chris Lattner · 19 years ago
  65. 5e50349 Fix Regression/CodeGen/Generic/2006-09-02-LocalAllocCrash.ll on X86. by Chris Lattner · 19 years ago
  66. 6cfca76 Testcase (distilled from crafty) that crashed the local RA on X86. by Chris Lattner · 19 years ago
  67. 2ac0d43 When deleting a machine instruction, make sure to remove it from the by Chris Lattner · 19 years ago
  68. 7a3abdc Move two methods out of line, make them work when the record for a machine by Chris Lattner · 19 years ago
  69. 1c57be4 Count the time for a pass to ReleaseMemory against that pass. Not doing this by Chris Lattner · 19 years ago
  70. 8dfd0f0 Make this testcase actually recursive. I accidentally committed the wrong copy last time. by Owen Anderson · 19 years ago
  71. 0f592b3 Fix a typo pointed out by Gabor by Chris Lattner · 19 years ago
  72. b833e5a Make ArgumentPromotion handle recursive functions that pass pointers in their recursive calls. by Owen Anderson · 19 years ago
  73. 5f450d2 add more condition codes by Rafael Espindola · 19 years ago
  74. a3a68bd Improve handling of SelectInst. by Nick Lewycky · 19 years ago
  75. 9442599 improve compat with certain versions of GCC (on cygwin?) by Chris Lattner · 19 years ago
  76. 2efe109 add a prototype by Chris Lattner · 19 years ago
  77. 1acb17c Iteration is required for some cases, even if they don't occur in crafty. by Chris Lattner · 19 years ago
  78. f21f020 When joining two intervals where the RHS is really simple, use a light-weight by Chris Lattner · 19 years ago
  79. 6bda49f new method by Chris Lattner · 19 years ago
  80. 467782c Another "cyclic DAG" test case. by Evan Cheng · 19 years ago
  81. 1453de5 Oops. Bad typo. Without the check of N1.hasOneUse() bad things can happen. by Evan Cheng · 19 years ago
  82. aca36b9 Use a couple of multiclass patterns to factor some integer ops. by Chris Lattner · 19 years ago
  83. 1662239 remove a bunch of comments by Chris Lattner · 19 years ago
  84. cce56af Make sure to clear CurDefmPrefix = 0, otherwise stuff after a defm won't by Chris Lattner · 19 years ago
  85. 9595159 Make this harder by Chris Lattner · 19 years ago
  86. e7173e1 Fix a typo Jim pointed out, thanks! by Chris Lattner · 19 years ago
  87. 7717d09 fix an assertion with multidefs. Def inside of multiclasses don't need to by Chris Lattner · 19 years ago
  88. bf77441 Fixed formatting problem. by Bill Wendling · 19 years ago
  89. 40de6ca document !strconcat by Chris Lattner · 19 years ago
  90. a396ee8 Added documentation Fernando Magno Quintao Pereira wrote for the register by Bill Wendling · 19 years ago
  91. 84b3598 Document multiclasses and defm's by Chris Lattner · 19 years ago
  92. 2762738 regenerate by Chris Lattner · 19 years ago
  93. ef4e0c2 simple multiclass example by Chris Lattner · 19 years ago
  94. 1206986 Add often-requested support for defining "multiclasses" which can be instantiated. by Chris Lattner · 19 years ago
  95. 7d51544 - Fixed broken Win32 build by Anton Korobeynikov · 19 years ago
  96. b5aaee0 Remove extra spaces. by Evan Cheng · 19 years ago
  97. 78050d6 Last check-in was a mistake... by Evan Cheng · 19 years ago
  98. 4f260b4 *** empty log message *** by Evan Cheng · 19 years ago
  99. 3f4fd0f Allow legalizer to expand ISD::MUL using only MULHS in the rare case that is by Evan Cheng · 19 years ago
  100. 3ebe71d Corrections. by Jim Laskey · 19 years ago