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