]> granicus.if.org Git - clang/shortlog
clang
2014-08-03 Justin BognerDriver: Simplify a use of the path API
2014-08-03 Simon Atanasyan[Mips] Add the `mips64-linux-gnu` target to the test...
2014-08-03 NAKAMURA TakumiTools.cpp: Avoid std::to_string() on -fbuild-session...
2014-08-02 Joerg Sonnenbergervcfsx and dss instructions require immediates, variable...
2014-08-02 NAKAMURA Takumilibclang/Makefile: Update LINK_COMPONENTS take #3....
2014-08-02 NAKAMURA Takumilibclang/Makefile: Update LINK_COMPONENTS take #2.
2014-08-02 NAKAMURA Takumilibclang/Makefile: Restore some components in LINK_COMP...
2014-08-02 NAKAMURA Takumilibclang: Update LINK_COMPONENTS.
2014-08-02 Richard SmithIn the case of mangling collisions, make an attempt...
2014-08-02 Alexey Samsonov[ASan] Use metadata to pass source-level information...
2014-08-01 Ben LangmuirFix test from r214577 for other timezones
2014-08-01 Justin BognerInstrProf: Update for LLVM API change
2014-08-01 Richard SmithNotional simplification: defer emitting deferred inline...
2014-08-01 Richard SmithActually fix problem with modules buildbot this time.
2014-08-01 Ben LangmuirAdd -fbuild-session-file as an alternative to -fbuild...
2014-08-01 Alexey Samsonov[Sanitizer] Introduce SanitizerMetadata class.
2014-08-01 Joerg SonnenbergerLet's assume PowerPC has no SSE.
2014-08-01 Richard SmithRe-commit r214547 with tests fixed. Hopefully all the...
2014-08-01 Reid KlecknerMS inline asm: Tests for r214550
2014-08-01 Reid KlecknerMS inline asm: Add tests for LLVM r214468
2014-08-01 Richard SmithRevert r214547 due to test breakage.
2014-08-01 Richard SmithFix iterator invalidation issues that are breaking...
2014-08-01 Hans WennborgUpdate build instructions for the clang-format VS plugin
2014-08-01 Aaron BallmanDropping some else-after-returns. No functional changes...
2014-08-01 Eli BenderskyAdd IR Mangler for more stable mangling.
2014-08-01 Aaron BallmanThe GNU-style aligned attribute has an optional express...
2014-08-01 Daniel SandersRevert r214497: [mips] Defer va_arg expansion to the...
2014-08-01 Aaron BallmanReplacing some more complex logic with a helper functio...
2014-08-01 Robert LyttonXcore target: Fix CXXStdlibIncludeArgs to check 'nostdi...
2014-08-01 Daniel Jasperclang-format: Add a space in ObjC protocols.
2014-08-01 Aaron BallmanImproving diagnostic source ranges for the nonnull...
2014-08-01 Eli BenderskyFix a memory leak - dispose of the CXString after print...
2014-08-01 Aaron BallmanInitializing the loop hint option token again.
2014-08-01 Aaron BallmanInitializing the loop hint option token.
2014-08-01 Daniel Sanders[mips] Defer va_arg expansion to the backend.
2014-08-01 Richard Smith[modules] Remove IRGen special case for emitting implic...
2014-08-01 Manman RenAdd comments to debug info testing case.
2014-08-01 Richard TrieuRemove this pointer that is converted to bool. In...
2014-08-01 Hans Wennborgclang-format vs plugin: claim support for VS 14 CTP too
2014-07-31 Richard SmithFix buildbot: work around missing GCC C++11 feature.
2014-07-31 Richard Smith[modules] Maintain an AST invariant across module load...
2014-07-31 Richard SmithFactor out exception specification information from
2014-07-31 Aaron BallmanLoop hint pragmas sometimes do not contain an identifie...
2014-07-31 Aaron BallmanImplemented a diagnostic to handle multiple, distinct...
2014-07-31 Tyler NowickiAdd a state variable to the loop hint attribute.
2014-07-31 Hans WennborgLocal extern redeclarations of dllimport variables...
2014-07-31 Eli BenderskyReformat docstring to 80-col
2014-07-31 Aaron BallmanRemoving an outdated FIXME. No functional changes.
2014-07-31 Eli BenderskyExposes a C API to name mangling for a given cursor.
2014-07-31 Fariborz JahanianObective-C. Patch to fix the incorrect ObjcMessageExpr...
2014-07-31 Nico WeberDelay check for prototype on __fastcall functions until...
2014-07-31 Aaron BallmanAutomate attribute argument count semantic checking...
2014-07-31 Ehsan Akhgarims-inline-asm: Add a test to ensure that call doesn...
2014-07-31 Manuel KlimekFix parsing of classes where the class name is an absol...
2014-07-31 Richard SmithPR18097: Support initializing an _Atomic(T) from an...
2014-07-31 David MajnemerSema: Disallow taking the address of a bitfield coming...
2014-07-31 Adam Nemet[AVX512] Add unaligned FP load intrinsics
2014-07-31 NAKAMURA TakumiRevert r214333, "Add a state variable to the loop hint...
2014-07-31 Richard SmithRename this test so that it actually runs, and fix...
2014-07-30 Aaron BallmanUpdating a comment related to the implementation of...
2014-07-30 Rafael EspindolaUpdate for llvm change.
2014-07-30 Tyler NowickiAdd a state variable to the loop hint attribute.
2014-07-30 Adam Nemet[AVX512] Add intrinsic for knot
2014-07-30 Adam Nemet[AVX512] Add some of the FP cast intrinsics
2014-07-30 Adam Nemet[AVX512] Add set1 intrinsics
2014-07-30 Fraser CormackAdd OpenCL/SPIR kernel_arg_base_type metadata node
2014-07-30 Robert Khasanov[SKX] Enabling SKX target (Skylake server chip)
2014-07-30 Fraser CormackFix OpenCL/SPIR kernel_arg_type metadata node
2014-07-30 NAKAMURA TakumiSuppress clang/test/Sema/struct-packed-align.c also...
2014-07-30 Daniel Jasperclang-format: Understand 'typename' in placement new.
2014-07-30 NAKAMURA TakumiSuppress clang/test/Sema/struct-packed-align.c for...
2014-07-30 Simon Atanasyan[Driver][Mips] Add function-wrapper so simplify creatio...
2014-07-30 David MajnemerAST: Simplify some code
2014-07-30 Manuel KlimekFix some cases of incorrect handling of lifetime extend...
2014-07-30 David MajnemerMS ABI: Mangle alias templates used as template-templat...
2014-07-30 Rafael EspindolaSimplify the code.
2014-07-30 Rafael EspindolaFix a use after free bug.
2014-07-30 David MajnemerMS ABI: Consider alignment attributes on typedefs for...
2014-07-30 Larisse VoufoNot all instantiated variable is odr-used. Do not mark...
2014-07-29 Richard Smith[modules] Factor out ODR checking, to avoid unnecessary...
2014-07-29 Hans Wennborgclang-format vs plugin: include the license
2014-07-29 Richard SmithPR20473: Don't "deduplicate" string literals with the...
2014-07-29 Bob WilsonSupport LIBRARY_PATH on all Darwin targets.
2014-07-29 Fariborz JahanianProvide warning name for property attribute warning
2014-07-29 Larisse VoufoRevert "Fix test case in r214190. (It failed on my...
2014-07-29 Larisse VoufoFix test case in r214190. (It failed on my end.)
2014-07-29 Larisse VoufoFix typo.
2014-07-29 Larisse VoufoFix PR10177 where non-type template arguments to alias...
2014-07-29 Manman Ren[Debug Info] update testing case due to change in DIBui...
2014-07-29 Tyler NowickiModify how the loop hint attribute is printed as a...
2014-07-29 Artyom SkrobovDataflowWorklist.h - "We should have a description...
2014-07-29 Yi KongAArch64: Resolve some FIXMEs in CGBuiltin left over...
2014-07-29 Alexey Bataev[OPENMP] Additional comments for implicit 'flush' claus...
2014-07-29 Sylvestre Ledru3.5 => 3.6
2014-07-29 Tobias GrosserRevert "Emit column debug information for loads"
2014-07-29 Tobias GrosserEmit column debug information for loads
2014-07-29 Richard Smith[modules] Add testcase for a bug reduced from a selfhos...
2014-07-29 Richard SmithRevert accidentally-committed files in r214151.
2014-07-29 Richard Smith[modules] Add missing #include, found by modules build...
2014-07-29 Bob WilsonFix up handling of ARM options for controlling strict...
next