]> granicus.if.org Git - clang/shortlog
clang
2014-07-28 Adam Nemet[AVX512] Add FP add/sub/mul intrinsics
2014-07-28 Adam Nemet[AVX512] Reorder functions in avx512fintrin.h
2014-07-28 Adam Nemet[AVX512] Bring the formatting of avx512fintrin.h closer...
2014-07-28 Adam Nemet[AVX512] Add CHECK-LABELs to test/CodeGen/avx512f-built...
2014-07-28 Fariborz JahanianObjective-C. Improve diagnostic when property is
2014-07-28 DeLesley HutchinsThread Safety Analysis: Replace the old and broken...
2014-07-28 Dario Domizioli[TEST] Improve tests for #pragma clang optimize off/on
2014-07-28 Daniel Jasperclang-format: [proto] Improve formatting of text-proto...
2014-07-28 Daniel Jasperclang-format: Improve operator and template recognition.
2014-07-28 Ulrich Weigand[PowerPC] Support ELFv1/ELFv2 ABI selection via -mabi...
2014-07-28 Daniel Jasperclang-format: Improve pointer/reference detection.
2014-07-28 Daniel Jasperclang-format: Fix unary operator recognition.
2014-07-28 Daniel Jasperclang-format: Fix formatting of lock annotations in...
2014-07-28 NAKAMURA TakumiDataflowWorklist.h: Appease msc17 -- Split a private...
2014-07-28 Artyom SkrobovFactoring DataflowWorklist out of LiveVariables and...
2014-07-28 Brad SmithAdd missing override keyword to OpenBSD IsIntegratedAss...
2014-07-28 Nico WeberWrap to 80 columns. No behavior change.
2014-07-27 Richard SmithFix default argument comma disambiguation bug following...
2014-07-27 Richard SmithWhen looking for temporary dtors while building the...
2014-07-27 Richard Smith[modules] Add some missing record names. We really...
2014-07-27 Richard Smith[modules] Add abbreviation for ImplicitCastExpr. This...
2014-07-27 Nico WeberWrap to 80 columns. No behavior change.
2014-07-26 Nico WeberWrap to 80 columns. No behavior change.
2014-07-26 Nico WeberWrap to 80 columns, no functionality change.
2014-07-26 Fariborz JahanianObjective-C. Issue more warning diagnostic when certain
2014-07-26 Simon Atanasyan[Driver][Mips] Check output of -dynamic-linker argument...
2014-07-26 Richard Smith[modules] Improve abbreviations for C++:
2014-07-26 David MajnemerParse: Don't crash on trailing whitespace before EOF
2014-07-26 NAKAMURA Takumiclang/test/CodeGenCXX/microsoft-abi-byval-thunks.cpp...
2014-07-26 Richard TrieuIf a template argument is non-evaluable expression...
2014-07-26 Reid KlecknerMS ABI: Use musttail for vtable thunks that pass argume...
2014-07-26 Reid KlecknerRemove an extra parameter and C++11 for loop-ify this...
2014-07-26 Jordan RoseAdd a missing close quote in "while building module...
2014-07-26 Tom StellardR600: Add processor type for Mullins
2014-07-26 Bob WilsonRevert new test from 213993.
2014-07-26 Richard SmithImprove -UNDEBUG binary size. We don't need a different...
2014-07-26 Bob WilsonUse -enable-global-merge option to match llvm r210639...
2014-07-26 NAKAMURA Takumiclang/test/CodeGenCXX/cxx1y-variable-template-linkage...
2014-07-26 Reid KlecknerMS ABI: Ensure 'this' is first for byval+sret methods
2014-07-25 Larisse VoufoAdd test case for fix of linkage bug that miscompiled...
2014-07-25 Reid KlecknerFix my broken test case in NDEBUG :(
2014-07-25 Reid KlecknerFix my busted FileCheck invocation
2014-07-25 Reid KlecknerMS ABI: Don't push destructor cleanups for aggregate...
2014-07-25 Joerg SonnenbergerNow that PIC generation on PPC32 is supported, hook...
2014-07-25 Warren HuntRevert r213437
2014-07-25 Fariborz JahanianObjective-C. Warn if protocol used in an @protocol
2014-07-25 Rafael EspindolaReturn a StringRef in getDefaultUniversalArchName.
2014-07-25 David Majnemerclang-cl: Add support for /Zp
2014-07-25 Simon Atanasyan[Driver][Mips] Remove "fp64" directories from the mips...
2014-07-25 James MolloyRevert part of r206963
2014-07-25 Alexey Bataev[OPENMP] Improved codegen for outlined functions for...
2014-07-25 Alexey Bataev[OPENMP] Improved DSA processing of the loop control...
2014-07-25 Richard Smith[modules] Substantially improve handling of #undef:
2014-07-25 Ehsan AkhgariFix test/CodeGen/ms-inline-asm.c from r213916.
2014-07-25 Ehsan AkhgariFix test/CodeGen/ms-inline-asm.cpp from r213916.
2014-07-25 Ehsan Akhgariclang-cl: Merge adjacent single-line __asm blocks
2014-07-25 Richard SmithPR20445: Properly transform the initializer in a CXXNew...
2014-07-25 Richard TrieuPass the PrintingPolicy when converting types to string...
2014-07-24 Richard TrieuPrint "(default)" for default template template argumen...
2014-07-24 Rafael EspindolaUse ELF in the clang-interpreter on windows.
2014-07-24 Reid KlecknerPreserve libclang ABI compatibility with the 3.5 release
2014-07-24 Mark HeffernanAdd support for #pragma nounroll.
2014-07-24 Rafael EspindolaAttempt at fixing the windows shared build.
2014-07-24 Rafael EspindolaUse MCJIT.
2014-07-24 Rafael EspindolaRemove the last use of llvm::ExecutionEngine::create.
2014-07-24 Aaron BallmanImproving the "integer constant too large" diagnostics...
2014-07-24 Aaron BallmanSetting the documentation heading for #pragma unroll...
2014-07-24 NAKAMURA Takumi[CMake] LexTests: Prune redundant libdep(s).
2014-07-24 Tim NorthoverMachO: use "arm64" as the triple name in modules.
2014-07-24 Alexey Bataev[OPENMP] Initial parsing and sema analysis for clause...
2014-07-24 Alexey Bataev[OPENMP] Initial parsing and sema analysis for clause...
2014-07-24 David MajnemerMS ABI: -fno-rtti-data wasn't data-free enough
2014-07-24 Richard TrieuAdd support for nullptr template arguments to template...
2014-07-24 Richard Smith[modules] Slightly expand module semantics documentation.
2014-07-24 Richard SmithSimplify MacroInfo lifetime management. We don't need...
2014-07-24 Alexey Bataev[OPENMP] Fixed DSA detecting for function parameters...
2014-07-24 Richard SmithTake the canonical type when forming a canonical templa...
2014-07-24 Richard SmithRemove unused Prev pointer from MacroInfo chain.
2014-07-23 Richard SmithReplace r213816's fix with a different one. It's not...
2014-07-23 Reid KlecknerSplit -Winvalid-command-line-argument into -Wignored...
2014-07-23 Reid KlecknerAdd a missing Invalid check to SubobjectDesignator...
2014-07-23 Richard SmithPR20228: don't retain a pointer to a vector element...
2014-07-23 Mark HeffernanRename metadata in test which was missed when renaming...
2014-07-23 Mark HeffernanIn unroll pragma syntax and loop hint metadata, change...
2014-07-23 Artyom SkrobovFix test/Driver/cl-x86-flags.c by providing explicit...
2014-07-23 Ben LangmuirAdd stopgap option -fmodule-implementation-of <name>
2014-07-23 Daniel JasperPrevent assert in ASTMatchFinder.
2014-07-23 Tim NorthoverAArch64: use aarch64_be instead of arm64_be in all...
2014-07-23 Tim NorthoverAArch64: update Clang for merged arm64/aarch64 triples.
2014-07-23 Daniel Sanders[mips] -mno-shared should only be given to the assemble...
2014-07-23 Benjamin KramerASTMatchers: Bound node results are always const, make...
2014-07-23 Alexey Bataev[OPENMP] Initial parsing and sema analysis for 'update...
2014-07-23 Simon Atanasyan[Driver][Mips] Restore FIXME comment was removed accide...
2014-07-23 Yi KongARM: Add doc for ACLE memory barrier intrinsics
2014-07-23 Yi KongAdd module map entry for ARM ACLE header file
2014-07-23 Alexey Bataev[OPENMP] Initial parsing an sema analysis for 'write...
2014-07-23 Nico WeberImprove diagnostic on default-initializing const variab...
2014-07-23 Richard SmithAST printer: fix double space before base class with...
2014-07-23 Richard SmithWhen pretty-printing a declaration of a pack, put the...
2014-07-23 Alexey Bataev[OPENMP] Initial parsing and sema analysis for 'read...
next