| Commit message (Expand) | Author | Age | Files | Lines |
* | Make sure that PHI node operands are first class types | Chris Lattner | 2003-10-30 | 1 | -0/+2 |
* | Added LLVM copyright header. | John Criswell | 2003-10-21 | 1 | -0/+7 |
* | Change the Opcode enum for PHI nodes from "Instruction::PHINode" to "Instruct... | Chris Lattner | 2003-10-19 | 1 | -2/+2 |
* | New revised variable argument handling support | Chris Lattner | 2003-10-18 | 1 | -3/+104 |
* | Tighten up handling of checks for shift instructions | Chris Lattner | 2003-10-17 | 1 | -2/+4 |
* | Minor cleanups | Chris Lattner | 2003-10-16 | 1 | -30/+28 |
* | Add support for 'weak' linkage. | Chris Lattner | 2003-10-16 | 1 | -1/+1 |
* | Decrease usage of use_size() | Chris Lattner | 2003-10-15 | 1 | -1/+1 |
* | Regularize header file comments | Chris Lattner | 2003-10-13 | 1 | -2/+2 |
* | Reserve space for PHI operands | Chris Lattner | 2003-10-10 | 1 | -0/+1 |
* | Accept 'weak' as a linkage type. For now, just turn it into linkonce linkage | Chris Lattner | 2003-10-10 | 1 | -1/+2 |
* | Add better checking | Chris Lattner | 2003-10-10 | 1 | -0/+6 |
* | The objects mapped are really PATypeHolders, not PATypeHandles | Chris Lattner | 2003-10-02 | 1 | -2/+2 |
* | Oops, look at the VOLATILE marker, not the opcode | Chris Lattner | 2003-09-08 | 1 | -2/+2 |
* | Add support for the unwind instruction | Chris Lattner | 2003-09-08 | 1 | -2/+5 |
* | Parse volatile loads/stores | Chris Lattner | 2003-09-08 | 1 | -17/+26 |
* | Remove gross old hacky code that was in there for backwards compatibility | Chris Lattner | 2003-09-01 | 1 | -56/+9 |
* | Rename SwitchInst::dest_push_back -> addCase | Chris Lattner | 2003-08-23 | 1 | -1/+1 |
* | Accept double quoted strings everwhere we accept a %ABC variable name. | Chris Lattner | 2003-08-22 | 1 | -10/+8 |
* | Spell `necessary' correctly. | Misha Brukman | 2003-08-18 | 1 | -1/+1 |
* | Remove redundant const qualifiers from cast<> expressions | Chris Lattner | 2003-07-23 | 1 | -10/+10 |
* | The word `separate' only has one `e'. | Misha Brukman | 2003-07-14 | 1 | -1/+1 |
* | Add support for a new zeroinitializer token which can be used to get rid of | Chris Lattner | 2003-06-28 | 1 | -1/+6 |
* | Detemplatize the PATypeHandle class, which was only really instantiated on 'T... | Chris Lattner | 2003-06-18 | 1 | -2/+2 |
* | Fix bugs: | Chris Lattner | 2003-05-21 | 1 | -1/+3 |
* | Fix bugs: | Chris Lattner | 2003-05-21 | 1 | -0/+15 |
* | Fix bug: Assembler/2003-05-15-SwitchBug.ll | Chris Lattner | 2003-05-15 | 1 | -0/+5 |
* | Add support for the new va_arg instruction | Chris Lattner | 2003-05-08 | 1 | -1/+5 |
* | Fix bug: Assembler/2003-04-25-UnresolvedGlobalReference.ll | Chris Lattner | 2003-04-25 | 1 | -1/+19 |
* | Allow information about the target to be specified in the .ll file | Chris Lattner | 2003-04-22 | 1 | -1/+22 |
* | Namespacify | Chris Lattner | 2003-04-22 | 1 | -84/+84 |
* | Preserve module source information in the ModuleID | Chris Lattner | 2003-04-22 | 1 | -1/+2 |
* | Add new linkage types to support a real frontend | Chris Lattner | 2003-04-16 | 1 | -14/+19 |
* | Don't allow declaring an external internal variable | Chris Lattner | 2003-04-16 | 1 | -28/+30 |
* | Fix bug: Assember2003-04-15-ConstantInitAssertion.llx | Chris Lattner | 2003-04-15 | 1 | -2/+9 |
* | Fix bug: Assembler/2003-03-03-DuplicateConstant.ll | Chris Lattner | 2003-03-03 | 1 | -4/+6 |
* | Fix bug: Assembler/2003-02-02-ConstGlobal.ll | Chris Lattner | 2003-02-02 | 1 | -6/+6 |
* | Fix bug: Assembler/2003-01-30-UnsignedString.ll | Chris Lattner | 2003-01-30 | 1 | -1/+1 |
* | - Eliminated the deferred symbol table stuff in Module & Function, it really | Chris Lattner | 2002-11-20 | 1 | -12/+14 |
* | - Fix bug: Assembler/2002-10-15-NameClash.ll | Chris Lattner | 2002-10-15 | 1 | -42/+42 |
* | This loop executed exactly one time, turn it into straightline code | Chris Lattner | 2002-10-14 | 1 | -8/+6 |
* | - Change Function's so that their argument list is populated when they are | Chris Lattner | 2002-10-13 | 1 | -31/+36 |
* | Minor, non-functionality changing, formatting fix | Chris Lattner | 2002-10-09 | 1 | -6/+6 |
* | The parser now accepts "external" global variables, in addition to the backwards | Chris Lattner | 2002-10-06 | 1 | -3/+3 |
* | Change the MallocInst & AllocaInst ctors to take the allocated type, not the | Chris Lattner | 2002-09-13 | 1 | -7/+4 |
* | Recently changed getelementptr to use 'long' indexes for sequential types | Chris Lattner | 2002-09-11 | 1 | -0/+10 |
* | Use explicit ctor | Chris Lattner | 2002-09-10 | 1 | -1/+2 |
* | Tighten up error checking in parser, disallowing instructions that f.e., | Chris Lattner | 2002-09-10 | 1 | -3/+23 |
* | Load & StoreInst no longer derive from MemAccessInst, so we don't have | Chris Lattner | 2002-08-22 | 1 | -2/+2 |
* | - Fix asmparser and bytecode reader to not generate loads/stores with idxs | Chris Lattner | 2002-08-21 | 1 | -3/+36 |