OSDN Git Service

Update LLVM for 3.5 rebase (r209712).
[android-x86/external-llvm.git] / lib / CodeGen / MachineSink.cpp
2014-05-29 Stephen HinesUpdate LLVM for 3.5 rebase (r209712).
2014-05-05 Stephen HinesMerge "Don't try to use Clang on Windows yet."
2014-04-25 Stephen HinesMerge "Update to LLVM 3.5a."
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-10-14 Will DietzMachineSink: Fix and tweak critical-edge breaking heuri...
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-07 Stephen HinesMerge commit '10251753b6897adcd22cc981c0cc42f348c109de...
2013-07-14 Craig TopperUse SmallVectorImpl& instead of SmallVector to avoid...
2013-07-03 Craig TopperUse SmallVectorImpl instead of SmallVector for iterator...
2013-01-21 Stephen HinesMerge remote-tracking branch 'upstream/master' into...
2012-12-03 Chandler CarruthUse the new script to sort the includes of every file...
2012-10-16 Jakob Stoklund OlesenRemove unused BitVectors from getAllocatableSet().
2012-09-06 Stephen Hinesam 31675153: Merge branch \'upstream\' into merge_2
2012-08-24 Stephen HinesMerge branch 'upstream' into merge_2
2012-07-31 Manman RenMachineSink: Sort the successors before trying to find...
2012-07-31 Manman RenMachineSink: Sort the successors before trying to find...
2012-04-03 Mike LockwoodMerge remote-tracking branch 'goog/ics-aah'
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-08 Andrew TrickCodegen pass definition cleanup. No functionality.
2012-02-08 Andrew Trickwhitespace
2012-01-16 Jakob Stoklund OlesenExtract method for detecting constant unallocatable...
2011-12-16 Logan ChienMerge with LLVM upstream r146714 (Dec 16th 2011)
2011-12-14 Devang PatelDo not sink instruction, if it is not profitable.
2011-12-09 Devang PatelFix comment.
2011-12-09 Devang PatelUpdate stale comment.
2011-12-08 Devang PatelRevert r146184. I am seeing performance regression...
2011-12-08 Devang PatelRefactor. No intentional functionality change.
2011-12-08 Devang PatelFilter "sink to" candidate blocks sooner. This avoids...
2011-12-07 Evan ChengAdd bundle aware API for querying instruction propertie...
2011-10-19 Logan ChienMerge with LLVM upstream 2011/10/20 (r142530)
2011-09-07 Devang PatelWhile sinking machine instructions, sink matching DBG_V...
2011-06-20 Nowar GuMerge upstream to r133240 at Fri. 17th Jun 2011.
2011-04-11 Evan ChengFix a couple of places where changes are made but not...
2011-02-28 jushMerge LLVM upstream r119309 into honey
2010-10-19 Owen AndersonGet rid of static constructors for pass registration...
2010-10-19 Owen AndersonGet rid of static constructors for pass registration...
2010-10-12 Owen AndersonBegin adding static dependence information to passes...
2010-10-12 Owen AndersonBegin adding static dependence information to passes...
2010-10-07 Owen AndersonNow with fewer extraneous semicolons!
2010-10-07 Owen AndersonNow with fewer extraneous semicolons!
2010-09-23 Evan ChengDon't sink insert_subreg, subreg_to_reg, reg_sequence...
2010-09-23 Evan ChengDon't sink insert_subreg, subreg_to_reg, reg_sequence...
2010-09-20 Evan ChengEnable machine sinking critical edge splitting. e.g.
2010-09-20 Evan ChengEnable machine sinking critical edge splitting. e.g.
2010-09-20 Evan ChengAvoid splitting critical edge twice for a set of PHI...
2010-09-20 Evan ChengAvoid splitting critical edge twice for a set of PHI...
2010-09-18 Evan ChengFix code that break critical edges for PHI uses. Watch...
2010-09-18 Evan ChengFix code that break critical edges for PHI uses. Watch...
2010-09-17 Evan ChengTeach machine sink to
2010-09-17 Evan ChengTeach machine sink to
2010-09-14 Shih-wei LiaoMerge commit 'refs/changes/82/67782/1' of ssh://android...
2010-09-11 Shih-wei LiaoMerge commit '69494cf8102cf872e9cb76662e9960be7c112112...
2010-08-19 Evan ChengUpdate debug logs.
2010-08-19 Evan ChengUpdate debug logs.
2010-08-19 Evan ChengIt's possible to sink a def if its local uses are PHI's.
2010-08-19 Evan ChengIt's possible to sink a def if its local uses are PHI's.
2010-08-19 Evan ChengRemove disabled assertion.
2010-08-19 Evan ChengRemove disabled assertion.
2010-08-19 Evan ChengTeach machine-sink to break critical edges when appropr...
2010-08-19 Evan ChengTeach machine-sink to break critical edges when appropr...
2010-08-18 Evan ChengIf any def of a machine-sink candidate has local uses...
2010-08-18 Evan ChengIf any def of a machine-sink candidate has local uses...
2010-08-06 Owen AndersonReapply r110396, with fixes to appease the Linux buildb...
2010-08-06 Owen AndersonReapply r110396, with fixes to appease the Linux buildb...
2010-08-06 Owen AndersonRevert r110396 to fix buildbots.
2010-08-06 Owen AndersonRevert r110396 to fix buildbots.
2010-08-05 Owen AndersonDon't use PassInfo* as a type identifier for passes...
2010-08-05 Owen AndersonDon't use PassInfo* as a type identifier for passes...
2010-07-21 Owen AndersonFix batch of converting RegisterPass<> to INTIALIZE_PASS().
2010-07-21 Owen AndersonFix batch of converting RegisterPass<> to INTIALIZE_PASS().
2010-06-25 Bill Wendling- Reapply r106066 now that the bzip2 build regression...
2010-06-25 Bill Wendling- Reapply r106066 now that the bzip2 build regression...
2010-06-23 Daniel DunbarRevert r106066, "Create a more targeted fix for not...
2010-06-23 Daniel DunbarRevert r106066, "Create a more targeted fix for not...
2010-06-16 Bill WendlingImprove comment to include that the use of a preg is...
2010-06-16 Bill WendlingImprove comment to include that the use of a preg is...
2010-06-15 Bill WendlingCreate a more targeted fix for not sinking instructions...
2010-06-15 Bill WendlingCreate a more targeted fix for not sinking instructions...
2010-06-03 Jim GrosbachCleanup 80-column and trim trailing whitespace
2010-06-03 Jim GrosbachCleanup 80-column and trim trailing whitespace
2010-06-03 Bill WendlingMachine sink could potentially sink instructions into...
2010-06-03 Bill WendlingMachine sink could potentially sink instructions into...
2010-06-02 Bill WendlingCompulsive reformating. No functionalitical changes.
2010-06-02 Bill WendlingCompulsive reformating. No functionalitical changes.
2010-05-13 Dan GohmanTeach MachineLICM and MachineSink how to clear kill...
2010-05-13 Dan GohmanTeach MachineLICM and MachineSink how to clear kill...
2010-04-28 Shih-wei LiaoSync upstream to r102410.
2010-04-15 Jakob Stoklund OlesenAvoid sinking machine instructions into a loop.
2010-04-15 Jakob Stoklund OlesenAvoid sinking machine instructions into a loop.
2010-04-13 Jakob Stoklund OlesenTeach MachineSinking to handle easy critical edges.
2010-04-13 Jakob Stoklund OlesenTeach MachineSinking to handle easy critical edges.
2010-04-07 Shih-wei Liaolibbcc
2010-04-05 Dan GohmanDon't do code sinking on unreachable blocks. It's unpro...
2010-04-05 Dan GohmanDon't do code sinking on unreachable blocks. It's unpro...
2010-03-05 Dale JohannesenFix some more places where dbg_value affected codegen.
2010-03-05 Dale JohannesenFix some more places where dbg_value affected codegen.
next