aboutsummaryrefslogtreecommitdiffstats
path: root/lib/VMCore/TypesContext.h
Commit message (Expand)AuthorAgeFilesLines
* Add support for a union type in LLVM IR. Patch by Talin!Chris Lattner2010-02-121-0/+26
* IntegerValType holds a uint32_t, so its constructor should take a uint32_t. ...Kenneth Uildriks2010-02-101-1/+1
* Make the destructor for TypeMapBase protected. Spotted by Duncan Sands withNick Lewycky2010-02-071-2/+1
* Change errs() to dbgs().David Greene2010-01-051-3/+3
* Free the constants that have no uses in ~LLVMContext.Torok Edwin2009-08-311-2/+0
* remove some DOUTsChris Lattner2009-08-231-5/+5
* Use standard LLVM-style headers.Owen Anderson2009-08-231-1/+1
* Begin the process of privatizing the type uniquing tables. No API changes ye...Owen Anderson2009-08-041-0/+426