| Commit message (Expand) | Author | Age | Files | Lines |
| * | Skip TestDisassembleRawData when remote | Francis Ricci | 2016-07-01 | 1 | -0/+1 |
| * | CodeGen: Use MachineInstr& in RegisterCoalescer, NFC | Duncan P. N. Exon Smith | 2016-07-01 | 1 | -38/+37 |
| * | fix documentation comments; NFC | Sanjay Patel | 2016-07-01 | 1 | -13/+12 |
| * | CodeGen: Avoid implicit conversions in TargetInstrInfo, NFC | Duncan P. N. Exon Smith | 2016-07-01 | 1 | -2/+2 |
| * | CodeGen: Use MachineInstr& in ScheduleDAGIntrs, NFC | Duncan P. N. Exon Smith | 2016-07-01 | 1 | -43/+43 |
| * | Revert r274348 and r274349 until the Windows failures are fixed. | Vassil Vassilev | 2016-07-01 | 3 | -215/+45 |
| * | Reapply "Define a module map entry for DebugInfo/CodeView." | Adrian Prantl | 2016-07-01 | 2 | -1/+14 |
| * | Do not count debug instructions when counting number of uses to reorder frame... | Dehao Chen | 2016-07-01 | 3 | -14/+138 |
| * | Driver: support -L for MSVC toolchain under the GNU driver | Saleem Abdulrasool | 2016-07-01 | 2 | -0/+10 |
| * | CodeGen: Avoid iterator conversion in UnreachableBlockElim, NFC | Duncan P. N. Exon Smith | 2016-07-01 | 1 | -3/+1 |
| * | CodeGen: Use MachineInstr& in SlotIndexes.cpp, NFC | Duncan P. N. Exon Smith | 2016-07-01 | 1 | -18/+13 |
| * | CodeGen: Use MachineInstr& in RegAllocFast, NFC | Duncan P. N. Exon Smith | 2016-07-01 | 1 | -31/+33 |
| * | [OpenMP] Issue warning if a simd construct nested inside another simd | Kelvin Li | 2016-07-01 | 3 | -12/+39 |
| * | [CMake] Add LLVM_BUILD_32_BITS to LLVMConfig.cmake | John Brawn | 2016-07-01 | 1 | -0/+2 |
| * | Ensure parameter names are isl-compatible | Tobias Grosser | 2016-07-01 | 3 | -37/+39 |
| * | Add forgotten test to r274348. | Vassil Vassilev | 2016-07-01 | 1 | -0/+123 |
| * | Add postorder traversal support to the RecursiveASTVisitor. | Vassil Vassilev | 2016-07-01 | 2 | -45/+92 |
| * | [ARM] Refactor Thumb2 mul instruction descs | Sam Parker | 2016-07-01 | 1 | -327/+144 |
| * | [tsan] Relax the "ignored-interceptors.mm" testcase. The test has been flaky... | Kuba Brecka | 2016-07-01 | 1 | -1/+1 |
| * | [ELF] - Depricate version references. | George Rimar | 2016-07-01 | 5 | -40/+10 |
| * | function_refify. NFC. | Benjamin Kramer | 2016-07-01 | 2 | -10/+6 |
| * | Remove trailing whitespaces. | Rui Ueyama | 2016-07-01 | 2 | -5/+5 |
| * | [ELF] Fix first PT_LOAD segment VA calculation, when linker script is used | Eugene Leviant | 2016-07-01 | 3 | -10/+39 |
| * | Resubmit r268719 - AMDGPU/SI: Add amdgpu_kernel calling convention. Part 2. | Nikolay Haustov | 2016-07-01 | 3 | -5/+71 |
| * | [AMDGPU] Assembler: support SDWA for VOPC instructions | Sam Kolton | 2016-07-01 | 4 | -45/+176 |
| * | Update libdeps; AMDGPUCodeGen requires LLVMVectorize. | NAKAMURA Takumi | 2016-07-01 | 1 | -1/+1 |
| * | [CodeGen] Cleanup getVectorShuffle a bit to take advantage of its new ArrayRe... | Craig Topper | 2016-07-01 | 1 | -16/+16 |
| * | [CodeGen,Target] Remove the version of DAG.getVectorShuffle that takes a poin... | Craig Topper | 2016-07-01 | 10 | -68/+60 |
| * | Add support for allowing us to create uniquely identified "COMDAT" or "ELF | Eric Christopher | 2016-07-01 | 3 | -23/+37 |
| * | 80-column and comment fixups. | Eric Christopher | 2016-07-01 | 1 | -5/+8 |
| * | [PM] refactor LoopAccessInfo code part-2 | Xinliang David Li | 2016-07-01 | 6 | -27/+67 |
| * | [MBP] method interface cleanup | Xinliang David Li | 2016-07-01 | 1 | -25/+20 |
| * | Revert "add tests for bugs fixed by the GVN hoist pass" | Duncan P. N. Exon Smith | 2016-07-01 | 2 | -104/+0 |
| * | Flatten tuple_constructible, tuple_convertible and tuple_assignable. | Eric Fiselier | 2016-07-01 | 2 | -82/+40 |
| * | Flatten the tuple_element and __make_tuple_types implementations. | Eric Fiselier | 2016-07-01 | 2 | -33/+139 |
| * | AMDGPU: Add option to run the load/store vectorizer | Matt Arsenault | 2016-07-01 | 1 | -0/+16 |
| * | Revert "Define a module map entry for DebugInfo/CodeView." | Adrian Prantl | 2016-07-01 | 1 | -11/+0 |
| * | add tests for bugs fixed by the GVN hoist pass | Sebastian Pop | 2016-07-01 | 2 | -0/+104 |
| * | [DebugInfo] Set DISubprogram ThisAdjustment in the MS ABI | Reid Kleckner | 2016-07-01 | 3 | -7/+17 |
| * | [codeview] Add DISubprogram::ThisAdjustment | Reid Kleckner | 2016-07-01 | 15 | -154/+669 |
| * | LoadStoreVectorizer: improvements: better pointer analysis | Matt Arsenault | 2016-07-01 | 1 | -5/+26 |
| * | LoadStoreVectorizer: Don't increase alignment with no align set | Matt Arsenault | 2016-07-01 | 4 | -19/+78 |
| * | LoadStoreVectorizer: Check TTI for vec reg bit width | Matt Arsenault | 2016-07-01 | 5 | -19/+83 |
| * | LoadStoreVectorizer: Fix assert when merging pointer ops | Matt Arsenault | 2016-07-01 | 2 | -3/+328 |
| * | Revert "code hoisting pass based on GVN" | Duncan P. N. Exon Smith | 2016-07-01 | 10 | -1418/+4 |
| * | CodeGen: Use MachineInstr& in LiveVariables API, NFC | Duncan P. N. Exon Smith | 2016-07-01 | 8 | -81/+80 |
| * | LoadStoreVectorizer: Use AA metadata | Matt Arsenault | 2016-07-01 | 2 | -8/+37 |
| * | CodeGen: Remove implicit iterator conversions in PHIElimination, NFC | Duncan P. N. Exon Smith | 2016-07-01 | 1 | -7/+7 |
| * | [Feature] Add a builtin for indexing into parameter packs. Patch by Louis Dio... | Eric Fiselier | 2016-07-01 | 14 | -11/+158 |
| * | CodeGen: Use MachineInstr& in PostRASchedulerList, NFC | Duncan P. N. Exon Smith | 2016-07-01 | 1 | -6/+6 |