]> granicus.if.org Git - clang/shortlog
clang
2014-07-02 Richard TrieuPrevent Clang from crashing on template code.
2014-07-02 Alexey Bataev[OPENMP] Fixed error message reporting for nesting...
2014-07-02 Alp TokerIntroduce a FunctionDecl::getReturnTypeSourceRange...
2014-07-01 NAKAMURA Takumiclang/test/CodeGenCXX/microsoft-no-rtti-data.cpp: Relax...
2014-07-01 David MajnemerCodeGen: Add some comments describing VFTable CG
2014-07-01 David MajnemerCodeGenCXX: Add tests for RTTI in VFTables
2014-07-01 David MajnemerDriver: Handle /GR- in a compatible way with MSVC
2014-07-01 Reid KlecknerWin64: Disable uwtable until we fix .pdata emission...
2014-07-01 David MajnemerAST: Small simplification in VTableBuilder
2014-07-01 David MajnemerMS ABI: Reference MSVC RTTI from the VFTable
2014-07-01 Reid Klecknerclang-cl: Ignore /Zc:inline and /Zc:rvalueCast
2014-07-01 Sylvestre LedruGCC compatibility: Ignore -finput_charset=UTF-8 argumen...
2014-07-01 Logan ChienRemove CleanupHackLevel from CGException.
2014-07-01 Simon Atanasyan[Driver][Mips] MIPS ABI names "32" and "64" used as...
2014-07-01 Gerolf HoflehnerEnable test/CodeGen/indirect-goto.c in 64b for local...
2014-07-01 Bob WilsonTemporarily disable the indirect-goto.c test.
2014-07-01 Nikola SmiljanicPR15677 - Crash in template diffing. Check that express...
2014-07-01 Alp Tokerclang-interpreter: use LLVM interpreter if JIT is unava...
2014-07-01 Alp Tokerdriver: add link dependency on CodeGen
2014-07-01 Alp Tokerclang-interpreter: interpret instead of JITing
2014-06-30 Ehsan AkhgariDo not define __STRICT_ANSI__ in clang-cl
2014-06-30 Alexey Samsonov[UBSan] Don't link UBSan runtime into shared libraries.
2014-06-30 Ben LangmuirConsider module depedencies when checking a preamble...
2014-06-30 Ehsan AkhgariUse the newly added FindInEnvPath helper in clang
2014-06-30 Andrea Di Biagio[x86] Add Clang support for intrinsic __rdpmc.
2014-06-30 Ben LangmuirRemoved unused typedef for recursive_directory_iterator
2014-06-30 Daniel Jasperclang-format: Support member function reference qualifiers.
2014-06-30 Daniel Jasperclang-format: Improve expression heuristics.
2014-06-30 Aaron BallmanFixing a few typos in the documentation.
2014-06-30 Daniel Jasperclang-format: [JS] support free-standing functions...
2014-06-30 Alexey Bataev[OPENMP] Added table with allowed nesting info for...
2014-06-30 Alexey BataevSecond part of fix in CodeGen/captured-statements-nested.c
2014-06-30 Alexey BataevTest fix
2014-06-30 Alexey BataevFixed incompatibility in CodeGen/captured-statements...
2014-06-30 Alexey BataevFixed CodeGen/captured-statements-nested.c test
2014-06-30 Simon Atanasyan[Driver][Mips] Fix test cases - make ABI name and targe...
2014-06-30 Simon Atanasyan[Driver][Mips] Check rejecting of invalid MIPS ABI...
2014-06-30 Alexey BataevDisable CodeGen/captured-statements-nested.c
2014-06-30 Alexey BataevFixed CodeGen/captured-statements-nested.c test
2014-06-30 Alexey BataevDisable CodeGen/captured-statements-nested.c
2014-06-30 Alexey BataevTemp XFAIL CodeGen/captured-statements-nested.c to...
2014-06-30 Alexey BataevUsing of variable length arrays in captured statements...
2014-06-30 Saleem Abdulrasooltest: move test from CodeGen to Sema
2014-06-30 Alp TokerRemove some incorrect test suppressions
2014-06-30 Alp TokerCodeGenAction::ExecuteAction(): check for invalid LLVM...
2014-06-30 Alp TokerExtract an isReservedName() function
2014-06-29 Saleem AbdulrasoolBasic: correct the va_list type on Windows on ARM
2014-06-29 Chandler CarruthFix a stray semi-colon. (Found by a pedantic warning)
2014-06-29 Alexander KornienkoAdd a matcher for SubstNonTypeTemplateParmExpr.
2014-06-29 Simon Atanasyan[Mips] Fix MIPS ABI name in the test. The name "64...
2014-06-29 NAKAMURA TakumiRevert r211866, r211895 and r211995, "Driver: use GNU...
2014-06-29 NAKAMURA TakumiLibclangTest.cpp: s/uint/unsigned/. I think 'uint'...
2014-06-29 NAKAMURA Takumiclang/test/CodeGenCXX/windows-itanium-exceptions.cpp...
2014-06-29 Saleem AbdulrasoolDriver: add a cygwin linker tool
2014-06-28 Saleem Abdulrasooltest: add a test for windows itanium exceptions
2014-06-28 Saleem AbdulrasoolBasic: fix handling for Windows Itanium environment
2014-06-28 Saleem AbdulrasoolBasic: whitespace cleanup
2014-06-28 Richard TrieuExtend -Wtautological-undefined-compare and -Wundefined...
2014-06-28 Craig TopperImport MutableArrayRef into clang namespace.
2014-06-28 Craig TopperRemove llvm:: from uses of ArrayRef.
2014-06-28 Simon Atanasyan[Driver][Mips] Fix else-after-return.
2014-06-28 Simon Atanasyan[Driver][Mips] Remove redundant brackets.
2014-06-28 Simon Atanasyan[Driver][Mips] Remove redundant abstract/override function.
2014-06-28 Alp TokerGet arm_acle tests from r211962 working
2014-06-27 Reid KlecknerExtend -Wdynamic-class-memaccess to records containing...
2014-06-27 Yi KongIntroduce arm_acle.h supporting existing LLVM builtin...
2014-06-27 David BlaikieRemove 'const' from MemoryBuffers used through the...
2014-06-27 Ben LangmuirAdd reparse test for libclang
2014-06-27 Reid Klecknerclang-cl: Map /EHs- to -fno-exceptions
2014-06-27 David MajnemerCodeGen: Fix a typo in getThreadLocalWrapperLinkage
2014-06-27 Chandler CarruthFix a bug in my previous patch by restoring the behavio...
2014-06-27 Chandler CarruthThis fixes libclang to cope with the now compile-time...
2014-06-27 Oliver Stannard[ARM] Fix AAPCS non-compliance caused by very large...
2014-06-27 Logan ChienReplace GetProgramPath("ld") with GetLinkerPath().
2014-06-27 James Molloy[ARM-BE] Generate correct NEON intrinsics for big endia...
2014-06-27 Alexander KornienkoDon't check clang binary name, as it can be different...
2014-06-27 Alexey Bataev[OPENMP] Parsing and sema analysis for 'copyprivate...
2014-06-27 Alp Tokerconst_cast the memory MemoryBuffer following LLVM r211883
2014-06-27 Justin BognerDriver: Pass -ivfsoverlay to module crashdumps
2014-06-27 Alp TokerAdd a FIXME for an unfortunate issue in ConvertBackendL...
2014-06-27 Saleem AbdulrasoolDriver: use GNU::Link for the Generic_GCC toolchain
2014-06-27 Alp TokerCodeGenAction: don't duplicate entire .ll/.bc files...
2014-06-27 Alexey Bataev[OPENMP] Added several test cases in nesting of OpenMP...
2014-06-27 Alp TokerAccount for differences in grep implementations
2014-06-27 Alp TokerRestore test from r211844 skipping '.file' directives
2014-06-27 Alp TokerPartially disable test from r211844
2014-06-27 Alp TokerAdd test coverage for .bc input in the frontend
2014-06-27 Alp TokerRemove .bc from test config.suffixes
2014-06-27 NAKAMURA Takumiclang/test/Driver/fuse-ld.c: Really fix to match dos...
2014-06-27 Anna ZaksDo not inline methods of C++ containers (coming from...
2014-06-27 Logan ChienAllow different path separator for windows build.
2014-06-26 Reid KlecknerAvoid extra back reference key lookup in msmangler
2014-06-26 Fariborz JahanianObjective-C ARC. Provide diagnostic and fix-it
2014-06-26 Justin BognerDriver: Fix a misleading comment and test for what...
2014-06-26 Justin BognerDriver: Remove trailing whitespace
2014-06-26 Hans Wennborgclang-cl: Don't store the cl compiler Tool on the stack...
2014-06-26 Jim GrosbachARM: Correctly identify cortex-m4 as v7em.
2014-06-26 Zachary TurnerAdd a Visualizer for VarDecl.
2014-06-26 Logan ChienPropset the executables for GetProgramPath().
2014-06-26 Logan ChienImplement the -fuse-ld= option.
next