]> granicus.if.org Git - clang/shortlog
clang
2014-07-06 Rafael EspindolaUpdate for llvm api change.
2014-07-06 Nick LewyckyFix typo in comment.
2014-07-06 Alp TokerPlistSupport.h: avoid gcc 'defined but not used' warning
2014-07-06 Alp Tokerlibclang: make darwin pthread hacks conditional on...
2014-07-06 Alp TokerModernize a couple of loops
2014-07-06 Ehsan AkhgariFix the MicrosoftExtensions.c target
2014-07-06 Ehsan AkhgariEnable the InterlockedBitTestAndSet test
2014-07-06 Ehsan AkhgariAdd support for nested blocks in Microsoft inline assembly
2014-07-06 Alp TokerUse non-intrusive refcounting for TargetOptions
2014-07-06 Alp TokerUse non-intrusive refcounting for LangOptions
2014-07-06 Alp TokerConstify a read-only parameter and give function a...
2014-07-06 Alp TokerwriteARCDiagsToPlist(): make sure all diag levels get...
2014-07-06 Alp TokerUse PlistSupport in a few more places
2014-07-06 Nico Weberclang-cl: /showIncludes output should go to stdout...
2014-07-05 Alp TokerRemove leftovers of '-arcmt-modify-in-memory' from...
2014-07-05 Saleem AbdulrasoolCodeGen: add support for a few MSVC ARM intrinsics
2014-07-05 Ehsan AkhgariAdd a test case for the tilde operator in Microsoft...
2014-07-05 Alp TokerTrack IntrusiveRefCntPtr::get() changes from LLVM r212366
2014-07-04 Saleem AbdulrasoolCodeGen: add support for MSBuiltin aliases
2014-07-04 Alp TokerPrune some ignored warning options
2014-07-04 Ehsan AkhgariFix up the test that expects the failure fixed in r212352
2014-07-04 Simon Atanasyan[Driver][Mips] Support one more MIPS CPU name - octeon.
2014-07-04 Simon Atanasyan[Driver][Mips] Support more MIPS CPU names: mips1 ...
2014-07-04 Sylvestre Ledrugcc comptability: silent -fdefer-pop & -fno-defer-pop
2014-07-04 NAKAMURA TakumiLet test/Unit/lit.cfg add config.shlibdir to $PATH...
2014-07-04 NAKAMURA TakumiTrailing linefeed
2014-07-04 Alexey BataevFixed test CodeGen/captured-statements.c for powerpc64...
2014-07-03 Fariborz JahanianMake a small crash preventing change.
2014-07-03 Gerolf HoflehnerRestore global static array in test case
2014-07-03 Benjamin KramerThe RTTI fallback is no more. Remove outdated diagnostic.
2014-07-03 Yi Kong[ARM] Implement ISB memory barrier intrinsic
2014-07-03 Renato GolinAdd the __qdbl intrinsic to the arm_acle.h header
2014-07-03 Robert LyttonMove the calling of emitTargetMD() later.
2014-07-03 Robert Lyttonrefactor for-loop as range-loop before making changes.
2014-07-03 Christian PirkerARMEB: Fix function result return for composite types
2014-07-03 Simon Atanasyan[Driver][Mips] Check MIPS CPU name provided to the...
2014-07-03 David MajnemerMS ABI: Get linkage of RTTI data correct
2014-07-03 Saleem AbdulrasoolARM: rename ARM builtins to use __builtin_arm prefix
2014-07-03 Nico WeberAddress review feedback for r212238.
2014-07-02 Nico WeberEnable clang to continue to parse libstdc++4.6 and...
2014-07-02 Reid KlecknerUpdate the MSVC compatibilty document for class templat...
2014-07-02 Larisse VoufoFix linkage bug that miscompiled variable templates...
2014-07-02 David MajnemerMore editorial issues in MSVCCompatibility.rst
2014-07-02 Warren HuntFix Typo in MSVCCompatibility.rst
2014-07-02 David MajnemerFixup typo in MSVCCompatibility.rst
2014-07-02 Saleem AbdulrasoolCodeGen: make target builtins support languages
2014-07-02 David MajnemerUpdate the MSVC Compatibility document
2014-07-02 Alp TokerARCMigrate: simplify diagnostic handling
2014-07-02 Alexey Samsonov[ASan] Print exact source location of global variables...
2014-07-02 Yaron KerenAdded standard macro guard. In case __GNUC_VA_LIST...
2014-07-02 Daniel Sanders[mips] Added additional test cases for passing -mabi...
2014-07-02 Daniel Sanders[mips] Make FileCheck prefixes match the CPU they check
2014-07-02 Simon Atanasyan[Driver][Mips] If ABI name is not provided deduce it...
2014-07-02 Tim NorthoverARM: add support for v8 ldaex/stlex builtins.
2014-07-02 Alp TokerMake FunctionDecl::getReturnTypeSourceRange() support...
2014-07-02 Tim NorthoverX86: inline all atomic operations up to 128-bits.
2014-07-02 Alp TokerDon't accept qualified 'int' main return types in C...
2014-07-02 Alexey BataevAdded test for capturing VLA types if the captured...
2014-07-02 Alexey Bataev[OPENMP, C++11] Improve code of InitVLACaptures function.
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...
next