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