summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Target/R600/AMDGPUPromoteAlloca.cpp
Commit message (Expand)AuthorAgeFilesLines
* R600 -> AMDGPU renameTom Stellard2015-06-131-407/+0
* Simplify IRBuilder::CreateCall* by using ArrayRef+initializer_list/braced ini...David Blaikie2015-05-181-6/+5
* Remove superfluous .str() and replace std::string concatenation with Twine.Yaron Keren2015-03-271-2/+2
* Opaque Pointer Types: GEP API migrations to specify the gep type explicitlyDavid Blaikie2015-03-241-3/+3
* Purge unused includes throughout libSupport.Benjamin Kramer2015-03-231-0/+1
* Make DataLayout Non-Optional in the ModuleMehdi Amini2015-03-041-3/+3
* R600: Don't promote allocas when one of the users is a ptrtoint instructionTom Stellard2014-10-311-6/+19
* Remove unnecessary copying or replace it with moves in a bunch of places.Benjamin Kramer2014-10-041-3/+5
* R600/SI: Fix promote alloca pass breaking addrspacecastMatt Arsenault2014-09-151-0/+7
* Add override to overriden virtual methods, remove virtual keywords.Benjamin Kramer2014-09-031-5/+3
* R600: Don't crash on unhandled instruction in promote allocaMatt Arsenault2014-06-271-2/+24
* Fix missing newline and simplify debug printing.Matt Arsenault2014-06-271-5/+5
* R600: Use LDS and vectors for private memoryTom Stellard2014-06-171-0/+365
OpenPOWER on IntegriCloud