]> Gitweb @ Texas Instruments - Open Source Git Repositories - git.TI.com/gitweb - opencl/llvm.git/history - lib/CodeGen/BranchFolding.h
clarify comment
[opencl/llvm.git] / lib / CodeGen / BranchFolding.h
2013-09-11 Benjamin KramerRevert "Give internal classes hidden visibility."
2013-09-11 Benjamin KramerGive internal classes hidden visibility.
2013-08-12 Michael Gottesman[branchfolding] Fix typo in C++ editor declaration.
2013-06-24 Andrew TrickFix tail merging to assign the (more) correct BasicBloc...
2011-07-06 Eli FriedmanWhen tail-merging multiple blocks, make sure to correct...
2011-06-14 Rafael EspindolaAdd 132986 back, but avoid non-determinism if a bb...
2011-06-14 Rafael Espindolarevert 132986 to see if the bots go green.
2011-06-14 Rafael EspindolaMake the threshold used by branch folding softer. Befor...
2011-05-12 Evan ChengRe-commit 131172 with fix. MachineInstr identity checks...
2011-05-11 Rafael EspindolaRevert 131172 as it is causing clang to miscompile...
2011-05-11 Evan ChengAdd a late optimization to BranchFolding that hoist...
2010-06-22 Evan ChengTail merging pass shall not break up IT blocks. rdar...
2009-11-26 Bob WilsonSplit tail duplication into a separate pass. This...
2009-11-17 Bob WilsonPerform tail duplication only once, after tail merging...
2009-11-12 Dan GohmanMake the BranchFolderPass class local to BranchFolding...
2009-11-11 Dan GohmanPromote MergePotentialsElt and SameTailElt to be regula...
2009-11-11 Dan GohmanCheck in the changes to this file too.
2009-10-28 Bob WilsonRevert r85346 change to control tail merging by CodeGen...
2009-10-27 Bob WilsonRecord CodeGen optimization level in the BranchFolding...
2009-09-04 Evan ChengRun branch folding if if-converter make some transforma...