summaryrefslogtreecommitdiff
path: root/lib/Target/R600/AMDILCFGStructurizer.cpp
Commit message (Expand)AuthorAge
* 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