| Age | Commit message (Expand) | Author |
| 2010-11-29 | Merge System into Support. | Michael J. Spencer |
| 2010-09-20 | fix a bug I introduced back in the hayday of version #2. | Chris Lattner |
| 2010-09-14 | Prune includes. | Benjamin Kramer |
| 2010-08-28 | remove unions from LLVM IR. They are severely buggy and not | Chris Lattner |
| 2010-07-16 | eliminate unlockedRefineAbstractTypeTo, types are all per-llvmcontext, | Chris Lattner |
| 2010-02-12 | Add support for a union type in LLVM IR. Patch by Talin! | Chris Lattner |
| 2010-02-11 | Fix some of the memcheck errors found in the JIT unittests. | Jeffrey Yasskin |
| 2009-12-17 | This fixes a memory leak in OpaqueType found by Google's internal heapchecker. | Jeffrey Yasskin |
| 2009-08-13 | Actually privatize a IntegerTypes, and fix a few bugs exposed by this. | Owen Anderson |
| 2009-08-13 | Push LLVMContexts through the IntegerType APIs. | Owen Anderson |
| 2009-08-11 | Make LLVMContext and LLVMContextImpl classes instead of structs. | Benjamin Kramer |
| 2009-08-05 | Privatize the StructType table, which unfortunately involves routing contexts... | Owen Anderson |
| 2009-08-03 | Minor whitespace fix, so this doesn't look like a unary *. | Dan Gohman |
| 2009-07-01 | improve the APIs for creating struct and function types with no arguments/ele... | Chris Lattner |
| 2009-06-16 | Forgot this file in my last commit. | Owen Anderson |
| 2009-06-07 | Create FunctionType::isValidArgumentType to go along with isValidReturnType. | Nick Lewycky |
| 2009-02-14 | 80-column violation. | Mikhail Glushenkov |
| 2009-01-07 | Assert that VectorType::getTruncatedElementVectorType is not used with | Bob Wilson |
| 2009-01-07 | Improve support for type-generic vector intrinsics by teaching TableGen how | Bob Wilson |
| 2008-06-05 | Remove unused parameter. Some clients might use -Werror when compiling and | Bill Wendling |
| 2008-05-31 | IR, bitcode reader, bitcode writer, and asmparser changes to | Dan Gohman |
| 2008-05-19 | Remove warnings about unused parameters and shadowed variables. | Bill Wendling |
| 2008-05-12 | Add two new instructions to the llvm IR, vicmp and vfcmp. see updated LangRef | Nate Begeman |
| 2008-04-23 | Enforce that multiple return values have to have at least one result. | Chris Lattner |
| 2008-04-09 | Update comments to use 2.0 syntax type names. | Dan Gohman |
| 2008-03-21 | Make it possible to get an empty struct using | Duncan Sands |
| 2008-03-19 | add some convenience methods for creating GEP instructions and | Chris Lattner |
| 2008-03-04 | Revert SmallVector ctor variants. | Devang Patel |
| 2008-03-04 | Add FunctionType ctor variant that takes SmallVector params. | Devang Patel |
| 2007-12-29 | Don't attribute in file headers anymore. See llvmdev for the | Chris Lattner |
| 2007-12-17 | Change the PointerType api for creating pointer types. The old functionality ... | Christopher Lamb |
| 2007-12-11 | Implement address space attribute for LLVM pointer types. Address spaces are | Christopher Lamb |
| 2007-11-27 | Fix PR1146: parameter attributes are longer part of | Duncan Sands |
| 2007-10-17 | Updated VC++ build system. | Hartmut Kaiser |
| 2007-07-16 | Fix comments about vectors to use the current wording. | Dan Gohman |
| 2007-05-04 | if functiontype is going to have a pointer to a paramattr object, it better | Chris Lattner |
| 2007-05-03 | remove two useless functions. Just inherit Type's implementation instead. | Chris Lattner |
| 2007-04-22 | For PR1146: | Reid Spencer |
| 2007-04-09 | For PR1146: | Reid Spencer |
| 2007-04-06 | For PR1209: | Reid Spencer |
| 2007-03-23 | Add the 'explicit' keyword to several constructors that accept one | Dan Gohman |
| 2007-03-22 | For PR1145: | Reid Spencer |
| 2007-03-04 | add a getSignBit method, elimiante virtual method from getBitMask() | Chris Lattner |
| 2007-03-01 | Reduce #includage by taking a method out of line. | Reid Spencer |
| 2007-03-01 | Add an IntegerType::getMask() method to get an APInt mask for the type. | Reid Spencer |
| 2007-02-15 | For PR1195: | Reid Spencer |
| 2007-02-15 | For PR1195: | Reid Spencer |
| 2007-01-28 | Propagate changes from my local tree. This patch includes: | Anton Korobeynikov |
| 2007-01-19 | For PR1043: | Reid Spencer |
| 2007-01-18 | Provide an isPowerOf2ByteWidth method for the IntegerType class. This will | Reid Spencer |