- eaf8f9c Fix DeadStoreElimination/2004-11-28-LiveStoreDeleted.ll by Chris Lattner · 20 years ago
- cc8d524 When merging to alias sets, if they are both must alias, the result is not by Chris Lattner · 20 years ago
- 07bfa52 Add a new interface by Chris Lattner · 20 years ago
- 1ed80b6 When evaluating an AA, pass in size info by Chris Lattner · 20 years ago
- 4e61676 The trick with globals actually works with allocas and malloc too by Chris Lattner · 20 years ago
- 0a1ac90 A store or load cannot alias a global if the accessed amount is larger then by Chris Lattner · 20 years ago
- 3fb2045 Mission accomplished! by Chris Lattner · 20 years ago
- bc2a99b Simplify conditional and fix LICM/2004-11-17-UndefIndexCrash.ll by Chris Lattner · 20 years ago
- e26057a Standardize on 'class' instead of 'struct'. Gets rid of warnings in VC++ by Reid Spencer · 20 years ago
- 04252fe Make this build in release mode by Chris Lattner · 20 years ago
- ac6d485 Fix a bug that was preventing povray and namd from pool allocating correctly. by Chris Lattner · 20 years ago
- beacefa Handle assert_fail special by Chris Lattner · 20 years ago
- 53fe2be Remove dead var by Chris Lattner · 20 years ago
- 82962de Don't call Constant::getNullValue when the argument could be VoidTy by Chris Lattner · 20 years ago
- f1de30a Graphs that are part of equivalence sets can be multi-function SCC's by Chris Lattner · 20 years ago
- caa35bc Correctly handle new SCC's found as a result of merging EQ graphs do to by Chris Lattner · 20 years ago
- 033a7d5 Substantially cleanup/speedup the eq graphs pass by walking the callgraph by Chris Lattner · 20 years ago
- 983baf4 Minor cleanups by Chris Lattner · 20 years ago
- 4457f7e Remove more dead methods by Chris Lattner · 20 years ago
- fcb7d95 Rename FoldedGraph -> DSInfo to be consistent with other passes by Chris Lattner · 20 years ago
- 77408b8 Get rid of the EquivClassGraphArgsInfo class, and the map that held it. by Chris Lattner · 20 years ago
- 68f9658 Eliminate the cloneGraph method by Chris Lattner · 20 years ago
- 31d3f67 * Do not refer to ActualCallees in CBU, when we can do it locally. by Chris Lattner · 20 years ago
- 4bbf3df Simplify graph traversal, improve grammar by Chris Lattner · 20 years ago
- ab8544a Do not do horrible things to the CBU graphs. In particular, we do NOT own by Chris Lattner · 20 years ago
- 3b7b81b Fix comment by Chris Lattner · 20 years ago
- e84c23e Improve comment by Chris Lattner · 20 years ago
- f498568 Fix another bug in Prolangs-C++/objects by Chris Lattner · 20 years ago
- 113cde8 Only call getNodeForValue on pointer arguments! this fixes a problem running by Chris Lattner · 20 years ago
- 7d8d471 Add more paranoid assertions :) by Chris Lattner · 20 years ago
- f1bd4b4 Fix some more problems where we called getOffset before getNode() by Chris Lattner · 20 years ago
- 857eb06 Fix three bugs: by Chris Lattner · 20 years ago
- 62c3a95 Fix more undefined behavior by Chris Lattner · 20 years ago
- 6f96774 * Add a method by Chris Lattner · 20 years ago
- 0022421 Fix library name. by Alkis Evlogimenos · 20 years ago
- 6cb21d4 Change Library Names Not To Conflict With Others When Installed by Reid Spencer · 20 years ago
- 1fca5ff Convert 'struct' to 'class' in various places to adhere to the coding standards by Chris Lattner · 20 years ago
- 48b2f6b add support for UndefValue by Chris Lattner · 20 years ago
- 219c141 Patch to support MSVC, contributed by Morten Ofstad by Chris Lattner · 20 years ago
- cac731e We won't use automake by Reid Spencer · 20 years ago
- 86d341b Initial automake generated Makefile template by Reid Spencer · 20 years ago
- ec7c1ab Add support for unreachable by Chris Lattner · 20 years ago
- bd1d382 Add support for undef by Chris Lattner · 20 years ago
- c17edbd Add support by Chris Lattner · 20 years ago
- a35339d Be more careful about looking for constants when we really want constantint's. by Chris Lattner · 20 years ago
- 979c38b Do not use the same variable name for two different variables in the by Chris Lattner · 20 years ago
- d96cb6e Update to reflect changes in Makefile rules. by Reid Spencer · 20 years ago
- 15d879e Minor cleanups: * fit in 80 lines * Eliminate extra namespaces * Drop llvm:: by Chris Lattner · 20 years ago
- 673e02b This nutty patch has been in my tree since before 1.3 went out, and it needs by Chris Lattner · 20 years ago
- c9b9380 Make this build by Chris Lattner · 20 years ago
- 4a2b23e Fix SingleSource/Benchmarks/McGill/chomp by Chris Lattner · 20 years ago
- ddef0b3 Build both archive and relinked objects by Reid Spencer · 20 years ago
- 9f41a5f Initial version of automake Makefile.am file. by Reid Spencer · 20 years ago
- a1c972d Fix a nasty dangling pointer problem, due to a free'd pointer being left in by Chris Lattner · 20 years ago
- 157b252 Dont' let null nodes sneak past cast instructions by Chris Lattner · 20 years ago
- b12914b 'Pass' should now not be derived from by clients. Instead, they should derive by Chris Lattner · 20 years ago
- 68d033c Finegrainify namespacification by Chris Lattner · 20 years ago
- fff03c9 Fix a nasty iterator invalidation problem I introduced yesterday. This by Chris Lattner · 20 years ago
- cd382a3 Add CallGraphNode::removeAnyCallEdgeTo method by Chris Lattner · 20 years ago
- 3795bc9 When changing a function, make sure to update the CallGraphNode for the by Chris Lattner · 20 years ago
- 6f7e5eb Implement new changeFunction method, nuke a never implemented one. by Chris Lattner · 20 years ago
- 2da5c3d Convert code to compile with vc7.1. by Reid Spencer · 20 years ago
- 3080b60 Add some assertions by Chris Lattner · 20 years ago
- b66e648 Implement an AliasSetTracker::copyValue method by Chris Lattner · 20 years ago
- 20aa474 Fixes to make LLVM compile with vc7.1. by Alkis Evlogimenos · 20 years ago
- 551ccae Changes For Bug 352 by Reid Spencer · 20 years ago
- df9b7bc Fix a bug that caused the pass to go into infinite loops on trivial testcases. by Chris Lattner · 20 years ago
- af8a424 Add standard print/dump methods to CallGraph classes. by Chris Lattner · 20 years ago
- f0431b0 Hide this option by Chris Lattner · 20 years ago
- 47b14a4 Fix #includes of i*.h => Instructions.h as per PR403. by Misha Brukman · 20 years ago
- d8e1eea Fix #includes of i*.h => Instructions.h as per PR403. by Misha Brukman · 20 years ago
- eb62bc7 Merge i*.h headers into Instructions.h as part of bug403. by Alkis Evlogimenos · 20 years ago
- 730b1ad Fix test/Regression/Analysis/BasicAA/2004-07-28-MustAliasbug.llx by Chris Lattner · 20 years ago
- 96d4bf7 Make the create...() functions for some of these passes return a FunctionPass *. by Brian Gaeke · 20 years ago
- b0015c5 nuke pointless -debug output by Chris Lattner · 20 years ago
- 105d26a Fix conservative assumption, which was quite broken. Also, notice that by Chris Lattner · 20 years ago
- 63e9930 Remove a bogus assertion by Chris Lattner · 20 years ago
- fe98f27 Complete rewrite of this pass to be faster, use less memory, be easier to by Chris Lattner · 20 years ago
- efe30ef Use context-sensitive alias analysis to avoid pessimization in clients of by Chris Lattner · 20 years ago
- db5b80a Make basicaa a bit more aggressive by Chris Lattner · 20 years ago
- e181b94 basic-aa can actually provide simple mod/ref info by Chris Lattner · 20 years ago
- 05e4798 This was implemented back in march by Chris Lattner · 20 years ago
- 61d4627 Add some new methods by Chris Lattner · 20 years ago
- 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 · 20 years ago
- 5c88260 Add support for free instructions by Chris Lattner · 20 years ago
- b8a31ac Clean up reference counting to stop "leaking" alias sets by Chris Lattner · 20 years ago
- 7848e68 These files don't need to include <iostream> since they include "Support/Debug.h". by Brian Gaeke · 20 years ago
- 6d4b0d7 Add capability to remove aliasing aliassets from an AST by Chris Lattner · 20 years ago
- 12c1155 Make the AST interface a bit richer by returning whether an insertion caused by Chris Lattner · 20 years ago
- bb8f43c Do not ignore casts unless they are pointer-pointer casts. This caused us by Chris Lattner · 20 years ago
- e840434 bug 122: by Reid Spencer · 20 years ago
- cb19d67 Fix incorrect computation of mod/ref sets. Do not ask for mod/ref information by Chris Lattner · 20 years ago
- ad48cc7 Print modref information in a useful way. by Chris Lattner · 20 years ago
- 0e872cb Cleanups: fold two loops into one by Chris Lattner · 20 years ago
- f99947c Be compatible with IA64 by Chris Lattner · 20 years ago
- 1ff1ff7 Fixes for PR341 by Chris Lattner · 20 years ago
- f92791a Fix for PR341 by Chris Lattner · 20 years ago
- ce36d55 Bug fixes for PR341 by Chris Lattner · 20 years ago
- f70770a Simplify logic. by Chris Lattner · 20 years ago
- 5ace1e4 Disable some code that isn't helping matters by Chris Lattner · 20 years ago