]> granicus.if.org Git - clang/shortlog
clang
2015-05-14 David BlaikieFix Clang -Wsequence-point
2015-05-14 Justin BognerInstrProf: Only disable coverage in built-in macros...
2015-05-14 Ted KremenekTweak availability checking to look through typedef...
2015-05-14 Diego NovilloRevert "Detect uses of mismatching forms of 'new' and...
2015-05-14 Nemanja IvanovicTesting for the fix for bug 23429.
2015-05-14 Sergey Dmitrouk[CodeGen] Reuse stack space from unused function results
2015-05-14 Richard SmithDR295: cv-qualifiers on function types are ignored...
2015-05-14 Richard SmithUpdate cxx_dr_status to latest issues list.
2015-05-14 Ikhlas AjbarRemove unused function HasPICArg().
2015-05-14 Vladimir Sukharev[ARM] Fix of architecture naming typo
2015-05-14 Ismail PazarbasiDetect uses of mismatching forms of 'new' and 'delete'
2015-05-14 Ikhlas AjbarFactor out SmallDataThreshold
2015-05-14 Vladimir Sukharev[ARM] Add v8.1a architecture
2015-05-14 Kevin Qin[AArch64 ACLE] Allow to define poly64_t as 'unsigned...
2015-05-14 NAKAMURA Takumiclang/test/Frontend/dependency-gen-escaping.c: Appease...
2015-05-14 Yaron KerenRevert r237339 as sanitizer-ppc64-linux1 does not like it.
2015-05-14 David Majnemer[MS ABI] Add support for /Zc:sizedDealloc
2015-05-14 Yaron KerenReplace non-standard %lld printf usage with PRId64.
2015-05-14 David MajnemerFix buildbots
2015-05-14 David Majnemer[MS ABI] __declspec(thread) behaves like thread_local...
2015-05-14 David Majnemer[AST] hasAttr followed by getAttr isn't efficient
2015-05-14 David Majnemer[clang-cl] Add /Qvec and /Qvec- to control vectorization
2015-05-14 NAKAMURA Takumiclang/test/Frontend/dependency-gen-escaping.c: Tweak...
2015-05-14 Richard SmithGeneralize future keyword compat diagnostics.
2015-05-14 Richard Smith[modules] Rearrange preprocessor module visibility...
2015-05-14 Richard SmithAdd missing #include, found by modules build.
2015-05-14 Richard Smith[modules] Work around PR23521 to fix -O0 modules bootstrap.
2015-05-14 Richard Smith[modules] Fix a #include cycle when building a module...
2015-05-14 Richard SmithFix a #include cycle in the libclang headers. "Eventual...
2015-05-13 Paul RobinsonBreak \# in a depfile the same way as gcc.
2015-05-13 Peter CollingbourneMake GNUInline consistent with whether we use tradition...
2015-05-13 Paul RobinsonFix dependency file escaping.
2015-05-13 Aaron BallmanMade considerable updates to the documentation explaini...
2015-05-13 Yaron KerenSilence Visual C++ warning C4189: 'Result' : local...
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...
next