summaryrefslogtreecommitdiff
path: root/lib/VMCore/TypesContext.h
Commit message (Expand)AuthorAge
* remove unions from LLVM IR. They are severely buggy and notChris Lattner2010-08-28
* tidy upChris Lattner2010-07-16
* eliminate unlockedRefineAbstractTypeTo, types are all per-llvmcontext,Chris Lattner2010-07-16
* Add support for a union type in LLVM IR. Patch by Talin!Chris Lattner2010-02-12
* IntegerValType holds a uint32_t, so its constructor should take a uint32_t. ...Kenneth Uildriks2010-02-10
* Make the destructor for TypeMapBase protected. Spotted by Duncan Sands withNick Lewycky2010-02-07
* Change errs() to dbgs().David Greene2010-01-05
* Free the constants that have no uses in ~LLVMContext.Torok Edwin2009-08-31
* remove some DOUTsChris Lattner2009-08-23
* Use standard LLVM-style headers.Owen Anderson2009-08-23
* Begin the process of privatizing the type uniquing tables. No API changes ye...Owen Anderson2009-08-04