]> granicus.if.org Git - clang/shortlog
clang
2014-12-09 Duncan P. N... IR: Update clang for Metadata/Value split in r223802
2014-12-09 Chandler CarruthDon't actually generate code for testing the frontend...
2014-12-09 Chandler CarruthRe-work the Clang system for classifying Intel x86...
2014-12-09 Duncan P. N... Revert "[modules] Add experimental -fmodule-map-file...
2014-12-09 Richard Smith[modules] Add experimental -fmodule-map-file-home-is...
2014-12-09 David MajnemerMS ABI: Add another test for PR20017
2014-12-09 David BlaikieDebugInfo: Correctly identify the location of C++ membe...
2014-12-09 Richard Smith[modules] If the same .pcm file is imported via two...
2014-12-09 David MajnemerRevert "Driver: Objective-C should respect -fno-exceptions"
2014-12-08 Nico WeberAdd a test for MS-ABI this adjustment for virtual calls...
2014-12-08 Kaelyn TakataHandle possible TypoExprs in member initializers.
2014-12-08 David BlaikieDebugInfo: Ensure the store for an assignment is attrib...
2014-12-08 Daniel Jasperclang-format: Indent correctly in conditional expressio...
2014-12-08 Samuel BenzaquenFix isInstantiated and isInTemplateInstantiation to...
2014-12-08 Daniel Jasperclang-format: [Java] Always break after annotations...
2014-12-08 Daniel Jasperclang-format: Make clang-format-diff.py format java...
2014-12-08 Justin BognerInstrProf: Use LLVM's -instrprof pass for profiling
2014-12-08 Daniel Jasperclang-format: Support commas in lambda return types.
2014-12-08 NAKAMURA Takumiclang/test/Index/usrs.cpp: Appease targeting msvc.
2014-12-08 Argyrios Kyrtzidis[libclang] Use same USR encoding for 'char' regardless...
2014-12-08 Argyrios Kyrtzidis[libclang] Encode InjectedClassNameType in the USR.
2014-12-08 Argyrios Kyrtzidis[libclang] Encode location info for anonymous embedded...
2014-12-08 Argyrios Kyrtzidis[libclang] Use same USR encoding for 'class' as 'struct'.
2014-12-08 Argyrios Kyrtzidis[libclang] Encode C++11 rvalue reference types in the...
2014-12-08 Argyrios Kyrtzidis[libclang] Encode the C++11 method reference qualifier...
2014-12-08 Argyrios Kyrtzidis[libclang] Reflect in USR generation that 'signed char...
2014-12-08 Argyrios Kyrtzidis[libclang] Function templates can be 'overloaded' by...
2014-12-07 Daniel Jasperclang-format: Don't merge lines with comments.
2014-12-06 Richard SmithAdd some file content to avoid test failures on content...
2014-12-06 Richard SmithAdd test file missed from r223561.
2014-12-06 Paul RobinsonRename a couple of preprocessor symbols to be more...
2014-12-06 Richard Smith[modules] If we import a module, and we've seen a modul...
2014-12-06 Kostya SerebryanyNo memcpy for copy ctor with -fsanitize-address-field...
2014-12-06 Richard SmithPR21217: Slightly more eagerly load -fmodule-map-file...
2014-12-06 Richard SmithAdditional safety for the root cause of regression...
2014-12-05 Richard Smith[modules] Instead of storing absolute paths in a .pcm...
2014-12-05 Hans WennborgASTDumper: print whether a function is constexpr
2014-12-05 Paul RobinsonSpecify the name of the generated header only once...
2014-12-05 Richard SmithMake DiagnosticErrorTrap work even if SuppressAllDiagno...
2014-12-05 Matt ArsenaultWorkaround attribute ordering issue with kernel only...
2014-12-05 Matt ArsenaultUse else if when checking multiple attributes.
2014-12-05 Aaron BallmanAmending r223468 with this documentation change.
2014-12-05 Chad RosierFix Typos in include/clang-c/Index.h
2014-12-05 Aaron BallmanModify __has_attribute so that it only looks for GNU...
2014-12-05 Aaron BallmanAdded a new preprocessor macro: __has_declspec_attribut...
2014-12-05 Aaron BallmanTemporarily reverting r223443 due to bot breakage.
2014-12-05 Aaron BallmanFix a warning with generating the attribute documentati...
2014-12-05 Daniel Jasperclang-format: Support NS_OPTIONS, CF_ENUM and CF_OPTIONS.
2014-12-05 David MajnemerDriver: Objective-C should respect -fno-exceptions
2014-12-05 David MajnemerDriver: Cleanup -fexceptions behavior
2014-12-05 Alexey Bataev[OPENMP] Test for 'omp barrier' directive
2014-12-05 Alexey Bataev[OPENMP] Codegen for 'omp barrier' directive.
2014-12-05 Richard Smith[modules] Instead of storing absolute paths in a .pcm...
2014-12-05 Eric ChristopherHave the driver and the target code agree on what the...
2014-12-05 Anton Yartsev[analyzer] Eliminated endless loop.
2014-12-05 Eric ChristopherUse isOSBinFormatMachO() instead of comparing the objec...
2014-12-04 Nico RieckParse qualifiers after comma in declarator lists as...
2014-12-04 Nico RieckRecognize __unaligned keyword after type specifier
2014-12-04 Aaron BallmanAdding a FIXME to the code, based on a discussion in...
2014-12-04 Yaron KerenSilence warning: "NOMINMAX" redefined.
2014-12-04 Matt ArsenaultAdd attributes for AMDGPU register limits.
2014-12-04 Daniel Jasperclang-format: [JS] Don't put top-level dict literals...
2014-12-04 Faisal ValiFix PR21684 - Ellipsis following an 'auto' parameter...
2014-12-04 Alexander KornienkoMake getInsertArgumentAdjuster insert extra arguments...
2014-12-04 Daniel Jasperclang-format: More restrictively classify import declar...
2014-12-04 Alexey Bataev[OPENMP] Codegen for 'omp master' directive
2014-12-04 Sameer SahasrabuddheAlways emit kernel arg info for SPIR.
2014-12-04 Saleem AbdulrasoolCodeGen: refactor ARM builtin handling
2014-12-04 Hans WennborgCMake: try to actually fix the regexes for setting...
2014-12-03 Reid KlecknerAdd test for __umulh
2014-12-03 Reid KlecknerImplement __umulh with __int128 arithmetic
2014-12-03 Kostya Serebryany[msan] allow -fsanitize-coverage=N together with -fsani...
2014-12-03 Reid KlecknerCUDA host device code with two code paths
2014-12-03 Reid KlecknerCast vtable address points to i32 (...)** to enable...
2014-12-03 Richard SmithTeach EvaluatedExprVisitor that the condition and unsel...
2014-12-03 Alexander KornienkoMake ArgumentsAdjuster an std::function.
2014-12-03 Jonathan RoelofsFix isThreadModelSupported()'s comment. NFC
2014-12-03 Daniel Jasperclang-format: Fix fake parentheses placement with comments.
2014-12-03 Daniel Jasperclang-format: Fix expression parser not closing stuff...
2014-12-03 Alexey Bataev[OPENMP] Code formatting and improvement, no functional...
2014-12-03 Hal FinkelPreserve LD_LIBRARY_PATH when using the 'env' command
2014-12-03 Kaelyn TakataHandle delayed corrections in a couple more error paths...
2014-12-03 Peter CollingbourneUpdate test to check for prologue instead of prefix
2014-12-03 Peter CollingbourneUBSan now uses prologue data instead of prefix data
2014-12-03 Nico WeberAdd support for has_feature(cxx_alignof) and has_featur...
2014-12-03 Nico WeberFix incorrect codegen for devirtualized calls to virtua...
2014-12-03 Richard SmithPR21706: -Wunsequenced was missing warnings when leavin...
2014-12-02 David MajnemerFullProduct should be _FullProduct
2014-12-02 Kaelyn TakataEnsure typos in the default values of template paramete...
2014-12-02 David MajnemerIntrin: shrx_u64 should be _shrx_u64
2014-12-02 David MajnemerIntrin: Add _umul128
2014-12-02 Justin BognerInstrProf: Use the same names for variables as we use...
2014-12-02 Fariborz JahanianAnother warning with no group name bites the dust.
2014-12-02 Justin BognerInstrProf: Remove some pointless indirection (NFC)
2014-12-02 Kaelyn TakataDiagnose TypoExprs in a couple of error cases in ParseP...
2014-12-02 Nico WeberWrap to 80 columns. No behavior change.
2014-12-02 JF BastienMake le64 DescriptionString consistent with other targets.
2014-12-02 Fariborz JahanianThis patch fixes a crash involving use of predefined
2014-12-02 Samuel BenzaquenSkip some unnecessary type checks.
2014-12-02 Anton KorobeynikovFix invalid calling convention used for libcalls on...
next