| Commit message (Expand) | Author | Age | Files | Lines |
* | Remove unused parameter. Some clients might use -Werror when compiling and | Bill Wendling | 2008-06-05 | 1 | -2/+2 |
* | IR, bitcode reader, bitcode writer, and asmparser changes to | Dan Gohman | 2008-05-31 | 1 | -1/+11 |
* | Remove warnings about unused parameters and shadowed variables. | Bill Wendling | 2008-05-19 | 1 | -11/+11 |
* | Add two new instructions to the llvm IR, vicmp and vfcmp. see updated LangRef | Nate Begeman | 2008-05-12 | 1 | -0/+10 |
* | Enforce that multiple return values have to have at least one result. | Chris Lattner | 2008-04-23 | 1 | -0/+4 |
* | Update comments to use 2.0 syntax type names. | Dan Gohman | 2008-04-09 | 1 | -1/+1 |
* | Make it possible to get an empty struct using | Duncan Sands | 2008-03-21 | 1 | -2/+3 |
* | add some convenience methods for creating GEP instructions and | Chris Lattner | 2008-03-19 | 1 | -0/+5 |
* | Revert SmallVector ctor variants. | Devang Patel | 2008-03-04 | 1 | -9/+0 |
* | Add FunctionType ctor variant that takes SmallVector params. | Devang Patel | 2008-03-04 | 1 | -0/+9 |
* | Don't attribute in file headers anymore. See llvmdev for the | Chris Lattner | 2007-12-29 | 1 | -2/+2 |
* | Change the PointerType api for creating pointer types. The old functionality ... | Christopher Lamb | 2007-12-17 | 1 | -2/+9 |
* | Implement address space attribute for LLVM pointer types. Address spaces are | Christopher Lamb | 2007-12-11 | 1 | -2/+7 |
* | Fix PR1146: parameter attributes are longer part of | Duncan Sands | 2007-11-27 | 1 | -17/+2 |
* | Updated VC++ build system. | Hartmut Kaiser | 2007-10-17 | 1 | -2/+5 |
* | It's not necessary to do rounding for alloca operations when the requested | Dan Gohman | 2007-07-18 | 1 | -0/+419 |