1. a66e353 After finishing BU analysis, move all global variables from the globals by Chris Lattner · 20 years ago
  2. adfd5f1 ADd support for printing eqgraphs. by Chris Lattner · 20 years ago
  3. bc341e6 Add support for printing EQ graphs by Chris Lattner · 20 years ago
  4. 2787e03 Replace linear search with logrithmic one. by Chris Lattner · 20 years ago
  5. e7ea48c add a StructLayout::getElementContainingOffset method. by Chris Lattner · 20 years ago
  6. 977df76 add a helper method by Chris Lattner · 20 years ago
  7. 84e2dc2 Should fix mesa by Andrew Lenharth · 20 years ago
  8. a4319e5 make sure to mark nodes returned from functions as incomplete by Chris Lattner · 20 years ago
  9. b25959a remove this from the PA namespace, leaving it in the llvm ns by Chris Lattner · 20 years ago
  10. 7aed717 Move this from the pool allocator project to here, where it logically belongs. by Chris Lattner · 20 years ago
  11. 3372dcd this doesn't fail on the suns either! by Chris Lattner · 20 years ago
  12. 38d3828 Move link to GCC prefetch info here, since it's gone from Open Projects page by Misha Brukman · 20 years ago
  13. c5fc361 this passes on darwin by Chris Lattner · 20 years ago
  14. 0bb4828 Fix computation of compiled objects, contributed by Vladimir Merzliakov! by Chris Lattner · 20 years ago
  15. e87f6c3 remove a pseudo instruction and improve inline constant generation by Andrew Lenharth · 20 years ago
  16. d03b3bc prefetch is now supported. by Chris Lattner · 20 years ago
  17. e6c378d new testcase for __builtin_prefetch support. by Chris Lattner · 20 years ago
  18. a37ed05 * Remove extraneous spaces * Convert some tabs to spaces by Misha Brukman · 20 years ago
  19. bf18b26 Add SelectionDAG library to PPC JIT so that lli will link when by Nate Begeman · 20 years ago
  20. 8694c07 Fix some crashes noted by John Mellor-Crummey's group. by Chris Lattner · 20 years ago
  21. f75c4b4 Sprinkle code examples and command-line interaction examples with some style by Misha Brukman · 20 years ago
  22. fc1a27b * Add directions to send output of nightly test script to llvm-testresults@cs by Misha Brukman · 20 years ago
  23. e97568c I didn't mean to check this in. :( by Chris Lattner · 20 years ago
  24. ee639f1 Fix a bug where we would incorrectly do a sign ext instead of a zero ext by Chris Lattner · 20 years ago
  25. 572668a yay for camel_cvs diff by Andrew Lenharth · 20 years ago
  26. 3dc15f3 some typoes and .bss isn't liked, at all by Andrew Lenharth · 20 years ago
  27. d3a5412 Replace tabs with spaces, separate function arguments with a space by Misha Brukman · 20 years ago
  28. 453d062 Improve formatting of the sent mail for the dj test results. by Chris Lattner · 20 years ago
  29. f768bba Allow the live interval analysis pass to be a bit more aggressive about by Chris Lattner · 20 years ago
  30. 059c3ef minor correction for Register that isn't used by Andrew Lenharth · 20 years ago
  31. 14723c2 constant fold FP_ROUND_INREG, ZERO_EXTEND_INREG, and SIGN_EXTEND_INREG by Chris Lattner · 20 years ago
  32. 76da616 correct the computation of the isAbstract bit for types. by Chris Lattner · 20 years ago
  33. 50bc9ef Fix Regression/Analysis/BasicAA/2005-03-09-BrokenBasicAA.ll, a miscompilation by Chris Lattner · 20 years ago
  34. 465e24b new testcase for a -basicaa bug that Alkis found with Java. by Chris Lattner · 20 years ago
  35. 9dbf1e5 Fix a typo in an assertion comment. Patch contributed by Vladimir Merzliakov. by Reid Spencer · 20 years ago
  36. fc4adda Use static_cast and #include Instructions.h by Chris Lattner · 20 years ago
  37. bac5b46 Export two methods for getting -X and A-B. by Chris Lattner · 20 years ago
  38. df28a31 export two methods by Chris Lattner · 20 years ago
  39. 1c81f13 get bugpoint working on ia64, by building .so's with -fpic. :) by Chris Lattner · 20 years ago
  40. 411eba0 Fix a crash handling 'undef bool', fixing an llc crash on 186.crafty by Chris Lattner · 20 years ago
  41. d632f49 Patch to make assembly output compatible with mingw compilation (identical by Reid Spencer · 20 years ago
  42. dbf69f1 Make sure to remove all dead type names from the symbol table, not just by Chris Lattner · 20 years ago
  43. 13a04bc new testcase that crashes the CBE. by Chris Lattner · 20 years ago
  44. ca0a909 Clarify inability to generate assembly, and note that VC++ Express works. by Jeff Cohen · 20 years ago
  45. 23ba0c5 Single characters should be printed out as chars, not strings. by Misha Brukman · 20 years ago
  46. d4f6b17 Various cleanups and clarifications, thanks to Gabor Greif for contributing this patch! by Chris Lattner · 20 years ago
  47. 82870e0 Fix problems compiling with G++ 4.x.x with -pedantic. Thanks to by Chris Lattner · 20 years ago
  48. aeffb4a fix another typo by Chris Lattner · 20 years ago
  49. b40bb38 fix typeo that Gabor Greif noticed! by Chris Lattner · 20 years ago
  50. 35641ec move the reassociation pass after the LICM pass. This speeds up mgrid by Chris Lattner · 20 years ago
  51. 001d16a Fix an apparent ambiguity compiling on PPC by Chris Lattner · 20 years ago
  52. 2f62fdc fix a bug where we thought arguments were constants :( by Chris Lattner · 20 years ago
  53. 3f93197 Fix Regression/Transforms/LoopStrengthReduce/dont_insert_redundant_ops.ll, by Chris Lattner · 20 years ago
  54. 2d9005d cleanup the test by Chris Lattner · 20 years ago
  55. 57f7470 check that we only insert one phi node per loop by Chris Lattner · 20 years ago
  56. 7abfec8 Add testcase for this: by Chris Lattner · 20 years ago
  57. 2f9b19b implement Transforms/LoopStrengthReduce/invariant_value_first_arg.ll by Chris Lattner · 20 years ago
  58. a0bfe0f testcase for A[invariant][indvar] where invariant is an instruction. by Chris Lattner · 20 years ago
  59. 7fe11f8 add test for this: by Chris Lattner · 20 years ago
  60. 3a334cb Add test for this: by Chris Lattner · 20 years ago
  61. 2461dff minor simplifications of the code. by Chris Lattner · 20 years ago
  62. bc99f12 a regtest by Chris Lattner · 20 years ago
  63. c1ca766 new directory by Chris Lattner · 20 years ago
  64. fee3411 trivial simplification by Chris Lattner · 20 years ago
  65. decc86d Fix a bug where we could corrupt a parent loop's header info if we unrolled by Chris Lattner · 20 years ago
  66. 801d908 New testcase for PR532 by Chris Lattner · 20 years ago
  67. 51a4ad4 new helper method by Chris Lattner · 20 years ago
  68. be876b6 new testcase reduced from the MultiSource/Applications/d failure last night. by Chris Lattner · 20 years ago
  69. bf4515e move some method declarations around to make it clear that users should by Chris Lattner · 20 years ago
  70. c0d369d this method is never called. by Chris Lattner · 20 years ago
  71. 55c0461 cleanup some html by Chris Lattner · 20 years ago
  72. 73091bc the only caller of insertEntry is insert, inline it and remove insertEntry by Chris Lattner · 20 years ago
  73. f1b4d1d rename insertEntry to insert by Chris Lattner · 20 years ago
  74. e4c872a Merge SymbolTable::removeEntry into SymbolTable::remove, its only caller by Chris Lattner · 20 years ago
  75. 58b004c remove this method. by Chris Lattner · 20 years ago
  76. c27aa8d Delete the really inefficient method: void remove(const Type* Typ); by Chris Lattner · 20 years ago
  77. 1327c5a Delete the really inefficient method: void remove(const Type* Typ); by Chris Lattner · 20 years ago
  78. 82aa566 Make this MUCH faster by avoiding a linear search in the symbol table code. by Chris Lattner · 20 years ago
  79. c9a33ce InternallyInconsistent is dead! by Chris Lattner · 20 years ago
  80. a98cbe5 Remove some really gross and hard to understand code now that by Chris Lattner · 20 years ago
  81. ee4da93 Simplify some code. by Chris Lattner · 20 years ago
  82. 84ceb33 remove these dead methods. by Chris Lattner · 20 years ago
  83. 921c565 remove these methods. by Chris Lattner · 20 years ago
  84. 7fd5dee These methods are removed. by Chris Lattner · 20 years ago
  85. af4a9bb simplify and speed up some code by Chris Lattner · 20 years ago
  86. b15fde2 simplify some code. by Chris Lattner · 20 years ago
  87. ea8186a nuke some dead methods. by Chris Lattner · 20 years ago
  88. 04cb800 This fixes PR531, a crash when running the CBE on a bytecode file. by Chris Lattner · 20 years ago
  89. eaadf58 Add a new method, allow symtab to poke name. by Chris Lattner · 20 years ago
  90. e43dd1b Reformat comments to fix 80 columns. by Jeff Cohen · 20 years ago
  91. b21bf9a Reuse induction variables created for strength-reduced GEPs by other similar GEPs. by Jeff Cohen · 20 years ago
  92. d81b691 remove extraneous spaces from argument lists. by Chris Lattner · 20 years ago
  93. 0d1e407 remove all of the various setName implementations, consolidating them into by Chris Lattner · 20 years ago
  94. 7acff25 second argument to Value::setName is now gone. by Chris Lattner · 20 years ago
  95. 3267265 Make sure the two arguments of a setcc instruction point to the same node. by Chris Lattner · 20 years ago
  96. 262bb9a zap by Chris Lattner · 20 years ago
  97. 8e1b847 2nd arg to setName goes away. by Chris Lattner · 20 years ago
  98. ffdb920 Constants never get names. by Chris Lattner · 20 years ago
  99. 18221ed Remove the 2nd argument to Value::setName by Chris Lattner · 20 years ago
  100. d047874 Remove the second argument to Value::setName, it is never needed. by Chris Lattner · 20 years ago