summaryrefslogtreecommitdiff
path: root/lib/Target/R600/AMDILCFGStructurizer.cpp
Commit message (Expand)AuthorAge
* [C++11] Add 'override' keywords and remove 'virtual'. Additionally add 'final...Craig Topper2014-04-29
* [C++] Use 'nullptr'.Craig Topper2014-04-28
* SCC: Change clients to use const, NFCDuncan P. N. Exon Smith2014-04-25
* [C++] Use 'nullptr'. Target edition.Craig Topper2014-04-25
* [Modules] Fix potential ODR violations by sinking the DEBUG_TYPEChandler Carruth2014-04-22
* Implement depth_first and inverse_depth_first range factory functions.David Blaikie2014-04-11
* R600: Don't viewCFG() under DEBUG() except on failure.Matt Arsenault2014-03-24
* [C++11] Replace llvm::next and llvm::prior with std::next and std::prev.Benjamin Kramer2014-03-02
* cleanup: scc_iterator consumers should use isAtEndDuncan P. N. Exon Smith2014-02-04
* Fix known typosAlp Toker2014-01-24
* [PM] Pull the generic graph algorithms and data structures for dominatorChandler Carruth2014-01-13
* [cleanup] Move the Dominators.h and Verifier.h headers into the IRChandler Carruth2014-01-13
* Re-sort all of the includes with ./utils/sort_includes.py so thatChandler Carruth2014-01-07
* R600: Register AMDGPUCFGStructurizer passTom Stellard2013-12-11
* R600: Fix a crash in the AMDILCFGStrucurizerTom Stellard2013-11-18
* R600: Remove \ at EOL from ascii art comments.Benjamin Kramer2013-10-18
* R600: Fix a crash in the AMDILCFGStructurizerTom Stellard2013-10-16
* R600: Remove some dead code from the AMDILCFGStructurizerTom Stellard2013-10-16
* Add llvm namespace to llvm::next.Michael Gottesman2013-09-04
* Use llvm::next() instead of incrementing begin iterators of std::vector.Michael Gottesman2013-09-04
* R600: Remove predicated_break instVincent Lejeune2013-07-31
* R600: Don't emit empty then clause and use alu_pop_afterVincent Lejeune2013-07-19
* R600: Simplify AMDILCFGStructurize by removing templates and assuming single ...Vincent Lejeune2013-07-19
* R600: Replace legacy debug code in AMDILCFGStructurizer.cppVincent Lejeune2013-07-19
* Use SmallVectorImpl& instead of SmallVector to avoid repeating small vector s...Craig Topper2013-07-14
* Use SmallVectorImpl::iterator/const_iterator instead of SmallVector to avoid ...Craig Topper2013-07-03
* R600: Rework subtarget info and remove AMDILDevice classesTom Stellard2013-06-07
* Don't cache the instruction and register info from the TargetMachine, becauseBill Wendling2013-06-07
* R600: Hide symbols of implementation details.Benjamin Kramer2013-05-23
* R600: Fix JUMP handling so that MachineInstr verification can occurVincent Lejeune2013-03-11
* Resort the #include lines in include/... and lib/... with theChandler Carruth2013-01-02
* Target/R600: Update MIB according to r170588.NAKAMURA Takumi2012-12-20
* R600: New control flow for SI v2Tom Stellard2012-12-19
* Add R600 backendTom Stellard2012-12-11