| Commit message (Expand) | Author | Age | Files | Lines |
* | Uncomment assertions that register# != 0 on calls to | Alkis Evlogimenos | 2004-02-26 | 1 | -2/+2 |
* | Annotations are evil. This makes Value not derive from Annotable, which makes | Chris Lattner | 2004-02-26 | 2 | -3/+3 |
* | Make TargetData no longer use annotations! | Chris Lattner | 2004-02-26 | 1 | -14/+6 |
* | Eliminate copy-and-paste comments | Chris Lattner | 2004-02-26 | 10 | -10/+10 |
* | Make sure that at least one virtual method is defined in a .cpp file to avoid | Chris Lattner | 2004-02-26 | 3 | -19/+5 |
* | Fix a bug in the densemap that was killing the local allocator, and probably | Chris Lattner | 2004-02-26 | 3 | -3/+3 |
* | Fix typeo. grow() cannot shrink storage. clear() should really nuke storage | Chris Lattner | 2004-02-26 | 3 | -9/+15 |
* | Temporarily comment out asserts as they break things. I will uncomment | Alkis Evlogimenos | 2004-02-25 | 1 | -2/+2 |
* | Represent va_list in interpreter as a (ec-stack-depth . var-arg-index) | Brian Gaeke | 2004-02-25 | 1 | -0/+1 |
* | Duh, forgot to close the parenthesis. | Alkis Evlogimenos | 2004-02-25 | 1 | -2/+2 |
* | Add assert to isPhysicalRegister and isVirtualRegister to fail when | Alkis Evlogimenos | 2004-02-25 | 1 | -0/+2 |
* | Add DenseMap template and actually use it for for mapping virtual regs | Alkis Evlogimenos | 2004-02-25 | 5 | -13/+203 |
* | Add prototype | Chris Lattner | 2004-02-25 | 1 | -0/+7 |
* | Great renaming part II: Sparc --> SparcV9 (also includes command-line options... | Brian Gaeke | 2004-02-25 | 1 | -2/+2 |
* | Cygwin defines log2 as a macro. Undef it here IFF it has already been defined, | Brian Gaeke | 2004-02-25 | 2 | -0/+8 |
* | FunctionLiveVarInfo.h moved: include/llvm/CodeGen -> lib/Target/Sparc/LiveVar | Brian Gaeke | 2004-02-24 | 1 | -111/+0 |
* | Add some helpful methods for dealing with switch instructions | Chris Lattner | 2004-02-24 | 1 | -0/+30 |
* | Hrm, my find must have been faulty. It didn't remove these as well. | Chris Lattner | 2004-02-24 | 10 | -818/+0 |
* | Boost is now unneeded, thanks to the fix for PR253, contributed by Reid Spencer! | Chris Lattner | 2004-02-24 | 51 | -5993/+0 |
* | Use the new LLVM is_class template instead of the boost one, allowing us to | Chris Lattner | 2004-02-24 | 2 | -4/+6 |
* | Check in a new type_traits header which provides the mysterious is_class | Chris Lattner | 2004-02-24 | 2 | -0/+108 |
* | Noone cares about similarity to boost | Chris Lattner | 2004-02-24 | 2 | -4/+0 |
* | DataTypes.h is now output from configure, and shortened | Brian Gaeke | 2004-02-23 | 2 | -14/+52 |
* | Regenerated with autoheader-2.57. | Brian Gaeke | 2004-02-23 | 2 | -14/+0 |
* | ThreadSupport.h is now output from configure. | Brian Gaeke | 2004-02-23 | 3 | -3/+81 |
* | Renamed to hash_set.in; move to using autoconf substitution tags. | Brian Gaeke | 2004-02-23 | 2 | -5/+70 |
* | Renamed to hash_map.in; move to using autoconf substitution tags. | Brian Gaeke | 2004-02-23 | 2 | -5/+69 |
* | Regenerated using autoheader-2.57. | Brian Gaeke | 2004-02-23 | 2 | -48/+0 |
* | Renamed from include/Support/iterator. Doxygenify comments; add autoconf subs... | Brian Gaeke | 2004-02-23 | 2 | -0/+132 |
* | Replaced by include/Support/iterator.in. | Brian Gaeke | 2004-02-23 | 1 | -76/+0 |
* | Regenerated with autoheader-2.57. | Brian Gaeke | 2004-02-23 | 2 | -18/+0 |
* | Refactor rewinding code for finding the first terminator of a basic | Alkis Evlogimenos | 2004-02-23 | 1 | -0/+5 |
* | Move LiveIntervals.h to lib/CodeGen since it shouldn't be exposed to other pa... | Alkis Evlogimenos | 2004-02-23 | 1 | -213/+0 |
* | Move MOTy::UseType enum into MachineOperand. This eliminates the | Alkis Evlogimenos | 2004-02-22 | 2 | -91/+89 |
* | Fix silly bug in implementation of getUseType(). Thanks Misha. | Alkis Evlogimenos | 2004-02-22 | 1 | -1/+1 |
* | When folding memory operands in machine instructions be careful to | Alkis Evlogimenos | 2004-02-22 | 1 | -0/+7 |
* | Significantly simplify gep_type_iterator, and make its interface more general... | Chris Lattner | 2004-02-22 | 1 | -23/+24 |
* | Abstract merging of ranges away from number of slots per instruction. | Alkis Evlogimenos | 2004-02-22 | 2 | -2/+8 |
* | Update comments and add warning | Chris Lattner | 2004-02-21 | 2 | -4/+10 |
* | Regenerated using autoheader-2.57. | Brian Gaeke | 2004-02-20 | 2 | -0/+12 |
* | Too many changes in one commit: | Alkis Evlogimenos | 2004-02-20 | 2 | -2/+66 |
* | Add a method useful for updating DSA | Chris Lattner | 2004-02-19 | 2 | -0/+18 |
* | Add a new function | Chris Lattner | 2004-02-19 | 2 | -0/+6 |
* | ADd a method for when an instruction moves | Chris Lattner | 2004-02-19 | 1 | -0/+6 |
* | Add a MachineBasicBlock::getParent() method | Chris Lattner | 2004-02-19 | 1 | -3/+7 |
* | Make ToolExecutionError inherit std::exception and implement its | Alkis Evlogimenos | 2004-02-19 | 1 | -3/+5 |
* | This is needed by assignment verification in linear-scan. | Alkis Evlogimenos | 2004-02-19 | 1 | -0/+8 |
* | Add support for just compiling a program | Chris Lattner | 2004-02-18 | 1 | -0/+19 |
* | Move unused typedefs in private section. Add method to return interval | Alkis Evlogimenos | 2004-02-18 | 2 | -4/+12 |
* | Byebye method | Chris Lattner | 2004-02-18 | 1 | -3/+0 |