aboutsummaryrefslogtreecommitdiff
path: root/llvm/unittests/IR/ValueTest.cpp
AgeCommit message (Expand)AuthorFilesLines
2014-10-23Add unittest for extreme alignments.Rafael Espindola1-0/+23
2014-08-19Modernize the .ll parsing interface.Rafael Espindola1-1/+1
2014-06-08[C++11] Use 'nullptr'.Craig Topper1-3/+3
2014-03-06Replace OwningPtr<T> with std::unique_ptr<T>.Ahmed Charles1-1/+1
2014-01-07Move the LLVM IR asm writer header files into the IR directory, as theyChandler Carruth1-1/+1
2013-09-30Fix getOrInsertGlobal dropping the address space.Matt Arsenault1-0/+40
2013-04-12Fix a disconcerting bug in Value::isUsedInBasicBlock, which gave wrong answer...Benjamin Kramer1-0/+46