| Commit message (Expand) | Author | Age | Files | Lines |
* | Allow parsing select instruction and constant expr | Chris Lattner | 2004-03-12 | 1 | -1/+15 |
* | Insert functions into the module promptly, not lazily. This fixes a bug | Chris Lattner | 2004-03-08 | 1 | -11/+2 |
* | Eliminate a REALLY HORRIBLE API: mutateReferences, which is gross gross gross. | Chris Lattner | 2004-03-08 | 1 | -5/+7 |
* | It turns out that the two dimensional vectors were causing big slowdowns | Chris Lattner | 2004-02-09 | 1 | -32/+34 |
* | When resolving upreferences, if multiple uprefs will be resolved to the same | Chris Lattner | 2004-02-09 | 1 | -6/+24 |
* | Adjust to the changed StructType interface. In particular, getElementTypes()... | Chris Lattner | 2004-02-09 | 1 | -2/+2 |
* | Start using the new and improve interface to FunctionType arguments | Chris Lattner | 2004-02-09 | 1 | -4/+4 |
* | This #include is not needed, it should have been removed with the last patch | Chris Lattner | 2004-02-09 | 1 | -1/+0 |
* | Instead of searching the entire type graph for a type to determine if it | Chris Lattner | 2004-02-09 | 1 | -8/+29 |
* | Upreferences are always OpaqueTypes, meaning that it is impossible for a non-... | Chris Lattner | 2004-02-09 | 1 | -0/+1 |
* | Change the 'exception' destination to the 'unwind' destination. We will always | Chris Lattner | 2004-02-08 | 1 | -2/+2 |
* | Don't use ConstantExpr::getShift anymore | Chris Lattner | 2004-01-12 | 1 | -1/+1 |
* | Minor code cleanups. The only bugfix is to the UR_DEBUG stuff which didn't | Chris Lattner | 2003-12-31 | 1 | -15/+20 |
* | Right, fix the problem with invoke instructions, not just call instructions | Chris Lattner | 2003-12-23 | 1 | -1/+1 |
* | Do not delete the type holder until after the call instruction has been | Chris Lattner | 2003-12-23 | 1 | -1/+1 |
* | Minor cleanups, plug a minor memory leak | Chris Lattner | 2003-12-23 | 1 | -3/+1 |
* | To not barf when an error occurs. | Chris Lattner | 2003-11-26 | 1 | -9/+9 |
* | Fix PR147 | Chris Lattner | 2003-11-25 | 1 | -0/+5 |
* | Check return types of functions | Chris Lattner | 2003-11-21 | 1 | -0/+3 |
* | Don't crash on bogus source value | Chris Lattner | 2003-11-21 | 1 | -0/+3 |
* | Fix bug PR107, patch contributed by Reid Spencer! | Chris Lattner | 2003-11-12 | 1 | -1/+26 |
* | Put all LLVM code into the llvm namespace, as per bug 109. | Brian Gaeke | 2003-11-11 | 1 | -27/+34 |
* | 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 |