New EH representation for MSVC compatibility
[oota-llvm.git] / include / llvm / IR / BasicBlock.h
2015-07-31 David MajnemerNew EH representation for MSVC compatibility
2015-07-10 David MajnemerRevert the new EH instructions
2015-07-10 David MajnemerNew EH representation for MSVC compatibility
2015-06-23 Alexander KornienkoRevert r240137 (Fixed/added namespace ending comments...
2015-06-19 Alexander KornienkoFixed/added namespace ending comments using clang-tidy...
2015-05-26 Philip Reames[PlaceSafepoints] Cleanup InsertSafepointPoll function
2015-05-15 Jingyue WuAdd a speculative execution pass
2015-04-11 Alexander KornienkoUse 'override/final' instead of 'virtual' for overridde...
2015-04-03 Daniel BerlinReturn iterator from BasicBlock::eraseFromParent
2015-04-02 Daniel BerlinReturn iterator from Instruction::eraseFromParent.
2015-03-03 Mehdi AminiRemove getDataLayout() from Instruction/GlobalValue...
2015-02-15 Aaron BallmanRemoving LLVM_DELETED_FUNCTION, as MSVC 2012 was the...
2015-02-04 Philip ReamesAdd a pass for inserting safepoints into (nearly) arbit...
2014-08-12 Reid KlecknerMove helper for getting a terminating musttail call...
2014-08-01 Duncan P. N. Exon... IR: Add BasicBlock::insertInto()
2014-05-06 Owen AndersonFix some obvious Doxygen comment bugs.
2014-04-09 Craig Topper[C++11] More 'nullptr' conversion or in some cases...
2014-02-25 Rafael EspindolaUse DataLayout from the module when easily available.
2013-05-01 Filip PizloThis patch breaks up Wrap.h so that it does not have...
2013-01-20 Michael GottesmanMore copy editing.
2013-01-20 Michael GottesmanDoxygenified and copy edited BasicBlock.h.
2013-01-10 Jakub StaszakFix include guards so they exactly match file names.
2013-01-02 Chandler CarruthMove all of the header files which are involved in...