summaryrefslogtreecommitdiff
path: root/lib/Target/R600/AMDGPUStructurizeCFG.cpp
Commit message (Expand)AuthorAge
* Move StructurizeCFG out of R600 to generic Transforms.Matt Arsenault2013-06-19
* Silencing an MSVC warning about mixing bool and unsigned int.Aaron Ballman2013-06-04
* Move passes from namespace llvm into anonymous namespaces. Sort includes whil...Benjamin Kramer2013-05-23
* R600: fix DenseMap with pointer key iteration in the structurizerChristian Konig2013-03-26
* R600/SI: fix warning about overloaded virtualChristian Konig2013-03-01
* R600/structurizer: improve inverting conditionsChristian Konig2013-02-16
* R600/structurizer: improve loop handlingChristian Konig2013-02-16
* R600/structurizer: improve finding condition valuesChristian Konig2013-02-16
* R600/structurizer: improve PHI value findingChristian Konig2013-02-16
* R600/structurizer: add class to find the Nearest Common DominatorChristian Konig2013-02-16
* R600: rework flow creation in the structurizer v2Tom Stellard2013-02-08
* R600: fix loop analyses in the structurizerTom Stellard2013-02-08
* R600: fix PHI value adding in the structurizerTom Stellard2013-02-08
* Move all of the header files which are involved in modelling the LLVM IRChandler Carruth2013-01-02
* Resort the #include lines in include/... and lib/... with theChandler Carruth2013-01-02
* R600: Coding style - remove empty spaces from the beginning of functionsTom Stellard2012-12-21
* R600: New control flow for SI v2Tom Stellard2012-12-19