]> granicus.if.org Git - clang/shortlog
clang
2016-01-07 Sergey Kalinichev[libclang] Handle AutoType in clang_getTypeDeclaration
2016-01-07 Tim NorthoverARM: allow __thread on OS versions that have the requir...
2016-01-07 Eric ChristopherMake sure we claim arguments that are going to be passe...
2016-01-07 Daniel Jasperclang-format: [JS] Support more ES6 imports.
2016-01-07 Dan Gohman[WebAssembly] Add -m:e to the target triple.
2016-01-07 George Burgess IV[Sema] Teach overload resolution about unaddressable...
2016-01-07 Eric ChristopherReplace a loop with the call that does the same thing.
2016-01-07 Eric ChristopherRemove leading space added in r227312.
2016-01-07 Eric ChristopherUse an actual real architecture and massage a couple...
2016-01-07 Eric ChristopherTest that we're not forwarding on -g options to the...
2016-01-07 Richard SmithImprove documentation comments for IdentifierNamespace...
2016-01-07 Dan Gohman[WebAssembly] Add a test to ensure that -fvisibility...
2016-01-07 Dan Gohman[WebAssembly] Enable -fvisibility=hidden by default.
2016-01-07 Dan Gohman[WebAssembly] Enable -ffunction-sections and -fdata...
2016-01-07 Dan Gohman[WebAssembly] Only enable --gc-sections when optimizati...
2016-01-06 John McCallProperly bind up any cleanups in an ExprWithCleanups...
2016-01-06 Richard SmithPR26048, PR26050: put non-type template parameters...
2016-01-06 John McCallOnly instantiate a default argument once.
2016-01-06 Richard SmithFix half of PR26048. We don't yet diagnose the case...
2016-01-06 Krzysztof Parzyszek[Hexagon] Expand -mvN to -mcpu=hexagonvN
2016-01-06 Krzysztof Parzyszek[Hexagon] Treat -march and -mcpu as equivalent
2016-01-06 Richard TrieuImprove conditional checking during template instantiation.
2016-01-06 Nico WeberAdd -Wfor-loop-analysis to -Wall.
2016-01-06 Dan Gohman[WebAssembly] Add --gc-sections to the link line.
2016-01-06 Adrian PrantlFix a typo.
2016-01-06 Adrian PrantlModule debugging: Defer emitting tag types until their...
2016-01-06 Nico WeberFix -Wdocumentation warning after r256933
2016-01-06 Ahmed BougachaBump DiagnosticDriverKinds count; we're close to hittin...
2016-01-06 Erik VerbruggenShow inclusions from a preamble in clang_getInclusions.
2016-01-06 Chad Rosier[Driver] Add support for -fno-builtin-foo options.
2016-01-06 Krzysztof Parzyszek[Hexagon] Use back_inserter as target iterator in std...
2016-01-06 Samuel Antao[OpenMP] Reapply rL256842: [OpenMP] Offloading descript...
2016-01-06 Sean Eveson[Analyzer] Change the default SA checkers for PS4
2016-01-06 Dimitry AndricAdd -fno-movt frontend option, to disable movt/movw...
2016-01-06 Eric ChristopherChange the set of actions built for external gcc tools.
2016-01-06 Richard Smith[modules] When a tag type that was imported from a...
2016-01-06 Douglas KatzmanAvoid assert failure on some invalid cc1 options.
2016-01-06 Anna Zaks[analyzer] Fix false warning about memory leak for...
2016-01-06 Anna Zaks[analyzer] Suppress reports coming from std::__independ...
2016-01-06 Anna Zaks[analyzer] Don't report null dereferences on address_sp...
2016-01-05 Adrian PrantlFix a typo in testcase and increase its coverage!
2016-01-05 Chris Bieneman[CMake] Support a simple case for bootstrap builds...
2016-01-05 Oleg Ranevskyy[Clang/Support/Windows/Unix] Command lines created...
2016-01-05 Samuel Antao[OpenMP] Revert rL256842: [OpenMP] Offloading descripto...
2016-01-05 Nathan Slingerland[PGO] Enable clang to pass compiler-rt profile support...
2016-01-05 Samuel Antao[OpenMP] Allow file ID to be signed in the offloading...
2016-01-05 Samuel Antao[OpenMP] Offloading descriptor registration and device...
2016-01-05 Daniel Jasperclang-format: Fix corner case in "if it saves columns...
2016-01-05 Anastasia Stulova[OpenCL] Disallow taking an address of a function.
2016-01-05 Daniel Jasperclang-format: Handle \n the same way as std::endl with...
2016-01-05 Daniel Jasperclang-format: Avoid creating hanging indents in call...
2016-01-05 Daniel Jasperclang-format: Improve line wrapping behavior in call...
2016-01-05 MinSeong Kim[AArch64] Teaches clang about Samsung Exynos-M1
2016-01-05 Alexandros... [ARM] [AARCH64] Add CodeGen IR tests for {VS}QRDML...
2016-01-05 Richard SmithAvoid walking all the declarations in the TU when a...
2016-01-05 David MajnemerRemove an unused parameter
2016-01-04 David Majnemer[ms-inline-asm] Handle dependent identifiers in inline asm
2016-01-04 Easwaran RamanRemove setting of inlinehint and cold attributes based...
2016-01-04 Paul RobinsonAdd some overlooked optnone tests, and tighten up an...
2016-01-04 Daniel Jasperclang-format: [JS] Support more ES6 default exports.
2016-01-04 Daniel Jasperclang-format: [JS] Support ES6 exports of array literals.
2016-01-04 Daniel Jasperclang-format: [JS] Improve empty array literal detection.
2016-01-04 Daniel Jasperclang-format: Fix corner case in builder-type call...
2016-01-04 Dimitry AndricConvert test/CXX/lex/lex.literal/lex.string/p4.cpp...
2016-01-04 Daniel Jasperclang-format: Align long braced init lists even if...
2016-01-04 Daniel Jasperclang-format: Fix corner case for lambda assignments.
2016-01-04 Daniel Jasperclang-format: Fix corner-case in ObjC method declaratio...
2016-01-04 Daniel Jasperclang-format: [Proto] Basic support for options with...
2016-01-04 Daniel Jasperclang-format: [Proto] Improve wrapping of message field...
2016-01-04 Craig Topper[TableGen] Call llvm_shutdown on exit so that all the...
2016-01-03 Craig TopperArrayRef-ize a function. NFC
2016-01-03 Craig TopperUse std::is_sorted instead of a manual loop. NFC
2016-01-03 Xinliang David Li[PGO] Cleanup: Use covmap header definition in the...
2016-01-03 Dimitry AndricFix several accidental DOS line endings in source files
2016-01-01 David MajnemerReimplement __readeflags and __writeeflags on top of...
2016-01-01 James Y Knight[TrailingObjects] Fix "Convert classes in OpenMPClause...
2016-01-01 James Y Knight[TrailingObjects] Convert classes in OpenMPClause.h
2015-12-31 Asaf Badouh[X86][PKU] add clang intrinsic for {RD|WR}PKRU
2015-12-31 Alexey Bataev[OPENMP 4.5] Codegen for 'schedule' clause with monoton...
2015-12-31 James Y Knight[TrailingObjects] Fix bug in "Convert classes in ExprOb...
2015-12-31 David Majnemer[MS ABI] Remove mangleCXXCatchHandlerType
2015-12-31 David Majnemer[MS ABI] Change the ArgBackRefMap to hold const qualifi...
2015-12-31 David Majnemer[MS ABI] Replace dead code with an assertion
2015-12-31 David Majnemer[MSVC Compat] Diagnose multiple default ctors for dllex...
2015-12-31 James Y Knight[TrailingObjects] Convert classes in ExprObjC.h
2015-12-31 James Y Knight[TrailingObjects] Convert remaining classes in Expr...
2015-12-31 Richard SmithImprove diagnostic for the case where a function templa...
2015-12-30 Richard SmithImplement [temp.deduct.type]p6: if the nested-name...
2015-12-30 Aaron BallmanSilencing a -Wcast-qual warning; NFC.
2015-12-30 Aaron BallmanWhen performing an implicit from float to bool, the...
2015-12-30 Davide ItalianoDisable generating movt on FreeBSD.
2015-12-30 Daniel Jasperclang-format: Slightly row back on r256343 by increasin...
2015-12-30 Alexey Bataev[OPENMP 4.5] Allow 'ordered' clause on 'loop simd'...
2015-12-30 Daniel Jasperclang-format: [JS] Support TypeScript 1.6 user defined...
2015-12-30 Chandler Carruth[ptr-traits] Add another complete type that is necessar...
2015-12-30 Chandler Carruth[ptr-traits] Some compilers (older Clang? unsure) on...
2015-12-30 David Majnemer[MS ABI] Add variable templates to the NameBackReferences
2015-12-30 David Majnemer[MS ABI] Improve our mangling of pass_object_size
2015-12-30 James Y KnightFix alignment issue in CodeGenFunction::PopCleanupBlock.
2015-12-30 Chandler Carruth[ptr-traits] Add #includes of headers rather than forwa...
next