]> granicus.if.org Git - clang/shortlog
clang
2015-12-09 NAKAMURA TakumiReformat linefeeds.
2015-12-09 NAKAMURA TakumiRevert r255001, "Add parse and sema for OpenMP distribu...
2015-12-09 Vedant Kumar[Basic] Rangify two for loops. NFC.
2015-12-08 Bill Schmidt[PPC64, TSAN] Enable thread sanitizer for PPC64
2015-12-08 Douglas GregorObjective-C properties: fix bogus use of "isa<>" on...
2015-12-08 Douglas GregorModule file extensions: pass a Sema through to the...
2015-12-08 George Burgess IV[Sema] Add warning when comparing nonnull and null
2015-12-08 Simon Pilgrim[X86][AVX2] Stripped backend codegen tests
2015-12-08 Eugene ZelenkoUse range loops and autos in utils/TableGen/ClangAttrEm...
2015-12-08 Eugene ZelenkoUse range loops and autos in lib/Serialization/ASTWrite...
2015-12-08 Hans WennborgUpdate clang-format-vs README
2015-12-08 Asaf Badouh[x86][avx512] more changes in intrinsics to be align...
2015-12-08 Alexey Bataev[OPENMP 4.5] Parsing/sema for 'num_tasks' clause.
2015-12-08 Craig TopperReplace bitwise AND with logical AND in an expression...
2015-12-08 Craig Topper[Sema] Remove tab characters. NFC
2015-12-08 Carlo BertolliAdd parse and sema for OpenMP distribute directive...
2015-12-08 Richard SmithExplicitly permit undefined behavior in constant initia...
2015-12-08 Eric ChristopherReplace a bunch of duplicate conditions with the call...
2015-12-08 Eric ChristopherRemove name from FIXME.
2015-12-08 Eric ChristopherUpdate comment to reflect that we use other tools via...
2015-12-08 Reid Kleckner[diagnostics] Avoid crashes while printing macro backtraces
2015-12-08 Eric Christopher80-column fixup.
2015-12-08 Eric ChristopherUpdate comment.
2015-12-07 Devin Coughlin[analyzer] Fix crash when lambda captures a variable...
2015-12-07 Alexey SamsonovAdd llvm-objdump to compiler-rt test deps.
2015-12-07 Eric Christopher80-col and whitespace fixups.
2015-12-07 Teresa JohnsonRemove target specifier from new tests
2015-12-07 Teresa JohnsonAdjust test to fix bot error from r254927.
2015-12-07 Justin BognerAST: defer to TypeLoc::copy in TypeLoc::initializeFullCopy
2015-12-07 Daniel Jasperclang-format: Make wrapping after "./->" cheaper, even...
2015-12-07 Teresa Johnson[ThinLTO] Option to invoke ThinLTO backend passes and...
2015-12-07 Asaf Badouh[avx512] rename gcc intrinsics to be align with gcc...
2015-12-07 Alexey Bataev[OPENMP 4.5] parsing/sema support for 'grainsize' clause.
2015-12-07 Alexey Bataev[OPENMP 4.5] parsing/sema support for 'nogroup' clause.
2015-12-07 Faisal ValiFix PR20334: invalid assertion while diagnosing list...
2015-12-06 Serge Pavlov[PGO] Instrument only base constructors and destructors.
2015-12-06 Craig TopperUse llvm::make_range to reduce mentions of iterator...
2015-12-05 Dawn PerchikFix crash in ASTDumper when dumping NamedDecl with...
2015-12-05 Simon Pilgrim[X86][3DNow!] Stripped backend codegen tests
2015-12-05 Simon PilgrimUpdated test names to match the intrinsics being tested
2015-12-05 Simon Pilgrim[X86][F16C] Stripped backend codegen tests
2015-12-05 Craig Topper[AST] Use std::copy and std::fill to simplify some...
2015-12-05 Craig TopperUse std::copy and std::transform instead of manual...
2015-12-05 Xinliang David LiPass profile version info to name API (NFC)
2015-12-05 Reid KlecknerRevert "[x86] Exclusion of incorrect include headers...
2015-12-05 Dan Gohman[WebAssembly] Remove an obsolete TODO comment.
2015-12-05 Devin Coughlin[analyzer] Fix MemRegion crash casting non-struct to...
2015-12-04 Alexey Samsonov[Docs] One more cleanup of -fsanitize= section.
2015-12-04 Chris Bieneman[CMake] Don't build the libclang tests unless you're...
2015-12-04 Alexey Samsonov[Docs] Update MSan docs
2015-12-04 Alexey Samsonov[Docs] Move the list of CFI schemes down to CFI doc...
2015-12-04 Nico WeberSmall follow-up to 254750 to get the test added there...
2015-12-04 Nico WeberFix debug info for Objective-C properties from class...
2015-12-04 Alexey Samsonov[Docs] Remove false claim: UBSan can also be combined...
2015-12-04 Alexey SamsonovClang documentation for UBSan.
2015-12-04 Filipe Cabecinhas[PS4] Add an additional test for ASan+UBSan
2015-12-04 Gabor Horvath[analyzer] Improve modelling of nullptr_t in the analyz...
2015-12-04 Craig TopperFix an unused variable warning in released builds....
2015-12-04 Craig Topper[AST] ArrayRef-ize CompoundStmt::setStmts.
2015-12-04 Devin Coughlin[analyzer] Support inlining lambda-converted blocks.
2015-12-04 Richard SmithDon't assert if evaluation of an expression that we...
2015-12-04 Stephen HinesLLDB JIT needs android vector passing rules.
2015-12-04 Alexey Samsonov[Docs] Sanitizer docs migrated from code.google.com...
2015-12-04 Petar Jovanovic[PowerPC] Fix calculating address of arguments on stack...
2015-12-03 Richard SmithPR25731: namespace alias declarations can appear at...
2015-12-03 George Burgess IVFix pass_object_size test on Windows.
2015-12-03 George Burgess IVAdd tests for `&enable_if_function` diagnostics.
2015-12-03 Chris Bieneman[CMake] Removing an unnecessary layer of variable indir...
2015-12-03 Devin Coughlin[analyzer] Suppress stack address escape on CK_CopyAndA...
2015-12-03 George Burgess IVAdd tests for pass_object_size.
2015-12-03 Nico WeberFix Objective-C metadata for properties from class...
2015-12-03 NAKAMURA TakumiFix clang/test/Sema/struct-packed-align.c. "Windows...
2015-12-03 Nico WeberMake check-clang depend on LTO.
2015-12-03 Krzysztof ParzyszekUnxfail passing test: test/CodeGenCXX/crash.cpp
2015-12-03 Alexander KornienkoRevert "Fix for merging decls in pragma weak Calling...
2015-12-03 Manuel KlimekAdd fall-back mode for clang tools.
2015-12-03 Alexey Bataev[OPENMP 4.5] Parsing/sema support for 'omp taskloop...
2015-12-03 Alexey BataevPR25575: Make GCC 4.4+ comatible layout for packed...
2015-12-03 Simon Pilgrim[X86] Stripped backend codegen tests
2015-12-03 Nico WeberFix a comment typo from r251874.
2015-12-03 Sanjay Patelgeneralize CHECK lines to make buildbot happy
2015-12-03 Richard SmithPR17381: Treat undefined behavior during expression...
2015-12-03 Sanjay Patelchange an assert when generating fmuladd to an ordinary...
2015-12-02 Sanjay Patelfix typos; NFC
2015-12-02 George Burgess IVAdd the `pass_object_size` attribute to clang.
2015-12-02 Sumanth GundapaneniFix the clang driver when "-nostdlib" is present
2015-12-02 Paul RobinsonMove _mm256_cvtps_ph and _mm256_cvtph_ps to immintrin.h.
2015-12-02 Samuel Antao[OpenMP] Update target directive codegen to use 4.5...
2015-12-02 Aaron BallmanMaking the deleted copy constructor parameter const...
2015-12-02 Aaron BallmanAdd a narrowing AST matcher that matches on a FunctionD...
2015-12-02 Aaron BallmanAmending r254423 by deleting the copy constructor and...
2015-12-02 Daniel JasperTraverse the NestedNameSpecifier(Loc) of NamespaceAlias...
2015-12-02 Christof DoumaTeaches clang about Cortex-A35.
2015-12-02 NAKAMURA Takumiclang/test/Driver/crash-report-modules.m: Avoid using...
2015-12-02 Kostya Serebryany[sanitizer coverage] document -fsanitize-coverage=trace-bb
2015-12-01 Peter Collingbournedocs: Add design documentation for forward-edge CFI...
2015-12-01 Adrian PrantlClang-format an 80-column violation.
2015-12-01 Adrian PrantlAdd an accessor to Decl::LoadedFieldsFromExternalStorag...
2015-12-01 Rafael EspindolaUpdate for llvm api change.
2015-12-01 Benjamin KramerAvoid picking up system headers in unittest by providin...
next