| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | Add new UnreachableInst class | Chris Lattner | 2004-10-16 | 1 | -0/+37 |
* | Add new unreachable instruction | Chris Lattner | 2004-10-16 | 1 | -44/+45 |
* | Add new UndefValue class | Chris Lattner | 2004-10-16 | 1 | -0/+31 |
* | UndefValue's are constants | Chris Lattner | 2004-10-16 | 1 | -1/+2 |
* | Move the implementation of the clone method for these classes to | Chris Lattner | 2004-10-15 | 2 | -25/+19 |
* | Allow machine operands to represent global variables with offsets. This is | Chris Lattner | 2004-10-15 | 2 | -21/+44 |
* | Convert tabs to spaces | Misha Brukman | 2004-10-14 | 1 | -2/+2 |
* | Make sure any client of Dominators.h links in Dominators.cpp | Chris Lattner | 2004-10-14 | 1 | -0/+6 |
* | Remove unneeded typedef, patch by Morten Ofstad | Chris Lattner | 2004-10-14 | 1 | -2/+0 |
* | Use explicit std:: qualification to avoid relying on Koenig lookup, which | Chris Lattner | 2004-10-13 | 1 | -1/+1 |
* | Get rid of template templates that were preventing VC from compiling the | Chris Lattner | 2004-10-13 | 1 | -18/+18 |
* | Update doco, make doxygen more, use standard dividers. | Chris Lattner | 2004-10-13 | 1 | -19/+23 |
* | Fix file comment header | Misha Brukman | 2004-10-12 | 1 | -1/+1 |
* | On second thought, OpaqueType is not really a good first-class type. | Misha Brukman | 2004-10-12 | 1 | -5/+2 |
* | Add comment | Chris Lattner | 2004-10-12 | 1 | -0/+2 |
* | Opaque types are considered to be first-class. | Misha Brukman | 2004-10-12 | 1 | -1/+3 |
* | Add std:: prefix for compilers without correct koenig lookup implemented. | Chris Lattner | 2004-10-12 | 1 | -2/+2 |
* | Right, calls have Operand#0 == the called function, don't forget this. | Chris Lattner | 2004-10-12 | 1 | -12/+12 |
* | New header. Classes can be added as needed. | Chris Lattner | 2004-10-12 | 1 | -0/+198 |
* | Allow creation of GEP constantexprs with a vector of value* operands as | Chris Lattner | 2004-10-11 | 1 | -2/+5 |
* | Add long overdue methods | Chris Lattner | 2004-10-11 | 4 | -2/+45 |
* | Get friendly with Type | Chris Lattner | 2004-10-07 | 1 | -0/+1 |
* | Change signature of this method again | Chris Lattner | 2004-10-07 | 1 | -1/+1 |
* | Rename pass | Chris Lattner | 2004-10-07 | 1 | -3/+3 |
* | Undoxyfy internal method. | Misha Brukman | 2004-10-06 | 1 | -3/+2 |