summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* [analyzer] Add FIXMEs for alpha.unix.cstring.OutOfBounds false positives.Artem Dergachev2019-04-252-0/+5
* Assigning to a local object in a return statement prevents copy elision. NFC.David Blaikie2019-04-255-13/+24
* Skip type units/type uniquing when we know we're only emitting the type once ...David Blaikie2019-04-254-10/+30
* Two tests were using the interactive convenience variableJason Molenda2019-04-252-3/+3
* [Windows] Separate elements in -print-search-dirs with semicolonsMartin Storsjo2019-04-251-2/+2
* Remove libc++ checks and workarounds for unsupported old versions of GCC (<4.9).Richard Smith2019-04-253-68/+39
* [GlobalISel][AArch64] Make G_EXTRACT_VECTOR_ELT legal for v8s16sJessica Paquette2019-04-252-2/+25
* [analyzer][UninitializedObjectChecker] PR41590: Regard _Atomic types as primi...Kristof Umann2019-04-252-1/+16
* Fix buildbot failures after r359159.Richard Smith2019-04-251-1/+1
* [lldb] [lit] Use constexpr and better constraints in Register testsMichal Gorny2019-04-252-37/+37
* Set _LIBCPP_DLL_VIS on _LIBCPP_EXTERN_TEMPLATE_TYPE_VIS in MinGW modeMartin Storsjo2019-04-251-2/+7
* [ObjC][ARC] Let ARC optimizer bail out if the number of pointer statesAkira Hatanaka2019-04-252-2/+68
* [AMDGPU] gfx1010 VOP1 instructionsStanislav Mekhanoshin2019-04-256-102/+306
* [AMDGPU] gfx1010 utility functionsStanislav Mekhanoshin2019-04-254-29/+90
* [libFuzzer] Require linux for libcxx.testMatt Morehouse2019-04-251-0/+1
* [GlobalISel][AArch64] Add generic legalization rule for extendsJessica Paquette2019-04-256-9/+345
* [lldb] [lit] Un-XFAIL Register/x86-64-read.test for DarwinMichal Gorny2019-04-251-1/+0
* [libc++][test] Fix noexcept assertions in variant's get testsCasey Carter2019-04-253-6/+20
* [SelectionDAG][X86] Use stack load/store in PromoteIntRes_BITCAST when the in...Craig Topper2019-04-253-1089/+1006
* [compiler-rt] Build custom libc++abi without exceptions.Matt Morehouse2019-04-252-0/+16
* DebugInfo: Fix bitrotted test caseDavid Blaikie2019-04-251-8/+7
* creduce-clang-crash: add -F flag to grep to avoid interpreting string as regexAmy Huang2019-04-251-1/+1
* [PGO] Enable InstrProf lowering for Clang PGO instrumentation in the new pass...Rong Xu2019-04-253-12/+47
* [clangd] Optimize "don't include me" check.Sam McCall2019-04-252-7/+34
* [NFC][Sanitizer] Extract GetFuncAddr from GetRealFunctionAddressJulian Lettner2019-04-253-9/+20
* Fix bug 37903:MS ABI: handle inline static data member and inline variable as...Jennifer Yu2019-04-253-2/+99
* Implement 'lerp'; which is the last bit of P0811. Mark that paper as complete.Marshall Clow2019-04-253-1/+103
* [lldb] [lit] Add tests for reading new x86_64 registersMichal Gorny2019-04-252-0/+103
* [lldb] [lit] Remove unnecessary array use in XMM reading testMichal Gorny2019-04-251-8/+8
* [WebAssembly] Always take into account added when applying runtime relocationsSam Clegg2019-04-253-29/+42
* Fixed typo in CompileUnit::GetImportedModules documentation [NFC]Raphael Isemann2019-04-251-1/+1
* [Evaluator] Walk initial elements when handling load through bitcastRobert Lougher2019-04-253-38/+158
* [GlobalISel][AArch64] Legalize G_FNEARBYINTJessica Paquette2019-04-258-2/+589
* [GlobalISel] Add IRTranslator support for G_FNEARBYINTJessica Paquette2019-04-252-0/+10
* [clangd] Use JSON streaming API for Trace rather than pasting strings. NFCSam McCall2019-04-252-30/+35
* [GlobalISel] Add a G_FNEARBYINT opcodeJessica Paquette2019-04-254-0/+14
* [OPENMP] Improved check for the linear dependency in the non-rectangularAlexey Bataev2019-04-253-6/+46
* [scudo][standalone] Introduce the SizeClassMapKostya Kortchinsky2019-04-255-1/+190
* Revert "[JITLink] Make the JITLink MachO/x86-64 eh-frame test work on Windows."Lang Hames2019-04-251-1/+6
* [LLD][ELF] - Convert symbol-index.s testcase to a YAML test case. NFCI.George Rimar2019-04-253-10/+25
* gn build: Document llvm_enable_dia_sdk variable betterNico Weber2019-04-251-0/+2
* gn build: Make setting llvm_enable_dia_sdk=true workNico Weber2019-04-252-2/+8
* [LLD][ELF] - Move the test to a correct folder, remove excessive input. NFCI.George Rimar2019-04-253-50/+51
* [OPENMP][AARCH64]Fix the test for declare simd, NFC.Alexey Bataev2019-04-251-4/+4
* lld-link: Implement /swaprun: flagNico Weber2019-04-257-2/+78
* [InstCombine][X86] Tweak generic expansion of PACKSS/PACKUS to shuffle then t...Simon Pilgrim2019-04-251-7/+4
* [Support] json::OStream::flush(), which passes through to the underlying streamSam McCall2019-04-251-1/+3
* gn build: Merge r359179Nico Weber2019-04-252-0/+2
* gn build: Merge r359174Nico Weber2019-04-251-0/+1
* gn build: Merge r359142Nico Weber2019-04-251-0/+1
OpenPOWER on IntegriCloud