summaryrefslogtreecommitdiff
path: root/lib/IR/Value.cpp
AgeCommit message (Expand)AuthorFilesLines
2014-03-09[C++11] Add range based accessors for the Use-Def chain of a Value.Chandler Carruth1-1/+1
2014-03-04[Modules] Move the LeakDetector header into the IR library where theChandler Carruth1-1/+1
2014-03-04[Modules] Move ValueHandle into the IR library where Value itself lives.Chandler Carruth1-1/+1
2014-03-04[Modules] Move GetElementPtrTypeIterator into the IR library. As itsChandler Carruth1-1/+1
2013-11-19Make it explicit that nulls are not allowed in names.Rafael Espindola1-0/+2
2013-11-19[weak vtables] Remove a bunch of weak vtablesJuergen Ributzka1-6/+2
2013-11-18Revert r194865 and r194874.Alexey Samsonov1-2/+6
2013-11-15[weak vtables] Remove a bunch of weak vtablesJuergen Ributzka1-6/+2
2013-11-15Add addrspacecast instruction.Matt Arsenault1-1/+2
2013-08-25Fix a bug where we would corrupt the offset when evaluatingChandler Carruth1-1/+3
2013-08-22Add a new helper method to Value to strip in-bounds constant offsets ofChandler Carruth1-0/+34
2013-05-14Speed up Value::isUsedInBasicBlock() for long use lists.Jakob Stoklund Olesen1-14/+13
2013-05-06Fix const merging when an alias of a const is llvm.used.Rafael Espindola1-1/+7
2013-04-12Fix a disconcerting bug in Value::isUsedInBasicBlock, which gave wrong answer...Benjamin Kramer1-1/+1
2013-03-01Cache the result of Function::getIntrinsicID() in a DenseMap attached to the ...Michael Ilseman1-3/+6
2013-01-02Move all of the header files which are involved in modelling the LLVM IRChandler Carruth1-9/+9
2013-01-02Rename VMCore directory to IR.Chandler Carruth1-0/+698