Reverts wrong modification to MachineBlockPlacement & BranchFolding; uses a new strat...
[oota-llvm.git] / lib / IR / BasicBlock.cpp
2017-11-20 Peizhao OuReverts wrong modification to MachineBlockPlacement...
2015-10-08 Duncan P. N. Exon... IR: Remove implicit iterator conversions from lib/IR...
2015-10-07 Duncan P. N. Exon... IR: Create SymbolTableList wrapper around iplist, NFC
2015-10-06 Hans WennborgFix Clang-tidy modernize-use-nullptr warnings in source...
2015-08-06 Pete CooperConvert a bunch of loops to foreach. NFC.
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-07-07 David MajnemerRevert "Revert r241570, it caused PR24053"
2015-07-07 Nico WeberRevert r241570, it caused PR24053
2015-07-07 David Majnemer[IR] Make getFirstNonPHI return null if the BB is empty
2015-06-11 Alexey SamsonovSet proper debug location for branch added in BasicBloc...
2015-05-26 Philip Reames[PlaceSafepoints] Cleanup InsertSafepointPoll function
2015-05-15 Jingyue WuAdd a speculative execution pass
2015-04-03 Daniel BerlinReturn iterator from BasicBlock::eraseFromParent
2015-03-03 Mehdi AminiRemove getDataLayout() from Instruction/GlobalValue...
2015-02-27 Sanjay Patelremove function names from comments; NFC
2015-02-04 Philip ReamesAdd a pass for inserting safepoints into (nearly) arbit...
2014-12-22 Rafael EspindolaThe leak detector is dead, long live asan and valgrind.
2014-08-12 Reid KlecknerMove helper for getting a terminating musttail call...
2014-08-01 Duncan P. N. Exon... IR: Add BasicBlock::insertInto()
2014-07-21 Duncan P. N. Exon... Revert "[C++11] Add predecessors(BasicBlock *) / succes...
2014-07-20 Manuel Jacob[C++11] Add predecessors(BasicBlock *) / successors...
2014-04-15 Craig Topper[C++11] More 'nullptr' conversion. In some cases just...
2014-04-09 Craig Topper[C++11] More 'nullptr' conversion or in some cases...
2014-03-09 Chandler Carruth[C++11] Add range based accessors for the Use-Def chain...
2014-03-04 Chandler Carruth[Modules] Move the LeakDetector header into the IR...
2014-03-04 Chandler Carruth[Modules] Move CFG.h to the IR library as it defines...
2014-03-02 Benjamin Kramer[C++11] Replace llvm::next and llvm::prior with std...
2014-02-25 Rafael EspindolaUse DataLayout from the module when easily available.
2013-01-02 Chandler CarruthMove all of the header files which are involved in...
2013-01-02 Chandler CarruthRename VMCore directory to IR.