| Commit message (Expand) | Author | Age | Files | Lines |
| * | Adjust to changes in User class. Aggregate constants now must explicitly | Chris Lattner | 2005-01-29 | 1 | -46/+81 |
| * | Fix grammar | Misha Brukman | 2005-01-27 | 1 | -1/+1 |
| * | Allow getZeroExtend and getSignExtend to work with boolean inputs. | Chris Lattner | 2005-01-01 | 1 | -5/+13 |
| * | Change this method to return ulong, not uint, for 64-bit targets. | Chris Lattner | 2004-12-13 | 1 | -5/+4 |
| * | Revert the recent patches to "fix" ConstantFP::isValueValidForType. None | Reid Spencer | 2004-12-07 | 1 | -5/+1 |
| * | Provide a missing header file. | Reid Spencer | 2004-12-07 | 1 | -0/+1 |
| * | Fix some comments. | Reid Spencer | 2004-12-07 | 1 | -1/+2 |
| * | Fix check for valid floats. Also use and HUGE_VALF instead | Alkis Evlogimenos | 2004-12-07 | 1 | -10/+1 |
| * | For PR409: \ | Reid Spencer | 2004-12-06 | 1 | -0/+11 |
| * | Add hooks to free all memory allocated by the singleton factories in these | Chris Lattner | 2004-11-19 | 1 | -0/+36 |
| * | Gep indices must be of int, uint, long or ulong type. | Alkis Evlogimenos | 2004-10-28 | 1 | -1/+1 |
| * | Make this actually work. | Alkis Evlogimenos | 2004-10-24 | 1 | -2/+2 |
| * | Add ConstantExpr::getSizeOf(Type*). | Alkis Evlogimenos | 2004-10-24 | 1 | -0/+9 |
| * | Implement UndefValue class | Chris Lattner | 2004-10-16 | 1 | -0/+45 |
| * | Allow creation of GEP constantexprs with a vector of value* operands as | Chris Lattner | 2004-10-11 | 1 | -10/+19 |
| * | When creating constant arrays check that the initializer vector is the | Alkis Evlogimenos | 2004-09-15 | 1 | -0/+2 |
| * | Add assertion descriptiosn on type mismatches when creating | Alkis Evlogimenos | 2004-09-10 | 1 | -6/+8 |
| * | Changes For Bug 352 | Reid Spencer | 2004-09-01 | 1 | -1/+1 |
| * | Packed types, brought to you by Brad Jones | Brian Gaeke | 2004-08-20 | 1 | -0/+92 |
| * | Check constant expression validity more strictly | Chris Lattner | 2004-08-17 | 1 | -0/+31 |
| * | Add a hack to work around a problem my changes exposed | Chris Lattner | 2004-08-04 | 1 | -0/+7 |
| * | Fix a latent bug exposed by my recent changes | Chris Lattner | 2004-08-04 | 1 | -1/+9 |
| * | Stop using getValues(). | Alkis Evlogimenos | 2004-08-04 | 1 | -6/+6 |
| * | Implement a FIXME, by not searching linearly through a map to remove an | Chris Lattner | 2004-08-04 | 1 | -8/+34 |
| * | Fix #includes of i*.h => Instructions.h as per PR403. | Misha Brukman | 2004-07-29 | 1 | -1/+1 |
| * | classof implementations are now inlined | Chris Lattner | 2004-07-19 | 1 | -42/+5 |
| * | bug 122: | Reid Spencer | 2004-07-17 | 1 | -57/+5 |
| * | implement new helper method | Chris Lattner | 2004-07-12 | 1 | -0/+8 |
| * | #include <iostream> since its not in Value.h any more. | Reid Spencer | 2004-07-04 | 1 | -2/+3 |
| * | Make ConstantBool act like a 1 bit ConstantInt, in order to simplify client | Chris Lattner | 2004-06-21 | 1 | -4/+7 |
| * | Rename Type::PrimitiveID to TypeId and ::getPrimitiveID() to ::getTypeID() | Chris Lattner | 2004-06-17 | 1 | -11/+9 |
| * | Workaround or a VS miscompilation bug | Chris Lattner | 2004-06-08 | 1 | -1/+1 |
| * | Delete some unreachable code | Chris Lattner | 2004-06-04 | 1 | -5/+0 |
| * | Implement some helpers | Chris Lattner | 2004-05-25 | 1 | -0/+10 |
| * | Add ConstantExpr::get(Sign|Zero)Extend methods | Chris Lattner | 2004-04-04 | 1 | -0/+16 |
| * | Add support for constant expr casts | Chris Lattner | 2004-03-31 | 1 | -0/+8 |
| * | Fix a latent bug in select constantexpr handling that was broke 253.perlbmk | Chris Lattner | 2004-03-30 | 1 | -0/+2 |
| * | Handle -0.0 correctly | Chris Lattner | 2004-03-29 | 1 | -1/+4 |
| * | Add a bunch of methods that should have been added a long time ago. | Chris Lattner | 2004-03-29 | 1 | -0/+61 |
| * | Add support for select constant expressions. Use reserve a bit more to avoid | Chris Lattner | 2004-03-12 | 1 | -0/+35 |
| * | Eliminate nightmarish API | Chris Lattner | 2004-03-08 | 1 | -23/+0 |
| * | Move the folding of gep null, 0, 0, 0 to a place where it can be shared and | Chris Lattner | 2004-02-16 | 1 | -12/+5 |
| * | Add a new ConstantAggregateZero class, to fix PR239. This makes zero | Chris Lattner | 2004-02-15 | 1 | -36/+70 |
| * | ConstantArray::get and ConstantStruct::get now just return pointers to | Chris Lattner | 2004-02-15 | 1 | -4/+4 |
| * | Remove dependence on return type of ConstantStruct::get | Chris Lattner | 2004-02-15 | 1 | -1/+1 |
| * | Remove dependence on the return type of ConstantArray::get | Chris Lattner | 2004-02-15 | 1 | -1/+1 |
| * | Keep a cache of non-abstract null arrays and structs. This speeds up llvm-dis | Chris Lattner | 2004-02-15 | 1 | -2/+19 |
| * | Adjust to the changed StructType interface. In particular, getElementTypes()... | Chris Lattner | 2004-02-09 | 1 | -9/+9 |
| * | Second half of a fix for PR218 & test/Regression/Assembler/2004-02-01-Negativ... | Chris Lattner | 2004-02-01 | 1 | -4/+43 |
| * | Fix a problem brian ran into with the bytecode reader asserting. It turns | Chris Lattner | 2004-01-23 | 1 | -0/+5 |