1. 2958eea Treat free operations as volatile, since they cannot be moved. This fixes by Chris Lattner · 20 years ago
  2. 5b3a455 Fix the missing symbols problem Bill was hitting. Patch contributed by by Chris Lattner · 20 years ago
  3. 0af024c Adjust to new alias analysis interfaces by Chris Lattner · 21 years ago
  4. ce9653c For PR387:\ by Reid Spencer · 21 years ago
  5. cc8d524 When merging to alias sets, if they are both must alias, the result is not by Chris Lattner · 21 years ago
  6. 07bfa52 Add a new interface by Chris Lattner · 21 years ago
  7. 53fe2be Remove dead var by Chris Lattner · 21 years ago
  8. 3080b60 Add some assertions by Chris Lattner · 21 years ago
  9. b66e648 Implement an AliasSetTracker::copyValue method by Chris Lattner · 21 years ago
  10. 47b14a4 Fix #includes of i*.h => Instructions.h as per PR403. by Misha Brukman · 21 years ago
  11. 63e9930 Remove a bogus assertion by Chris Lattner · 21 years ago
  12. efe30ef Use context-sensitive alias analysis to avoid pessimization in clients of by Chris Lattner · 21 years ago
  13. 61d4627 Add some new methods by Chris Lattner · 21 years ago
  14. 34a1005 Fix a latent bug in the AliasSetTracker that was exposed by the FreeInst additions and broke a bunch of programs last night. by Chris Lattner · 21 years ago
  15. 5c88260 Add support for free instructions by Chris Lattner · 21 years ago
  16. b8a31ac Clean up reference counting to stop "leaking" alias sets by Chris Lattner · 21 years ago
  17. 6d4b0d7 Add capability to remove aliasing aliassets from an AST by Chris Lattner · 21 years ago
  18. 12c1155 Make the AST interface a bit richer by returning whether an insertion caused by Chris Lattner · 21 years ago
  19. 954da37 Add #include <iostream> since Value.h does not #include it any more. by Reid Spencer · 21 years ago
  20. c43e0ae Rename a method by Chris Lattner · 21 years ago
  21. 6ffe551 Changes to fix up the inst_iterator to pass to boost iterator checks. This by Chris Lattner · 21 years ago
  22. 4781bc7 Fix a HORRIBLY NASTY bug that caused siod to stop working last night. by Chris Lattner · 21 years ago
  23. fcead4f Ok, the assertion was bogus. Calls that do not read/write memory should not by Chris Lattner · 21 years ago
  24. df209fc This assertion is bogus now that calls do not necessarily read/write memory by Chris Lattner · 21 years ago
  25. 5b5f7c1 Don't be COMPLETELY pessimistic in the face of function calls by Chris Lattner · 21 years ago
  26. 2cffeec Add a new AliassetTracker::remove method. Because we need to be able to remove by Chris Lattner · 22 years ago
  27. e260924 Finegrainify namespacification by Chris Lattner · 22 years ago
  28. d0fde30 Put all LLVM code into the llvm namespace, as per bug 109. by Brian Gaeke · 22 years ago
  29. b576c94 Added LLVM project notice to the top of every C++ source file. by John Criswell · 22 years ago
  30. 577385e Fix miscompilation in Fhourstones and bug: LICM/2003-05-02-LoadHoist.ll by Chris Lattner · 22 years ago
  31. 319d05b ADd two new 'add' methods by Chris Lattner · 22 years ago
  32. 31a9d18 Make the aliassettracker much more precise by actually tracking size by Chris Lattner · 22 years ago
  33. 2d0a4a4 Convert to work with new AliasAnalysis interface by conservatively assuming all pointers are arbitrarily large accesses by Chris Lattner · 22 years ago
  34. 9971ac4 This is a substantial rewrite of the AliasSetTracker class which now uses by Chris Lattner · 22 years ago
  35. 009cc3d First try at implementing the AliasSetTracker class. I'm sure it will need by Chris Lattner · 23 years ago