aboutsummaryrefslogtreecommitdiff
path: root/llvm/lib
AgeCommit message (Expand)AuthorFilesLines
2014-08-07Merging r214481:llvmorg-3.5.0-rc2Bill Wendling2-52/+33
2014-08-05Correct faulty merge of r214923 due to echristo's subversion changes in trunkBill Schmidt1-2/+1
2014-08-05Merging r214923:Bill Schmidt3-16/+41
2014-08-05Merging r214865:Tom Stellard1-1/+2
2014-08-05Merging r214463:Tom Stellard3-3/+16
2014-08-05Merging r213799:Bill Wendling2-6/+10
2014-08-04Fix incorrectly resolved merge conflictBill Schmidt1-1/+1
2014-08-04Merging r214800:Bill Schmidt1-29/+11
2014-08-04Merging r214718:Bill Schmidt3-36/+68
2014-08-04Merging r214716:Bill Schmidt1-0/+2
2014-08-04Merging r214714:Bill Schmidt2-150/+111
2014-08-04Merging r213665:Bill Wendling1-5/+4
2014-08-04Merging r213726:Bill Wendling1-5/+3
2014-08-04Merging r213896:Bill Wendling1-1/+1
2014-08-04Merging r213883:Bill Wendling1-1/+1
2014-08-04Merging r213899:Bill Wendling1-0/+7
2014-08-04Merging r214423:Bill Wendling1-1/+5
2014-08-04Merging r214429:Bill Wendling1-1/+3
2014-07-31Merging r213798:Bill Wendling1-12/+11
2014-07-30Merging r213793:Justin Holewinski1-1/+1
2014-07-30Merging r213773:Justin Holewinski1-2/+1
2014-07-30Merging r214180:Daniel Sanders2-2/+8
2014-07-30Merging r214287:Bill Wendling1-4/+0
2014-07-29Merging r213895:Hans Wennborg1-10/+11
2014-07-29Merging r213815:Hans Wennborg1-4/+13
2014-07-29Merging r213894:Hans Wennborg1-0/+5
2014-07-25Merging r213915:Bill Wendling3-48/+101
2014-07-25Merge r213826Filipe Cabecinhas1-0/+14
2014-07-24Merging r213847:Daniel Sanders1-4/+4
2014-07-23Merging r213653:Daniel Sanders2-4/+4
2014-07-21Rename metadata llvm.loop.vectorize.unroll to llvm.loop.vectorize.interleave.Mark Heffernan2-14/+18
2014-07-21Match semantics of PointerMayBeCapturedBefore to its name by defaultHal Finkel2-5/+14
2014-07-21Revert "Recommit r212203: Don't try to construct debug LexicalScopes hierarch...David Blaikie4-33/+4
2014-07-21R600: silence GCC warningSaleem Abdulrasool1-0/+1
2014-07-21R600/SI: Refactor VOP3 instruction definitionsTom Stellard2-21/+52
2014-07-21R600/SI: Separate encoding and operand definitions into their own classesTom Stellard1-132/+174
2014-07-21Replace the result usages while legalizing cmpxchg.Logan Chien1-4/+3
2014-07-21R600/SI: Initailize encoding fields of unused VOP3 modifiers to 0Tom Stellard1-0/+5
2014-07-21R600/SI: Initialize unused VOP3 sources to 0 instead of SIOperand.ZEROTom Stellard1-6/+6
2014-07-21Revert "[C++11] Add predecessors(BasicBlock *) / successors(BasicBlock *) ite...Duncan P. N. Exon Smith37-149/+223
2014-07-21R600/SI: Add instruction shrinking passTom Stellard8-0/+218
2014-07-21R600/SI: VOPC instructions explicitly define VCCTom Stellard1-1/+1
2014-07-21Correct the ownership passing semantics of object::createBinary and make them...David Blaikie2-3/+3
2014-07-21Remove unnecessary use of unique_ptr::release() used to construct another uni...David Blaikie1-2/+1
2014-07-21Remove unused variable.David Blaikie1-1/+0
2014-07-21R600/SI: Clean up some of the unused REGISTER_{LOAD,STORE} codeTom Stellard1-148/+24
2014-07-21R600/SI: Use scratch memory for large private arraysTom Stellard18-67/+450
2014-07-21R600/SI: Specify wavefront size for SI and CITom Stellard1-2/+4
2014-07-21R600/SI: Remove vaddr operand from BUFFER_LOAD_*_OFFSET instructionsTom Stellard2-4/+4
2014-07-21[mips] Do not emit '.module fp=...' unless we really need to.Daniel Sanders1-10/+15