]> granicus.if.org Git - clang/shortlog
clang
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...
2014-07-23 Saleem Abdulrasooltest: add an explicit target triple
2014-07-22 Richard SmithPR14615: add (passing) tests for this already-fixed bug
2014-07-22 Ehsan AkhgariUse the correct from type in a SCS
2014-07-22 Robert Lyttonremove hardcoded metadata numbers from tests
2014-07-22 Aaron BallmanImprove the checkUInt32Argument() helper function so...
2014-07-22 Aaron BallmanProvide extra information in the "integer constant...
2014-07-22 Aaron BallmanAdding a heading to the loop hint attributes so that...
2014-07-22 Aaron BallmanEscaping an RST character to correct a Sphinx warning.
2014-07-22 Aaron BallmanDisallowing GNU-style attributes in new expressions...
2014-07-22 Alexey Bataev[OPENMP] Tests for nesting of regions for 'atomic'...
2014-07-22 Elena DemikhovskyAVX-512: I added new headers to makefiles. It should...
2014-07-22 Elena DemikhovskyAVX-512: Added intrinsics to clang.
2014-07-22 Alexey Bataev[OPENMP] Initial parsing and sema analysis for 'atomic...
2014-07-22 Alexey Bataev[OPENMP] Initial parsing and sema analysis for 'ordered...
2014-07-22 Richard TrieuFix '&' printing for template arguments in parentheses...
2014-07-22 Richard TrieuMore gracefully handle parentheses in templare argument...
2014-07-22 Richard TrieuFix a template diffing problem were an '&' is unexpecte...
2014-07-22 Saleem AbdulrasoolSema: correct handling for __va_start for WoA
2014-07-22 Serge PavlovAvoid crash if default argument parsed with errors.
2014-07-22 Reid Kleckner-fms-extensions: Implement half of #pragma init_seg
2014-07-21 Hans Wennborgclang-cl: ignore /showIncludes when combined with ...
2014-07-21 Mark HeffernanRename metadata llvm.loop.vectorize.unroll to llvm...
2014-07-21 Hans Wennborgclang-format vs plugin: set version number from cmake...
2014-07-21 Arnaud A. de... Revert "Emit lifetime.start / lifetime.end markers...
2014-07-21 Mark HeffernanFix build breakage caused by use of std::to_string...
2014-07-21 Arnaud A. de... Emit lifetime.start / lifetime.end markers for unnamed...
2014-07-21 Mark HeffernanAdd support for '#pragma unroll'.
2014-07-21 Justin BognerSema: Handle C11 atomics when diagnosing out of range...
2014-07-21 Alexey Bataev[OPENMP] Initial parsing and sema analysis for 'flush...
2014-07-21 Alexander Musman[OPENMP] Parsing/Sema of the OpenMP directive 'critical'.
next