aboutsummaryrefslogtreecommitdiff
path: root/lib/Target/R600/AMDGPUStructurizeCFG.cpp
AgeCommit message (Expand)Author
2013-03-26R600: fix DenseMap with pointer key iteration in the structurizerChristian Konig
2013-03-01R600/SI: fix warning about overloaded virtualChristian Konig
2013-02-16R600/structurizer: improve inverting conditionsChristian Konig
2013-02-16R600/structurizer: improve loop handlingChristian Konig
2013-02-16R600/structurizer: improve finding condition valuesChristian Konig
2013-02-16R600/structurizer: improve PHI value findingChristian Konig
2013-02-16R600/structurizer: add class to find the Nearest Common DominatorChristian Konig
2013-02-08R600: rework flow creation in the structurizer v2Tom Stellard
2013-02-08R600: fix loop analyses in the structurizerTom Stellard
2013-02-08R600: fix PHI value adding in the structurizerTom Stellard
2013-01-02Move all of the header files which are involved in modelling the LLVM IRChandler Carruth
2013-01-02Resort the #include lines in include/... and lib/... with theChandler Carruth
2012-12-21R600: Coding style - remove empty spaces from the beginning of functionsTom Stellard
2012-12-19R600: New control flow for SI v2Tom Stellard