]> granicus.if.org Git - clang/shortlog
clang
2015-10-09 Eric FiselierSkip NonNull sema checks in unevaluated contexts.
2015-10-08 Hans WennborgExpose -f[no]ms-{compatibility,extensions} in clang...
2015-10-08 Evgeniy StepanovUse Triple.isAndroid() where possible.
2015-10-08 Reid Kleckner[WinEH] Push cleanupendpad scopes around exceptional...
2015-10-08 Akira Hatanaka[CodeGen] [CodeGen] Attach function attributes to funct...
2015-10-08 Eric ChristopherHandle sse turning on mmx, but no -mmx not turning...
2015-10-08 Eric ChristopherMigrate most feature map inclusion to initFeatureMap...
2015-10-08 Akira Hatanaka[CodeGen] Check if the Decl pointer passed is null...
2015-10-08 Aaron BallmanWhen mapping no_sanitize_* attributes to no_sanitize...
2015-10-08 Reid Kleckner[clang-cl] Make /EHs turn on C++ EH once again
2015-10-08 Renato GolinSimplify DefaultCPU in ARMTargetInfo
2015-10-08 NAKAMURA TakumiCGStmtOpenMP.cpp: Prune redundant \param. [-Wdocumentation]
2015-10-08 Benjamin Kramer[VFS] Use VFS instead of virtual files in PPCallbacks...
2015-10-08 Douglas Katzman[Myriad]: default the Dwarf version to 2
2015-10-08 Benjamin Kramer[Driver] Use Twine instead of itostr. NFC.
2015-10-08 David Majnemer[MSVC Compat] Try to treat an implicit, fixed enum...
2015-10-08 Alexey Bataev[OPENMP 4.1] Codegen for array sections/subscripts...
2015-10-08 David MajnemerUpdate a few more tests in response to the MS ABI enum...
2015-10-08 David Majnemer[Sema] Tweak incomplete enum types on MSVC ABI targets
2015-10-08 David MajnemerUpdate tests touched by r249656
2015-10-08 Douglas KatzmanUse itostr(), not std::to_string() because of Android.
2015-10-08 Douglas KatzmanUnbreak 'debug-options' test when builder is Darwin
2015-10-08 David Majnemer[MSVC Compat] Enable ABI impacting non-conforming behav...
2015-10-08 Douglas KatzmanStop messing with the 'g' group of options in CompilerI...
2015-10-08 Craig TopperFix a -Wdeclaration-after-statement warning.
2015-10-08 Reid Kleckner[WinEH] Remove NewMSEH and enable its behavior by default
2015-10-08 Richard SmithWhen pretty-printing a C++11 literal operator, don...
2015-10-08 Reid KlecknerDon't emit exceptional stackrestore cleanups around...
2015-10-08 Ehsan AkhgariMake clang_Cursor_getMangling not mangle if the declara...
2015-10-07 Reid Kleckner[WinEH] Don't use lifetime markers for MS catch parameters
2015-10-07 Benjamin KramerFix a shared CMake build by linking with libclangBasic.
2015-10-07 Daniel JasperASTMatchers: Keep AllCallbacks in a set instead of...
2015-10-07 Daniel Jasperclang-format: Add include sorting capabilities to subli...
2015-10-07 Benjamin Kramer[VFS] Port driver tool chains to VFS.
2015-10-07 Daniel Jasperclang-format: Fixed missing space between Obj-C for...
2015-10-07 Daniel Jasper[clang-format] Stop alignment sequences on open braces...
2015-10-07 Daniel Jasperclang-format: Hopefully fix code blocks in docs.
2015-10-07 Richard BartonSilence warning about not being able to find clang...
2015-10-07 Richard BartonMake the test take input from stdin to prevent matching...
2015-10-07 Alexey BataevFix crash in codegen on casting to `bool &`.
2015-10-07 Benjamin Kramer[VFS] Refactor VFSFromYAML a bit.
2015-10-07 Benjamin Kramer[VFS] Also drop '.' when adding files to an in-memory FS.
2015-10-07 Daniel JasperMake clang-format actually respect custom brace wrappin...
2015-10-07 Daniel Jasperclang-format: Fix false ObjC block detection.
2015-10-07 Daniel Jasperclang-format: Understand array reference types.
2015-10-07 Daniel Jasperclang-format: Fix false positive in pointer/reference...
2015-10-07 NAKAMURA Takumiclang/test/CodeGen/exceptions-seh-leave-new.c: Use...
2015-10-07 Reid Kleckner[SEH] Fix x64 __exception_code in __except blocks
2015-10-06 Hans WennborgFix Clang-tidy modernize-use-nullptr warnings in source...
2015-10-06 Ehsan AkhgariRevert r249437
2015-10-06 Ehsan AkhgariMake clang_Cursor_getMangling don't mangle if the decla...
2015-10-06 Benjamin Kramer[Tooling] Don't run a tool invocation without a FileMan...
2015-10-06 Benjamin Kramer[Tooling] Reuse FileManager in ASTUnit.
2015-10-06 Benjamin Kramer[VFS] Put the incoming name in the file status to make...
2015-10-06 Benjamin Kramer[Tooling] Remove dead code.
2015-10-06 NAKAMURA TakumiToolingTests: Tweak getAnyTarget() to match "x86_64".
2015-10-06 NAKAMURA TakumiBasicTests: Suppress InMemoryFileSystemTest.WindowsPath...
2015-10-06 Daniel Jasperclang-format: Add empty line before code-blocks in...
2015-10-06 Daniel Jasperclang-format: Make IncludeCategories configurable in...
2015-10-06 Manuel KlimekAdds a way for tools to deduce the target config from...
2015-10-06 Benjamin Kramer[VFS] Port SimpleFormatContext to InMemoryFileSystem.
2015-10-06 Benjamin Kramer[VFS] Port applyAllReplacements to InMemoryFileSystem.
2015-10-06 Benjamin Kramer[VFS] Transition clang-format to use an in-memory FS.
2015-10-05 Benjamin KramerRemove duplicated default arguments. NFC.
2015-10-05 Rafael EspindolaFix the MSVC build.
2015-10-05 Richard SmithRevert r107690 (for PR7417) and add a testcase that...
2015-10-05 Aaron BallmanAdding an AST node matcher for NonTypeTemplateParmDecl...
2015-10-05 Adhemerval... [sanitizer] Enable lsan for AArch64
2015-10-05 Adrian PrantlRe-introduce the unique_ptr removed in r249328 and...
2015-10-05 Adrian PrantlUndo the unique_ptr'fication of CodeGenABITypes::CGM...
2015-10-05 Aaron BallmanAdding a narrowing AST matcher for FunctionDecl::isVari...
2015-10-05 Benjamin Kramer[VFS] Fix the windows build by including the right...
2015-10-05 Benjamin Kramer[VFS] Fix compilation on systems where time_t is not...
2015-10-05 Benjamin Kramer[VFS] Add working directories to every virtual file...
2015-10-05 Benjamin Kramer[VFS] Add an in-memory file system implementation.
2015-10-05 Benjamin Kramer[VFS] Move class out of method so it looks less like...
2015-10-05 Daniel Jasperclang-format: Small doc fix.
2015-10-05 Benjamin Kramer[VFS] Remove setName from the file interface.
2015-10-05 Alexandros... The Driver does not set the +strict-align flag when...
2015-10-05 Daniel Sanders[mips][p5600] Add -mcpu=p5600 option.
2015-10-05 Rafael EspindolaUse llvm::errc instead of std::errc.
2015-10-05 Anastasia Stulova[OpenCL] Fix casting a true boolean to an integer vector.
2015-10-05 Vasileios KalintirisRemove support for the mips-mti-linux toolchain.
2015-10-05 Vasileios KalintirisFix test failure on Windows buildbots for the mips...
2015-10-05 Vasileios KalintirisRe-commit "Add support for the new mips-mti-linux toolc...
2015-10-05 Daniel Jasperclang-format: Remove sentence in option cost threshold...
2015-10-05 Daniel Jasperclang-format: Document threshold for adding new options.
2015-10-05 NAKAMURA Takumi[CMake] Move CLANG_INCLUDE_TESTS in advance of add_subd...
2015-10-04 Adrian PrantlModule Debugging: Emit (ObjC) function declarations...
2015-10-04 Keno FischerFix makefile build on OSX when ARM targets are not...
2015-10-04 Saleem AbdulrasoolAdd -f[no-]declspec to control recognition of __declspe...
2015-10-04 Craig TopperPass SourceRange by value in a test I missed in r249259.
2015-10-04 Craig TopperSourceRanges are small and trivially copyable, don...
2015-10-04 Eric FiselierDiagnose const atomics in __atomic builtins.
2015-10-03 Yaron KerenReplace double negation of !FileID.isInvalid() with...
2015-10-03 Saleem Abdulrasoolfix previous commit
2015-10-03 Saleem Abdulrasooltry to fix the ARM self host bots
2015-10-03 Yaron KerenReplace double-negated !SourceLocation.isInvalid()...
2015-10-03 Saleem AbdulrasoolDriver: follow WoA ABI recommendations
2015-10-03 NAKAMURA TakumiFix clang/test/CodeGenCXX/strict-vtable-pointers.cpp...
next