1. d6fd1bc Preserve volatililty and alignment information when lowering or by Dan Gohman · 17 years ago
  2. ff36685 Expose struct size threhold to allow users to tweak their own setting. by Devang Patel · 17 years ago
  3. 532dc2e Change getCopyToParts and getCopyFromParts to always use target-endian by Dan Gohman · 17 years ago
  4. 4d6f96d Make the assignment operator for SmallPtrSet return a reference, and fix a long-standing bug in the copy by Owen Anderson · 17 years ago
  5. b42295d Fix memory leak. by Devang Patel · 17 years ago
  6. 93f81e2 Initialize the IndexedModeActions array with memset before by Dan Gohman · 17 years ago
  7. da8ebc6 Fix an error in the assignment operator that was causing an infinite loop in GVNPRE.cpp. by Owen Anderson · 17 years ago
  8. ba77216 force a cpu without SSE by Chris Lattner · 17 years ago
  9. 349d4c8 allow this to work on ppc-darwin by Chris Lattner · 17 years ago
  10. 4857b1b remove this bogus t-t by Chris Lattner · 17 years ago
  11. 87bdba6 The various "getModuleMatchQuality" implementations should return by Chris Lattner · 17 years ago
  12. 0f9d599 add target triple to fix PR1546 by Chris Lattner · 17 years ago
  13. 95fd318 work around an aparent gcc name resolution bug by detemplatizing this. by Chris Lattner · 17 years ago
  14. 91f0158 implement operator= for smallptrset by Chris Lattner · 17 years ago
  15. ab3fd05 Fix a comment. by Owen Anderson · 17 years ago
  16. e094f54 Fix this warning: by Chris Lattner · 17 years ago
  17. 9a6ae96 Move the APInt form of SCEVUnknown::getIntegerSCEV to SCEVConstant::get, and by Dan Gohman · 17 years ago
  18. 2c8c3e2 Fix a typo in a comment. by Dan Gohman · 17 years ago
  19. 2a69a04 Add explicit triples to these tests so that llc behaves as expected on by Dan Gohman · 17 years ago
  20. b0954b1 missed this one by Gabor Greif · 17 years ago
  21. e510b3a fix typos by Gabor Greif · 17 years ago
  22. 3bd6e0d eliminated all references to 'bytecode' from .pod files by Gabor Greif · 17 years ago
  23. 751d173 Update the svn:ignore property to eliminate all files by Reid Spencer · 17 years ago
  24. f92e29c Add more svn:ignore property values. by Reid Spencer · 17 years ago
  25. bb86b91 More svn:ignore property restorations. by Reid Spencer · 17 years ago
  26. 3db4b0c Restore properties I accidentally deleted with the last commit. by Reid Spencer · 17 years ago
  27. a7eed5a Set the svn:ignore property to ignore the Debug, Release, and by Reid Spencer · 17 years ago
  28. 4b51fb9 Remove the cvsupdate script. Its no longer useful in the face of by Reid Spencer · 17 years ago
  29. 53b2486 Regenerate. by Reid Spencer · 17 years ago
  30. 35515e4 cvs -> svn by Reid Spencer · 17 years ago
  31. 669ed45 Subversionify the documentation. by Reid Spencer · 17 years ago
  32. b9eeb1a Improve a hotspot that was making build_sets() slower by calling lookup() too by Owen Anderson · 17 years ago
  33. 0793b36 Subversionify the script. by Reid Spencer · 17 years ago
  34. 0616dff Start using a set representation that remembers the set of value numbers represented by Owen Anderson · 17 years ago
  35. 9be269c Bytecode -> Bitcode by Reid Spencer · 17 years ago
  36. 7d39854 Minor language change upgrader -> upgrade tool by Reid Spencer · 17 years ago
  37. c69f777 This dir does not appear under /docs anymore but under /cmds so use an by Reid Spencer · 17 years ago
  38. 6e8b572 Links for commands are now generated into /cmds/ URL. by Reid Spencer · 17 years ago
  39. 6232c03 Fix some minor typos. by Reid Spencer · 17 years ago
  40. 35931ae Fix some typos. by Reid Spencer · 17 years ago
  41. c867dfb Fix a typo. by Reid Spencer · 17 years ago
  42. ec5cf81 Fix a typo. by Reid Spencer · 17 years ago
  43. 5d1960c Fix some minor typos, again to test the auto-update of the web site. by Reid Spencer · 17 years ago
  44. 1d19753 Remove an unneeded space, mostly to verify that auto-update of the by Reid Spencer · 17 years ago
  45. 51cf642 Install things needed by llvm-top to allow successful building by Reid Spencer · 17 years ago
  46. 8d87a6b LLVM needs ModuleInfo.txt as well. by Reid Spencer · 17 years ago
  47. 36a07da Fix an error where ANTIC_OUT was ending up with more than one expression of by Owen Anderson · 17 years ago
  48. 8f5149e Back out Devang's fix for PR1320 because it causes PR1542. by Nick Lewycky · 17 years ago
  49. 9ad6f03 No need for ccop anymore. by Evan Cheng · 17 years ago
  50. d2c5eb8 Teach if-conversion about instructions that were already predicated, e.g. conditional move. by Evan Cheng · 17 years ago
  51. c419bd3 ImmutablePredicateOperand is no more. by Evan Cheng · 17 years ago
  52. 4b9cb7d Incorrect check. by Evan Cheng · 17 years ago
  53. 06aae67 Do away with ImmutablePredicateOperand. by Evan Cheng · 17 years ago
  54. 14c4655 isUnpredicatedTerminator should treat conditional branches as unpredicated terminator. by Evan Cheng · 17 years ago
  55. 49ce02e Do away with ImmutablePredicateOperand. by Evan Cheng · 17 years ago
  56. 78e02f7 A first stab at memory dependence analysis. This is an interface on top of by Owen Anderson · 17 years ago
  57. c9edf0b Add some accessors to improve consistency. by Owen Anderson · 17 years ago
  58. 04367bf first pass of nomenclature changes in .html files by Gabor Greif · 17 years ago
  59. 05c1dc6 These rountines are now available as part of basic block utilities. by Devang Patel · 17 years ago
  60. 7be06f9 Request DominanceFrontiner in advance. by Devang Patel · 17 years ago
  61. 658f625 Preserve various analysis info. by Devang Patel · 17 years ago
  62. 8019893 Add SplitEdge and SplitBlock utility routines. by Devang Patel · 17 years ago
  63. ec5614b Be more aggressive in the heuristic. This mostly exposes more opportunities by Owen Anderson · 17 years ago
  64. db5565a finishing touches of bytecode -> bitcode changes. also unbreak Windows by Gabor Greif · 17 years ago
  65. 2c194e6 Achieve what the incorrect test was trying to do by simply requiring that all by Owen Anderson · 17 years ago
  66. 6a6152c Remove an incorrect check. by Owen Anderson · 17 years ago
  67. f664e41 The exception handling intrinsics return values, by Duncan Sands · 17 years ago
  68. d8ebb3a Remove redundant declarations. by Dan Gohman · 17 years ago
  69. e75ca3d eliminate residual cruft related to recognizing bytecode by Gabor Greif · 17 years ago
  70. 664e954 Fix a comment so that the element numbering match the actual element by Dan Gohman · 17 years ago
  71. 89a3066 Add an explicit triple to the big-endian tests so that the assembly by Dan Gohman · 17 years ago
  72. fccf0a2 Indexes into the list of filter ids cannot be output by Duncan Sands · 17 years ago
  73. d14526c Test that byte offsets are used to index into the list by Duncan Sands · 17 years ago
  74. 1aa7efb Add the byval attribute by Rafael Espindola · 17 years ago
  75. 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
  76. 9029195 Remove propagateEHRegister in favour of a more limited by Duncan Sands · 17 years ago
  77. b4fd45e Remove ExtractGlobalVariable - use StripPointerCasts instead. by Duncan Sands · 17 years ago
  78. 33b0b8d Correct a typo. by Zhou Sheng · 17 years ago
  79. 86da660 Workaround of getCopyToRegs and getCopyFromRegs bugs for big-endian machines. by Evan Cheng · 17 years ago
  80. 9912628 Change CalculateHeights and CalculateDepths to be non-recursive. by Evan Cheng · 17 years ago
  81. a955939 Refactor code to add initial support for OptionalDefOperand. by Evan Cheng · 17 years ago
  82. dfb2eba Print the s bit if the instruction is toggled to its CPSR setting form. by Evan Cheng · 17 years ago
  83. 04c813d PredicateDefOperand -> OptionalDefOperand. by Evan Cheng · 17 years ago
  84. e496d78 Add OptionalDefOperand to stand for optionally defined result. by Evan Cheng · 17 years ago
  85. 2a5c9d8 Fix a bunch of issues found in a testcase from 400.perlbench. by Owen Anderson · 17 years ago
  86. 9ad892c Fix test. by Evan Cheng · 17 years ago
  87. 02f7906 avoid ambiguity in target selection by Chris Lattner · 17 years ago
  88. 148b6a4 Initial ARM JIT support by Raul Fernandes Herbster. by Evan Cheng · 17 years ago
  89. 27e9d45 Add explicit keywords. by Dan Gohman · 17 years ago
  90. d27df62 Make MachineFunctionPass::runOnFunction non-virtual. Subclasses override by Dan Gohman · 17 years ago
  91. 4304bcc Proper flag __alloca call by Anton Korobeynikov · 17 years ago
  92. 50b1533 Make the debug string for ISD::MERGE_VALUES consistent with the others. by Dan Gohman · 17 years ago
  93. 6183f78 Add a parameter to getCopyToParts and getCopyFromParts to specify whether by Dan Gohman · 17 years ago
  94. 1bfb8b7 This enum is dead by Chris Lattner · 17 years ago
  95. f87bd84 update the .cvs files. by Chris Lattner · 17 years ago
  96. ce5f24e update the .cvs files by Chris Lattner · 17 years ago
  97. c48072f Doh by Evan Cheng · 17 years ago
  98. 3a08abf remove a dead case by Chris Lattner · 17 years ago
  99. 1f6d77b Unbreak the build. by Evan Cheng · 17 years ago
  100. d54874a Unbreak the build. by Evan Cheng · 17 years ago