| Commit message (Expand) | Author | Age | Files | Lines |
* | Provide an interface for getting just the external symbols from a | Reid Spencer | 2004-11-06 | 1 | -0/+10 |
* | Deprecate constructors we don't want users to use. | Reid Spencer | 2004-11-06 | 1 | -0/+23 |
* | Stop propagating method names that violate the coding standard | Reid Spencer | 2004-11-05 | 1 | -37/+37 |
* | Go ahead and trust the client not to mess with the ModuleProvider* returned | Reid Spencer | 2004-11-05 | 1 | -6/+11 |
* | * Documentation corrections (thanks to Chris for nit-picking) | Reid Spencer | 2004-11-05 | 1 | -18/+11 |
* | First version of the interface to Archive files. This introduces the | Reid Spencer | 2004-11-05 | 1 | -0/+261 |
* | defining __STDC_LIMIT_MACROS on the command line is not really necessary | Chris Lattner | 2004-11-03 | 1 | -5/+6 |
* | Substantially cleanup/speedup the eq graphs pass by walking the callgraph | Chris Lattner | 2004-11-02 | 1 | -4/+3 |
* | Fix typo, contributed by Henrik Bach! | Chris Lattner | 2004-11-02 | 1 | -1/+1 |
* | Remove more dead methods | Chris Lattner | 2004-11-01 | 1 | -19/+0 |
* | Delete a dead method | Chris Lattner | 2004-11-01 | 1 | -4/+0 |
* | Rename FoldedGraph -> DSInfo to be consistent with other passes | Chris Lattner | 2004-11-01 | 1 | -18/+4 |
* | Get rid of the EquivClassGraphArgsInfo class, and the map that held it. | Chris Lattner | 2004-11-01 | 1 | -26/+0 |
* | Eliminate the cloneGraph method | Chris Lattner | 2004-11-01 | 1 | -2/+0 |
* | * Do not refer to ActualCallees in CBU, when we can do it locally. | Chris Lattner | 2004-10-31 | 1 | -3/+7 |
* | Simplify graph traversal, improve grammar | Chris Lattner | 2004-10-31 | 1 | -1/+1 |
* | Do not do horrible things to the CBU graphs. In particular, we do NOT own | Chris Lattner | 2004-10-31 | 1 | -17/+9 |
* | Add an assertion and a method | Chris Lattner | 2004-10-30 | 1 | -1/+9 |
* | Fix grammar (i.e.) | Misha Brukman | 2004-10-29 | 1 | -1/+1 |
* | The Alpha (tm) intrinsics aren't even being used | Misha Brukman | 2004-10-29 | 1 | -91/+1 |
* | Commented out the _Alloc_traits specialization entirely, as it is only | John Criswell | 2004-10-28 | 1 | -1/+7 |
* | Only add the _Alloc_traits specialization in if we're compiling for | John Criswell | 2004-10-28 | 1 | -0/+2 |
* | Regenerated after fixing typo. | Brian Gaeke | 2004-10-28 | 1 | -1/+1 |
* | Add the HAVE_RAND48 define. | Reid Spencer | 2004-10-27 | 1 | -11/+11 |
* | Convert 'struct' to 'class' in various places to adhere to the coding standards | Chris Lattner | 2004-10-27 | 24 | -52/+67 |
* | Move destructor out of line to avoid vtable emission in every file that inclu... | Nate Begeman | 2004-10-27 | 1 | -1/+1 |
* | Fix the build by eliminating some more dead code. That'll learn me not to li... | Nate Begeman | 2004-10-27 | 1 | -1/+1 |
* | Remove dead data member in MRegisterInfo class. Thanks sabre! | Nate Begeman | 2004-10-27 | 1 | -1/+0 |
* | Wrap comments at 80 cols | Misha Brukman | 2004-10-26 | 1 | -1/+2 |
* | Fix header | Chris Lattner | 2004-10-26 | 1 | -1/+1 |
* | * DataTypesFix.h moved to AIXDataTypesFix.h | Misha Brukman | 2004-10-26 | 2 | -12/+9 |
* | Remove the unused MachineBasicBlock2IndexFunctor class. | Chris Lattner | 2004-10-26 | 1 | -32/+5 |
* | Remove method getRegClass from MRegisterInfo, as it is no longer used. | Nate Begeman | 2004-10-26 | 1 | -9/+0 |
* | Remove a dead class. Thanks to Morten Ofstad for pointing this out. | Chris Lattner | 2004-10-25 | 1 | -26/+0 |
* | Patch to support MSVC better, contributed by Morten Ofstad | Chris Lattner | 2004-10-25 | 1 | -0/+3 |
* | Patch to support MSVC correctly, contributed by Morten Ofstad! | Chris Lattner | 2004-10-25 | 1 | -1/+2 |
* | Fix grammar in comments to getSizeOf() | Misha Brukman | 2004-10-24 | 1 | -1/+1 |
* | Improve comments and wrap to 80 columns. | Alkis Evlogimenos | 2004-10-24 | 1 | -2/+3 |
* | Add ConstantExpr::getSizeOf(Type*). | Alkis Evlogimenos | 2004-10-24 | 1 | -0/+4 |
* | If we're going to make the braces of functions line up for ease of readability | Misha Brukman | 2004-10-19 | 1 | -6/+6 |
* | Remove unnecessary spaces in function signature | Misha Brukman | 2004-10-19 | 1 | -1/+1 |
* | * Fit constructor initializer on a single line | Misha Brukman | 2004-10-19 | 1 | -3/+2 |
* | Move code to redefine INT64_{MIN,MAX} on AIX/PowerPC to a separate header, | Misha Brukman | 2004-10-18 | 2 | -10/+31 |
* | Initial implementation of the strength reduction for GEP instructions in | Nate Begeman | 2004-10-18 | 1 | -1/+6 |
* | * AIX on Power defines INT64_MIN and INT64_MAX in ways that annoy GCC, so | Misha Brukman | 2004-10-18 | 1 | -3/+14 |
* | Fix miscompilations in the SparcV9 backend that were induced by this patch: | Chris Lattner | 2004-10-18 | 1 | -2/+12 |
* | Declare a function in the correct namespace. | Reid Spencer | 2004-10-18 | 1 | -1/+1 |
* | Add HAVE_BZLIB_H and HAVE_ZLIB_H tests. | Reid Spencer | 2004-10-17 | 1 | -0/+6 |
* | Add support for the unreachable instruction | Chris Lattner | 2004-10-16 | 2 | -3/+5 |
* | Add new UndefValueVal type | Chris Lattner | 2004-10-16 | 1 | -4/+6 |