]> granicus.if.org Git - clang/shortlog
clang
2015-12-14 Petar Jovanovic[PowerPC] Fix test/CodeGen/ppc-sfvarargs
2015-12-14 Petar Jovanovic[PowerPC] Fix make-check issues
2015-12-14 John McCallAllow pseudo-destructor calls on forward-declared Objec...
2015-12-14 Hans Wennborgclang-cl: make /Wall turn on both -Wall and -Wextra...
2015-12-14 David Majnemer[MS ABI] Don't rely on terminatepad
2015-12-14 Petar Jovanovic[Power PC] add soft float support for ppc32
2015-12-14 Krzysztof Parzyszek[Hexagon] Xfail two tests that fail due to over-alignin...
2015-12-14 Krzysztof Parzyszek[Hexagon] Update default paths and arguments
2015-12-14 Carlo BertolliAdd parse and sema of OpenMP distribute directive with...
2015-12-14 Alexey Bataev[OPENMP] Fix debug info for 'atomic' construct.
2015-12-14 Daniel Jasperclang-format: Add test for AlignAfterOpenBracket =...
2015-12-14 Daniel Jasperclang-format: Extend Linux-brace-wrapping test.
2015-12-14 Daniel Jasperclang-format: Fix style default for WebKit and Linux...
2015-12-13 Craig Topper[Sema] Add -Wparentheses warnings for '^' in '|' expres...
2015-12-13 Craig Topper[Sema] Write some checks for groups of BinaryOperatorKi...
2015-12-13 Xinliang David LiRevert r255445: adding a new test case
2015-12-13 Xinliang David LiResubmit new test case after adding more constraint
2015-12-12 Xinliang David LiRevert 255436 : remove test that needs to be refined
2015-12-12 Xinliang David Li[PGO] add a test case with -no-integrated-as
2015-12-12 Xinliang David Li[PGO] Stop using invalid char in instr variable names.
2015-12-12 Craig TopperMinor formatting cleanup. NFC
2015-12-12 Craig Topper[Sema] Simplify a couple if statements. Explicitly...
2015-12-12 David MajnemerTry to appease a buildbot.
2015-12-12 David MajnemerUpdate clang to use the updated LLVM EH instructions
2015-12-12 Richard SmithPreserve source location information for qualified...
2015-12-12 Easwaran RamanRevert r254647.
2015-12-12 Easwaran RamanAttach maximum function count to Module when using...
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
next