summaryrefslogtreecommitdiffstats
path: root/llvm/lib/VMCore/Constants.cpp
Commit message (Expand)AuthorAgeFilesLines
...
* Revert the addition of hasNoPointerOverflow to GEPOperator.Dan Gohman2009-07-201-5/+2
* Make GetElementPtr ConstantExprs default to having no pointer overflow.Dan Gohman2009-07-181-1/+5
* Fix compile warning.Daniel Dunbar2009-07-171-0/+2
* Privatize the MDNode uniquing table.Owen Anderson2009-07-161-28/+3
* Privatize the MDString uniquing table.Owen Anderson2009-07-161-26/+1
* Privatize the ConstantFP table. I'm on a roll!Owen Anderson2009-07-161-70/+0
* Move the ConstantInt uniquing table into LLVMContextImpl. This exposed a num...Owen Anderson2009-07-161-61/+0
* Move a few more convenience factory functions from Constant to LLVMContext.Owen Anderson2009-07-151-5/+0
* Move the ConstantStruct factory methods over to LLVMContext.Owen Anderson2009-07-151-8/+0
* Revert 75798 to fix llvm build.Rafael Espindola2009-07-151-0/+14
* The static function TypeToFloatSemantics is nowDuncan Sands2009-07-151-14/+0
* Move EVER MORE stuff over to LLVMContext.Owen Anderson2009-07-141-51/+2
* llvm_unreachable->llvm_unreachable(0), LLVM_UNREACHABLE->llvm_unreachable.Torok Edwin2009-07-141-5/+5
* Move more functionality over to LLVMContext.Owen Anderson2009-07-131-54/+0
* Move a bit more functionality to LLVMContext, which apparently wasn't being u...Owen Anderson2009-07-131-18/+0
* As Chris pointed out, this doesn't actually need an LLVMContext to operate.Owen Anderson2009-07-131-4/+4
* Move more functionality over to LLVMContext.Owen Anderson2009-07-131-31/+0
* Begin the painful process of tearing apart the rat'ss nest that is Constants....Owen Anderson2009-07-131-104/+28
* Remove extra \n from LLVM_UNREACHABLE calls.Torok Edwin2009-07-121-1/+1
* assert(0) -> LLVM_UNREACHABLE.Torok Edwin2009-07-111-4/+4
* Convert more assert(0)+abort() -> LLVM_UNREACHABLE,Torok Edwin2009-07-111-2/+2
* Remove the vicmp and vfcmp instructions. Because we never had a release withNick Lewycky2009-07-081-120/+7
* Have scoped mutexes take referenes instead of pointers.Owen Anderson2009-07-071-12/+12
* Make this const.Owen Anderson2009-06-261-1/+1
* Add constructor to create MDString using std::stringDevang Patel2009-06-241-0/+11
* Revert r73790, and replace it with a significantly less ugly solution. Rathe...Owen Anderson2009-06-201-316/+226
* Fix a serious bug that would cause deadlock during abstract type refinement. ...Owen Anderson2009-06-191-221/+302
* Forgot to remove some explicit locking when it became implicit in the ValueMap.Owen Anderson2009-06-191-3/+5
* Simplify a lot of code by using a R/W mutex that becomes a no-op when multith...Owen Anderson2009-06-181-168/+88
* Move Threading.[h|cpp] from Support to System.Owen Anderson2009-06-181-1/+1
* Factor out some common code.Owen Anderson2009-06-171-44/+30
* Add an RAII ScopedWriter, which allows one to acquire a writer lock for the d...Owen Anderson2009-06-171-41/+58
* Simplify the locking on the Constants tables, and make it more efficient, by ...Owen Anderson2009-06-171-106/+136
* Type safety for Constants.cpp! Some of this is temporary, as I'm planning to...Owen Anderson2009-06-171-46/+208
* Use Type::isIntOrIntVector and Type::isFPOrFPVector.Dan Gohman2009-06-151-11/+7
* Support vector casts in more places, fixing a variety of assertionDan Gohman2009-06-151-28/+86
* Split the Add, Sub, and Mul instruction opcodes into separateDan Gohman2009-06-041-8/+41
* Give embedded metadata its own type instead of relying on EmptyStructTy.Nick Lewycky2009-05-301-2/+2
* Add a getAlignOf helper for getting the ABI alignment of aDuncan Sands2009-05-211-0/+11
* Make MDNode use CallbackVH. Also change MDNode to store Value* instead ofNick Lewycky2009-05-101-22/+20
* Add support for embedded metadata to LLVM. This introduces two new types ofNick Lewycky2009-04-041-0/+80
* Fix infinite loopingAnton Korobeynikov2009-03-301-0/+2
* Properly propagate Kind.Anton Korobeynikov2009-03-301-1/+1
* Extend the relocation tracker handler, so we can filter on different 'kinds' ...Anton Korobeynikov2009-03-291-5/+20
* add a fastpath to ConstantExpr::getBitCast to handle the case when an obviouslyChris Lattner2009-03-211-0/+5
* Apply a patch by Micah Villmow to fix AsmParser to accept vectorDan Gohman2009-03-141-1/+1
* fix typoChris Lattner2009-03-081-1/+1
* Fix a bunch of Doxygen syntax issues. Escape special characters,Dan Gohman2009-03-031-9/+9
* Add suppport for ConstantExprs of shufflevectors whose result type is not equ...Nate Begeman2009-02-121-2/+9
* select constant exprs should have the same constraints as select instructions,Chris Lattner2008-12-291-3/+1
OpenPOWER on IntegriCloud