| Commit message (Expand) | Author | Age | Files | Lines |
| * | Give sumant credit too! | Chris Lattner | 2004-10-27 | 1 | -0/+4 |
| * | Move destructor out of line to avoid vtable emission in every file that inclu... | Nate Begeman | 2004-10-27 | 2 | -1/+3 |
| * | Hrm, this code was severely botched. As it turns out, this patch: | Chris Lattner | 2004-10-27 | 1 | -0/+4 |
| * | Fix the build by eliminating some more dead code. That'll learn me not to li... | Nate Begeman | 2004-10-27 | 2 | -21/+1 |
| * | Remove dead data member in MRegisterInfo class. Thanks sabre! | Nate Begeman | 2004-10-27 | 1 | -1/+0 |
| * | Get the *.inc files to depend on tblgen so if tblgen gets fixed, all the | Reid Spencer | 2004-10-27 | 1 | -3/+4 |
| * | Initialize with the correct constant type | Chris Lattner | 2004-10-27 | 1 | -2/+3 |
| * | Make sure that Makefile.rules and Makefile.config.in are not candidates for | Reid Spencer | 2004-10-26 | 1 | -8/+10 |
| * | Cleanup/Fixes: | Reid Spencer | 2004-10-26 | 1 | -71/+99 |
| * | * Make the libcrtend.a installation depend on the bytecode-libs directory | Reid Spencer | 2004-10-26 | 1 | -8/+7 |
| * | Unless someone seriously objects, I don't think we really need this. Sorry | Chris Lattner | 2004-10-26 | 1 | -8/+0 |
| * | Plug a memory leak in the asmparser. It turns out that we were leaking | Chris Lattner | 2004-10-26 | 1 | -1/+1 |
| * | Wrap comments at 80 cols | Misha Brukman | 2004-10-26 | 1 | -1/+2 |
| * | add support for UndefValue | Chris Lattner | 2004-10-26 | 1 | -1/+1 |
| * | Fix header | Chris Lattner | 2004-10-26 | 1 | -1/+1 |
| * | Use <tt> around "#include" and "std::endl" | Misha Brukman | 2004-10-26 | 1 | -20/+21 |
| * | * DataTypesFix.h moved to AIXDataTypesFix.h | Misha Brukman | 2004-10-26 | 2 | -12/+9 |
| * | Use <tt> around header names | Misha Brukman | 2004-10-26 | 1 | -2/+3 |
| * | * Thanks to Morten Ofstad for the Visual C++ compatibility fixes | Misha Brukman | 2004-10-26 | 1 | -0/+5 |
| * | * Fix spelling and grammar errors | Misha Brukman | 2004-10-26 | 1 | -10/+13 |
| * | Move method bodies that depend on <algorithm> from MBB.h to MBB.cpp | Chris Lattner | 2004-10-26 | 1 | -14/+38 |
| * | Remove the unused MachineBasicBlock2IndexFunctor class. | Chris Lattner | 2004-10-26 | 1 | -32/+5 |
| * | Clean up the MachineBasicBlock.h file, percolating #includes into this file. | Chris Lattner | 2004-10-26 | 2 | -0/+2 |
| * | * Implement the "dist-check" target that verifies the contents of a zipped | Reid Spencer | 2004-10-26 | 1 | -82/+138 |
| * | Reduce the number of EXTRA_DIST files since Makefile.rules now handles the | Reid Spencer | 2004-10-26 | 1 | -6/+10 |
| * | Make sure the samples and test directories get distributed. | Reid Spencer | 2004-10-26 | 1 | -0/+1 |
| * | Make sure the include files get distributed. | Reid Spencer | 2004-10-26 | 1 | -4/+1 |
| * | Add the export symbols list files as extra distribution files. | Reid Spencer | 2004-10-26 | 1 | -0/+2 |
| * | Remove include of MRegisterInfo.h, since it is already included by | Nate Begeman | 2004-10-26 | 1 | -2/+0 |
| * | Remove file that is no longer used, and move include of MRegisterInfo.h | Nate Begeman | 2004-10-26 | 3 | -55/+1 |
| * | Remove method getRegClass from MRegisterInfo, as it is no longer used. | Nate Begeman | 2004-10-26 | 1 | -9/+0 |
| * | Really get mkinstalldirs to shut up about what its doing .. who cares? | Reid Spencer | 2004-10-26 | 1 | -3/+3 |
| * | Improve help output from llvm-db 'info' command. Patch contributed by | Chris Lattner | 2004-10-26 | 2 | -3/+9 |
| * | Eliminate usage of MRegisterInfo::getRegClass(physreg) | Nate Begeman | 2004-10-26 | 2 | -9/+18 |
| * | Fix the interpreter crash that Michael McCracken found | Chris Lattner | 2004-10-26 | 1 | -0/+1 |
| * | Reduce usage of MRegisterInfo::getRegClass | Chris Lattner | 2004-10-26 | 1 | -5/+6 |
| * | Update to-do list | Nate Begeman | 2004-10-26 | 1 | -1/+2 |
| * | Fix treecc. Also fix a latent bug in emitBinaryConstOperation that would | Nate Begeman | 2004-10-26 | 1 | -64/+46 |
| * | Add EXTRA_DIST for additional files to be distributed. | Reid Spencer | 2004-10-26 | 6 | -1/+10 |
| * | Give a useful hint | Chris Lattner | 2004-10-26 | 1 | -1/+1 |
| * | Bug fixed | Chris Lattner | 2004-10-25 | 1 | -0/+2 |
| * | Disable the JIT until it can sorta kinda work. | Chris Lattner | 2004-10-25 | 1 | -0/+1 |
| * | add a link to the makefile guide, eliminate redundant link to coding stds | Chris Lattner | 2004-10-25 | 1 | -4/+4 |
| * | Make a sentence easier to parse | Chris Lattner | 2004-10-25 | 1 | -2/+2 |
| * | Fix spellos | Chris Lattner | 2004-10-25 | 1 | -8/+8 |
| * | Remove template args that are the same as the default | Chris Lattner | 2004-10-25 | 1 | -2/+1 |
| * | Remove a dead class. Thanks to Morten Ofstad for pointing this out. | Chris Lattner | 2004-10-25 | 1 | -26/+0 |
| * | Remove dead assert | Chris Lattner | 2004-10-25 | 1 | -3/+0 |
| * | Patch to support MSVC, contributed by Morten Ofstad | Chris Lattner | 2004-10-25 | 1 | -0/+3 |
| * | Patch to support MSVC, contributed by Morten Ofstad | Chris Lattner | 2004-10-25 | 1 | -0/+3 |