]> granicus.if.org Git - clang/shortlog
clang
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.
2014-06-26 Will SchmidtAdd ppc64/power8 as a target
2014-06-26 Alexey Bataev[OPENMP] Initial parsing and sema analysis for 'single...
2014-06-26 Alexey Bataev[OPENMP] Initial parsing and sema analysis for 'section...
2014-06-26 David MajnemerSema: Allow dllimport entities in template args for...
2014-06-26 Craig TopperConvert some function arguments to use ArrayRef.
2014-06-26 Craig TopperConvert StringLiteralParser constructor to use ArrayRef...
2014-06-26 Alp TokerMake test from r211758 portable
2014-06-26 Justin BognerCodeGen: Improve warnings about uninstrumented files...
2014-06-26 Alp TokerReformat RAVs to sync up following recent updates
2014-06-26 Alp TokerRAV: visit copy expressions of captured variables in...
2014-06-26 Reid KlecknerForward -u to the linker on gnutools toolchains
2014-06-25 Ben LangmuirMake -Wincomplete-umbrella go through the VFS
2014-06-25 David BlaikieMake PR20038.cpp test case portable to non-Itanium...
2014-06-25 Alp TokerRemove REQUIRES lines from portable tests
2014-06-25 Hans WennborgDon't allow dllimport variables in constant initializers
2014-06-25 Sanjay Patelfixed typos in comment
next