[C++11] Replace LLVM_STATIC_ASSERT with static_assert, we now have
[oota-llvm.git] / unittests / IR / IRBuilderTest.cpp
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...