]> granicus.if.org Git - clang/shortlog
clang
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...
2014-12-02 Serge PavlovReverted r223114, it caused failure on on clang-native...
2014-12-02 Daniel Jasperclang-format: Escape '*' in generated flag documentation.
2014-12-02 Daniel Jasperclang-format: Add option to suppress operator alignment.
2014-12-02 Justin Holewinski[NVPTX] Fix type error for some builtins in BuiltinsNVP...
2014-12-02 Serge PavlovEmit warning if define or undef reserved identifier...
2014-12-02 Daniel Jasperclang-format: precedence-based indentation when breakin...
2014-12-02 Bob WilsonRe-apply "Revert r166370 and r166540 now that Xcode...
2014-12-02 NAKAMURA Takumiclang/test/Modules/malformed.cpp REQUIRES shell due...
2014-12-02 Hans WennborgCMake: make the regexes used for setting HOST_LINK_VERS...
2014-12-02 Hans WennborgTry to fix the MSVC build.
2014-12-02 Chandler CarruthRely on fewer features of the 'env' command. Darwin...
2014-12-02 Chandler CarruthAdd a test that ensures the Clang driver behaves itself...
2014-12-02 Bob WilsonRemove special case for aarch64 static vs. PIC code...
2014-12-02 Richard Smith[modules] Track how 'header' directives were written...
2014-12-01 Nikola SmiljanicPerform correct lookup when '__super' is used in class...
2014-12-01 Zachary TurnerMake -fuse-ld=lld work properly on Windows.
2014-12-01 Reid KlecknerUse nullptr to silence -Wsentinel when self-hosting...
2014-12-01 Richard SmithAdd missing 'break's, found by inspection. No functiona...
2014-12-01 Nico WeberAdd a test for devirtualization of virtual operator...
2014-12-01 Matt ArsenaultUpdate R600 address space map to include generic
2014-12-01 Samuel BenzaquenMake the function pointer a template argument instead...
2014-12-01 Alexey Bataev[OPENMP] Formating and code improvement for codegen...
2014-12-01 Arnaud A. de... Revert "Remove threshold for lifetime marker insertion...
2014-12-01 Arnaud A. de... Remove threshold for lifetime marker insertion of named...
2014-11-30 NAKAMURA Takumiclang/test/CodeGenOpenCL/opencl_types.cl: Appease i686...
2014-11-29 Nico WeberFix typo.
2014-11-29 Nathan SidwellFix grammar error in err_bad_reinterpret_cast_reference...
2014-11-29 NAKAMURA TakumiTweak clang/test/CodeGenOpenCL/opencl_types.cl to appea...
2014-11-28 David MajnemerAST: Consider pseudo-struct builtin types as substitutable
2014-11-28 Richard BartonAdd additional arguments for -mfpu options
2014-11-28 Richard BartonAdd -mfpu=neon-vfpv4
2014-11-28 Alexey Bataev[OPENMP] Additional processing of 'omp atomic write...
2014-11-28 Sean HuntCreate a new 'flag_enum' attribute.
next