]> granicus.if.org Git - clang/shortlog
clang
2015-12-11 Peter Collingbournedocs: Document -fno-sanitize-trap= and -fsanitize-recov...
2015-12-11 Richard Smith[modules] If the semantic and lexical DC of a decl...
2015-12-11 Richard SmithAllow non-defining declarations of class template parti...
2015-12-11 Nico Weber[clang-cl] Let /W4 map to -Wall -Wextra instead of...
2015-12-11 Ben LangmuirReapply "[Modules] Fix regression when an elaborated...
2015-12-11 Reid KlecknerUnify diagnostics for type defintitions in bad contexts
2015-12-11 Nick LewyckyError on redeclaring with a conflicting asm label and...
2015-12-11 Xinliang David Li[PGO] Revert r255366: solution incomplete, not handling...
2015-12-11 Xinliang David Li[PGO] Stop using invalid char in instr variable names.
2015-12-11 Anastasia Stulova[OpenCL 2.0] In OpenCL v2.0 s6.5 all pointers are impli...
2015-12-11 Anastasia StulovaReverting r255337 as it seems to kill bots. Needs inves...
2015-12-11 Anastasia Stulova[OpenCL 2.0] In OpenCL v2.0 s6.5 all pointers are impli...
2015-12-11 Saleem AbdulrasoolDriver: add multilibs for ARM EB
2015-12-11 Xinliang David Li[PGO] Add a test case to cover version-3 format
2015-12-11 John McCallCorrectly type-check the default arguments of local...
2015-12-11 Ben LangmuirRevert "[Modules] Fix regression when an elaborated...
2015-12-11 Faisal ValiAdd some more tests for initializer lists related to...
2015-12-11 George Burgess IVClean ExprConstant/CGExprConstant up a bit. NFC.
2015-12-10 Ben Langmuir[VFS] Fix status() of opened redirected file
2015-12-10 John McCallIn Objective-C, ignore attempts to redefine the ARC...
2015-12-10 Douglas GregorObjective-C properties: merge attributes when redeclari...
2015-12-10 Justin Bognerwww: Mention -DGCC_INSTALL_PREFIX instead of --with...
2015-12-10 George Burgess IV[Sema] Replace pointer-to-map with a map. NFC.
2015-12-10 Ekaterina RomanovaDo not generate DW_TAG_imported_module for anonymous...
2015-12-10 Saleem Abdulrasoollibclang: expose dllexport, dllimport attributes
2015-12-10 Ben Langmuir[Modules] Fix regression when an elaborated-type-specif...
2015-12-10 Faisal Vali[NFC] Improve a comment from my previous commit (r255221)
2015-12-10 Artem Dergachev[analyzer] Fix symbolic element index lifetime.
2015-12-10 Craig Topper[Sema] Use UnaryOperatorKind and BinaryOperatorKind...
2015-12-10 Craig TopperAdd parentheses to suppress a -Wparentheses warning.
2015-12-10 Alexey Bataev[OPENMP] Fixed processing of predetermined data-sharing...
2015-12-10 Saleem Abdulrasoollibclang: correct inverted logic
2015-12-10 Alexey Bataev[OPENMP] Make -fopenmp to turn on OpenMP support by...
2015-12-10 Faisal ValiFix PR24694 (CWG1591): Deducing array bound and element...
2015-12-10 Alexey Bataev[MSVC] Fix for http://llvm.org/PR25636: indexed accesso...
2015-12-10 Hans WennborgMark MS inline ASM 'nodplicate' it it has labels (PR23715)
2015-12-10 Yunzhong GaoFix a typo in the clang user manual.
2015-12-10 Richard SmithPR25416: Improve performance of processing inline assem...
2015-12-10 Charles Li[Lit Test] Updated 20 Lit tests to be C++11 compatible.
2015-12-09 Reid KlecknerFix crash on invalid initialization with std::initializ...
2015-12-09 Douglas GregorObjective-C properties: loosen 'atomic' checking for...
2015-12-09 Chris Bieneman[CMake] Pass CMAKE_MAKE_PROGRAM through to compiler...
2015-12-09 Sanjay Patelfix typos; NFC
2015-12-09 David Blaikieunique_ptrify some collections in FileManager
2015-12-09 Krzysztof Parzyszek[Hexagon] Use integrated assembler by default
2015-12-09 Daniel Jasperclang-format: Improve documentation of AlignOperands.
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...
next