summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* [clangd] Fix build bot after r342961Eric Liu2018-09-251-4/+3
* [Profile] Fix gcov testsCalixte Denizet2018-09-253-7/+7
* [COFF] Add support for creating range extension thunks for ARMMartin Storsjo2018-09-2512-37/+441
* [clangd] Check that scheme is valid when parsing URI.Eric Liu2018-09-252-5/+24
* Fix a typo in the help of clangdSylvestre Ledru2018-09-251-1/+1
* [Swig] Merge typemaps with same bodiesTatyana Krasnukha2018-09-251-196/+53
* [LoopUnroll] Add check to Latch's terminator in UnrollRuntimeLoopRemainderDavid Green2018-09-254-5/+123
* [clangd] NFC: Remove test duplicateKirill Bobyrev2018-09-251-11/+0
* [AMDGPU] restore r342722 which was reverted with r342743Sameer Sahasrabuddhe2018-09-252-0/+66
* Revert rL342953 "[llvm-exegesis] Add lit tests."Clement Courbet2018-09-256-33/+10
* [ELF] - Add -z global option to manual.George Rimar2018-09-251-0/+6
* [llvm-exegesis] Add lit tests.Clement Courbet2018-09-256-10/+33
* [llvm-exegesis] Add MCParser to LLVM_LINK_COMPONENTSHeejin Ahn2018-09-251-1/+1
* Deduplicate replacements from diagnostics.Eric Liu2018-09-255-9/+31
* Annotate LookupResult::clear() as LLVM_ATTRIBUTE_REINITIALIZES to silence bug...Fangrui Song2018-09-251-1/+1
* Add macro LLVM_ATTRIBUTE_REINITIALIZESFangrui Song2018-09-251-0/+13
* [llvm-exegesis] Fix doc in r342947.Clement Courbet2018-09-251-8/+9
* [llvm-exegesis] Allow benchmarking arbitrary code snippets.Clement Courbet2018-09-256-63/+281
* [mips] Correct MUL pattern for mips64Stefan Maksimovic2018-09-252-1/+4
* Use unique_ptr to hold AsmInfo,MRI,MII,STIFangrui Song2018-09-254-21/+16
* Use TRI->regsOverlap() in MachineBasicBlock::computeRegisterLivenessMikael Holmen2018-09-251-6/+4
* [DebugInfo] Do not generate address info for removed debug labels.Hsiangkai Wang2018-09-252-4/+42
* [MachineCopyPropagation] Reimplement CopyTracker in terms of register unitsJustin Bogner2018-09-251-54/+58
* Revert "[ORC] Switch to asynchronous resolution in JITSymbolResolver."Lang Hames2018-09-2510-152/+92
* [MachineCopyPropagation] Rework how we manage RegMask clobbersJustin Bogner2018-09-251-35/+23
* [ORC] Switch to asynchronous resolution in JITSymbolResolver.Lang Hames2018-09-2510-92/+152
* Revert r342936 "Remove redundant null pointer check in operator delete"Louis Dionne2018-09-251-3/+5
* [WebAssembly] SIMD sqrtThomas Lively2018-09-253-0/+39
* Remove redundant null pointer check in operator deleteFangrui Song2018-09-251-5/+3
* [AMDGPU] Remove useless check from test. NFC.Stanislav Mekhanoshin2018-09-251-1/+0
* [X86] Don't create FILD ISD nodes when X87 is disabled.Craig Topper2018-09-252-1/+28
* [X86] Remove superfluous curly braces. NFCCraig Topper2018-09-251-2/+1
* [X86] Update comment. Use 'glued' instead of 'flagged' NFCCraig Topper2018-09-251-1/+1
* [WebAssembly] Move .debug_line section address of dead function outside secti...Yury Delendik2018-09-242-2/+47
* Driver: render arguments for the embedded bitcode correctlySaleem Abdulrasool2018-09-243-14/+161
* [WebAssembly][NFC] Fix hardcoded stack indices in testsThomas Lively2018-09-241-4/+4
* [www] Change 'Clang 7' items from yellow to green now Clang 7 isRichard Smith2018-09-243-14/+11
* [www] Update cxx_status to mark P0962R1 as done.Richard Smith2018-09-241-1/+1
* P0962R1: only use the member form of 'begin' and 'end' in a range-basedRichard Smith2018-09-244-58/+157
* [CUDA] Added basic support for compiling with CUDA-10.0Artem Belevich2018-09-246-3/+36
* [hwasan] Record and display stack history in stack-based reports.Evgeniy Stepanov2018-09-2421-228/+908
* Revert "[hwasan] Record and display stack history in stack-based reports."Evgeniy Stepanov2018-09-2421-908/+228
* [hwasan] Record and display stack history in stack-based reports.Evgeniy Stepanov2018-09-2421-228/+908
* [analyzer] Prevent crashes in FindLastStoreBRVisitorGeorge Karpenkov2018-09-243-4/+32
* Re-submitting changes in D51550 because it failed to patch.Christy Lee2018-09-245-38/+75
* [InstCombine] add bitcast+extelt helper function; NFCSanjay Patel2018-09-241-14/+26
* [compiler-rt] [builtins] Add logb/logbf/logbl methods to compiler-rt to avoid...Jordan Rupprecht2018-09-249-10/+282
* [X86] Remove shift/rotate by CL memory (RMW) overridesSimon Pilgrim2018-09-247-97/+43
* [lldb-mi] Fix hanging of target-select-so-path.testAlexander Polyakov2018-09-241-13/+21
* [X86] Infer 64bit feature support from the CPUID results in getHostCPUFeatures.Craig Topper2018-09-241-0/+2
OpenPOWER on IntegriCloud