[C++11] Use 'nullptr'.
[oota-llvm.git] / unittests / IR / IRBuilderTest.cpp
2014-06-08 Craig Topper[C++11] Use 'nullptr'.
2014-03-06 Ahmed CharlesReplace OwningPtr<T> with std::unique_ptr<T>.
2014-03-04 Chandler Carruth[Modules] Move the NoFolder into the IR library as...
2014-02-25 Rafael EspindolaFix resetting the DataLayout in a Module.
2014-01-05 Chandler CarruthFix a bug in IRBuilder that's been there for who knows...
2013-12-05 Michael IlsemanUse present fast-math flags when applicable in CreateBinOp
2013-11-15 Benjamin KramerGive unit test its own LLVMContext so MDNodes aren...
2013-10-05 Aaron BallmanSilencing an MSVC warning.
2013-09-30 Benjamin KramerIRBuilder: Add RAII objects to reset insertion points...
2013-01-23 NAKAMURA TakumiIRTests/IRBuilderTest.cpp: GetIntTy: Delete DL at yours...
2013-01-23 NAKAMURA TakumiIRTests/IRBuilderTest.cpp: Let GV added to the module.
2013-01-07 Chandler CarruthRename the VMCore unittest tree to IR. Somehow was...