1. ec5cf81 Fix a typo. by Reid Spencer · 17 years ago
  2. 5d1960c Fix some minor typos, again to test the auto-update of the web site. by Reid Spencer · 17 years ago
  3. 1d19753 Remove an unneeded space, mostly to verify that auto-update of the by Reid Spencer · 17 years ago
  4. 51cf642 Install things needed by llvm-top to allow successful building by Reid Spencer · 17 years ago
  5. 8d87a6b LLVM needs ModuleInfo.txt as well. by Reid Spencer · 17 years ago
  6. 36a07da Fix an error where ANTIC_OUT was ending up with more than one expression of by Owen Anderson · 17 years ago
  7. 8f5149e Back out Devang's fix for PR1320 because it causes PR1542. by Nick Lewycky · 17 years ago
  8. 9ad6f03 No need for ccop anymore. by Evan Cheng · 17 years ago
  9. d2c5eb8 Teach if-conversion about instructions that were already predicated, e.g. conditional move. by Evan Cheng · 17 years ago
  10. c419bd3 ImmutablePredicateOperand is no more. by Evan Cheng · 17 years ago
  11. 4b9cb7d Incorrect check. by Evan Cheng · 17 years ago
  12. 06aae67 Do away with ImmutablePredicateOperand. by Evan Cheng · 17 years ago
  13. 14c4655 isUnpredicatedTerminator should treat conditional branches as unpredicated terminator. by Evan Cheng · 17 years ago
  14. 49ce02e Do away with ImmutablePredicateOperand. by Evan Cheng · 17 years ago
  15. 78e02f7 A first stab at memory dependence analysis. This is an interface on top of by Owen Anderson · 17 years ago
  16. c9edf0b Add some accessors to improve consistency. by Owen Anderson · 17 years ago
  17. 04367bf first pass of nomenclature changes in .html files by Gabor Greif · 17 years ago
  18. 05c1dc6 These rountines are now available as part of basic block utilities. by Devang Patel · 17 years ago
  19. 7be06f9 Request DominanceFrontiner in advance. by Devang Patel · 17 years ago
  20. 658f625 Preserve various analysis info. by Devang Patel · 17 years ago
  21. 8019893 Add SplitEdge and SplitBlock utility routines. by Devang Patel · 17 years ago
  22. ec5614b Be more aggressive in the heuristic. This mostly exposes more opportunities by Owen Anderson · 17 years ago
  23. db5565a finishing touches of bytecode -> bitcode changes. also unbreak Windows by Gabor Greif · 17 years ago
  24. 2c194e6 Achieve what the incorrect test was trying to do by simply requiring that all by Owen Anderson · 17 years ago
  25. 6a6152c Remove an incorrect check. by Owen Anderson · 17 years ago
  26. f664e41 The exception handling intrinsics return values, by Duncan Sands · 17 years ago
  27. d8ebb3a Remove redundant declarations. by Dan Gohman · 17 years ago
  28. e75ca3d eliminate residual cruft related to recognizing bytecode by Gabor Greif · 17 years ago
  29. 664e954 Fix a comment so that the element numbering match the actual element by Dan Gohman · 17 years ago
  30. 89a3066 Add an explicit triple to the big-endian tests so that the assembly by Dan Gohman · 17 years ago
  31. fccf0a2 Indexes into the list of filter ids cannot be output by Duncan Sands · 17 years ago
  32. d14526c Test that byte offsets are used to index into the list by Duncan Sands · 17 years ago
  33. 1aa7efb Add the byval attribute by Rafael Espindola · 17 years ago
  34. 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
  35. 9029195 Remove propagateEHRegister in favour of a more limited by Duncan Sands · 17 years ago
  36. b4fd45e Remove ExtractGlobalVariable - use StripPointerCasts instead. by Duncan Sands · 17 years ago
  37. 33b0b8d Correct a typo. by Zhou Sheng · 17 years ago
  38. 86da660 Workaround of getCopyToRegs and getCopyFromRegs bugs for big-endian machines. by Evan Cheng · 17 years ago
  39. 9912628 Change CalculateHeights and CalculateDepths to be non-recursive. by Evan Cheng · 17 years ago
  40. a955939 Refactor code to add initial support for OptionalDefOperand. by Evan Cheng · 17 years ago
  41. dfb2eba Print the s bit if the instruction is toggled to its CPSR setting form. by Evan Cheng · 17 years ago
  42. 04c813d PredicateDefOperand -> OptionalDefOperand. by Evan Cheng · 17 years ago
  43. e496d78 Add OptionalDefOperand to stand for optionally defined result. by Evan Cheng · 17 years ago
  44. 2a5c9d8 Fix a bunch of issues found in a testcase from 400.perlbench. by Owen Anderson · 17 years ago
  45. 9ad892c Fix test. by Evan Cheng · 17 years ago
  46. 02f7906 avoid ambiguity in target selection by Chris Lattner · 17 years ago
  47. 148b6a4 Initial ARM JIT support by Raul Fernandes Herbster. by Evan Cheng · 17 years ago
  48. 27e9d45 Add explicit keywords. by Dan Gohman · 17 years ago
  49. d27df62 Make MachineFunctionPass::runOnFunction non-virtual. Subclasses override by Dan Gohman · 17 years ago
  50. 4304bcc Proper flag __alloca call by Anton Korobeynikov · 17 years ago
  51. 50b1533 Make the debug string for ISD::MERGE_VALUES consistent with the others. by Dan Gohman · 17 years ago
  52. 6183f78 Add a parameter to getCopyToParts and getCopyFromParts to specify whether by Dan Gohman · 17 years ago
  53. 1bfb8b7 This enum is dead by Chris Lattner · 17 years ago
  54. f87bd84 update the .cvs files. by Chris Lattner · 17 years ago
  55. ce5f24e update the .cvs files by Chris Lattner · 17 years ago
  56. c48072f Doh by Evan Cheng · 17 years ago
  57. 3a08abf remove a dead case by Chris Lattner · 17 years ago
  58. 1f6d77b Unbreak the build. by Evan Cheng · 17 years ago
  59. d54874a Unbreak the build. by Evan Cheng · 17 years ago
  60. a99be51 Here is the bulk of the sanitizing. by Gabor Greif · 17 years ago
  61. f8ad955 Record my recent work. by Dale Johannesen · 17 years ago
  62. 461d79c the arm backend is not building, temporarily disable it. by Chris Lattner · 17 years ago
  63. 56fb164 Fix PR1539. Add LoopPassPrinter. by Devang Patel · 17 years ago
  64. 14da32a Make sure only one copy of a filter is placed in the by Duncan Sands · 17 years ago
  65. 586eccb Test commit. by Duncan Sands · 17 years ago
  66. ef89a88 Add a note about llvm2cpp's dubious future. by Reid Spencer · 17 years ago
  67. cf4c42c Get the version number right, finally. by Reid Spencer · 17 years ago
  68. 7774be4 Teach DAGISelEmitter about zero_reg. by Evan Cheng · 17 years ago
  69. 8012b07 Instructions with ImmutablePredicateOperand aren't really predicable since their predicates are fixed at isel time. by Evan Cheng · 17 years ago
  70. 0e1d379 Reflects the chanegs made to PredicateOperand. by Evan Cheng · 17 years ago
  71. 16b6598 Added ARM::CPSR to represent ARM CPSR status register. by Evan Cheng · 17 years ago
  72. ee568cf Unfortunately we now require C++ code to isel Bcc, conditional moves, etc. by Evan Cheng · 17 years ago
  73. 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
  74. 3b5b836 Added ARM::CPSR to represent ARM CPSR status register. by Evan Cheng · 17 years ago
  75. 7e36966 PPC conditional branch predicate does not change after isel. by Evan Cheng · 17 years ago
  76. 2aa133e - Added zero_reg def to stand for register 0. by Evan Cheng · 17 years ago
  77. 0e4a276 Do not check isPredicated() on non-predicable instructions. by Evan Cheng · 17 years ago
  78. 5db322a Better assertion messages. by Evan Cheng · 17 years ago
  79. 29a05b6 Break "variable canonicalization" out of InequalityGraph and into its own class by Nick Lewycky · 17 years ago
  80. ec3ed5f Fix another bug, this time in PREing select instructions. by Owen Anderson · 17 years ago
  81. 8ff70c2 Pretty straightforward replacement of "bytecode" by "bitcode" by Gabor Greif · 17 years ago
  82. e377d4d Refactor X87 instructions. As a side effect, all their names are changed. by Dale Johannesen · 17 years ago
  83. cf26d7c Extend eh.selector to support both catches and filters. by Duncan Sands · 17 years ago
  84. b2e1860 Nested try-catch-filter testcase. by Duncan Sands · 17 years ago
  85. 303d602 Make the GSG actually work. by Chris Lattner · 17 years ago
  86. df30b63 Fix a typo that was killing GVNPRE of select instructions. by Owen Anderson · 17 years ago
  87. 9eee94c Fix an error in phi translation of GEPs that was causing failures. by Owen Anderson · 17 years ago
  88. 75f75b9 Ignore the .svn directories so countloc.sh and llvmgrep won't traverse them. by Reid Spencer · 17 years ago
  89. 10404c4 Support generation of GR64 to MMX code in the JIT. by Bill Wendling · 17 years ago
  90. bef204d Remove unused method - getIDomBlock(). by Devang Patel · 17 years ago
  91. dc42bc3 Fix typo in assertion check. by Devang Patel · 17 years ago
  92. 9388842 Allow a GR64 to be moved into an MMX register via the "movd" instruction. by Bill Wendling · 17 years ago
  93. 5653322 Add support for performing GVNPRE on GEP instructions. by Owen Anderson · 17 years ago
  94. 3c94f6a Change the place where man pages are installed to ${prefix}/share/man1. This by Bill Wendling · 17 years ago
  95. eb21686 Add functionality to value number GEP instructions. This also provides the infrastructure that will by Owen Anderson · 17 years ago
  96. fbaca42 Test modified svn mailer by Anton Korobeynikov · 17 years ago
  97. 241c3da Remove BFtoLLVM. It was old, and a poor example because it didn't use best practices for making by Owen Anderson · 17 years ago
  98. 3d6fac3 Make the unary operator case a bit faster, since casts are the only kind of unary operation. by Owen Anderson · 17 years ago
  99. 216394f Add support for performing GVNPRE on cast instructions, and add a testcase for this. by Owen Anderson · 17 years ago
  100. 10c66c3 We really should not have this version number in SO many makefiles. This should also probably change to svn instead of cvs, but leaving it for now. by Tanya Lattner · 17 years ago