1. 3bd6e0d eliminated all references to 'bytecode' from .pod files by Gabor Greif · 17 years ago
  2. 751d173 Update the svn:ignore property to eliminate all files by Reid Spencer · 17 years ago
  3. f92e29c Add more svn:ignore property values. by Reid Spencer · 17 years ago
  4. bb86b91 More svn:ignore property restorations. by Reid Spencer · 17 years ago
  5. 3db4b0c Restore properties I accidentally deleted with the last commit. by Reid Spencer · 17 years ago
  6. a7eed5a Set the svn:ignore property to ignore the Debug, Release, and by Reid Spencer · 17 years ago
  7. 4b51fb9 Remove the cvsupdate script. Its no longer useful in the face of by Reid Spencer · 17 years ago
  8. 53b2486 Regenerate. by Reid Spencer · 17 years ago
  9. 35515e4 cvs -> svn by Reid Spencer · 17 years ago
  10. 669ed45 Subversionify the documentation. by Reid Spencer · 17 years ago
  11. b9eeb1a Improve a hotspot that was making build_sets() slower by calling lookup() too by Owen Anderson · 17 years ago
  12. 0793b36 Subversionify the script. by Reid Spencer · 17 years ago
  13. 0616dff Start using a set representation that remembers the set of value numbers represented by Owen Anderson · 17 years ago
  14. 9be269c Bytecode -> Bitcode by Reid Spencer · 17 years ago
  15. 7d39854 Minor language change upgrader -> upgrade tool by Reid Spencer · 17 years ago
  16. c69f777 This dir does not appear under /docs anymore but under /cmds so use an by Reid Spencer · 17 years ago
  17. 6e8b572 Links for commands are now generated into /cmds/ URL. by Reid Spencer · 17 years ago
  18. 6232c03 Fix some minor typos. by Reid Spencer · 17 years ago
  19. 35931ae Fix some typos. by Reid Spencer · 17 years ago
  20. c867dfb Fix a typo. by Reid Spencer · 17 years ago
  21. ec5cf81 Fix a typo. by Reid Spencer · 17 years ago
  22. 5d1960c Fix some minor typos, again to test the auto-update of the web site. by Reid Spencer · 17 years ago
  23. 1d19753 Remove an unneeded space, mostly to verify that auto-update of the by Reid Spencer · 17 years ago
  24. 51cf642 Install things needed by llvm-top to allow successful building by Reid Spencer · 17 years ago
  25. 8d87a6b LLVM needs ModuleInfo.txt as well. by Reid Spencer · 17 years ago
  26. 36a07da Fix an error where ANTIC_OUT was ending up with more than one expression of by Owen Anderson · 17 years ago
  27. 8f5149e Back out Devang's fix for PR1320 because it causes PR1542. by Nick Lewycky · 17 years ago
  28. 9ad6f03 No need for ccop anymore. by Evan Cheng · 17 years ago
  29. d2c5eb8 Teach if-conversion about instructions that were already predicated, e.g. conditional move. by Evan Cheng · 17 years ago
  30. c419bd3 ImmutablePredicateOperand is no more. by Evan Cheng · 17 years ago
  31. 4b9cb7d Incorrect check. by Evan Cheng · 17 years ago
  32. 06aae67 Do away with ImmutablePredicateOperand. by Evan Cheng · 17 years ago
  33. 14c4655 isUnpredicatedTerminator should treat conditional branches as unpredicated terminator. by Evan Cheng · 17 years ago
  34. 49ce02e Do away with ImmutablePredicateOperand. by Evan Cheng · 17 years ago
  35. 78e02f7 A first stab at memory dependence analysis. This is an interface on top of by Owen Anderson · 17 years ago
  36. c9edf0b Add some accessors to improve consistency. by Owen Anderson · 17 years ago
  37. 04367bf first pass of nomenclature changes in .html files by Gabor Greif · 17 years ago
  38. 05c1dc6 These rountines are now available as part of basic block utilities. by Devang Patel · 17 years ago
  39. 7be06f9 Request DominanceFrontiner in advance. by Devang Patel · 17 years ago
  40. 658f625 Preserve various analysis info. by Devang Patel · 17 years ago
  41. 8019893 Add SplitEdge and SplitBlock utility routines. by Devang Patel · 17 years ago
  42. ec5614b Be more aggressive in the heuristic. This mostly exposes more opportunities by Owen Anderson · 17 years ago
  43. db5565a finishing touches of bytecode -> bitcode changes. also unbreak Windows by Gabor Greif · 17 years ago
  44. 2c194e6 Achieve what the incorrect test was trying to do by simply requiring that all by Owen Anderson · 17 years ago
  45. 6a6152c Remove an incorrect check. by Owen Anderson · 17 years ago
  46. f664e41 The exception handling intrinsics return values, by Duncan Sands · 17 years ago
  47. d8ebb3a Remove redundant declarations. by Dan Gohman · 17 years ago
  48. e75ca3d eliminate residual cruft related to recognizing bytecode by Gabor Greif · 17 years ago
  49. 664e954 Fix a comment so that the element numbering match the actual element by Dan Gohman · 17 years ago
  50. 89a3066 Add an explicit triple to the big-endian tests so that the assembly by Dan Gohman · 17 years ago
  51. fccf0a2 Indexes into the list of filter ids cannot be output by Duncan Sands · 17 years ago
  52. d14526c Test that byte offsets are used to index into the list by Duncan Sands · 17 years ago
  53. 1aa7efb Add the byval attribute by Rafael Espindola · 17 years ago
  54. aa6b7fd Solaris 2.x does not have RLIMIT_RSS, check for this symbol (analog NetBSD below), should subsume Cygwin by Gabor Greif · 17 years ago
  55. 9029195 Remove propagateEHRegister in favour of a more limited by Duncan Sands · 17 years ago
  56. b4fd45e Remove ExtractGlobalVariable - use StripPointerCasts instead. by Duncan Sands · 17 years ago
  57. 33b0b8d Correct a typo. by Zhou Sheng · 17 years ago
  58. 86da660 Workaround of getCopyToRegs and getCopyFromRegs bugs for big-endian machines. by Evan Cheng · 17 years ago
  59. 9912628 Change CalculateHeights and CalculateDepths to be non-recursive. by Evan Cheng · 17 years ago
  60. a955939 Refactor code to add initial support for OptionalDefOperand. by Evan Cheng · 17 years ago
  61. dfb2eba Print the s bit if the instruction is toggled to its CPSR setting form. by Evan Cheng · 17 years ago
  62. 04c813d PredicateDefOperand -> OptionalDefOperand. by Evan Cheng · 17 years ago
  63. e496d78 Add OptionalDefOperand to stand for optionally defined result. by Evan Cheng · 17 years ago
  64. 2a5c9d8 Fix a bunch of issues found in a testcase from 400.perlbench. by Owen Anderson · 17 years ago
  65. 9ad892c Fix test. by Evan Cheng · 17 years ago
  66. 02f7906 avoid ambiguity in target selection by Chris Lattner · 17 years ago
  67. 148b6a4 Initial ARM JIT support by Raul Fernandes Herbster. by Evan Cheng · 17 years ago
  68. 27e9d45 Add explicit keywords. by Dan Gohman · 17 years ago
  69. d27df62 Make MachineFunctionPass::runOnFunction non-virtual. Subclasses override by Dan Gohman · 17 years ago
  70. 4304bcc Proper flag __alloca call by Anton Korobeynikov · 17 years ago
  71. 50b1533 Make the debug string for ISD::MERGE_VALUES consistent with the others. by Dan Gohman · 17 years ago
  72. 6183f78 Add a parameter to getCopyToParts and getCopyFromParts to specify whether by Dan Gohman · 17 years ago
  73. 1bfb8b7 This enum is dead by Chris Lattner · 17 years ago
  74. f87bd84 update the .cvs files. by Chris Lattner · 17 years ago
  75. ce5f24e update the .cvs files by Chris Lattner · 17 years ago
  76. c48072f Doh by Evan Cheng · 17 years ago
  77. 3a08abf remove a dead case by Chris Lattner · 17 years ago
  78. 1f6d77b Unbreak the build. by Evan Cheng · 17 years ago
  79. d54874a Unbreak the build. by Evan Cheng · 17 years ago
  80. a99be51 Here is the bulk of the sanitizing. by Gabor Greif · 17 years ago
  81. f8ad955 Record my recent work. by Dale Johannesen · 17 years ago
  82. 461d79c the arm backend is not building, temporarily disable it. by Chris Lattner · 17 years ago
  83. 56fb164 Fix PR1539. Add LoopPassPrinter. by Devang Patel · 17 years ago
  84. 14da32a Make sure only one copy of a filter is placed in the by Duncan Sands · 17 years ago
  85. 586eccb Test commit. by Duncan Sands · 17 years ago
  86. ef89a88 Add a note about llvm2cpp's dubious future. by Reid Spencer · 17 years ago
  87. cf4c42c Get the version number right, finally. by Reid Spencer · 17 years ago
  88. 7774be4 Teach DAGISelEmitter about zero_reg. by Evan Cheng · 17 years ago
  89. 8012b07 Instructions with ImmutablePredicateOperand aren't really predicable since their predicates are fixed at isel time. by Evan Cheng · 17 years ago
  90. 0e1d379 Reflects the chanegs made to PredicateOperand. by Evan Cheng · 17 years ago
  91. 16b6598 Added ARM::CPSR to represent ARM CPSR status register. by Evan Cheng · 17 years ago
  92. ee568cf Unfortunately we now require C++ code to isel Bcc, conditional moves, etc. by Evan Cheng · 17 years ago
  93. c85e832 Each ARM use predicate operand is now made up of two components. The new component is the CPSR register. by Evan Cheng · 17 years ago
  94. 3b5b836 Added ARM::CPSR to represent ARM CPSR status register. by Evan Cheng · 17 years ago
  95. 7e36966 PPC conditional branch predicate does not change after isel. by Evan Cheng · 17 years ago
  96. 2aa133e - Added zero_reg def to stand for register 0. by Evan Cheng · 17 years ago
  97. 0e4a276 Do not check isPredicated() on non-predicable instructions. by Evan Cheng · 17 years ago
  98. 5db322a Better assertion messages. by Evan Cheng · 17 years ago
  99. 29a05b6 Break "variable canonicalization" out of InequalityGraph and into its own class by Nick Lewycky · 17 years ago
  100. ec3ed5f Fix another bug, this time in PREing select instructions. by Owen Anderson · 17 years ago