| Commit message (Expand) | Author | Age | Files | Lines |
* | Fix another bug in Prolangs-C++/objects | Chris Lattner | 2004-10-31 | 1 | -1/+2 |
* | Only call getNodeForValue on pointer arguments! this fixes a problem running | Chris Lattner | 2004-10-31 | 1 | -5/+11 |
* | Add more paranoid assertions :) | Chris Lattner | 2004-10-31 | 1 | -0/+12 |
* | Internalize variable names to prevent recursive assignment. Cleanup docs. | Reid Spencer | 2004-10-30 | 1 | -12/+10 |
* | Fix some more problems where we called getOffset before getNode() | Chris Lattner | 2004-10-30 | 1 | -2/+4 |
* | Fix three bugs: | Chris Lattner | 2004-10-30 | 1 | -9/+12 |
* | Fix more undefined behavior | Chris Lattner | 2004-10-30 | 1 | -10/+13 |
* | * Add a method | Chris Lattner | 2004-10-30 | 1 | -16/+28 |
* | Fixed bug with infinite epilogues. | Tanya Lattner | 2004-10-30 | 4 | -105/+187 |
* | * Fix compilation on AIX: GCC's fixincludes eliminates isinf() declaration | Misha Brukman | 2004-10-29 | 1 | -5/+7 |
* | Change name of target lib to conform to new naming scheme. | Brian Gaeke | 2004-10-29 | 2 | -2/+2 |
* | Remove dependency on MRegisterInfo::getRegClass | Brian Gaeke | 2004-10-29 | 2 | -4/+30 |
* | The Alpha (tm) intrinsics have never been used anywhere | Misha Brukman | 2004-10-29 | 2 | -47/+0 |
* | When emitting debug msgs for function stubs, don't truncate the | Brian Gaeke | 2004-10-29 | 1 | -1/+1 |
* | Gep indices must be of int, uint, long or ulong type. | Alkis Evlogimenos | 2004-10-28 | 1 | -1/+1 |
* | Fix library name. | Reid Spencer | 2004-10-28 | 2 | -2/+2 |
* | Fix library name. | Alkis Evlogimenos | 2004-10-28 | 2 | -2/+2 |
* | Fix library name. | Reid Spencer | 2004-10-28 | 1 | -1/+1 |
* | Fix name of library | Reid Spencer | 2004-10-28 | 1 | -1/+1 |
* | Make sure that the yacc and lex output are specified as BUILT_SOURCES. | Reid Spencer | 2004-10-28 | 1 | -8/+7 |
* | Change Library Names Not To Conflict With Others When Installed | Reid Spencer | 2004-10-27 | 28 | -28/+26 |
* | Changes to support rand48 tests | Reid Spencer | 2004-10-27 | 1 | -0/+15 |
* | Convert 'struct' to 'class' in various places to adhere to the coding standards | Chris Lattner | 2004-10-27 | 7 | -9/+13 |
* | Move destructor out of line to avoid vtable emission in every file that inclu... | Nate Begeman | 2004-10-27 | 1 | -0/+2 |
* | 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 | 1 | -20/+0 |
* | Initialize with the correct constant type | Chris Lattner | 2004-10-27 | 1 | -2/+3 |
* | Plug a memory leak in the asmparser. It turns out that we were leaking | Chris Lattner | 2004-10-26 | 1 | -1/+1 |
* | add support for UndefValue | Chris Lattner | 2004-10-26 | 1 | -1/+1 |
* | Move method bodies that depend on <algorithm> from MBB.h to MBB.cpp | Chris Lattner | 2004-10-26 | 1 | -14/+38 |
* | Clean up the MachineBasicBlock.h file, percolating #includes into this file. | Chris Lattner | 2004-10-26 | 2 | -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 |
* | 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 | 1 | -0/+2 |
* | Disable the JIT until it can sorta kinda work. | Chris Lattner | 2004-10-25 | 1 | -0/+1 |
* | 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 |
* | Fix compatibility with MSVC, patch by Morten Ofstad | Chris Lattner | 2004-10-25 | 1 | -0/+1 |
* | Do not use variable sized arrays in C++, they are non-portable. Patch | Chris Lattner | 2004-10-25 | 1 | -5/+5 |
* | Removed dead method, printPHICopiesForSuccessors(). | John Criswell | 2004-10-25 | 2 | -42/+0 |
* | Patch to support MSVC better, contributed by Morten Ofstad | Chris Lattner | 2004-10-25 | 1 | -1/+1 |
* | Patch to support MSVC, contributed by Morten Ofstad | Chris Lattner | 2004-10-25 | 1 | -1/+1 |
* | Modified switch generation so that only the phi values associated with the | John Criswell | 2004-10-25 | 2 | -2/+4 |
* | Implement more complete and correct codegen for bitfield inserts, as tested | Nate Begeman | 2004-10-24 | 1 | -89/+236 |