Age | Commit message (Expand) | Author |
2004-10-27 | Get the *.inc files to depend on tblgen so if tblgen gets fixed, all the | Reid Spencer |
2004-10-27 | Initialize with the correct constant type | Chris Lattner |
2004-10-26 | Make sure that Makefile.rules and Makefile.config.in are not candidates for | Reid Spencer |
2004-10-26 | Cleanup/Fixes: | Reid Spencer |
2004-10-26 | * Make the libcrtend.a installation depend on the bytecode-libs directory | Reid Spencer |
2004-10-26 | Unless someone seriously objects, I don't think we really need this. Sorry | Chris Lattner |
2004-10-26 | Plug a memory leak in the asmparser. It turns out that we were leaking | Chris Lattner |
2004-10-26 | Wrap comments at 80 cols | Misha Brukman |
2004-10-26 | add support for UndefValue | Chris Lattner |
2004-10-26 | Fix header | Chris Lattner |
2004-10-26 | Use <tt> around "#include" and "std::endl" | Misha Brukman |
2004-10-26 | * DataTypesFix.h moved to AIXDataTypesFix.h | Misha Brukman |
2004-10-26 | Use <tt> around header names | Misha Brukman |
2004-10-26 | * Thanks to Morten Ofstad for the Visual C++ compatibility fixes | Misha Brukman |
2004-10-26 | * Fix spelling and grammar errors | Misha Brukman |
2004-10-26 | Move method bodies that depend on <algorithm> from MBB.h to MBB.cpp | Chris Lattner |
2004-10-26 | Remove the unused MachineBasicBlock2IndexFunctor class. | Chris Lattner |
2004-10-26 | Clean up the MachineBasicBlock.h file, percolating #includes into this file. | Chris Lattner |
2004-10-26 | * Implement the "dist-check" target that verifies the contents of a zipped | Reid Spencer |
2004-10-26 | Reduce the number of EXTRA_DIST files since Makefile.rules now handles the | Reid Spencer |
2004-10-26 | Make sure the samples and test directories get distributed. | Reid Spencer |
2004-10-26 | Make sure the include files get distributed. | Reid Spencer |
2004-10-26 | Add the export symbols list files as extra distribution files. | Reid Spencer |
2004-10-26 | Remove include of MRegisterInfo.h, since it is already included by | Nate Begeman |
2004-10-26 | Remove file that is no longer used, and move include of MRegisterInfo.h | Nate Begeman |
2004-10-26 | Remove method getRegClass from MRegisterInfo, as it is no longer used. | Nate Begeman |
2004-10-26 | Really get mkinstalldirs to shut up about what its doing .. who cares? | Reid Spencer |
2004-10-26 | Improve help output from llvm-db 'info' command. Patch contributed by | Chris Lattner |
2004-10-26 | Eliminate usage of MRegisterInfo::getRegClass(physreg) | Nate Begeman |
2004-10-26 | Fix the interpreter crash that Michael McCracken found | Chris Lattner |
2004-10-26 | Reduce usage of MRegisterInfo::getRegClass | Chris Lattner |
2004-10-26 | Update to-do list | Nate Begeman |
2004-10-26 | Fix treecc. Also fix a latent bug in emitBinaryConstOperation that would | Nate Begeman |
2004-10-26 | Add EXTRA_DIST for additional files to be distributed. | Reid Spencer |
2004-10-26 | Give a useful hint | Chris Lattner |
2004-10-25 | Bug fixed | Chris Lattner |
2004-10-25 | Disable the JIT until it can sorta kinda work. | Chris Lattner |
2004-10-25 | add a link to the makefile guide, eliminate redundant link to coding stds | Chris Lattner |
2004-10-25 | Make a sentence easier to parse | Chris Lattner |
2004-10-25 | Fix spellos | Chris Lattner |
2004-10-25 | Remove template args that are the same as the default | Chris Lattner |
2004-10-25 | Remove a dead class. Thanks to Morten Ofstad for pointing this out. | Chris Lattner |
2004-10-25 | Remove dead assert | Chris Lattner |
2004-10-25 | Patch to support MSVC, contributed by Morten Ofstad | Chris Lattner |
2004-10-25 | Patch to support MSVC, contributed by Morten Ofstad | Chris Lattner |
2004-10-25 | Fix compatibility with MSVC, patch by Morten Ofstad | Chris Lattner |
2004-10-25 | Do not use variable sized arrays in C++, they are non-portable. Patch | Chris Lattner |
2004-10-25 | Removed dead method, printPHICopiesForSuccessors(). | John Criswell |
2004-10-25 | Patch to support MSVC better, contributed by Morten Ofstad | Chris Lattner |
2004-10-25 | Patch to support MSVC, contributed by Morten Ofstad | Chris Lattner |