]> granicus.if.org Git - clang/shortlog
clang
2015-04-28 Sean CallananAttempt to fix the MSVC build by making ExprIterator
2015-04-28 Richard SmithWork around a suspected MSVC miscompile to try to bring...
2015-04-28 Richard SmithRefactor to make MacroState ownership and lifetime...
2015-04-28 Artem Belevich[cuda] Preserve TLS storage class of host variable...
2015-04-28 Sean CallananImplemented ASTImporter support for Stmts and fixed
2015-04-28 Sean CallananImplemented support for testing the ASTImporter's
2015-04-28 Nico WeberFix typo in comment.
2015-04-28 Jonathan RoelofsFix PR22047: ObjC: Method unavailability attribute...
2015-04-28 Serge PavlovCombine instantiation context of field initializer...
2015-04-28 Aaron BallmanSilencing a -Wuninitialized warning in a different...
2015-04-28 Elena DemikhovskyAVX-512: added intrinsics for KNL and SKX
2015-04-28 Alexey Bataev[OPENMP] Fix crash on loop control vars explicitly...
2015-04-28 Aaron BallmanSilencing a spurious -Wuninitialized warning with this...
2015-04-28 Bradley Smith[ARM/AArch64] Enforce alignment for bitfielded structs
2015-04-28 Justin BognerInstrProf: Match a bit less strictly - some targets...
2015-04-28 Justin BognerInstrProf: Mark code regions after throw expressions...
2015-04-28 Richard SmithFix memory leak found by asan buildbot.
2015-04-28 Duncan P. N... DebugInfo: Add a clang test for LLVM fix for PR23332
2015-04-28 Alexey SamsonovAllow UBSan+MSan and UBSan+TSan combinations (Clang...
2015-04-28 John McCallms_struct does not imply the MS base-layout ABI; separa...
2015-04-27 Richard SmithRefactor: put these function declarations somewhere...
2015-04-27 Richard Smith[modules] Incrementally compute the list of overridden...
2015-04-27 Reid KlecknerRemove stale FIXMEs from test case
2015-04-27 Eric ChristopherAlways add the target-cpu and target-features sets...
2015-04-27 Aaron BallmanCheck whether the operand to a noexcept expression...
2015-04-27 Alexey SamsonovIntroduce tsan_cxx and msan_cxx libraries (Clang part).
2015-04-27 Richard SmithPR23334: Perform semantic checking of lambda capture...
2015-04-27 Artem BelevichRevert "PR21000: pass -I options to assembler" as the...
2015-04-27 Artem BelevichPR21000: pass -I options to assembler
2015-04-27 Paul RobinsonSimplify depfile quoting test.
2015-04-27 Artem Belevich[cuda] Ignore "TLS unsupported by target" errors for...
2015-04-27 Artem Belevich[cuda] treat file scope __asm as __host__ and ignore...
2015-04-27 Paul RobinsonSupport generating NMake/Jom-style depfiles.
2015-04-27 Reid Kleckner[MS ABI] Use 'continue' instead of 'return false' where...
2015-04-27 Alexey Bataev[OPENMP] Simplified iteration over clauses, NFC.
2015-04-27 Alexey Bataev[OPENMP] Codegen for 'taskwait' directive.
2015-04-27 Alexey Bataev[OPENMP] Codegen for 'reduction' clause in 'sections...
2015-04-27 Alexey Bataev[OPENMP] Codegen for 'lastprivate' clause in 'sections...
2015-04-27 Alexey Bataev[OPENMP] Codegen for 'private' clause in 'sections...
2015-04-27 Alexey Bataev[OPENMP] Codegen for 'private' clause in 'single' direc...
2015-04-27 David Majnemer[MS ABI] Rephrase the mangling of array types in parameters
2015-04-26 David Majnemer[Sema] Do not permit binding a reference to a compound...
2015-04-26 David Majnemer[Sema] Don't allow unverified bitfields in FieldDecls
2015-04-26 John McCallCorrectly handle zero-sized but non-empty base classes...
2015-04-25 Davide Italiano[Sema] Check if a builtin is FunctionPrototype().
2015-04-24 Justin BognerInstrProf: Fix coverage maps for conditional operators
2015-04-24 Nico Weberclang-cl: Don't look up absolute paths in %LIB%.
2015-04-24 David Blaikie[opaque pointer type] Update test cases now that the...
2015-04-24 Lang HamesRevert r235749 - Accidentally commited cruft from the...
2015-04-24 Lang Hames[CodeGen] Make AsmPrinter's OutStreamer member a unique...
2015-04-24 Daniel Jasperclang-format: Don't wrap after short first segments...
2015-04-24 Daniel Jasperclang-format: More selectively detect QT's "signals".
2015-04-24 Craig Topper[TableGen] Clang changes for r235697 to stop leaking...
2015-04-24 Alexey Bataev[OPENMP] Codegen for 'firstprivate' clause in 'single...
2015-04-24 David MajnemerRemove unused variable to silence GCC warning
2015-04-24 Alexey Bataev[OPENMP] Do not emit implicit barrier for single direct...
2015-04-24 Alexey Bataev[OPENMP] Codegen for 'firstprivate' clause in 'sections...
2015-04-24 David MajnemerReplace getPointeeType()->isFunctionType with isMemberD...
2015-04-24 David Majnemer[MS ABI] Fix the preferred alignment of member pointers
2015-04-24 David MajnemerCleanup some MS-ABI specific code
2015-04-24 Richard Smith[modules] Partial revert of r235669: don't create Modul...
2015-04-23 Richard Smith[modules] Refactor creation of ModuleMacros and create...
2015-04-23 Justin BognerInstrProf: Stop using RegionCounter outside of CodeGenP...
2015-04-23 Richard Smith[modules] Properly attribute macros to modules if they...
2015-04-23 Sergey MatveevFix clang docs build.
2015-04-23 Richard Smith[modules] Remove the now-redundant import of all pendin...
2015-04-23 Richard Smith[modules] Store a ModuleMacro* on an imported macro...
2015-04-23 Sergey MatveevAdd clang/docs/SanitizerCoverage.rst
2015-04-23 Richard Smith[modules] Determine the set of macros exported by a...
2015-04-23 Reid KlecknerDon't emit lifetime markers when msan is enabled
2015-04-23 Aaron BallmanExtend format specifier checking to include field funct...
2015-04-23 Aaron BallmanDiagnose variadic main() as an extension; addresses...
2015-04-23 Daniel Jasperclang-format: Properly detect variable declarations...
2015-04-23 Daniel Jasperclang-format: Allow splitting "= default" and "= delete".
2015-04-23 Daniel Jasperclang-format: Don't add unwanted space when creating...
2015-04-23 Daniel Jasperclang-format: [Proto] Don't linewrap top-level options.
2015-04-23 Daniel Jasperclang-format: Support nested block formatting with...
2015-04-23 Alexey Bataev[OPENMP] Fix for failed tests for 'omp atomic write...
2015-04-23 David Majnemer[MS ABI] Add support for mangling VLA types
2015-04-23 Alexey Bataev[OPENMP] Codegen for 'atomic capture'.
2015-04-23 David Majnemer[MS ABI] Treat ConstantArrayType like IncompleteArrayTy...
2015-04-23 Richard Smith[modules] Actually allocate the extra space we use...
2015-04-23 Alexey SamsonovUnify the way we report overflow in increment/decrement...
2015-04-23 Justin BognerInstrProf: Fix a shadowing error that would break lengt...
2015-04-22 Reid Kleckner[WinEH] Don't emit an exceptional cleanup for llvm...
2015-04-22 Reid KlecknerFix another test broken by r235537
2015-04-22 David MajnemerRevert "Revert r234581, it might have caused a few...
2015-04-22 Reid KlecknerFix test failure caused by r235537. It does not run...
2015-04-22 Reid KlecknerSet normal LLVM function attributes on global initializ...
2015-04-22 Aaron BallmanSilencing a -Wunused-variable warning; NFC.
2015-04-22 Alexey Bataev[OPENMP] Codegen for 'if' clause in 'task' directive.
2015-04-22 Alexey Bataev[OPENMP] Codegen for 'reduction' clause in 'for' directive.
2015-04-22 Alexey Bataev[OPENMP] Codegen for 'private' clause in 'for' directive.
2015-04-22 Alexey Bataev[OPENMP] Fixed test incompatibility for simd codegen.
2015-04-22 Alexey Bataev[OPENMP] Fix use of unsigned counters in loops with...
2015-04-22 Alexey Bataev[OPENMP] Codegen for 'ordered' directive.
2015-04-22 Daniel Jasperclang-format: Fix for #pragma option formatting.
2015-04-22 Hans WennborgDon't dllimport/export class members with internal...
2015-04-22 Nico WeberWrap to 80 columns, fix typo in comment. No behavior...
2015-04-22 Richard Smith[modules] Cope with partial module macro information...
next