aboutsummaryrefslogtreecommitdiffstats
path: root/lib/VMCore/LLVMContextImpl.h
Commit message (Expand)AuthorAgeFilesLines
* Derive metadata hierarchy from Value instead of User.Devang Patel2009-10-211-3/+1
* Banish ConstantsLock. It's serving no purpose other than slowing things downOwen Anderson2009-10-191-1/+0
* s/class Metadata/class MetadataContext/gDevang Patel2009-09-281-1/+1
* Add llvm::Metadata to manage metadata used in a context. Devang Patel2009-09-161-0/+1
* Fix whitespaces.Devang Patel2009-09-101-4/+4
* Gracefully destroy MDNodes.Devang Patel2009-09-091-0/+3
* Remove dead code.Devang Patel2009-09-081-2/+0
* Now Bitcode reader bug is fixed. Reapply 80839.Devang Patel2009-09-031-2/+4
* Revert 80839 for now. It causes test failures.Devang Patel2009-09-021-4/+2
* Use CallbackVH, instead of WeakVH, to hold MDNode elements. Devang Patel2009-09-021-2/+4
* For now disable MDNode uniquing. This fixes llvm-gcc bootstrap failure on cer...Devang Patel2009-09-011-4/+1
* Free the constants that have no uses in ~LLVMContext.Torok Edwin2009-08-311-1/+22
* Allocate the basic types inside the LLVMContextImpl instance,Dan Gohman2009-08-251-52/+29
* Use standard LLVM-style headers.Owen Anderson2009-08-231-1/+1
* Reapply my less-lock-contention-in-leak-detector patch, now with new filesOwen Anderson2009-08-191-0/+5
* Revert my last patch temporarily.Owen Anderson2009-08-191-5/+0
* Privatize part of the leak detector mechanism, which turned out to be heavily...Owen Anderson2009-08-191-0/+5
* Privatize the ValueHandle global map. Because this is used so heavily throug...Owen Anderson2009-08-181-0/+6
* Privatize the last bits of static type state.Owen Anderson2009-08-171-0/+13
* Move the TypeMap lock to a member on LLVMContextImpl.Owen Anderson2009-08-171-0/+4
* Actually privatize a IntegerTypes, and fix a few bugs exposed by this.Owen Anderson2009-08-131-1/+53
* Make LLVMContext and LLVMContextImpl classes instead of structs.Benjamin Kramer2009-08-111-2/+3
* Remove dead metadata.Devang Patel2009-08-111-1/+4
* Remove MDNode from ValueMap when MDNode is destroyed.Devang Patel2009-08-101-1/+1
* Rename MDNodeSet as MDNodes.Devang Patel2009-08-101-1/+1
* Change the MDNode uniquing to a ValueMap, at Devang's request.Owen Anderson2009-08-101-2/+2
* Privatize the StructType table, which unfortunately involves routing contexts...Owen Anderson2009-08-051-0/+1
* Privatize the FunctionType table.Owen Anderson2009-08-051-0/+1
* Privatize the PointerType factory.Owen Anderson2009-08-051-0/+1
* Privatize the VectorType uniquing.Owen Anderson2009-08-041-0/+1
* Begin the process of privatizing the type uniquing tables. No API changes ye...Owen Anderson2009-08-041-0/+3
* Factor some of the constants+context related code out into a separate header,...Owen Anderson2009-08-041-760/+5
* Privatize the last bit of Constant-creation state.Owen Anderson2009-08-041-17/+390
* Privatize all but one of the remaining constant tables.Owen Anderson2009-07-311-7/+51
* Move the metadata constructors back to 2.5 syntax.Owen Anderson2009-07-311-7/+2
* Move getTrue() and getFalse() to 2.5-like APIs.Owen Anderson2009-07-311-14/+0
* Move more code back to 2.5 APIs.Owen Anderson2009-07-301-4/+2
* Move ConstantExpr to 2.5 API.Owen Anderson2009-07-291-1/+0
* Return ConstantVector to 2.5 API.Owen Anderson2009-07-281-4/+2
* Change ConstantArray to 2.5 API.Owen Anderson2009-07-281-10/+2
* Move ConstantStruct back to 2.5 API.Owen Anderson2009-07-271-7/+2
* Move ConstantFP construction back to the 2.5-ish API.Owen Anderson2009-07-271-2/+1
* Revert the ConstantInt constructors back to their 2.5 forms where possible, t...Owen Anderson2009-07-241-15/+335
* Privatize the ConstantVector tables.Owen Anderson2009-07-241-0/+8
* Privatize the ConstantStruct table.Owen Anderson2009-07-231-0/+11
* MDStringDevang Patel2009-07-231-1/+1
* Privatize the ConstantArray table.Owen Anderson2009-07-211-2/+15
* Privatize the first of the value maps.Owen Anderson2009-07-211-1/+17
* Rename getConstantInt{True|False} to get{True|False} at Chris' behest.Owen Anderson2009-07-211-2/+2
* Move a bit more state over to the LLVMContext.Owen Anderson2009-07-211-1/+20