summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Skip TestDisassembleRawData when remoteFrancis Ricci2016-07-011-0/+1
* CodeGen: Use MachineInstr& in RegisterCoalescer, NFCDuncan P. N. Exon Smith2016-07-011-38/+37
* fix documentation comments; NFCSanjay Patel2016-07-011-13/+12
* CodeGen: Avoid implicit conversions in TargetInstrInfo, NFCDuncan P. N. Exon Smith2016-07-011-2/+2
* CodeGen: Use MachineInstr& in ScheduleDAGIntrs, NFCDuncan P. N. Exon Smith2016-07-011-43/+43
* Revert r274348 and r274349 until the Windows failures are fixed.Vassil Vassilev2016-07-013-215/+45
* Reapply "Define a module map entry for DebugInfo/CodeView."Adrian Prantl2016-07-012-1/+14
* Do not count debug instructions when counting number of uses to reorder frame...Dehao Chen2016-07-013-14/+138
* Driver: support -L for MSVC toolchain under the GNU driverSaleem Abdulrasool2016-07-012-0/+10
* CodeGen: Avoid iterator conversion in UnreachableBlockElim, NFCDuncan P. N. Exon Smith2016-07-011-3/+1
* CodeGen: Use MachineInstr& in SlotIndexes.cpp, NFCDuncan P. N. Exon Smith2016-07-011-18/+13
* CodeGen: Use MachineInstr& in RegAllocFast, NFCDuncan P. N. Exon Smith2016-07-011-31/+33
* [OpenMP] Issue warning if a simd construct nested inside another simdKelvin Li2016-07-013-12/+39
* [CMake] Add LLVM_BUILD_32_BITS to LLVMConfig.cmakeJohn Brawn2016-07-011-0/+2
* Ensure parameter names are isl-compatibleTobias Grosser2016-07-013-37/+39
* Add forgotten test to r274348.Vassil Vassilev2016-07-011-0/+123
* Add postorder traversal support to the RecursiveASTVisitor.Vassil Vassilev2016-07-012-45/+92
* [ARM] Refactor Thumb2 mul instruction descsSam Parker2016-07-011-327/+144
* [tsan] Relax the "ignored-interceptors.mm" testcase. The test has been flaky...Kuba Brecka2016-07-011-1/+1
* [ELF] - Depricate version references.George Rimar2016-07-015-40/+10
* function_refify. NFC.Benjamin Kramer2016-07-012-10/+6
* Remove trailing whitespaces.Rui Ueyama2016-07-012-5/+5
* [ELF] Fix first PT_LOAD segment VA calculation, when linker script is usedEugene Leviant2016-07-013-10/+39
* Resubmit r268719 - AMDGPU/SI: Add amdgpu_kernel calling convention. Part 2.Nikolay Haustov2016-07-013-5/+71
* [AMDGPU] Assembler: support SDWA for VOPC instructionsSam Kolton2016-07-014-45/+176
* Update libdeps; AMDGPUCodeGen requires LLVMVectorize.NAKAMURA Takumi2016-07-011-1/+1
* [CodeGen] Cleanup getVectorShuffle a bit to take advantage of its new ArrayRe...Craig Topper2016-07-011-16/+16
* [CodeGen,Target] Remove the version of DAG.getVectorShuffle that takes a poin...Craig Topper2016-07-0110-68/+60
* Add support for allowing us to create uniquely identified "COMDAT" or "ELFEric Christopher2016-07-013-23/+37
* 80-column and comment fixups.Eric Christopher2016-07-011-5/+8
* [PM] refactor LoopAccessInfo code part-2Xinliang David Li2016-07-016-27/+67
* [MBP] method interface cleanupXinliang David Li2016-07-011-25/+20
* Revert "add tests for bugs fixed by the GVN hoist pass"Duncan P. N. Exon Smith2016-07-012-104/+0
* Flatten tuple_constructible, tuple_convertible and tuple_assignable.Eric Fiselier2016-07-012-82/+40
* Flatten the tuple_element and __make_tuple_types implementations.Eric Fiselier2016-07-012-33/+139
* AMDGPU: Add option to run the load/store vectorizerMatt Arsenault2016-07-011-0/+16
* Revert "Define a module map entry for DebugInfo/CodeView."Adrian Prantl2016-07-011-11/+0
* add tests for bugs fixed by the GVN hoist passSebastian Pop2016-07-012-0/+104
* [DebugInfo] Set DISubprogram ThisAdjustment in the MS ABIReid Kleckner2016-07-013-7/+17
* [codeview] Add DISubprogram::ThisAdjustmentReid Kleckner2016-07-0115-154/+669
* LoadStoreVectorizer: improvements: better pointer analysisMatt Arsenault2016-07-011-5/+26
* LoadStoreVectorizer: Don't increase alignment with no align setMatt Arsenault2016-07-014-19/+78
* LoadStoreVectorizer: Check TTI for vec reg bit widthMatt Arsenault2016-07-015-19/+83
* LoadStoreVectorizer: Fix assert when merging pointer opsMatt Arsenault2016-07-012-3/+328
* Revert "code hoisting pass based on GVN"Duncan P. N. Exon Smith2016-07-0110-1418/+4
* CodeGen: Use MachineInstr& in LiveVariables API, NFCDuncan P. N. Exon Smith2016-07-018-81/+80
* LoadStoreVectorizer: Use AA metadataMatt Arsenault2016-07-012-8/+37
* CodeGen: Remove implicit iterator conversions in PHIElimination, NFCDuncan P. N. Exon Smith2016-07-011-7/+7
* [Feature] Add a builtin for indexing into parameter packs. Patch by Louis Dio...Eric Fiselier2016-07-0114-11/+158
* CodeGen: Use MachineInstr& in PostRASchedulerList, NFCDuncan P. N. Exon Smith2016-07-011-6/+6
OpenPOWER on IntegriCloud