]> granicus.if.org Git - clang/shortlog
clang
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...
2015-04-22 Richard Smith[modules] Build a DAG of module macros for each identifier.
2015-04-21 Hans WennborgExpose -fdiagnostics-parseable-fixits to clang-cl
2015-04-21 Artem Belevich[cuda] Allow using integral non-type template parameter...
2015-04-21 Artem Belevich[cuda] Added support for CUDA built-in variables.
2015-04-21 Richard Smith[modules] Move list of exported module macros from...
2015-04-21 Duncan P. N... DebugInfo: Prepare for removal of DIArray and DITypeArr...
2015-04-21 Duncan P. N... DebugInfo: Prepare for deletion of DIDescriptor subclasses
2015-04-21 Alexey SamsonovRecommend to use CMake on the Clang Getting Started...
2015-04-21 Artem BelevichRevert r235398 "[cuda] Added support for CUDA built...
2015-04-21 Artem Belevich[cuda] Added support for CUDA built-in variables.
2015-04-21 Ulrich WeigandImplement target-specific __attribute__((aligned))...
2015-04-21 Ulrich WeigandProvide alignment info on LLVM external symbols
2015-04-21 Ulrich WeigandFix __alignof__ of global variables on SystemZ
2015-04-20 Duncan P. N... DebugInfo: Prepare for deletion of subclasses of DIScope
2015-04-20 Duncan P. N... DebugInfo: Prepare for deletion of subclasses of DIType
2015-04-20 Samuel BenzaquenAdd conversionDecl matcher for node CXXConversionDecl.
2015-04-20 Reid KlecknerPut statement expression decls in the enclosing code...
2015-04-20 Duncan P. N... DebugInfo: Prepare for deletion of DIType
2015-04-20 Duncan P. N... DebugInfo: Prepare for deletion of DIScope
2015-04-20 Daniel Jasperclang-format: Fix incorrect multi-var declstmt detection.
2015-04-20 Manuel KlimekFix bug in Replacement's toString on Windows (missing...
2015-04-19 Argyrios Kyrtzidis[Sema] Check availability of ObjC super class and proto...
2015-04-19 David Majnemer[MS ABI] Correctly associate align attrs before the...
2015-04-19 Richard SmithTry to work around failure to convert this lambda to...
2015-04-19 Richard Smith[modules] Refactor macro emission. No functionality...
2015-04-18 Benjamin KramerMake helper function static. NFC.
2015-04-18 David Majnemer[Sema] Don't crash if array bound calculation overflowe...
2015-04-18 Duncan P. N... Remove dead code, NFC
2015-04-18 Duncan P. N... DebugInfo: Prepare for deletion of DIDescriptor
2015-04-17 Pete CooperChange AArch64 i128 returns to use [2 x i64] when possible.
2015-04-17 Pete CooperAdd a missing forward def of CheckerManager. NFC.
2015-04-17 Sylvestre LedruRemove the assertion as it was useless and broken.
2015-04-17 Sylvestre LedruFix a bad assert. Found by coverity. CID 1101110
2015-04-17 Will Wilson[MSVC] Mimic MSVC whitespace collapse for incompatible...
2015-04-17 Nico WeberFollow-up to r235046: selectany only causes a definitio...
2015-04-17 Nico WeberMove fixit for const init from note to diag, weaken...
2015-04-17 Daniel JasperRevert file unintentionally changed in r235162.
2015-04-17 Daniel Jasperclang-format: Add default fallback style.
2015-04-17 David Majnemer[MS ABI] Use the right types for filter and finally...
2015-04-17 David BlaikieImprove const-ness
2015-04-16 David Blaikie[opaque pointer types] Explicit non-pointer type for...
2015-04-16 Fariborz Jahanian[Objective-C Sema]. In my last patch change the
2015-04-16 Fariborz Jahanian[Objective-C Sema] patch to introduce IndependentClass
2015-04-16 Duncan P. N... DebugInfo: Update for LLVM API change in DIBuilder...
2015-04-16 Vladimir Sukharev[AArch64] Add v8.1a architecture
2015-04-16 Alexey Bataev[OPENMP] Fix for checking of data-sharing attributes...
2015-04-16 Daniel Jasperclang-format: add an option for fallback style in vimrc
2015-04-16 Daniel Jasperclang-format: [JS] handle comments in template strings.
2015-04-16 Daniel Jasperclang-format: Undo r214508. It was essentially always...
2015-04-16 Alexey Bataev[OPENMP] Codegen for 'copyin' clause in 'parallel'...
2015-04-16 Alexey Bataev[OPENMP] Codegen for 'lastprivate' clause in 'for'...
2015-04-16 Duncan P. N... DebugInfo: Prepare for DIDescriptor to be gutted in...
2015-04-16 Duncan P. N... DebugInfo: Prepare for DIScope to be gutted in LLVM
2015-04-16 Duncan P. N... DebugInfo: Prepare for DIType to be gutted
2015-04-15 Duncan P. N... DebugInfo: Prepare for LLVM change removing DIType...
2015-04-15 Dmitri GribenkoComment parsing: fix an assertion failure on a verbatim...
2015-04-15 Duncan P. N... DebugInfo: Prepare for LLVM gutting DICompileUnit/DIFile
2015-04-15 Nico WeberDon't crash when a selectany symbol would get common...
2015-04-15 DeLesley HutchinsFix for PR20402 in -Wconsumed.
2015-04-15 Eli BenderskyCreate a frontend flag to disable CUDA cross-target...
2015-04-15 Nico Weberclang-format a line containing nothing but a "{". No...
2015-04-15 Nico WeberMake __declspec(selectany) turn variable declartions...
2015-04-15 Duncan P. N... DebugInfo: Pass DebugLocs when creating intrinsics
2015-04-15 Jonathan RoelofsFix docs typo in FunctionTemplateSpecializationInfo
2015-04-15 Fariborz Jahanian[Objective-C Sema]This patch fixes the warning when...
2015-04-15 Hans Wennborgclang-cl: support -fsyntax-only (PR23197)
next