| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | Convert 'struct' to 'class' in various places to adhere to the coding standards | Chris Lattner | 2004-10-27 | 1 | -1/+1 |
* | add support for UndefValue | Chris Lattner | 2004-10-26 | 1 | -1/+1 |
* | Patch to support MSVC, contributed by Morten Ofstad | Chris Lattner | 2004-10-25 | 1 | -1/+1 |
* | We won't use automake | Reid Spencer | 2004-10-22 | 6 | -2275/+0 |
* | Initial automake generated Makefile template | Reid Spencer | 2004-10-18 | 3 | -0/+2179 |
* | Add support for unreachable | Chris Lattner | 2004-10-16 | 1 | -2/+1 |
* | Add support for undef | Chris Lattner | 2004-10-16 | 1 | -0/+3 |
* | Add support | Chris Lattner | 2004-10-16 | 1 | -0/+1 |
* | Be more careful about looking for constants when we really want constantint's. | Chris Lattner | 2004-10-16 | 1 | -10/+8 |
* | Do not use the same variable name for two different variables in the | Chris Lattner | 2004-10-14 | 1 | -3/+2 |
* | Update to reflect changes in Makefile rules. | Reid Spencer | 2004-10-13 | 3 | -13/+9 |
* | Minor cleanups: | Chris Lattner | 2004-10-12 | 1 | -23/+20 |
* | This nutty patch has been in my tree since before 1.3 went out, and it needs | Chris Lattner | 2004-10-12 | 1 | -20/+147 |
* | Make this build | Chris Lattner | 2004-10-11 | 1 | -5/+5 |
* | Fix SingleSource/Benchmarks/McGill/chomp | Chris Lattner | 2004-10-11 | 1 | -0/+1 |
* | Build both archive and relinked objects | Reid Spencer | 2004-10-10 | 3 | -3/+17 |
* | Initial version of automake Makefile.am file. | Reid Spencer | 2004-10-10 | 3 | -0/+86 |
* | Fix a nasty dangling pointer problem, due to a free'd pointer being left in | Chris Lattner | 2004-10-07 | 1 | -0/+3 |
* | Dont' let null nodes sneak past cast instructions | Chris Lattner | 2004-10-06 | 1 | -1/+4 |
* | 'Pass' should now not be derived from by clients. Instead, they should derive | Chris Lattner | 2004-09-20 | 21 | -35/+35 |
* | Finegrainify namespacification | Chris Lattner | 2004-09-20 | 1 | -7/+4 |
* | Fix a nasty iterator invalidation problem I introduced yesterday. This | Chris Lattner | 2004-09-19 | 1 | -5/+5 |
* | Add CallGraphNode::removeAnyCallEdgeTo method | Chris Lattner | 2004-09-18 | 1 | -0/+12 |
* | When changing a function, make sure to update the CallGraphNode for the | Chris Lattner | 2004-09-18 | 1 | -0/+1 |
* | Implement new changeFunction method, nuke a never implemented one. | Chris Lattner | 2004-09-18 | 1 | -8/+14 |
* | Convert code to compile with vc7.1. | Reid Spencer | 2004-09-15 | 1 | -3/+3 |
* | Add some assertions | Chris Lattner | 2004-09-15 | 1 | -2/+3 |
* | Implement an AliasSetTracker::copyValue method | Chris Lattner | 2004-09-14 | 1 | -3/+30 |
* | Fixes to make LLVM compile with vc7.1. | Alkis Evlogimenos | 2004-09-03 | 5 | -2/+6 |
* | Changes For Bug 352 | Reid Spencer | 2004-09-01 | 31 | -60/+60 |
* | Fix a bug that caused the pass to go into infinite loops on trivial testcases. | Chris Lattner | 2004-08-16 | 1 | -1/+2 |
* | Add standard print/dump methods to CallGraph classes. | Chris Lattner | 2004-08-08 | 1 | -16/+22 |
* | Hide this option | Chris Lattner | 2004-08-02 | 1 | -1/+1 |
* | Fix #includes of i*.h => Instructions.h as per PR403. | Misha Brukman | 2004-07-29 | 8 | -13/+8 |
* | Fix #includes of i*.h => Instructions.h as per PR403. | Misha Brukman | 2004-07-29 | 3 | -8/+4 |
* | Merge i*.h headers into Instructions.h as part of bug403. | Alkis Evlogimenos | 2004-07-29 | 1 | -2/+1 |
* | Fix test/Regression/Analysis/BasicAA/2004-07-28-MustAliasbug.llx | Chris Lattner | 2004-07-29 | 1 | -5/+9 |
* | Make the create...() functions for some of these passes return a FunctionPass *. | Brian Gaeke | 2004-07-27 | 1 | -1/+1 |
* | nuke pointless -debug output | Chris Lattner | 2004-07-27 | 1 | -4/+0 |
* | Fix conservative assumption, which was quite broken. Also, notice that | Chris Lattner | 2004-07-27 | 1 | -2/+22 |
* | Remove a bogus assertion | Chris Lattner | 2004-07-27 | 1 | -3/+0 |
* | Complete rewrite of this pass to be faster, use less memory, be easier to | Chris Lattner | 2004-07-27 | 1 | -97/+148 |
* | Use context-sensitive alias analysis to avoid pessimization in clients of | Chris Lattner | 2004-07-27 | 1 | -5/+23 |
* | Make basicaa a bit more aggressive | Chris Lattner | 2004-07-27 | 1 | -0/+4 |
* | basic-aa can actually provide simple mod/ref info | Chris Lattner | 2004-07-27 | 1 | -3/+3 |
* | This was implemented back in march | Chris Lattner | 2004-07-27 | 1 | -7/+0 |
* | Add some new methods | Chris Lattner | 2004-07-26 | 1 | -0/+13 |
* | Fix a latent bug in the AliasSetTracker that was exposed by the FreeInst addi... | Chris Lattner | 2004-07-25 | 1 | -1/+2 |
* | Add support for free instructions | Chris Lattner | 2004-07-25 | 1 | -2/+18 |
* | Clean up reference counting to stop "leaking" alias sets | Chris Lattner | 2004-07-22 | 1 | -11/+13 |