]> granicus.if.org Git - clang/shortlog
clang
2015-12-18 Richard SmithSplit RequireCompleteType into a function that actually...
2015-12-18 Zachary TurnerSupport AlwaysBreakAfterReturnType
2015-12-18 Richard Smith[modules] Don't try to use the definition of a class if
2015-12-18 Richard SmithWire a SourceLocation into IsDerivedFrom and move the...
2015-12-18 Bob WilsonPIC should not be enabled by default on Darwin with...
2015-12-18 Chad RosierFix an unused variable warning from r256012.
2015-12-18 Adrian PrantlAdd a defensive check for a nullptr.
2015-12-18 Yaron KerenReplace SM.getFileEntryForID(Lexer->getFileID()) with...
2015-12-18 Alexey Bataev[OPENMP] Remove explicit call for implicit barrier
2015-12-18 Alexey Bataev[OPENMP] Fix for http://llvm.org/PR25878: Error compili...
2015-12-18 Alexey Bataev[OPENMP 4.5] Parsing/sema analysis for 'depend(source...
2015-12-18 Douglas GregorObjC properties: consider ownership of properties from...
2015-12-17 Richard TrieuAdd a test for r255875 & r255929, comparisons on DynTyp...
2015-12-17 Artem Belevich[CUDA] runtime wrapper header tweaks
2015-12-17 Richard TrieuFix r255875, use '<' instead of '==' for 'operator<'
2015-12-17 Easwaran RamanAttach maximum function count to Module when using...
2015-12-17 Chad Rosier[x86] Filecheck is case sensitive. Capitalize directives.
2015-12-17 Chad Rosier[x86] Filecheck is case sensitive. Capitalize directives.
2015-12-17 Artem Belevich[CUDA] Make vtable construction aware of host/device...
2015-12-17 Marina Yatsina[ms-inline-asm] Add support for composite structs in...
2015-12-17 Alexey Bataev[OPENMP] Fix for http://llvm.org/PR25142: openmp: Asser...
2015-12-17 Richard TrieuAdd QualType case to operator< for DynTypedNode.
2015-12-17 Manman Ren[TLS on Darwin] use CXX_FAST_TLS calling convention...
2015-12-17 Devin Coughlin[analyzer] Better detect when C++ object was constructe...
2015-12-16 Dan Gohman[WebAssembly] Initial linking support.
2015-12-16 Rafael EspindolaUpdate for llvm api change.
2015-12-16 Eric ChristopherFix funciton->function typo.
2015-12-16 Rafael EspindolaUpdate for llvm API change.
2015-12-16 Evgeniy StepanovFix CFI tests in sanitizer-ld.
2015-12-16 Sumanth Gundapaneni[PS4] Fix the unit test to be compatible with clang...
2015-12-16 Chris Bieneman[CMake] Name the bootstrap stages stage[0-9]
2015-12-16 Nico WeberLet -Wdelete-non-virtual-dtor mention final.
2015-12-16 Diego NovilloAdd -fsyntax-only to fix failure in read-only directories.
2015-12-16 Sumanth GundapaneniFix the failing windows clang unit tests. NFC
2015-12-16 Artem Belevich[CUDA] renamed cuda_runtime.h wrapper to __cuda_runtime.h
2015-12-16 Chris Bieneman[CMake] If you're building compiler-rt, the bootstrap...
2015-12-16 Chris Bieneman[CMake] Make CLANG_BOOTSTRAP_TARGETS overridable
2015-12-16 Chris Bieneman[CMake] ExternalProject for compiler-rt needs to depend...
2015-12-16 Paul Robinson[PS4][Profile] add "--dependent-lib=libclang_rt.profile...
2015-12-16 Manuel KlimekMake matchers thread compatible, so we can pass them...
2015-12-16 Andrey Bokhanko[x86] Exclusion of incorrect include headers paths...
2015-12-16 Daniel Jasperclang-format: Extend header sort category implementation.
2015-12-16 Akira Hatanaka[Objective-c] Fix a crash that occurs when ObjCTypePara...
2015-12-16 Craig Topper[CodeGen] Use llvm::CmpInst::Predicate instead of unsig...
2015-12-16 Reid KlecknerPrint qualified display names when emitting CodeView
2015-12-16 Chris Bieneman[CMake] Add support for generating profdata for clang...
2015-12-16 Evgeniy Stepanov[cfi] Exclude ubsan runtime library from non-diag CFI...
2015-12-16 Reid KlecknerReland "[SEH] Use llvm.x86.seh.recoverfp for SEH filter...
2015-12-16 Reid KlecknerRevert "[SEH] Use llvm.x86.seh.recoverfp for SEH filter...
2015-12-16 Richard SmithFix grammar.
2015-12-16 Richard SmithUpdate our claims about GCC's diagnostics quality to...
2015-12-16 Richard SmithThese days, GCC has at least minimal documentation...
2015-12-15 Evgeniy StepanovRelax checks in cfi-cross-dso test.
2015-12-15 Reid Kleckner[SEH] Use llvm.x86.seh.recoverfp for SEH filters on...
2015-12-15 Evgeniy StepanovCross-DSO control flow integrity (Clang part).
2015-12-15 NAKAMURA Takumiclang/test/CodeGen/ms_this.cpp: Fix for -Asserts.
2015-12-15 NAKAMURA TakumiFix clang/test/CodeGen/ms_this.cpp.
2015-12-15 David Majnemer[WinEH] Update clang to use operand bundles on call...
2015-12-15 Krzysztof ParzyszekUnsupport test that should not be run on Hexagon
2015-12-15 Nico Weberclang-cl: Add an alias for /wd4100
2015-12-15 Michael Zuckerman[Microsoft][C++] Clang doesn't support a use of "this...
2015-12-15 Michael Zuckerman[Microsoft][C++] Clang doesn't support a use of "this...
2015-12-15 Alexey Bataev[OPENMP 4.5] Fix test compatibility with 32 bit mode.
2015-12-15 Alexey Bataev[OPENMP 4.5] Codegen for 'hint' clause of 'critical...
2015-12-15 NAKAMURA Takumiclang/test/Analysis/padding_c.c: Suppress a test incomp...
2015-12-15 Benjamin Kramer[libclang] Add a flag to create the precompiled preambl...
2015-12-15 Gabor HorvathAdd a new matcher to match character types.
2015-12-15 Alexey Bataev[OPENMP 4.5] Parsing/sema for 'hint' clause of 'critica...
2015-12-15 Xinliang David Li[PGO] make profile prefix even shorter and more readable
2015-12-14 Xinliang David Li[PGO] Shorten profile symbol prefixes
2015-12-14 Rafael EspindolaUpdate for llvm api change.
2015-12-14 George Burgess IV[Sema] Make nullness warnings appear in C++.
2015-12-14 Ben CraigReordering fields to reduce padding in Clang. NFC
2015-12-14 Ben Craig[PATCH] Adding checker to detect excess padding in...
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.
next