1. 1749d63 Add instruction selection code and tests for setcc instructions by Brian Gaeke · 22 years ago
  2. ed8e649 Implement ResolveCallSiteModRefInfo for IPModRef. computeModRef is not yet done though! by Chris Lattner · 22 years ago
  3. 0ed8e2a Add interfaces for ResolveCallSiteModRefInfo by Chris Lattner · 22 years ago
  4. 460ea29 Instead of using a bool that constant has to be explained, use a self by Chris Lattner · 22 years ago
  5. 076c1f9 Implement a new mergeInGraph method, which basically factors code out of by Chris Lattner · 22 years ago
  6. cee3a4e Add new method by Chris Lattner · 22 years ago
  7. 0478117 Expose isPointerType to clients of dsanalysis by Chris Lattner · 22 years ago
  8. b106043 Rename DataStructureAnalysis namespace to DS by Chris Lattner · 22 years ago
  9. e83cb53 Fix problem with dangling referrers by Chris Lattner · 22 years ago
  10. f17b39a Minor bugfix to enable generation of methcall.llvm.lib, objinst.llvm.lib, and by Chris Lattner · 22 years ago
  11. bc87ae7 Update info now that bugfixes have been applied by Chris Lattner · 22 years ago
  12. 1421233 Compute total number of nodes and # call nodes by Chris Lattner · 22 years ago
  13. 81af5c4 Add new NumNodes column by Chris Lattner · 22 years ago
  14. 6b9c98c Add note by Chris Lattner · 22 years ago
  15. 822642f New web page to track the progress of the DSGraph implementation by Chris Lattner · 22 years ago
  16. 3c87b29 Move printouts to be wrapped in DEBUG() macros by Chris Lattner · 22 years ago
  17. 95a80ad When the -only-print-main-ds option is specified, still print out graph size by Chris Lattner · 22 years ago
  18. 17e43de Add a comment by Chris Lattner · 22 years ago
  19. cf9b4f0 Implement fprintf by Chris Lattner · 22 years ago
  20. a5c0bfe Implement fputc and ungetc to allow burg to run in lli by Chris Lattner · 22 years ago
  21. 088b472 Fixes escapeing bug in strings. Fixes test case test/Regression/CBackend/2002-11-06-PrintEscaped.c by Nick Hildenbrandt · 22 years ago
  22. 6d60815 Certain characters not getting escaped properly by Nick Hildenbrandt · 22 years ago
  23. 1b11597 Add note about what this is by Chris Lattner · 22 years ago
  24. c433e64 libraries is used for internal stuff, not as a real testcase by Chris Lattner · 22 years ago
  25. 2cf2cbc Loads and stores can't be inlined. This fixes test/Singlesource/matrixTranspose by Nick Hildenbrandt · 22 years ago
  26. 4476ceb Allow the ResolveCallSiteModRefInfo method to return a mapping of nodes, by Chris Lattner · 22 years ago
  27. 268748a Add a stub to implement the context sensitive mod/ref info for call sites by Chris Lattner · 22 years ago
  28. 2110808 Give a back pointer to the IPModRef object to the FunctionModRefInfo object by Chris Lattner · 22 years ago
  29. fc92824 Remove a couple of #includes, move some code from .h file by Chris Lattner · 22 years ago
  30. 76351e9 Remove a couple of #includes, move some code to .cpp file by Chris Lattner · 22 years ago
  31. 45a9116 Make maxSize a private variable, add a size() accessor by Chris Lattner · 22 years ago
  32. d747e8f Change Steens class to build with Vikram's changes by Chris Lattner · 22 years ago
  33. ce4a2e1 Make PointerShift/Size be enums so they are constants instead of globals by Chris Lattner · 22 years ago
  34. 2c0bd01 Make PointerSize & Shift be enums Fix problem with recursive merging by Chris Lattner · 22 years ago
  35. 75310d5 Make query operations non-const to allow demand-driven analyses. by Vikram S. Adve · 22 years ago
  36. 5f76054 An implementation of the bit-vector representation of sets. by Vikram S. Adve · 22 years ago
  37. 895c0bd An interprocedural analysis pass that computes flow-insensitive by Vikram S. Adve · 22 years ago
  38. db7ab14 Add const version of function getNodeForValue: by Vikram S. Adve · 22 years ago
  39. 8aa5aea Don't build llc symbols by default. by Vikram S. Adve · 22 years ago
  40. a434ae7 New testcases by Chris Lattner · 22 years ago
  41. 08db719 Dramatically simplify internal DSNode representation, get implementation by Chris Lattner · 22 years ago
  42. 4268c93 Remove stripscalars argument to cloneInto by Chris Lattner · 22 years ago
  43. ef5af99 Delete "StripScalars" argument to cloneInto method by Chris Lattner · 22 years ago
  44. 6d37acb Give passnames to the printer classes by Chris Lattner · 22 years ago
  45. 5051e9c New testcase to handle eventually by Chris Lattner · 22 years ago
  46. c227a9a Remove a nasty little semi-colon someone introduced which by Vikram S. Adve · 22 years ago
  47. d00eaaa Typo fixed by Nick Hildenbrandt · 22 years ago
  48. a83c1b0 Added new tests by Nick Hildenbrandt · 22 years ago
  49. 5cd95ba New testcase by Chris Lattner · 22 years ago
  50. a0ff4aa Add a note about the switch instruction by Chris Lattner · 22 years ago
  51. 5953513 Attempted fixes to the mergemap to make it work better. by Chris Lattner · 22 years ago
  52. 55d77d9 Add a bunch of assertions by Chris Lattner · 22 years ago
  53. 69e79e0 Simplify code by Chris Lattner · 22 years ago
  54. a95078d Sun can now use mallinfo() by Chris Lattner · 22 years ago
  55. cae3783 Fix typo. -Chris by Nick Hildenbrandt · 22 years ago
  56. b5e4d8f Link to -lmalloc by Chris Lattner · 22 years ago
  57. c9d8bef No need to explicitly inclue ExportSymbols now by Chris Lattner · 22 years ago
  58. 1c58850 Generalize ExportSymbols into PLATFORMLINKOPTS by Chris Lattner · 22 years ago
  59. b7843a4 Allow memory sizes to be negative, eliminate TmpRSS by Chris Lattner · 22 years ago
  60. 18eba91 Allow memory sizes to be negative, remove obsolete TmpRSS field by Chris Lattner · 22 years ago
  61. 6cd11f6 mallinfo is not available on sun apparently :( by Chris Lattner · 22 years ago
  62. 0188534 Instcombine this away: by Chris Lattner · 22 years ago
  63. a3c4ba4 Add new getelementptr elimination test by Chris Lattner · 22 years ago
  64. 0864acf Add a transformation to turn: malloc Ty, C int malloc [C x Ty], 1 by Chris Lattner · 22 years ago
  65. 0eaaa56 New testcase for malloc promotion by Chris Lattner · 22 years ago
  66. c405daf Simple passes that print out SCCs in the CFGs or in the CallGraph of a module. by Vikram S. Adve · 22 years ago
  67. 5fe9171 Generic graph iterator to enumerate the SCCs of a graph by Vikram S. Adve · 22 years ago
  68. 0260663 Change the "Cannot merge two portions of the same node yet" from an assertion by Chris Lattner · 22 years ago
  69. 4d5f10f Add information about why this testcase fails by Chris Lattner · 22 years ago
  70. 2b0679f Convert uint gep operands to long by Chris Lattner · 22 years ago
  71. 69afeca Convert old style gep index from uint to long by Chris Lattner · 22 years ago
  72. 35b74c4 Ack: Fix bug in previous checkin. by Chris Lattner · 22 years ago
  73. 38dc4f0 Be more generous about level raising constant expressions don't force each by Chris Lattner · 22 years ago
  74. f748254 Implement a new -print-callgraph analysis that turns a callgraph into a dot by Chris Lattner · 22 years ago
  75. af66346 Make sure to _delete_ memory allocated by worklists by Chris Lattner · 22 years ago
  76. 7e5f46a Implement methods needed to print out call graph by Chris Lattner · 22 years ago
  77. 048912b Give a better error message in an unhandled case by Chris Lattner · 22 years ago
  78. a5cf936 Minor fix to space accounting by Chris Lattner · 22 years ago
  79. f9415dd Improve the clean target by Chris Lattner · 22 years ago
  80. 9d4ef12 Implement MaxRSS in terms of mallinfo instead of the system RSS. This gives by Chris Lattner · 22 years ago
  81. 1650015 Allow the call graph to be called from analyze naturally with print implemented by Chris Lattner · 22 years ago
  82. c875f02 Rename ValueMap to ScalarMap by Chris Lattner · 22 years ago
  83. d18f342 Rename NewNode flag to HeapNode by Chris Lattner · 22 years ago
  84. ef69ccf Change the letters used to represent stack and heap allocations to "S" and "H" by Chris Lattner · 22 years ago
  85. 36aff6e Check in header file that was missing, thus broke the build by Chris Lattner · 22 years ago
  86. 02a74cc Disable correlated expressions pass until it is reliable. by Vikram S. Adve · 22 years ago
  87. 93d545e code to lightly instrument at branches by Anand Shukla · 22 years ago
  88. 5da2e6a Move function to cpp file from header by Chris Lattner · 22 years ago
  89. 0d05e6d Fixed comment on top of DSNode.h, added note to DSSupport.h as to why by Misha Brukman · 22 years ago
  90. f01729e Implement signed and unsigned division and remainder by Chris Lattner · 22 years ago
  91. f37ca3a Enable div and mod tests by Chris Lattner · 22 years ago
  92. ca9671d Implement multiply operator by Chris Lattner · 22 years ago
  93. bbe75fe Enable multiply tests by Chris Lattner · 22 years ago
  94. d04b51d New testcase for arithmetic operations by Chris Lattner · 22 years ago
  95. 68aad93 * Implement subtract * Merge add code into logical code by Chris Lattner · 22 years ago
  96. e2954c8 shuffle code around a bit, implement and, or, xor by Chris Lattner · 22 years ago
  97. 5a23ddf New testcase for logical operators by Chris Lattner · 22 years ago
  98. 51b49a9 Add PHI node support, add comment for branch function by Chris Lattner · 22 years ago
  99. 275c637 Make phi test a bit more challenging by Chris Lattner · 22 years ago
  100. 2df035b Implement unconditional branching support by Chris Lattner · 22 years ago