OSDN Git Service

Update to LLVM 3.5a.
[android-x86/external-llvm.git] / include / llvm / CodeGen / MachineBasicBlock.h
2014-04-24 Stephen HinesUpdate to LLVM 3.5a.
2014-02-18 Colin Crossam b7485134: am 449fc261: Merge "llvm: convert makefile...
2014-02-12 Stephen HinesMerge remote-tracking branch 'upstream/release_34'...
2013-09-28 Robert WilhelmEven more spelling fixes for "instruction".
2013-09-24 Stephen Hinesam 8e708faf: am 5edef2e8: Merge "x86_64/x32: Avoid...
2013-08-27 Stephen Hinesam 3acb57db: (-s ours) am f31eb8ab: (-s ours) Merge...
2013-08-14 Mark LaceyAdd the MachineInstrSpan class.
2013-08-07 Stephen HinesMerge commit '10251753b6897adcd22cc981c0cc42f348c109de...
2013-08-03 Stephen Hinesam 5dba1170: am c7ef4e40: Fix Windows build issues...
2013-07-03 Jakob Stoklund OlesenAdd MachineBasicBlock::addLiveIn().
2013-05-16 The Android Open... am 1a961143: (-s ours) Reconcile with jb-mr2-release...
2013-05-02 Stephen HinesMerge remote-tracking branch 'upstream/master' into...
2013-04-22 Eli BenderskyOptimize MachineBasicBlock::getSymbol by caching the...
2013-01-21 Stephen HinesMerge remote-tracking branch 'upstream/master' into...
2012-12-18 Jakob Stoklund OlesenUse bidirectional bundle flags to simplify important...
2012-12-18 Jakob Stoklund OlesenTighten up the splice() API for bundled instructions.
2012-12-18 Jakob Stoklund OlesenTighten the insert() API for bundled instructions.
2012-12-17 Jakob Stoklund OlesenTighten up the erase/remove API for bundled instructions.
2012-12-03 Chandler CarruthSort the #include lines for the include/... tree with...
2012-09-12 James MolloyAdd a function computeRegisterLiveness() to MachineBasi...
2012-09-06 Stephen Hinesam 31675153: Merge branch \'upstream\' into merge_2
2012-08-24 Stephen HinesMerge branch 'upstream' into merge_2
2012-08-20 Jakob Stoklund OlesenFix a quadratic algorithm in MachineBranchProbabilityInfo.
2012-08-20 Jakob Stoklund OlesenClarify that duplicate edges are not allowed in the...
2012-08-17 Joe Onoratoam c0944da4: Merge "Host tools don\'t need LOCAL_MODULE...
2012-08-08 Jakob Stoklund OlesenRevert "Fix a quadratic algorithm in MachineBranchProba...
2012-08-08 Jakob Stoklund OlesenFix a quadratic algorithm in MachineBranchProbabilityInfo.
2012-08-03 Shih-wei LiaoMerge with LLVM upstream r160668 (Jul 24th 2012)
2012-07-30 Jakob Stoklund OlesenAdd MachineBasicBlock::isPredecessor().
2012-06-11 Jakob Stoklund OlesenFix a problem with the reverse bundle iterators.
2012-04-20 Andrew TrickAllow converting MachineBasicBlock::iterator to const_i...
2012-04-03 Mike LockwoodMerge remote-tracking branch 'goog/ics-aah'
2012-03-26 The Android Automergermerge in jb-release history after reset to master
2012-03-24 Shih-wei LiaoMerge branch 'upstream' into sliao_d
2012-03-07 Andrew TrickAdded MachineBasicBlock::getFullName() to standardize...
2012-03-05 Stephen HinesMerge branch 'upstream' into merge-20120305
2012-02-29 Jean-Baptiste Queruresolved conflicts for merge of 8f698b54 to master
2012-02-29 Jakob Stoklund OlesenMove the operand iterator into MachineInstrBundle.h...
2012-02-27 Jakob Stoklund OlesenAdd a MachineOperand iterator class.
2012-01-31 Jim GrosbachTidy up. Trailing whitespace.
2011-12-20 Jakub StaszakAdd some constantness to BranchProbabilityInfo and...
2011-12-20 Chris Lattnerfix typo
2011-12-16 Logan ChienMerge with LLVM upstream r146714 (Dec 16th 2011)
2011-12-14 Evan Cheng- Add MachineInstrBundle.h and MachineInstrBundle.cpp...
2011-12-06 Evan ChengFirst chunk of MachineInstr bundle support.
2011-12-06 Jakob Stoklund OlesenUse logarithmic units for basic block alignment.
2011-10-19 Logan ChienMerge with LLVM upstream 2011/10/20 (r142530)
2011-10-07 Bill WendlingAdd a bool value to set the IsLandingPad flag to.
2011-06-20 Nowar GuMerge upstream to r133240 at Fri. 17th Jun 2011.
2011-06-16 Jakub StaszakIntroduce MachineBranchProbabilityInfo class, which...
2011-04-09 Jush LuMerge upstream r129128
2011-04-05 Jakob Stoklund OlesenCache the fairly expensive last split point computation...
2011-03-26 Jakob Stoklund OlesenCollect and coalesce DBG_VALUE instructions before...
2011-03-09 Jush LuMerge upstream r127116
2011-03-04 Jakob Stoklund OlesenUse an IndexedMap instead of a DenseMap for the live...
2011-02-28 jushMerge LLVM upstream r119309 into honey
2011-02-04 Jakob Stoklund OlesenAdd LiveIntervals::getLastSplitPoint().
2011-01-13 Jakob Stoklund OlesenTeach frame lowering to ignore debug values after the...
2010-10-30 Jakob Stoklund OlesenAdd SkipPHIsAndLabels from PHIElimination to MachineBas...
2010-10-30 Jakob Stoklund OlesenAdd SkipPHIsAndLabels from PHIElimination to MachineBas...
2010-10-26 Jakob Stoklund OlesenTeach MachineBasicBlock::print() to annotate instructio...
2010-10-26 Jakob Stoklund OlesenTeach MachineBasicBlock::print() to annotate instructio...
2010-09-21 Devang PatelAdd insertAfter. This should have accompanied previous...
2010-09-21 Devang PatelAdd insertAfter. This should have accompanied previous...
2010-09-14 Shih-wei LiaoMerge commit 'refs/changes/82/67782/1' of ssh://android...
2010-09-11 Shih-wei LiaoMerge commit '69494cf8102cf872e9cb76662e9960be7c112112...
2010-07-07 Dan GohmanAdd a getFirstNonPHI utility function.
2010-07-07 Dan GohmanAdd a getFirstNonPHI utility function.
2010-07-06 Dan GohmanReapply r107655 with fixes; insert the pseudo instructi...
2010-07-06 Dan GohmanReapply r107655 with fixes; insert the pseudo instructi...
2010-07-06 Dan GohmanRevert r107655.
2010-07-06 Dan GohmanRevert r107655.
2010-07-06 Dan GohmanFix a bunch of custom-inserter functions to handle...
2010-07-06 Dan GohmanFix a bunch of custom-inserter functions to handle...
2010-06-22 Dan GohmanMove PHIElimination's SplitCriticalEdge for MachineBasi...
2010-06-22 Dan GohmanMove PHIElimination's SplitCriticalEdge for MachineBasi...
2010-04-28 Shih-wei LiaoSync upstream to r102410.
2010-04-13 Dan GohmanEliminate MachineBasicBlock::const_livein_iterator...
2010-04-13 Dan GohmanEliminate MachineBasicBlock::const_livein_iterator...
2010-04-07 Shih-wei Liaolibbcc
2010-03-13 Chris Lattnereliminate the now-unneeded context argument of MBB...
2010-03-13 Chris Lattnereliminate the now-unneeded context argument of MBB...
2010-02-17 Chris Lattnermove isOnlyReachableByFallthrough out of MachineBasicBl...
2010-02-17 Chris Lattnermove isOnlyReachableByFallthrough out of MachineBasicBl...
2010-02-10 Shih-wei LiaoCheck in LLVM r95781.
2010-02-10 Chris LattnerStop MachineInstr.h from #including AsmPrinter.h
2010-02-10 Chris LattnerStop MachineInstr.h from #including AsmPrinter.h
2010-02-10 Dale Johannesenmore comment updates
2010-02-10 Dale Johannesenmore comment updates
2010-01-26 Chris Lattneradd a new MachineBasicBlock::getSymbol method, replacing
2010-01-26 Chris Lattneradd a new MachineBasicBlock::getSymbol method, replacing
2010-01-20 Dale Johannesenmake findDebugLoc a class method
2010-01-20 Dale Johannesenmake findDebugLoc a class method
2010-01-20 Dale JohannesenMove findDebugLoc somewhere more central. Fix
2010-01-20 Dale JohannesenMove findDebugLoc somewhere more central. Fix
2009-12-15 Bill WendlingRevert these. They may have been causing 483_xalancbmk...
2009-12-15 Bill WendlingRevert these. They may have been causing 483_xalancbmk...
2009-12-11 Bill WendlingAddress comments on last patch:
2009-12-11 Bill WendlingAddress comments on last patch:
2009-12-11 Bill WendlingA machine basic block may end in an unconditional branc...
next