add FMF for CreateCall variant
[oota-llvm.git] / unittests / IR / IRBuilderTest.cpp
2015-12-31 Sanjay Pateladd FMF for CreateCall variant
2015-12-14 Sanjay Pateladd fast-math-flags to 'call' instructions (PR21290)
2015-11-05 Peter CollingbourneDI: Reverse direction of subprogram -> function edge.
2015-10-20 Duncan P. N. Exon... unittests: Remove implicit ilist iterator conversions...
2015-10-15 Eric ChristopherRemove DIFile from createSubroutineType.
2015-07-10 James MolloyAdd support for fast-math flags to the FCmp instruction.
2015-06-30 Alexey SamsonovFix memory leak in unittest added in r241101.
2015-06-30 Alexey Samsonov[DebugInfo] Let IRBuilder::SetInsertPoint(BB::iterator...
2015-06-19 Tobias GrosserIRBuilder: Add unit tests for construction of globals...
2015-06-17 David MajnemerMove the personality function from LandingPadInst to...
2015-04-30 Pawel BylicaAdd convenient overloads for CreateInsertElement and...
2015-04-11 Alexander KornienkoUse 'override/final' instead of 'virtual' for overridde...
2015-04-06 Duncan P. N. Exon... DebugInfo: Remove DIDescriptor::Verify()
2015-03-31 Duncan P. N. Exon... Verifier: Move over DISubprogram::Verify()
2015-03-30 Duncan P. N. Exon... Verifier: Add operand checks for MDLexicalBlock
2015-03-10 Mehdi AminiDataLayout is mandatory, update the API to reflect...
2015-03-04 Mehdi AminiMake DataLayout Non-Optional in the Module
2015-01-21 Adrian Prantlsimplify expression
2015-01-21 Adrian PrantlFix a compile issue on MSVC and call finalize().
2015-01-21 Adrian PrantlLet subprograms with instructions without parent scopes...
2014-09-02 Sanjay PatelFix a logic bug when copying fast-math flags.
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...