summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Fix line endings.Ivan Donchevskii2018-01-034-97/+97
* [AArch64][SVE] Asm: Add restricted register classes for SVE predicate vectors.Sander de Smalen2018-01-033-11/+52
* [libclang] Fix cursors for functions with trailing return typeIvan Donchevskii2018-01-032-40/+66
* [libclang] Support querying whether a declaration is invalidIvan Donchevskii2018-01-035-39/+61
* Fix build of WebAssembly and AVR backends after r321692Alex Bradbury2018-01-033-7/+8
* [libclang] Add clang_getFileContents to libclang.exportsIvan Donchevskii2018-01-031-0/+1
* Fix incorrect documentation comment left after r321692Alex Bradbury2018-01-031-2/+0
* Update clang cc1as for createMCAsmBackend change in r321692Alex Bradbury2018-01-031-3/+2
* Thread MCSubtargetInfo through Target::createMCAsmBackendAlex Bradbury2018-01-0330-101/+116
* [Sema] -Wtautological-constant-compare is too good. Cripple it.Roman Lebedev2018-01-039-47/+69
* [GlobalISel][Legalizer] Fix legalization of llvm.smul.with.overflowAmara Emerson2018-01-032-6/+52
* Mark LWG2824 as complete. We already did it, but I added a test to be sureMarshall Clow2018-01-032-2/+43
* Don't assume that size relocations are always constant.Rafael Espindola2018-01-032-1/+17
* Mark issue #2866 as "nothing to do"Marshall Clow2018-01-031-2/+2
* PR35697: look at the first declaration when determining whether a function orRichard Smith2018-01-032-3/+20
* Implement p0258r2: has_unique_object_representationsMarshall Clow2018-01-034-4/+136
* Produce relocations with weak undef if the section is RW.Rafael Espindola2018-01-032-6/+18
* Fix and simplify handling of return type for (generic) lambda conversion func...Richard Smith2018-01-029-223/+164
* [analyzer] do not crash with assertion on processing locations of bodyfarmed ...George Karpenkov2018-01-022-5/+5
* [llvm-objcopy] Add support for visibilityJake Ehrlich2018-01-023-5/+42
* Reland [PPC64] Port to ppc64le - initial versionMartin Storsjo2018-01-0210-5/+931
* Don't use a strict larger-than comparison in the check_fit/does_fit static as...Martin Storsjo2018-01-021-1/+1
* Revert `rL321667: [PPC64] Port to ppc64le - initial version`Tim Shen2018-01-0210-931/+5
* [asan] Restore asan_device_setup compatibility with older libraries.Evgeniy Stepanov2018-01-021-0/+7
* [WinEH] Allow for multiple terminatepadsReid Kleckner2018-01-024-24/+68
* [OMPT] Build runtime with OMPT support by defaultJoachim Protze2018-01-023-7/+23
* Handle the case of live 16-bit subregisters in X86FixupBWInstsAndrew Kaylor2018-01-022-82/+121
* [AArch64] fix typos in comments; NFCSanjay Patel2018-01-021-2/+2
* [ValueTracking] recognize min/max of min/max patternsSanjay Patel2018-01-022-224/+239
* [DOXYGEN] Fix doxygen and content issues in smmintrin.hDouglas Yung2018-01-021-3/+3
* [DOXYGEN] Fix doxygen and content issues in pmmintrin.hDouglas Yung2018-01-021-3/+3
* [DOXYGEN] Fix doxygen and content issues in emmintrin.hDouglas Yung2018-01-021-48/+63
* [AArch64] add tests for min/max of min/max (PR35717); NFCSanjay Patel2018-01-021-0/+1096
* [PPC64] Port to ppc64le - initial versionMartin Storsjo2018-01-0210-5/+931
* One more (should be) inline variable that is defined in the dylibMarshall Clow2018-01-021-3/+3
* Suppress undefined-template warnings when the pattern is declared in a system...Nick Lewycky2018-01-022-2/+15
* Un-inline a few more variables that are exported from the dylib.Marshall Clow2018-01-022-11/+11
* Temporarily revert the inlining of 'piecewise_construct' because it is export...Marshall Clow2018-01-021-1/+1
* [AArch64][GlobalISel] Fix assert fail with unknown intrinsic.Amara Emerson2018-01-022-5/+18
* A couple more inlined variables that I missed the first timeMarshall Clow2018-01-022-8/+14
* [Sema] Don't emit the -Wstrict-prototypes warning for variadic functions.Volodymyr Sapsai2018-01-022-1/+7
* [opt-viewer] Check for pygments.lexer.c_cppJonas Hahnfeld2018-01-021-2/+6
* Implement most of P0607: Inline Variables for the Standard Library. This invo...Marshall Clow2018-01-0215-217/+295
* Align SHT_NOBITS sections is they are the first on a PT_LOAD.Rafael Espindola2018-01-022-10/+34
* [x86] allow pairs of PCMPEQ for vector-sized integer equality comparisons (PR...Sanjay Patel2018-01-022-95/+227
* [AArch64][GlobalISel] Enable GlobalISel at -O0 by defaultAmara Emerson2018-01-0244-56/+67
* [Core/Debugger] Remove some code that doesn't compile anymore.Davide Italiano2018-01-021-69/+0
* [BasicBlockUtils] Check for unreachable preds before updating LI in UpdateAna...Anna Thomas2018-01-022-0/+55
* [MacOSX-Kernel] Remove broken KDP_IMAGEPATH support.Davide Italiano2018-01-021-37/+0
* [ARM64] Remove unused function. NFCI.Davide Italiano2018-01-021-13/+0
OpenPOWER on IntegriCloud