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