| Commit message (Expand) | Author | Age | Files | Lines |
* | Move SlotCalculator.h to lib/Bytecode/Writer since that is the only place | Reid Spencer | 2004-07-04 | 1 | -141/+0 |
* | Make all the virtual function (except destructor) inline so there are | Reid Spencer | 2004-07-04 | 1 | -41/+41 |
* | Add a new, compatible, interface function for writing types as operands. | Reid Spencer | 2004-07-04 | 1 | -0/+3 |
* | Added #include <iostream> since this header is no longer picked up from | Reid Spencer | 2004-07-04 | 1 | -0/+1 |
* | - Remove enumerator TypeVal since Values can't be types any more | Reid Spencer | 2004-07-04 | 1 | -5/+1 |
* | There is no longer a "Type" primitive type because Values and Types are | Reid Spencer | 2004-07-04 | 1 | -1/+0 |
* | Constify usage of Type* on the interface to ensure SymbolTable doesn't | Reid Spencer | 2004-07-04 | 1 | -9/+6 |
* | Remove all of the classof(const Value*) methods of the derived types since | Reid Spencer | 2004-07-04 | 1 | -36/+2 |
* | Make Type have no base classes. Previously it inherited Value. Also | Reid Spencer | 2004-07-04 | 1 | -15/+17 |
* | Add more operators. | Alkis Evlogimenos | 2004-07-04 | 2 | -0/+4 |
* | Fix Type::isSized() to realize that "{ opaque }" is not sized | Chris Lattner | 2004-07-02 | 1 | -2/+7 |
* | Since we are in the department of redundancy department, at least be correct | Chris Lattner | 2004-07-02 | 1 | -1/+1 |
* | Add a new pass for code generators to use | Chris Lattner | 2004-07-02 | 1 | -1/+9 |
* | * Doxygenify comments | Misha Brukman | 2004-07-01 | 1 | -11/+13 |
* | Move init methods out of line to enable better assertions, contributed | Chris Lattner | 2004-07-01 | 1 | -14/+4 |
* | Now that we have happy mappings from MBBs->numbers, use them instead of keeping | Chris Lattner | 2004-07-01 | 1 | -23/+0 |
* | Change the implementation of the autonumbering for MBB's a bit to provide | Chris Lattner | 2004-07-01 | 1 | -6/+33 |
* | Provide support for the BytecodeHandler interface which will be called by | Reid Spencer | 2004-06-29 | 1 | -2/+9 |
* | Fix include guard | Reid Spencer | 2004-06-29 | 1 | -9/+20 |
* | Adjust comments to match code. | Reid Spencer | 2004-06-29 | 1 | -6/+13 |
* | Add new header | Chris Lattner | 2004-06-28 | 1 | -0/+29 |
* | Remove dead file | Chris Lattner | 2004-06-28 | 1 | -118/+0 |
* | Remove two dead passes | Chris Lattner | 2004-06-28 | 1 | -8/+0 |
* | Move file to lib/Analysis/DataStructure | Chris Lattner | 2004-06-28 | 1 | -232/+0 |
* | Moved to lib/analysis/datastructure | Chris Lattner | 2004-06-28 | 1 | -255/+0 |
* | Moved to lib/Analysis/DataStructure | Chris Lattner | 2004-06-28 | 1 | -103/+0 |
* | Moved to lib/Analysis/DataStructure | Chris Lattner | 2004-06-28 | 1 | -302/+0 |
* | Now that the SparcV9 specific MachineCodeForInstruction class uses it's own | Chris Lattner | 2004-06-27 | 1 | -2/+1 |
* | This class is no longer an annotation | Chris Lattner | 2004-06-27 | 1 | -5/+2 |
* | Add a map of MachineCodeForInstruction objects to MachineFunctionInfo | Chris Lattner | 2004-06-27 | 1 | -1/+7 |
* | Eliminate the Instruction::iType field, folding it into the Value::VTy field. | Chris Lattner | 2004-06-27 | 2 | -6/+15 |
* | Get rid of Annotable's vtable. If anyone deletes an object through an Annota... | Chris Lattner | 2004-06-27 | 2 | -2/+2 |
* | Make it obvious that this file is bad bad bad | Chris Lattner | 2004-06-27 | 1 | -0/+3 |
* | Make ctor inline, change ValueTy ->unsigned | Chris Lattner | 2004-06-27 | 1 | -1/+2 |
* | Consider anything with a ValueType that is >= Instruction to be an instruction | Chris Lattner | 2004-06-26 | 2 | -4/+3 |
* | Rearrange some code. | Chris Lattner | 2004-06-26 | 1 | -17/+24 |
* | Hey, why not just make 'new ReturnInst(BB)' DTRT? | Chris Lattner | 2004-06-25 | 1 | -0/+3 |
* | new ReturnInst(BB) does not "do the right thing". Add an assert to catch it | Chris Lattner | 2004-06-25 | 1 | -0/+2 |
* | Prototype for new ConstantExpr lowering pass, contributed by Vladimir Prus! | Chris Lattner | 2004-06-25 | 1 | -0/+5 |
* | - Changed Handler.h -> BytecodeHandler.h | Reid Spencer | 2004-06-25 | 1 | -13/+13 |
* | Okay, Module have not been known as 'C' for a LONG time now | Chris Lattner | 2004-06-25 | 1 | -4/+2 |
* | Unbreak the build. tsk tsk | Chris Lattner | 2004-06-25 | 2 | -2/+2 |
* | Made a fix so that you can print out MachineInstrs that belong to a MachineBa... | Tanya Lattner | 2004-06-25 | 1 | -2/+8 |
* | Add a LowercaseString() utility function, courtesy of brg. | Misha Brukman | 2004-06-24 | 2 | -0/+14 |
* | Definition of the Bytecode Handler interface. Subclasses can override just | Reid Spencer | 2004-06-24 | 1 | -0/+291 |
* | Remove distasteful method which is really part of the indvars pass | Chris Lattner | 2004-06-24 | 1 | -6/+0 |
* | Moved to include/llvm/Support | Misha Brukman | 2004-06-23 | 1 | -33/+0 |
* | Provide prototypes for IsNAN() wrapper. | Brian Gaeke | 2004-06-23 | 2 | -0/+8 |
* | Regenerated. | Brian Gaeke | 2004-06-22 | 2 | -14/+34 |
* | Added the llvm/test/Programs/Makefile.test Makefile. | John Criswell | 2004-06-22 | 2 | -0/+6 |