Add a simple unit test for MemoryBuffer::getOpenFile
[oota-llvm.git] / lib / IR / Value.cpp
2013-05-14 Jakob Stoklund OlesenSpeed up Value::isUsedInBasicBlock() for long use lists.
2013-05-06 Rafael EspindolaFix const merging when an alias of a const is llvm...
2013-04-12 Benjamin KramerFix a disconcerting bug in Value::isUsedInBasicBlock...
2013-03-01 Michael IlsemanCache the result of Function::getIntrinsicID() in a...
2013-01-02 Chandler CarruthMove all of the header files which are involved in...
2013-01-02 Chandler CarruthRename VMCore directory to IR.