]> granicus.if.org Git - clang/shortlog
clang
2015-07-13 Ben Langmuir[Modules] Allow missing header before a missing requirement
2015-07-13 Nico Weberclang-cl: For files setting output names, mention which...
2015-07-13 Mark HeffernanUpdate documentation for unroll pragmas on loops with...
2015-07-13 Birunthan Mohanathasclang-format: Print token type name instead of number...
2015-07-13 Ulrich WeigandSupport alternate attribute spelling __enable_if__
2015-07-13 Ulrich WeigandUpdate comment
2015-07-13 Rafael EspindolaSet the linkage before setting the visibility.
2015-07-13 David MajnemerIntrin.h: Don't invade the program's namespace
2015-07-13 David MajnemerIntrin.h: Clean up our atomic intrinsics
2015-07-13 NAKAMURA TakumiFix clang/unittests/ASTMatchers/Dynamic/Makefile. clang...
2015-07-12 Richard SmithMinor simplification, no functionality change.
2015-07-12 Richard Smith[modules] Improve performance when there is a local...
2015-07-12 Davide Italiano[Sema] If lvalue to rvalue reference cast is valid...
2015-07-12 NAKAMURA TakumiTweak libclang's users, c-arcmt-test, c-index-test...
2015-07-12 NAKAMURA TakumiReformat Makefile.
2015-07-12 Birunthan Mohanathasclang-format: Add Mozilla brace breaking style
2015-07-11 Daniel Jasperclang-format: Extend vim integration so that a line...
2015-07-10 Justin BognerSema: Allow null names to be passed in to isAcceptableT...
2015-07-10 Richard Smith[modules] When checking the include guard for a header...
2015-07-10 Reid KlecknerDisable C++ EH by default for clang-cl and MSVC environ...
2015-07-10 Jordan Rose[analyzer] When forced to fake a block type, do it...
2015-07-10 David Majnemer[MS ABI] Don't generates code for unreferenced inline...
2015-07-10 Richard Smith[modules] Fix "prefer own module over others" rule...
2015-07-10 Evgeniy StepanovAdd an experimental flag -fsanitize-memory-use-after...
2015-07-10 Artem BelevichChanged Driver::getToolChain() to use Triple as an...
2015-07-10 Akira Hatanaka[inlineasm] Attach readonly and readnone to inline...
2015-07-10 Yaron KerenTeach clang that -no-pthread is a valid command line...
2015-07-10 Eric ChristopherRefactor PPC ABI handling to accept and silently ignore...
2015-07-10 Eric ChristopherFix a couple of typos: specifc->specific.
2015-07-10 Diego NovilloFactor PGO and coverage flag processing out of Clang...
2015-07-10 Ulrich WeigandRespect alignment of nested bitfields
2015-07-10 Adrian PrantlAdd a missing dependency to unittests/Frontend.
2015-07-10 Nemanja IvanovicThe test case still runs on non-ppc targets. Added...
2015-07-10 Daniel Jasperclang-format: [JS] Assign proper penalties when breakin...
2015-07-10 Nemanja IvanovicAdd missing builtins to altivec.h for ABI compliance...
2015-07-10 NAKAMURA TakumiTweak a couple of -fprofile tests in clang/test to...
2015-07-10 Benjamin KramerTry to fix the test harder, it still fails on windows...
2015-07-10 Benjamin KramerReapply test for r241811 with a fix for msvc compat...
2015-07-10 Ulrich WeigandRespect alignment when loading up a coerced function...
2015-07-10 Daniel JasperRe-use a single SmallString instance to reduce the...
2015-07-10 Daniel JasperRemove test that tests referring to the current working...
2015-07-10 NAKAMURA TakumiRevert test lines added in r241811, "[CodeCompletion...
2015-07-10 Peter CollingbourneDriver: Make all of -f{,no-}sanitize{,-recover,-trap...
2015-07-10 Reid KlecknerRe-enable 32-bit SEH after the alignment fix
2015-07-09 Gabor Horvath[Static Analyzer] Basic per checker command line option...
2015-07-09 Peter CollingbourneCFI: Emit correct bit set information if RTTI is disabl...
2015-07-09 Adrian PrantlRename ModuleContainerGenerator to PCHContainergenerato...
2015-07-09 Diego NovilloAdd GCC-compatible flags -fprofile-generate and -fprofi...
2015-07-09 Benjamin Kramer[Driver] semi-annual ubuntu version bump.
2015-07-09 Benjamin Kramer[CodeCompletion] Don't crash on member inits of templat...
2015-07-09 Yaron KerenAdd clang_free to libclang to free memory allocated...
2015-07-09 Justin BognerDriver: Include the driver arguments in crash reports
2015-07-09 Adrian PrantlRevert r241770 and add Basic to the dependencies of...
2015-07-09 Adrian PrantlMove the definition of ~PCHContainerOperations from...
2015-07-08 Reid KlecknerDisable 32-bit SEH, again
2015-07-08 Adrian PrantlDeclObjC: Move computing the type of self into a separa...
2015-07-08 Richard Smith[modules] Fix merging support for forward-declared...
2015-07-08 Adrian PrantlCleanup the doxygen comments in CGDebugInfo.cpp accordi...
2015-07-08 Richard Smith[modules] Fix crash when writing an update record for...
2015-07-08 Peter CollingbourneCodeGen: Fix off-by-one error in CFI class identificati...
2015-07-08 Peter CollingbourneDriver: enable support for -fsanitize=cfi on Windows.
2015-07-08 Adrian PrantlCleanup the doxygen comments in CGDebugInfo.h according...
2015-07-08 Adrian PrantlFix the spelling of Objective-C.
2015-07-08 Benjamin KramerRemove unused diagnostics. NFC.
2015-07-08 Davide Italiano[Driver] print-multi-os-directory is unsupported.
2015-07-08 Gabor Horvath[Static Analyzer] Make the paths relative from the...
2015-07-08 Justin BognerAST: Avoid reading an unitialized value
2015-07-08 Reid Kleckner[SEH] Re-enable SEH on x86 Windows after r241699
2015-07-08 Adrian PrantlUpdate PCHInternals.rst to document PCH wrapped in...
2015-07-08 Adrian PrantlRevert "Fix a linker issue with clang-check on Linux."
2015-07-08 NAKAMURA Takumi[CMake] clang-check: Prune redundant libdeps introduced...
2015-07-08 Petar Jovanovic[MIPS] Add support for direct-to-nacl in Clang
2015-07-08 Alexey Bataev[EH] Fix for clang bug 24005 - no cleanup for array...
2015-07-08 David MajnemerRevert "parser: wordsmith diagnostic message" and ...
2015-07-08 David Majnemer[CodeGen] Correctly handle base classes which are passe...
2015-07-08 David Majnemer[CodeGen] Don't crash classifying a union of an AVX...
2015-07-08 NAKAMURA TakumiSemaDeclObjC.cpp: Escape \@ in comment lines. [-Wdocume...
2015-07-08 Richard Smith[modules] When determining the visible module set durin...
2015-07-08 NAKAMURA Takumi[CMake] Reorder libdeps. NFC.
2015-07-08 NAKAMURA Takumi[CMake] Fill up required libs, corresponding to r241653.
2015-07-08 Adrian PrantlChange the expectation for test/Tooling/ms-asm-no-targe...
2015-07-08 Adrian PrantlRevert "Revert r241620 and follow-up commits" and move...
2015-07-07 Reid Kleckner[SEH] Switch from frameaddress(0) to localaddress
2015-07-07 Adrian PrantlRevert r241620 and follow-up commits while investigatin...
2015-07-07 Adrian PrantlFix a linker issue with clang-check on Linux.
2015-07-07 Adrian PrantlCleanup: Use the C++ API to initialize the backend.
2015-07-07 Reid KlecknerUpdate clang for intrinsic rename of framerecover to...
2015-07-07 Adrian PrantlAdd target requirements to testcases that emit PCH.
2015-07-07 Adrian PrantlAdd LLVM backend dependencies to clang-check also in...
2015-07-07 Eric ChristopherUnderscores in constructor arguments are so passe.
2015-07-07 Adrian PrantlUpdate testcases that use precompiled headers to requir...
2015-07-07 Adrian PrantlWrap clang modules and pch files in an object file...
2015-07-07 Aaron BallmanUse AlignOf instead of alignOf so that this can go...
2015-07-07 Daniel Jasperclang-format: Break after "for (" less eagerly.
2015-07-07 Douglas GregorDon't put anonymous structs within anonymous unions.
2015-07-07 Yaron KerenFix first line comment format, NFC.
2015-07-07 Daniel Jasperclang-format: Don't wrap before the ] of a lambda intro...
2015-07-07 Aaron BallmanSilence -Wparentheses warnings (and ran it through...
2015-07-07 Aaron BallmanSilence a -Wcast-qual warning; NFC.
2015-07-07 Aaron BallmanSilence a -Wunused-variable warning; NFC.
next