aboutsummaryrefslogtreecommitdiffstats
path: root/lib/Target/R600/AMDGPUStructurizeCFG.cpp
Commit message (Expand)AuthorAgeFilesLines
* R600: fix DenseMap with pointer key iteration in the structurizerChristian Konig2013-03-261-2/+4
* R600/SI: fix warning about overloaded virtualChristian Konig2013-03-011-0/+1
* R600/structurizer: improve inverting conditionsChristian Konig2013-02-161-1/+39
* R600/structurizer: improve loop handlingChristian Konig2013-02-161-196/+148
* R600/structurizer: improve finding condition valuesChristian Konig2013-02-161-9/+22
* R600/structurizer: improve PHI value findingChristian Konig2013-02-161-0/+6
* R600/structurizer: add class to find the Nearest Common DominatorChristian Konig2013-02-161-0/+66
* R600: rework flow creation in the structurizer v2Tom Stellard2013-02-081-177/+195
* R600: fix loop analyses in the structurizerTom Stellard2013-02-081-113/+183
* R600: fix PHI value adding in the structurizerTom Stellard2013-02-081-65/+81
* Move all of the header files which are involved in modelling the LLVM IRChandler Carruth2013-01-021-1/+1
* Resort the #include lines in include/... and lib/... with theChandler Carruth2013-01-021-2/+2
* R600: Coding style - remove empty spaces from the beginning of functionsTom Stellard2012-12-211-18/+0
* R600: New control flow for SI v2Tom Stellard2012-12-191-0/+732