summaryrefslogtreecommitdiffstats
path: root/clang
Commit message (Expand)AuthorAgeFilesLines
* Add simple, stupid, pattern-based fuzzer / reducer for modules bugs. I'veRichard Smith2016-06-271-0/+166
* [ExprConstant] Fix PR28314 - crash while evluating objectsize.George Burgess IV2016-06-272-10/+42
* [OpenMP] Diagnose missing cases of statements between target and teams direct...Kelvin Li2016-06-272-0/+9
* Resubmission of http://reviews.llvm.org/D21564 after fixes.Carlo Bertolli2016-06-2738-28/+4349
* [clang-cl] Implement support for /stdDavid Majnemer2016-06-273-4/+27
* [X86] add _mm_loadu_si64Asaf Badouh2016-06-262-0/+19
* Fix unused variable warning after r273754.James Y Knight2016-06-251-0/+1
* [X86] Fix pslldq/psrldq intrinsics to not fail compilation with immediates la...Craig Topper2016-06-254-250/+256
* Fix bad test expectation.Peter Collingbourne2016-06-251-2/+2
* CodeGen: Start emitting checked loads when both trapping CFI and -fwhole-prog...Peter Collingbourne2016-06-256-30/+111
* Implement C++17 P0386R2, inline variables. (The 'inline' specifier gives aRichard Smith2016-06-2527-70/+371
* Add support for musl-libc on ARM Linux.Rafael Espindola2016-06-249-11/+88
* CodeGen: Update Clang to use the new type metadata.Peter Collingbourne2016-06-2422-439/+420
* [CMake] Remove CLANG_APPEND_VC_REV optionChris Bieneman2016-06-242-13/+7
* Revert r273705Carlo Bertolli2016-06-2438-4347/+28
* [OpenMP] Initial implementation of parse and sema for composite pragma 'distr...Carlo Bertolli2016-06-2438-28/+4347
* clang-format: [JS] Fix build breakage.Martin Probst2016-06-242-2/+2
* DeadStoresChecker: Don't warn about dead stores into volatile variablesStephan Bergmann2016-06-242-0/+6
* Correct error in change description.Richard Smith2016-06-241-1/+1
* Remaining motions pass.Richard Smith2016-06-241-2/+0
* Inline variables tentatively approved for C++17.Richard Smith2016-06-241-1/+1
* Updates from further motions.Richard Smith2016-06-241-8/+1
* Fix make-check issuesStrahinja Petrovic2016-06-241-4/+5
* More approved features for C++17.Richard Smith2016-06-241-2/+2
* Dynamic memory allocation with alignment has been approved for C++17.Richard Smith2016-06-241-2/+2
* Using for attributes voted into C++17.Richard Smith2016-06-244-1/+52
* This patch fixes problem with passing structures and unionsStrahinja Petrovic2016-06-242-1/+50
* Add (commented out) status entries for the upcoming WG21 motions.Richard Smith2016-06-241-0/+59
* IgnoringImplicit matcher.Cong Liu2016-06-245-3/+59
* try to fix the MSVC buildDavid Majnemer2016-06-241-1/+2
* Use even more ArrayRefsDavid Majnemer2016-06-248-38/+28
* Use more ArrayRefsDavid Majnemer2016-06-2439-238/+174
* Use the same underlying type for bitfieldsDavid Majnemer2016-06-248-33/+33
* Parser::ParseCXXCondition(): Prune \param in r273548 [-Wdocumentation]NAKAMURA Takumi2016-06-231-3/+0
* clang-format: [JS] handle conditionals in fields, default params.Martin Probst2016-06-232-3/+11
* Invoke simplifycfg and sroa before instcombine.Dehao Chen2016-06-233-3/+28
* clang-format: [JS] recognize more type locations.Martin Probst2016-06-233-0/+19
* Implement p0292r2 (constexpr if), a likely C++1z feature.Richard Smith2016-06-2324-77/+477
* Re-commit r273548, reverted in r273589, with a fix to not produceRichard Smith2016-06-2316-374/+295
* Add a test case for the regression in -Wfor-loop-analysis caused by r273548.Peter Collingbourne2016-06-231-0/+6
* Revert r273548, "Rearrange condition handling so that semantic checks on a co...Peter Collingbourne2016-06-2316-294/+374
* [Analyzer] Don't cache report generation ExplodedNodesBen Craig2016-06-233-3/+18
* Restructure the propagation of -fPIC/-fPIE.Rafael Espindola2016-06-2312-36/+31
* Fixing a FIXME related to Unicode support on Windows. Converted the Win32 API...Aaron Ballman2016-06-231-18/+27
* CodeGen: support linker options on Windows ARMSaleem Abdulrasool2016-06-236-0/+20
* clang-format: [Proto] Use more compact format for text-formatted optionsDaniel Jasper2016-06-232-8/+5
* Attempt to fix MIPS buildbots after r273425.Daniel Sanders2016-06-231-2/+2
* Rearrange condition handling so that semantic checks on a condition variableRichard Smith2016-06-2316-374/+294
* [AVX512] Replace masked unpack builtins with shufflevector and selects.Craig Topper2016-06-239-666/+618
* Use ranges to concisely express iterationDavid Majnemer2016-06-2318-184/+123
OpenPOWER on IntegriCloud