| Commit message (Expand) | Author | Age | Files | Lines |
* | Add support for vectors of pointers. | Nadav Rotem | 2011-12-05 | 1 | -0/+2 |
* | Rip out the old StructType APIs as warned about on llvmdev last week. | Chris Lattner | 2011-08-18 | 1 | -14/+0 |
* | add ifdef's to let people easily remove these dead api for testing. | Chris Lattner | 2011-08-12 | 1 | -2/+3 |
* | add two missing function impls | Chris Lattner | 2011-08-12 | 1 | -1/+1 |
* | add new accessors to reflect new terminology in struct types. | Chris Lattner | 2011-08-12 | 1 | -18/+49 |
* | land David Blaikie's patch to de-constify Type, with a few tweaks. | Chris Lattner | 2011-07-18 | 1 | -19/+19 |
* | Delete StructType bodies when destroying a StructType. | Benjamin Kramer | 2011-07-12 | 1 | -0/+4 |
* | Second attempt at de-constifying LLVM Types in FunctionType::get(), | Jay Foad | 2011-07-12 | 1 | -8/+1 |
* | Revert r134893 and r134888 (and related patches in other trees). It was causing | Bill Wendling | 2011-07-12 | 1 | -1/+8 |
* | De-constify Types in StructType::get() and TargetData::getIntPtrType(). | Jay Foad | 2011-07-11 | 1 | -6/+1 |
* | De-constify Types in FunctionType::get(). | Jay Foad | 2011-07-11 | 1 | -2/+0 |
* | finish a thought. | Chris Lattner | 2011-07-10 | 1 | -0/+1 |
* | remove the DerivedType which isn't adding value anymore. | Chris Lattner | 2011-07-09 | 1 | -18/+5 |
* | Land the long talked about "type system rewrite" patch. This | Chris Lattner | 2011-07-09 | 1 | -110/+82 |
* | introduce an isLayoutIdentical() method, which is currently just a pointer | Chris Lattner | 2011-06-20 | 1 | -1/+8 |
* | fix the varargs version of StructType::get to not require an LLVMContext, mak... | Chris Lattner | 2011-06-18 | 1 | -7/+6 |
* | eliminate some pointless virtual methods. | Chris Lattner | 2011-06-18 | 1 | -28/+5 |
* | change Type.h to forward declare ArrayRef instead of #including it. | Chris Lattner | 2011-06-16 | 1 | -9/+5 |
* | move the address space into the subclass data field, saving a word on Pointer... | Chris Lattner | 2011-06-16 | 1 | -4/+3 |
* | tidy up some comments, store the 'isvararg' bit for FunctionType in | Chris Lattner | 2011-06-16 | 1 | -43/+33 |
* | remove Type::getVAArgsPromotedType, which is dead, and tidy up a bit. | Chris Lattner | 2011-06-16 | 1 | -1/+1 |
* | Make the empty StructType::get overload use an empty ArrayRef. | Anders Carlsson | 2011-04-18 | 1 | -1/+1 |
* | Use an empty ArrayRef instead of an empty std::vector for the Function::get o... | Anders Carlsson | 2011-04-18 | 1 | -1/+1 |
* | Replace const std::vector& with ArrayRef in the type creation APIs. | Nick Lewycky | 2011-04-06 | 1 | -5/+5 |
* | Merge System into Support. | Michael J. Spencer | 2010-11-29 | 1 | -1/+1 |
* | fix a bug I introduced back in the hayday of version #2. | Chris Lattner | 2010-09-20 | 1 | -1/+1 |
* | Prune includes. | Benjamin Kramer | 2010-09-14 | 1 | -0/+1 |
* | remove unions from LLVM IR. They are severely buggy and not | Chris Lattner | 2010-08-28 | 1 | -61/+1 |
* | eliminate unlockedRefineAbstractTypeTo, types are all per-llvmcontext, | Chris Lattner | 2010-07-16 | 1 | -4/+0 |
* | Add support for a union type in LLVM IR. Patch by Talin! | Chris Lattner | 2010-02-12 | 1 | -1/+60 |
* | Fix some of the memcheck errors found in the JIT unittests. | Jeffrey Yasskin | 2010-02-11 | 1 | -0/+1 |
* | This fixes a memory leak in OpaqueType found by Google's internal heapchecker. | Jeffrey Yasskin | 2009-12-17 | 1 | -3/+1 |
* | Actually privatize a IntegerTypes, and fix a few bugs exposed by this. | Owen Anderson | 2009-08-13 | 1 | -8/+13 |
* | Push LLVMContexts through the IntegerType APIs. | Owen Anderson | 2009-08-13 | 1 | -4/+4 |
* | Make LLVMContext and LLVMContextImpl classes instead of structs. | Benjamin Kramer | 2009-08-11 | 1 | -1/+1 |
* | Privatize the StructType table, which unfortunately involves routing contexts... | Owen Anderson | 2009-08-05 | 1 | -4/+7 |
* | Minor whitespace fix, so this doesn't look like a unary *. | Dan Gohman | 2009-08-03 | 1 | -1/+1 |
* | improve the APIs for creating struct and function types with no arguments/ele... | Chris Lattner | 2009-07-01 | 1 | -0/+15 |
* | Forgot this file in my last commit. | Owen Anderson | 2009-06-16 | 1 | -0/+4 |
* | Create FunctionType::isValidArgumentType to go along with isValidReturnType. | Nick Lewycky | 2009-06-07 | 1 | -0/+20 |
* | 80-column violation. | Mikhail Glushenkov | 2009-02-14 | 1 | -16/+16 |
* | Assert that VectorType::getTruncatedElementVectorType is not used with | Bob Wilson | 2009-01-07 | 1 | -0/+2 |
* | Improve support for type-generic vector intrinsics by teaching TableGen how | Bob Wilson | 2009-01-07 | 1 | -0/+20 |
* | 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 |