summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* [LLD] Update split stack support to handle more generic prologues. Improve er...Jordan Rupprecht2018-08-026-48/+66
* Work around more GCC miscompiles exposed by r338464.Martin Storsjo2018-08-021-1/+5
* Revert "[clang-doc] Refactoring mapper to map by scope"Julie Hockett2018-08-0236-4149/+1629
* [itanium demangler] Support dot suffixes on block invocation functionsErik Pilkington2018-08-023-0/+6
* Fix CMake build.Zachary Turner2018-08-021-0/+2
* [Support] fix TempFile infinite loop and permission denied errorsBob Haarman2018-08-022-35/+73
* [WebAssembly] Ensure bitcasts that would result in invalid wasm are removed b...Sam Clegg2018-08-025-61/+150
* __c11_atomic_load's _Atomic can be constJF Bastien2018-08-023-5/+6
* Fix one more warning.Zachary Turner2018-08-021-0/+1
* [c-index-test] Use correct executable path to discover resource directory.Volodymyr Sapsai2018-08-021-5/+10
* Update the LLVM VS integration to sign the assembly.Zachary Turner2018-08-022-9/+10
* Fix a couple of warnings.Zachary Turner2018-08-021-1/+2
* [clang-doc] Refactoring mapper to map by scopeJulie Hockett2018-08-0236-1629/+4149
* Use %.*s instead of %*s when formatting strings with explicit length.Zachary Turner2018-08-021-2/+2
* [MS Demangler] Resolve back-references lazily.Zachary Turner2018-08-021-87/+106
* [X86] Allow fake unary unpckhpd and movhlps to be commuted for execution doma...Craig Topper2018-08-029-111/+138
* Add support for ARM and ARM64 breakpad generated minidump filesGreg Clayton2018-08-0216-91/+1860
* Add byte counting mechanism to LLDB's Stream class.Raphael Isemann2018-08-0211-39/+168
* [analyzer] Make RegionVector use const referenceFangrui Song2018-08-021-10/+7
* [SLC] Refactor simplification of pow() (NFC)Evandro Menezes2018-08-021-1/+1
* [X86][SSE] Add uniform/non-uniform exact sdiv vector tests covering all pathsSimon Pilgrim2018-08-021-14/+110
* [InstCombine] [NFC] Tests for select with binop foldDavid Bolvansky2018-08-021-56/+186
* [LLD][ELF] - Remove dead check from adjustSplitStackFunctionPrologues().George Rimar2018-08-021-6/+1
* [LLD][ELF] - An attemp to fix BB after rL338718.George Rimar2018-08-021-1/+2
* [OMPT] Disable by default on WindowsJonas Hahnfeld2018-08-022-2/+2
* [tests] Add annotations for taskloop featuresJonas Hahnfeld2018-08-023-0/+16
* [InstSimplify] move minnum/maxnum with undef fold from instcombineSanjay Patel2018-08-025-46/+36
* [LLD][ELF] - Remove excessive cases from getRelocTargetVA(). NFC.George Rimar2018-08-021-5/+0
* [ARM][NFC] Follow up of r338568Sjoerd Meijer2018-08-021-75/+120
* [ValueTracking] fix maxnum miscompile for cannotBeOrderedLessThanZero (PR37776)Sanjay Patel2018-08-022-6/+11
* DAG: Fix vector widening fcanonicalizeMatt Arsenault2018-08-022-0/+21
* AMDGPU: Fix scalarizing v4f16 fcanonicalizeMatt Arsenault2018-08-022-0/+21
* [LLD][ELF] - Remove dead code. NFC.George Rimar2018-08-021-6/+0
* Move ClangHighlighter.cpp to hopefully better place in Xcode project.Tim Northover2018-08-021-2/+2
* [llvm-ar] Fix help text test. NFC.Ben Dunbobbin2018-08-021-1/+1
* [LLD][ELF] - Remove redundant code. NFC.George Rimar2018-08-021-2/+1
* Try to make builtin address space declarations not uselessMatt Arsenault2018-08-0211-76/+207
* clang-format: fix a crash in comment wraps.Martin Probst2018-08-023-25/+52
* [lld] Make tests calling llvm-ar more robustChris Jackson2018-08-0219-1/+20
* [llvm-ar] Correct help textBen Dunbobbin2018-08-021-29/+27
* [llvm-mca] Use a vector to store ResourceState objects in the ResourceManager.Andrea Di Biagio2018-08-022-81/+70
* [llvm-exegesis] Rename InstructionInstance into InstructionBuilder.Guillaume Chatelet2018-08-0210-129/+129
* Add header guard to asan_report.hFilipe Cabecinhas2018-08-021-0/+4
* [LLD][ELF] - Simplify. NFC.George Rimar2018-08-021-6/+1
* [X86][SSE] Add more UDIV nonuniform-constant vector testsSimon Pilgrim2018-08-021-0/+238
* [LLD] Do not overwrite LMAOffset of PT_LOAD headerGeorge Rimar2018-08-023-8/+55
* Replace hardcoded format styles in a few tools with the default style in libF...Eric Liu2018-08-024-6/+10
* Unit test for Symtab::InitNameIndexesStefan Granitz2018-08-023-1/+261
* Add include guardStefan Granitz2018-08-021-0/+5
* [X86][SSE] Pull out duplicate VSELECT to shuffle mask code. NFCI.Simon Pilgrim2018-08-021-27/+29
OpenPOWER on IntegriCloud