aboutsummaryrefslogtreecommitdiffstats
path: root/lib/Target/R600/AMDILCFGStructurizer.cpp
Commit message (Expand)AuthorAgeFilesLines
* Update aosp/master LLVM for rebase to r235153Pirama Arumuga Nainar2015-05-181-1/+1
* Update aosp/master llvm for rebase to r233350Pirama Arumuga Nainar2015-04-091-13/+13
* Update aosp/master LLVM for rebase to r222494.Stephen Hines2014-12-021-2/+3
* Update LLVM for 3.5 rebase (r209712).Stephen Hines2014-05-291-30/+28
* Update to LLVM 3.5a.Stephen Hines2014-04-241-27/+36
* R600: Fix a crash in the AMDILCFGStrucurizerTom Stellard2013-11-181-6/+7
* R600: Remove \ at EOL from ascii art comments.Benjamin Kramer2013-10-181-4/+4
* R600: Fix a crash in the AMDILCFGStructurizerTom Stellard2013-10-161-2/+68
* R600: Remove some dead code from the AMDILCFGStructurizerTom Stellard2013-10-161-21/+4
* Add llvm namespace to llvm::next.Michael Gottesman2013-09-041-2/+2
* Use llvm::next() instead of incrementing begin iterators of std::vector.Michael Gottesman2013-09-041-2/+2
* R600: Remove predicated_break instVincent Lejeune2013-07-311-32/+5
* R600: Don't emit empty then clause and use alu_pop_afterVincent Lejeune2013-07-191-2/+6
* R600: Simplify AMDILCFGStructurize by removing templates and assuming single ...Vincent Lejeune2013-07-191-2492/+1324
* R600: Replace legacy debug code in AMDILCFGStructurizer.cppVincent Lejeune2013-07-191-228/+235
* Use SmallVectorImpl& instead of SmallVector to avoid repeating small vector s...Craig Topper2013-07-141-4/+4
* Use SmallVectorImpl::iterator/const_iterator instead of SmallVector to avoid ...Craig Topper2013-07-031-12/+12
* R600: Rework subtarget info and remove AMDILDevice classesTom Stellard2013-06-071-1/+4
* Don't cache the instruction and register info from the TargetMachine, becauseBill Wendling2013-06-071-7/+12
* R600: Hide symbols of implementation details.Benjamin Kramer2013-05-231-41/+20
* R600: Fix JUMP handling so that MachineInstr verification can occurVincent Lejeune2013-03-111-3/+5
* Resort the #include lines in include/... and lib/... with theChandler Carruth2013-01-021-1/+1
* Target/R600: Update MIB according to r170588.NAKAMURA Takumi2012-12-201-15/+19
* R600: New control flow for SI v2Tom Stellard2012-12-191-4/+0
* Add R600 backendTom Stellard2012-12-111-0/+3049