]> granicus.if.org Git - clang/shortlog
clang
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...
2015-05-07 NAKAMURA TakumiMark clang/test/CodeGenCXX/microsoft-abi-thread-safe...
2015-05-07 David MajnemerFix some glitches in the MSVCCompatibility document
2015-05-07 Alexey BataevFix for http://llvm.org/PR23392: magick/feature.c from...
2015-05-07 David MajnemerNote that we support 'throw' for the MS ABI.
2015-05-07 David Majnemer[MS ABI] Implement thread-safe initialization using...
2015-05-07 Alexey Bataev[OPENMP] Generate !llvm.mem.loop_parallel_access metada...
2015-05-07 Alexey Bataev[OPENMP] Fixed test for reduction on 'sections' directive.
2015-05-07 Kostya Serebryanyfix clang-fuzzer and clang-format-fuzzer
2015-05-07 Richard Smith[modules] Suport for merging a parsed enum definition...
2015-05-07 Alexey Bataev[OPENMP] Fixed codegen for 'reduction' clause.
2015-05-07 Kaelyn TakataWhen performing delayed typo correction in a for-range...
2015-05-06 Peter CollingbourneFix public-private.modulemap test case to clear the...
2015-05-06 Duncan P. N... CGCXX: Use cast in getAddrOfCXXStructor()
2015-05-06 Sergey Matveev[docs] Update SanitizerCoverage docs.
2015-05-06 Daniel Jasperclang-format: Don't indent 'signals' as access specifie...
2015-05-06 Artem Belevich[driver] Cosmetic change to use Input instead of Inputs[0].
2015-05-06 Reid Kleckner[AArch64] Advertise that the __sync_*_compare_and_swap_...
2015-05-06 Daniel Jasperclang-format: Merge labels and subsequent semicolons.
2015-05-06 Daniel Jasperclang-format: Allow ternary expressions inside template...
2015-05-06 Daniel Jasperclang-format: Consider operator precedence as penalty...
2015-05-06 Daniel Jasperclang-format: Accept slightly more record declarations.
2015-05-06 Daniel Jasperclang-format: Fix bad wrapping of ObjC method exprs.
2015-05-06 Daniel Jasperclang-format: Properly indent method calls without...
2015-05-06 Manuel KlimekRemove deprecated version of reformat.
2015-05-06 Daniel Jasperclang-format: Don't allow -i when reading from stdin.
2015-05-06 Manuel KlimekRemove all computation of structural errors in clang...
2015-05-06 Daniel Jasperclang-format: Fix another assertion discovered by the...
2015-05-06 Daniel Jasperclang-format: Prevent assertion discovered by fuzzer.
2015-05-06 Daniel Jasperclang-format: Prevent exponential runtime in token...
2015-05-06 Alexey Bataev[OPENMP] Fixed messages about predetermined DSA for...
2015-05-06 Daniel Jasperclang-format: Fix bug in multiline comment wrapping.
2015-05-06 Alexey Bataev[OPENMP] Fix for http://llvm.org/PR23387: clang fails...
2015-05-06 Ahmed BougachaRevert "[analyzer] scan-build: support spaces in compil...
2015-05-05 Justin BognerInstrProf: Don't start or end coverage regions inside...
2015-05-05 David MajnemerUpdate testcase to match r236539
2015-05-05 Anton Yartsev[analyzer] This eliminates regression caused by r236423.
2015-05-05 Ulrich Weigand[SystemZ] Add support for z13 low-level vector builtins
2015-05-05 Ulrich Weigand[SystemZ] Add support for z13 and its vector facility
2015-05-05 Kaelyn TakataAllow TransformTypos to ignore corrections to a specifi...
2015-05-05 Alexey Bataev[OPENMP] Allow use of macros in OpenMP directives/clauses.
2015-05-05 Alexey Bataev[OPENMP] Fixed incorrect work with cleanups, NFC.
next