]> granicus.if.org Git - clang/shortlog
clang
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...
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
next