]> granicus.if.org Git - clang/shortlog
clang
2016-01-11 Justin Lebar[CUDA] Reject values for --cuda-gpu-arch that are not...
2016-01-11 Justin LebarAdd an Action* member to InputInfo.
2016-01-11 Justin LebarMake Driver::BuildJobsForAction return an InputInfo...
2016-01-11 Justin LebarMove ownership of Action objects into Compilation.
2016-01-11 Daniel Jasperclang-format: [JS] Teach clang-format about "export...
2016-01-11 Richard SmithWhen a tag is declared in prototype scope in C, if...
2016-01-11 James Y KnightPR26087: Use nonstandard MSVC extension for VS2015...
2016-01-11 Reid KlecknerFix -Wmicrosoft-enum-value warning
2016-01-11 Akira Hatanaka[Sema] Issue a warning for integer overflow in struct...
2016-01-11 Benjamin Kramer[clang-format] Fix comment aligning when there are...
2016-01-11 Daniel Jasperclang-format: Fix overloading "operator," definitions...
2016-01-11 Dan Gohman[WebAssembly] Fix a typo in a comment.
2016-01-11 Manuel KlimekFix assert hit when tree-transforming template template...
2016-01-11 Daniel Jasperclang-format: Slightly row back on r257257.
2016-01-11 Daniel Jasperclang-format: [JS] Improve line-flow when calling funct...
2016-01-11 Yury GribovAnalysisConsumer: use canonical decl for both lookup...
2016-01-10 Ekaterina RomanovaAccidentally removed part of the file header. Restoring...
2016-01-10 Benjamin KramerSimplify test code with initializer lists.
2016-01-10 Benjamin KramerMake test work on windows by turning \ in paths back...
2016-01-09 Daniel Jasperclang-format: Fix the counting of leading whitespace...
2016-01-09 Benjamin Kramer[vfs] Normalize working directory if requested.
2016-01-09 Daniel JasperMake clang::format::reformat work with non 0-terminated...
2016-01-09 Daniel Jasperclang-format: Improve selective comment formatting.
2016-01-09 Daniel Jasperclang-format: Fix incorrect line break in certain confi...
2016-01-09 Daniel Jasperclang-format: Support definitions/declarations of opera...
2016-01-09 Daniel Jasperclang-format: [JS] Support semicolons in TypeScript...
2016-01-09 Xiuli Pan[OpenCL] Pipe type support
2016-01-09 Xiuli PanTest Commit
2016-01-09 Richard Smith[modules] If we're treating an elaborated-type-specifie...
2016-01-09 Adrian PrantlModule debugging: Add a testcase for standalone forward...
2016-01-09 Richard TrieuOnly take NULL macros instead of all macros into accoun...
2016-01-08 Richard TrieuExclude function calls for functions which have return...
2016-01-08 Richard Smith[modules] Make sure we always include the contents...
2016-01-08 David Majnemer[MS ABI] Complete and base constructor GlobalDecls...
2016-01-08 Justin LebarFix incorrectly line-broken comment in Driver.h.
2016-01-08 Justin LebarUpdate code in buildCudaActions and BuildActions to...
2016-01-08 Teresa Johnson[ThinLTO] Leverage new in-place renaming support
2016-01-08 Tom StellardDriver: Use the new ELF lld linker for AMDGPU
2016-01-08 Daniel Jasperclang-format: [JS] Prefer wrapping before the TypeScrip...
2016-01-08 Daniel Jasperclang-format: [JS] Add some Closure Compiler JSDoc...
2016-01-08 Daniel Jasperclang-format: [JS] Support more ES6 classes.
2016-01-08 Justin Lebar[CUDA] Split out tests for unused-arg warnings from...
2016-01-08 Kyle Butt[PPC] Add long long/double support for vec_cts, vec_ctu...
2016-01-07 Dimitry AndricTurn off lldb debug tuning by default for FreeBSD
2016-01-07 Aaron BallmanProperly track that a character literal is UTF-8, and...
2016-01-07 Xinliang David Li[PGO] Simplify coverage mapping lowering
2016-01-07 Justin LebarRemove extraneous "Note t" in comment.
2016-01-07 Aaron BallmanCorrecting the comment in a header file; NFC.
2016-01-07 Daniel Jasperclang-format: Fix corner case in one-per-line formatting.
2016-01-07 Samuel Antao[OpenMP] Fix issue in the offloading metadata testing.
2016-01-07 Daniel Jasperclang-format: Support weird lambda macros.
2016-01-07 Daniel JasperAdd missing -no-canonical-prefixes.
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...
next