1. 3da59db For PR950: by Reid Spencer · 18 years ago
  2. 5294fb0 Replace DEBUG(std::cerr with DOUT. Removed some iostream #includes. by Bill Wendling · 18 years ago
  3. 1bce1fb Optionally allow comparison operations from affect DSGraphs by Andrew Lenharth · 18 years ago
  4. 118c094 Split the External and Intrinsic handling into seperate functions. This by Andrew Lenharth · 18 years ago
  5. 3ed469c For PR786: by Reid Spencer · 18 years ago
  6. 978b35e [SU]int update - inactive code may get activated someday by Jim Laskey · 18 years ago
  7. b83eb64 For PR950: by Reid Spencer · 18 years ago
  8. 7445ea6 Move some warnings to debug mode. by Andrew Lenharth · 18 years ago
  9. 5d8925c Eliminate RegisterAnalysis. RegisterPass now does all that is necessary. by Chris Lattner · 18 years ago
  10. cc131c4 add some missing externals by Andrew Lenharth · 18 years ago
  11. ceeb17d better c99 struct handling by Andrew Lenharth · 18 years ago
  12. 6139269 deal with memchr by Andrew Lenharth · 18 years ago
  13. 92e2196 stupid stuff by Andrew Lenharth · 18 years ago
  14. 1c212de I understand now. Shoot. by Andrew Lenharth · 18 years ago
  15. a544266 llvm.memc* improvements. helps PA a lot in some specmarks by Andrew Lenharth · 18 years ago
  16. 2dbf23a llvm.memc* improvements. helps PA a lot in some specmarks by Andrew Lenharth · 18 years ago
  17. 99c1942 Handle some kernel code than ends in [0 x sbyte]. I think this is safe by Andrew Lenharth · 18 years ago
  18. aed967d revert this, this is safe, if conservative. leave a note to that effect by Andrew Lenharth · 18 years ago
  19. 26c2e73 no heap is happening here by Andrew Lenharth · 18 years ago
  20. 3299cae remove qsort for now by Andrew Lenharth · 18 years ago
  21. 24b1ea1 improve mem intrinsics and add a few things povray uses by Andrew Lenharth · 18 years ago
  22. 03dd465 Split memcpy/memset/memmove intrinsics into i32/i64 versions, resolving by Chris Lattner · 18 years ago
  23. 86a5484 Add explicit #includes of <iostream> by Chris Lattner · 19 years ago
  24. 61af913 Prefix DSA specific options with dsa. by John Criswell · 19 years ago
  25. 3075160 Added an option to specify the names of heap freeing functions. by John Criswell · 19 years ago
  26. fa70052 Added a command line option that allows the user to specify a list of by John Criswell · 19 years ago
  27. 8a3802d Collapsing node if variable length struct with final field of length zero by Sumant Kowshik · 19 years ago
  28. 558bc88 core changes for varargs by Andrew Lenharth · 19 years ago
  29. 2b37d7c Remove trailing whitespace by Misha Brukman · 19 years ago
  30. a513fb1 Remove an iteration pass over the entire scalarmap for each function created by Chris Lattner · 19 years ago
  31. 9b426bd Build EC's for globals twice. The first is after constructing the initial by Chris Lattner · 19 years ago
  32. bf30e72 some methods got renamed by Chris Lattner · 19 years ago
  33. 48427b5 comment cleanup by Chris Lattner · 19 years ago
  34. f4f6227 Create an equivalence class of global variables that DSA will never be able by Chris Lattner · 19 years ago
  35. 0c9707a another fastpath by Chris Lattner · 19 years ago
  36. e4d5c44 This mega patch converts us from using Function::a{iterator|begin|end} to by Chris Lattner · 19 years ago
  37. 3267265 Make sure the two arguments of a setcc instruction point to the same node. by Chris Lattner · 19 years ago
  38. f57cc3b Trivial cleanup patch by Chris Lattner · 19 years ago
  39. 6e84bd7 Handle null a bit more carefully. by Chris Lattner · 19 years ago
  40. 753b113 This instruction: X = gep null, ... by Chris Lattner · 19 years ago
  41. a9548d9 * Make some methods more const correct. by Chris Lattner · 20 years ago
  42. 507bdf9 Silence VC++ warnings. by Chris Lattner · 20 years ago
  43. fe78165 Work correctly with ICC, Patch contributed by Bjørn Wennberg by Chris Lattner · 20 years ago
  44. beacefa Handle assert_fail special by Chris Lattner · 20 years ago
  45. 82962de Don't call Constant::getNullValue when the argument could be VoidTy by Chris Lattner · 20 years ago
  46. 62c3a95 Fix more undefined behavior by Chris Lattner · 20 years ago
  47. 48b2f6b add support for UndefValue by Chris Lattner · 20 years ago
  48. bd1d382 Add support for undef by Chris Lattner · 20 years ago
  49. 157b252 Dont' let null nodes sneak past cast instructions by Chris Lattner · 20 years ago
  50. b12914b 'Pass' should now not be derived from by clients. Instead, they should derive by Chris Lattner · 20 years ago
  51. 551ccae Changes For Bug 352 by Reid Spencer · 20 years ago
  52. f0431b0 Hide this option by Chris Lattner · 20 years ago
  53. 7848e68 These files don't need to include <iostream> since they include "Support/Debug.h". by Brian Gaeke · 20 years ago
  54. e840434 bug 122: by Reid Spencer · 20 years ago
  55. 4dabb2c Move all of the DSA headers into the Analysis/DataStructure subdir. by Chris Lattner · 20 years ago
  56. efffdc9 As much as I hate to say it, the whole setNode interface for DSNodeHandles by Chris Lattner · 20 years ago
  57. 954da37 Add #include <iostream> since Value.h does not #include it any more. by Reid Spencer · 20 years ago
  58. e4e97ef Recognize memalign and friends, and handle them specially. by Vikram S. Adve · 20 years ago
  59. 2412a05 Fix a really nasty bug with the -disable-ds-field-sensitivity option by Chris Lattner · 20 years ago
  60. 28977af Support getelementptr instructions which use uint's to index into structure by Chris Lattner · 20 years ago
  61. 317201d Rename the intrinsic enum values for llvm.va_* from Intrinsic::va_* to by Chris Lattner · 20 years ago
  62. a5f2905 Unbreak the build on Sparc. by Misha Brukman · 20 years ago
  63. 3aeb40c Add support for strto* and v*printf by Chris Lattner · 20 years ago
  64. 6b3e3cc Add non-crappy support for varargs by Chris Lattner · 20 years ago
  65. 76a9eb3 Fix a minor bug handling incomplete programs by Chris Lattner · 20 years ago
  66. a19ba52 Really, only if reopen by Chris Lattner · 20 years ago
  67. 82e9d72 Correctly add an array marker on a node when appropriate! by Chris Lattner · 20 years ago
  68. 6b586df ADD MORE FUNCTIONS! by Chris Lattner · 20 years ago
  69. cb58240 Be a good little compiler and handle direct calls efficiently, even if there by Chris Lattner · 20 years ago
  70. 1fe9874 Add _more_ functions by Chris Lattner · 20 years ago
  71. c420ab6 When building local graphs, clone the initializer for constant globals into each by Chris Lattner · 20 years ago
  72. 52fc8d7 Add a bunch more functions by Chris Lattner · 20 years ago
  73. adc1efe Add a bunch more functions used by perlbmk by Chris Lattner · 20 years ago
  74. 39bb2dc Add support for 'rename' by Chris Lattner · 20 years ago
  75. d561209 Add support for remove, fwrite, and fread by Chris Lattner · 20 years ago
  76. 4e46e32 Add two missing returns, which caused us to be very pessimistic about the by Chris Lattner · 20 years ago
  77. 8ecc27e Add support for some string functions, the scanf family, and sprintf by Chris Lattner · 20 years ago
  78. 304e143 Only spit out warning for functions that take pointers, not for sin and the like by Chris Lattner · 20 years ago
  79. eee33b2 memset and bcopy and now unified by the llvm.memset intrinsic by Chris Lattner · 20 years ago
  80. 896481e No need to scan zero initializers. This should make DSA a bit faster. by Chris Lattner · 20 years ago
  81. 339d8df Add support for a bunch more functions by Chris Lattner · 21 years ago
  82. 68300db Add support for fopen/fclose. Specifically with fopen, we were marking all of the by Chris Lattner · 21 years ago
  83. a07b72f Restructure code to handle memcpy/memmove by Chris Lattner · 21 years ago
  84. c3f5f77 Instead of callign removeTriviallyDeadNodes on the global graph every time by Chris Lattner · 21 years ago
  85. cadfac6 This call is no longer needed now that merging does not produce garbage by Chris Lattner · 21 years ago
  86. 62482e5 Rename DSGraph::ScalarMapTy -> DSScalarMap by Chris Lattner · 21 years ago
  87. 02da032 minor cleanups by Chris Lattner · 21 years ago
  88. fa3711a Do not depend on index type to determine whether it is a structure or sequential index by Chris Lattner · 21 years ago
  89. 179bc7d Implement a small optimization to handling of GEP's that are equivalent to casts. by Chris Lattner · 21 years ago
  90. a190766 Disable integer tracking by default by Chris Lattner · 21 years ago
  91. 9a92729 Fine-grainify namespaces for this library by Chris Lattner · 21 years ago
  92. d0fde30 Put all LLVM code into the llvm namespace, as per bug 109. by Brian Gaeke · 21 years ago
  93. 67ce57a Add support for memmove by Chris Lattner · 21 years ago
  94. fb8c610 Handle bzero and memset in the local analysis, because we were missing the fact by Chris Lattner · 21 years ago
  95. 15869aa All DSGraphs keep a reference to the targetdata they are created with. This is by Chris Lattner · 21 years ago
  96. b576c94 Added LLVM project notice to the top of every C++ source file. by John Criswell · 21 years ago
  97. fbc2d84 DOn't crash if program calls the null pointer by Chris Lattner · 21 years ago
  98. 26c4fc3 Make sure to add global variable initializers to the Globals graph! by Chris Lattner · 21 years ago
  99. 894263b Add special case handling for calloc and realloc by Chris Lattner · 21 years ago
  100. 808a7ae Switch from using CallInst's to represent call sites to using the LLVM by Chris Lattner · 21 years ago