aboutsummaryrefslogtreecommitdiffstats
path: root/lib/IR/Value.cpp
Commit message (Expand)AuthorAgeFilesLines
* Fix a bug where we would corrupt the offset when evaluatingChandler Carruth2013-08-251-1/+3
* Add a new helper method to Value to strip in-bounds constant offsets ofChandler Carruth2013-08-221-0/+34
* Speed up Value::isUsedInBasicBlock() for long use lists.Jakob Stoklund Olesen2013-05-141-14/+13
* Fix const merging when an alias of a const is llvm.used.Rafael Espindola2013-05-061-1/+7
* Fix a disconcerting bug in Value::isUsedInBasicBlock, which gave wrong answer...Benjamin Kramer2013-04-121-1/+1
* Cache the result of Function::getIntrinsicID() in a DenseMap attached to the ...Michael Ilseman2013-03-011-3/+6
* Move all of the header files which are involved in modelling the LLVM IRChandler Carruth2013-01-021-9/+9
* Rename VMCore directory to IR.Chandler Carruth2013-01-021-0/+698