]> granicus.if.org Git - clang/shortlog
clang
2015-05-13 Daniel Jasperclang-format: Improve nested block / lambda indentation...
2015-05-13 Daniel Jasperclang-format: Fix incorrect */& classification.
2015-05-13 Daniel Jasperclang-format: Fix semicolon less macro-detection.
2015-05-13 Daniel Jasperclang-format: [ObjC] Further improve wrapping of method...
2015-05-13 Alexey Bataev[OPENMP] Fixed codegen for firstprivate variables,...
2015-05-13 Daniel Jasperclang-format: [ObjC] Make IndentWrappedFunctionNames...
2015-05-13 Daniel Jasperclang-format: Prefer formatting local lambdas like...
2015-05-13 Daniel Jasperclang-format: Support column layout with comment after {.
2015-05-12 Eric FiselierHave '__have_extension(cxx_variadic_templates)' return...
2015-05-12 Richard SmithAdd missing #includes, found by modules build.
2015-05-12 Richard TrieuAdd a new error for unexpected semi-colon before closin...
2015-05-12 Justin BognerInstrProf: Update name of compiler-rt routine for setti...
2015-05-12 Douglas Katzmanclang-format AllocateTarget. NFC
2015-05-12 Richard SmithList Alexey Bataev as code owner for Clang's OpenMP...
2015-05-12 Artem BelevichFixed double-free in case of module loading error.
2015-05-12 Sunil SrivastavaChanged renaming of local symbols by inserting a dot...
2015-05-12 Manuel KlimekFix clang-format build from the solution; the underlyin...
2015-05-12 Yaron KerenRemove superfluous SmallString cast.
2015-05-12 Nikola SmiljanicFix misleading parameter name for PPCallbacks::FileSkipped.
2015-05-12 Daniel Jasperclang-format: Make member introduced in r237108 const.
2015-05-12 Renato GolinChange TargetParser enum names to avoid macro conflicts...
2015-05-12 Daniel Jasperclang-format: Fix */& detection for lambdas in macros.
2015-05-12 Daniel Jasperclang-format: Fix hanging nested blocks in macros.
2015-05-12 Manuel KlimekRefactor clang-format's formatter.
2015-05-12 Alexey Bataev[OPENMP] Allow using of threadprivate variables as...
2015-05-12 Alexey Bataev[OPENMP] Fixed support for 'schedule' clause with non...
2015-05-12 Justin BognerDriver: Fix a -Wshadow issue from r237091
2015-05-12 Justin BognerRe-apply "Driver: Make profiling flags work with -nostd...
2015-05-12 Kostya Serebryanyrevert r237081 -- bad idea (-lcrypt may not be present)
2015-05-12 Kostya Serebryanyadd -lcrypto to clang and clang-format fuzzers (lib...
2015-05-12 Eric ChristopherRemove the code that pulled soft float attributes out...
2015-05-12 Justin BognerRevert "Driver: Make profiling flags work with -nostdli...
2015-05-12 Justin BognerDriver: Make profiling flags work with -nostdlib on...
2015-05-12 Steven WuAllow empty assembly string literal with -fno-gnu-inlin...
2015-05-12 Eric ChristopherUpdate initialization of a class variable and comment.
2015-05-11 James DennettTypo fix: s/initialzier/initializer/ in a doc comment.
2015-05-11 Richard SmithPR20625: Instantiate static constexpr member function...
2015-05-11 Peter CollingbourneMove sanitizer parser and group expander from Driver...
2015-05-11 Peter CollingbourneUnify sanitizer kind representation between the driver...
2015-05-11 Steven WuAllow AsmLabel with -fno-gnu-inline-asm
2015-05-11 Artem Belevich[cuda] Fixed test case failure on s390x
2015-05-11 Richard BartonRevert "Allow -target= and --target options"
2015-05-11 Douglas Katzman[Sparc] Add support for 'sparcel' to clang.
2015-05-11 Daniel Jasperclang-format: Support aligning ObjC string literals.
2015-05-11 Aaron BallmanDisable __has_cpp_attribute when not compiling in C...
2015-05-11 Daniel Jasperclang-format: Appease the buildbots by including climits.
2015-05-11 Daniel Jasperclang-format: Improve column layout.
2015-05-11 Daniel Jasperclang-format: Don't merge subsequent lines into _asm...
2015-05-11 Daniel Jasperclang-format: [JS] Clean up export declaration parsing.
2015-05-11 Elena DemikhovskyAVX-512: Changed CC parameter in "cmp" intrinsic
2015-05-11 Daniel Jasperclang-format: [JS] Parse exported functions as free...
2015-05-11 Daniel MarjamakiRefactor MacroInfo so range for loops can be used to...
2015-05-11 Manuel KlimekRefactor the formatter of clang-format.
2015-05-11 David MajnemerGive isCompatibleWithMSVC a better interface
2015-05-11 David Majnemer[MS ABI] Import move assignment operators
2015-05-11 Jonathan RoelofsFix indentation problem introduced in r236964. NFC
2015-05-11 Jonathan RoelofsFix formatting of a few code blocks. NFC
2015-05-10 David Majnemer[MS ABI] Form member pointers from virtual funcs overri...
2015-05-10 David Majnemer[MS ABI] Update EH emission for MSVC 2015 compatibility
2015-05-10 Daniel Jasperclang-format: Improve wrapping of << operators.
2015-05-10 Craig TopperDe-virtualize some const versions of getCanonicalDecl...
2015-05-10 Daniel Jasperclang-format: Preserve line break before } in __asm...
2015-05-10 Daniel Jasperclang-format: Fix bug in escaped newline calculation.
2015-05-10 Daniel JasperReapply r236854 and fixed r236867.
2015-05-09 NAKAMURA TakumiPrune trailing LF.
2015-05-09 NAKAMURA TakumiRevert r236879, "Do not emit thunks with available_exte...
2015-05-09 Ikhlas AjbarFactor out Hexagon code to build args.
2015-05-08 Tobias GrosserRevert "Make emacs show when clang-format encountered...
2015-05-08 Renato GolinUsing ARMTargetParser in Clang
2015-05-08 Diego NovilloFix BackendConsumer::EmitOptimizationMessage()
2015-05-08 Kaelyn TakataAdd the test case from PR 14044 to ensure it doesn...
2015-05-08 Renato GolinRevert "clang-format: Only output IncompleteFormat...
2015-05-08 Derek SchuffDo not emit thunks with available_externally linkage...
2015-05-08 Renato GolinRevert "Allow case-insensitive values for -mcpu for...
2015-05-08 Daniel Jasperclang-format: Only output IncompleteFormat if -cursor...
2015-05-08 Renato GolinAllow case-insensitive values for -mcpu for ARM and...
2015-05-08 Manuel KlimekMake emacs show when clang-format encountered a syntax...
2015-05-08 Daniel Jasperclang-format: Several improvements around formatting...
2015-05-08 Nemanja IvanovicFix for bug 23429.
2015-05-08 John Brawn[ARM] Give an error on invalid -march values
2015-05-08 Alexey Bataev[OPENMP] Fixed atomic construct with non-integer expres...
2015-05-08 Alexey Bataev[OPENMP] Code cleanup for capturing of variables in...
2015-05-08 Daniel Jasperclang-format: [JS] Avoid bad line-warp around "function".
2015-05-08 Daniel Jasperclang-format: [JS] Fix regex literal detection.
2015-05-08 Nikola SmiljanicRevert "Fix path separator issue on Windows."
2015-05-08 Nikola SmiljanicFix path separator issue on Windows.
2015-05-07 Alexey SamsonovUpdate docs for SanitizerCoverage.
2015-05-07 Alexey Samsonov[SanitizerCoverage] Implement user-friendly -fsanitize...
2015-05-07 David Majnemer[MS ABI] Make sure we number thread_local statics seper...
2015-05-07 Artem BelevichFixed test failure on machines with 32-bit size_t.
2015-05-07 Artem Belevich[cuda] Include GPU binary into host object file and...
2015-05-07 James DennettReplace the broken LambdaCapture::isInitCapture API.
2015-05-07 Alexey Samsonov[SanitizerCoverage] Give clang-cc1 the power to precisl...
2015-05-07 David Blaikie[opaque pointer type] Correctly pass the pointee type...
2015-05-07 Yaron KerenUpdate the subversion link to http://subversion.apache...
2015-05-07 Yaron KerenFix clang getting started guide to require VC2013 inste...
2015-05-07 Szabolcs SiposAdding new AST matcher: gnuNullExpr
2015-05-07 Daniel Jasperclang-format: Improve r236597, Properly indent method...
2015-05-07 Manuel KlimekImplements a way to retrieve information about whether...
2015-05-07 Elena DemikhovskyAVX-512: FP compare intrinsics - changed type of CC...
next