1. e4d87aa For PR950: by Reid Spencer · 18 years ago
  2. d977d86 Replace inferred getCast(V,Ty) calls with more strict variants. by Reid Spencer · 18 years ago
  3. e815619 Changed llvm_ostream et all to OStream. llvm_cerr, llvm_cout, llvm_null, are by Bill Wendling · 18 years ago
  4. a5b31ca Convert to using llvm streams instead of iostreams. by Bill Wendling · 18 years ago
  5. 3da59db For PR950: by Reid Spencer · 18 years ago
  6. c2e6801 remove redundant code by Chris Lattner · 18 years ago
  7. 7765d71 Fix BasicAA/2006-11-03-BasicAAVectorCrash.ll by handling out-of-range by Chris Lattner · 18 years ago
  8. 3ed469c For PR786: by Reid Spencer · 18 years ago
  9. b83eb64 For PR950: by Reid Spencer · 18 years ago
  10. 90aa839 Fix more static dtor issues by Chris Lattner · 18 years ago
  11. a537017 simplify AnalysisGroup registration, eliminating one typeid call. by Chris Lattner · 18 years ago
  12. 7f8897f eliminate RegisterOpt. It does the same thing as RegisterPass. by Chris Lattner · 18 years ago
  13. a4f0b3a s|llvm/Support/Visibility.h|llvm/Support/Compiler.h| by Chris Lattner · 18 years ago
  14. 9525528 Use hidden visibility to make symbols in an anonymous namespace get by Chris Lattner · 18 years ago
  15. 4f1bd9e For PR780: by Reid Spencer · 18 years ago
  16. 192913e Change from using a stub function to a stub variable for passing to the by Reid Spencer · 18 years ago
  17. cad2537 Use autogenerated mod/ref info for intrinsics. by Chris Lattner · 18 years ago
  18. 2cfdd28 Fix a crash compiling Obsequi by Chris Lattner · 18 years ago
  19. 5a3cf8d Be more conservative with our symbolic alias analysis. In particular, by Chris Lattner · 18 years ago
  20. 6fb3bd6 Add bswap intrinsics as documented in the Language Reference by Nate Begeman · 19 years ago
  21. f6947c1 prevent cse of readcyclecounter by Andrew Lenharth · 19 years ago
  22. 51b8d54 continued readcyclecounter support by Andrew Lenharth · 19 years ago
  23. ab466d7 floor/ceil don't read/write memory. This allows gcse to eliminate 6 calls by Chris Lattner · 19 years ago
  24. d3513e0 Remove glibc specific functions, and mark a couple as C99 by Andrew Lenharth · 19 years ago
  25. d9793e6 because on alpha: # define errno (*__errno_location ()) by Andrew Lenharth · 19 years ago
  26. 42e3c81 By definition, 'tail' calls cannot access the stack frame of their caller. by Chris Lattner · 19 years ago
  27. 998fffd These intrinsics do not access memory by Chris Lattner · 19 years ago
  28. eed37ba Add llvm.sqrt intrinsic, patch contributed by Morten Ofstad by Chris Lattner · 19 years ago
  29. 5b103c2 These functions can set errno! by Chris Lattner · 19 years ago
  30. 2b37d7c Remove trailing whitespace by Misha Brukman · 19 years ago
  31. 50bc9ef Fix Regression/Analysis/BasicAA/2005-03-09-BrokenBasicAA.ll, a miscompilation by Chris Lattner · 19 years ago
  32. 534927d Add even more missing createXxxPass functions. by Jeff Cohen · 20 years ago
  33. 5226f6a Fix a bug in -no-aa that caused two DSGraph tests to XPASS. by Chris Lattner · 20 years ago
  34. 0af024c Adjust to new alias analysis interfaces by Chris Lattner · 20 years ago
  35. c49741d Add testcase and fix for yet another case where we query the size an by Alkis Evlogimenos · 20 years ago
  36. a95cf30 Add testcase and fix for another case where we query the size an abstract type. by Alkis Evlogimenos · 20 years ago
  37. 4a7ebfa For PR387:\ Add getModRefInfo method to avoid overloaded virtuals by Reid Spencer · 20 years ago
  38. eaf8f9c Fix DeadStoreElimination/2004-11-28-LiveStoreDeleted.ll by Chris Lattner · 20 years ago
  39. 4e61676 The trick with globals actually works with allocas and malloc too by Chris Lattner · 20 years ago
  40. 0a1ac90 A store or load cannot alias a global if the accessed amount is larger then by Chris Lattner · 20 years ago
  41. bc2a99b Simplify conditional and fix LICM/2004-11-17-UndefIndexCrash.ll by Chris Lattner · 20 years ago
  42. a35339d Be more careful about looking for constants when we really want constantint's. by Chris Lattner · 20 years ago
  43. 20aa474 Fixes to make LLVM compile with vc7.1. by Alkis Evlogimenos · 20 years ago
  44. eb62bc7 Merge i*.h headers into Instructions.h as part of bug403. by Alkis Evlogimenos · 20 years ago
  45. 730b1ad Fix test/Regression/Analysis/BasicAA/2004-07-28-MustAliasbug.llx by Chris Lattner · 20 years ago
  46. db5b80a Make basicaa a bit more aggressive by Chris Lattner · 20 years ago
  47. e181b94 basic-aa can actually provide simple mod/ref info by Chris Lattner · 20 years ago
  48. 05e4798 This was implemented back in march by Chris Lattner · 20 years ago
  49. bb8f43c Do not ignore casts unless they are pointer-pointer casts. This caused us by Chris Lattner · 20 years ago
  50. e840434 bug 122: by Reid Spencer · 20 years ago
  51. f70770a Simplify logic. by Chris Lattner · 20 years ago
  52. 689835a Fix a tiny bug in the -no-aa pass, in which it did not ever get a target data. by Chris Lattner · 20 years ago
  53. 4ee623d isnan is dead by Chris Lattner · 20 years ago
  54. 9f35196 llvm.isnan doesn't access memory by Chris Lattner · 20 years ago
  55. b52f440 Move the -no-aa AA implementation into this file since both of these by Chris Lattner · 20 years ago
  56. 7512c08 Hrm, operator new and new[] do not belong here. We should not CSE them! :) by Chris Lattner · 20 years ago
  57. bec63d6 operator new & operator new[] do not kill any legal memory locations. by Chris Lattner · 20 years ago
  58. 65585aa Allow clients to be more efficient. by Chris Lattner · 20 years ago
  59. b903fc5 Add a couple of more functions that cannot access memory (the intrinsics) and 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. 002be76 Add some missing functions. Make sure to handle calls together in case the by Chris Lattner · 20 years ago
  62. bbcc147 Fix a minor bug, implementing GCSE/call_pure_function.ll by Chris Lattner · 20 years ago
  63. 4244bb5 Teach basicaa about some stdc functions. by Chris Lattner · 20 years ago
  64. 7a82ba0 Fix a couple of minor problems. Because PHI nodes can use themselves, this by Chris Lattner · 20 years ago
  65. 04b7593 Implement mod/ref analysis for a trivial case where locals don't escape. by Chris Lattner · 20 years ago
  66. 2d6a6aa Expand on my note-to-self by Chris Lattner · 20 years ago
  67. e735b2d Fix a soon-to-be-missing #include by Chris Lattner · 20 years ago
  68. a4dd674 Fix thinko by Chris Lattner · 20 years ago
  69. bc1daaa Implement the pointsToConstantMemory() method. by Chris Lattner · 20 years ago
  70. 6eb88d4 Eliminate use of ConstantHandling itf by Chris Lattner · 21 years ago
  71. 6cdc42b Add a note by Chris Lattner · 21 years ago
  72. 4a83088 Factor out some duplicated code, implement the rest of the cases in by Chris Lattner · 21 years ago
  73. b307c88 Fix PR86. This makes basicaa _SIGNIFICANLY_ more aggressive with getelementptr's by Chris Lattner · 21 years ago
  74. c54735e Fix a glaring bug by Chris Lattner · 21 years ago
  75. 88d3e03 Realize the gep P, <zeros> must aliases P. This is a partial fix for PR 86 by Chris Lattner · 21 years ago
  76. 8639145 With Brian's change to AA.h we can now clean out this uglyness by Chris Lattner · 21 years ago
  77. 9d7c9ea Fix file header by Chris Lattner · 21 years ago
  78. 1af55e1 Use gep_type_begin/end instead of looking for ubytes by Chris Lattner · 21 years ago
  79. ec4e808 Finegrainify namespacification by Chris Lattner · 21 years ago
  80. d0fde30 Put all LLVM code into the llvm namespace, as per bug 109. by Brian Gaeke · 21 years ago
  81. b576c94 Added LLVM project notice to the top of every C++ source file. by John Criswell · 21 years ago
  82. c182003 Fix bug: BasicAA/2003-09-19-LocalArgument.ll by Chris Lattner · 21 years ago
  83. 2f2d065 Fixed spelling and grammar. by Misha Brukman · 21 years ago
  84. 5bfccb9 Reuse the values if they are constants: this is important so that we index into the right structure field by Chris Lattner · 21 years ago
  85. 388f669 Implement handling of constantexprs for disambiguation. This implements by Chris Lattner · 21 years ago
  86. 920bd79 Be more robust in the face of undefined behavior. by Chris Lattner · 21 years ago
  87. 9098f64 Fix Bug: BasicAA/2003-05-21-GEP-Problem.ll by Chris Lattner · 21 years ago
  88. 807b705 Fix BasicAA/2003-04-25-GEPCrash.ll by Chris Lattner · 21 years ago
  89. b581148 Fix bug: BasicAA/2003-04-22-GEPProblem.ll by Chris Lattner · 21 years ago
  90. 3e76157 Remove unneccesary forward decl by Chris Lattner · 21 years ago
  91. 506b4e4 Fix bug: BasicAA/2003-03-04-GEPCrash.ll by Chris Lattner · 21 years ago
  92. ff2d556 Fix a problem with negative indexes by Chris Lattner · 21 years ago
  93. c330ee6 Fix bug: BasicAA/2003-02-26-AccessSizeTest.ll by Chris Lattner · 21 years ago
  94. a36635a Fix several bugs in basic-aa by Chris Lattner · 21 years ago
  95. d501c13 Move BasicAA pass out to it's own header file by Chris Lattner · 21 years ago