]> granicus.if.org Git - clang/history - lib
Allow running dump_format_style.py from any directory.
[clang] / lib /
2016-02-23 Michael Zuckerman[CLANG] [AVX512] [BUILTIN] Adding prorv{d|q}{128|256...
2016-02-23 Michael Zuckerman[CLANG] [AVX512] [BUILTIN] Adding pro{lv|r}{d|q}{128...
2016-02-23 Michael Zuckerman[CLANG] [AVX512] [BUILTIN] Adding pro{lv|r}{d|q}{128...
2016-02-23 Amjad AboudSupporting all entities declared in lexical scope in...
2016-02-23 Gabor Horvath[analyzer] Improve pointer arithmetic checker.
2016-02-23 Alexander KornienkoFix a -Wunused-variable diagnostic.
2016-02-23 Alexander KornienkoPrint options, if requested.
2016-02-23 Marina Yatsina[ms-inline-asm] Fixing bug in single asm statement...
2016-02-23 Bruno Cardoso LopesRevert "[VFS] Add 'overlay-relative' field to YAML...
2016-02-23 Duncan P. N. Exon... Lex: Return "" when HeaderMap::lookupFilename fails
2016-02-22 Duncan P. N. Exon... Lex: Check for 0 buckets on header map construction
2016-02-22 Hans WennborgFix Visual Studio build after r261574
2016-02-22 Samuel Benzaquen[ASTMatchers] Add matcher hasAnyName.
2016-02-22 Daniel Jasperclang-format: [JS] Add @return to the supported JSDoc...
2016-02-22 Dan Gohman[WebAssembly] Initial driver support for standard libra...
2016-02-22 Dan Gohman[WebAssembly] Lower va_arg in clang.
2016-02-22 Bruno Cardoso Lopes[VFS] Add 'overlay-relative' field to YAML files
2016-02-22 Bruno Cardoso Lopes[VFS] Add support for handling path traversals
2016-02-22 Manman RenAdd has_feature attribute_availability_with_strict.
2016-02-22 Devin Coughlin[analyzer] Detect duplicate [super dealloc] calls
2016-02-22 David MajnemerDon't enable /GX by default
2016-02-22 David Majnemer[MS ABI] Correctly handle dllimport'd explicit instanti...
2016-02-22 Nirav DaveAdd support for Android Vector calling convention for...
2016-02-22 Daniel Jasperclang-format: [JS] treat forwardDeclare as an import...
2016-02-22 Andy GibbsMake Sema::CheckFormatString a static function inside...
2016-02-22 Michael Zuckerman[CLANG] [AVX512] [BUILTIN] Adding prol{d|q|w}{128|256...
2016-02-22 Michael Zuckerman[CLANG] [AVX512] [BUILTIN] Adding prol{d|q|w}{128|256...
2016-02-22 Manman RenAddressing review comments for r261163.
2016-02-22 Faisal ValiFix PR24473 : Teach clang to remember to substitute...
2016-02-21 Michael Zuckerman[CLANG] [AVX512] [BUILTIN] Adding pmovzx{b|d|w}{w|d...
2016-02-21 Elena DemikhovskyAdded SKL and CNL processors and features to Clang
2016-02-21 Manman RenClass Property: Fix a crash with old ABI when generatin...
2016-02-21 Duncan P. N. Exon... Lex: Never overflow the file in HeaderMap::lookupFilename()
2016-02-20 Duncan P. N. Exon... Lex: Change HeaderMapImpl::getString() to return String...
2016-02-20 Duncan P. N. Exon... Lex: Use dbgs() instead of fprintf() in HeaderMap:...
2016-02-20 Duncan P. N. Exon... Lex: Check whether the header map buffer has space...
2016-02-20 Duncan P. N. Exon... Lex: Check buckets on header map construction
2016-02-20 Duncan P. N. Exon... Lex: Add some unit tests for corrupt header maps
2016-02-20 David Majnemer[MSVC Compat] Implement -EHc semantics
2016-02-20 David Majnemer[MSVC Compat] Add support for /GX, /GX-
2016-02-20 Roman DivackyFix handling of vaargs on PPC32 when going from regsave...
2016-02-20 Alexey Bataev[OPENMP 4.5] Initial support for data members in 'lastp...
2016-02-20 David MajnemerRemove a duplicate declaration specifier from _ReadBarrier
2016-02-19 Richard Smith[modules] Do less scanning of macro definition chains...
2016-02-19 Richard Smith[modules] Flatten -fmodule-name= and -fmodule-implement...
2016-02-19 Anastasia Stulova[OpenCL] Generate metadata for opencl_unroll_hint attribute
2016-02-19 Serge PavlovRemoved unused local variable
2016-02-19 Alexey Bataevpr26544: Bitfield layout with pragma pack and attribute...
2016-02-19 Alexey Bataev[OPENMP] Improved layout of CGOpenMPRuntime class,...
2016-02-19 David MajnemerCorrect typos after acting on invalid subscript expressions
2016-02-19 JF BastienARM: fix VFP asm constraints
2016-02-19 Nico WeberFix SemaTemplate/instantiate-field.cpp after r261297.
2016-02-19 Nico WeberImplement the likely resolution of core issue 253.
2016-02-19 Devin Coughlin[analyzer] Add checker callback for beginning of function.
2016-02-19 Reid Kleckner[Sema] PR25181 Fix crash when method declaration with...
2016-02-19 Richard TrieuFix my typo from r261278
2016-02-18 Richard TrieuAdd -Wcomma warning to Clang.
2016-02-18 Argyrios Kyrtzidis[ASTImporter] Implement missing VisitAccessSpecDecl...
2016-02-18 Richard TrieuRemove use of builtin comma operator.
2016-02-18 Akira Hatanaka[Sema] Fix bug in TypeLocBuilder::pushImpl
2016-02-18 Devin Coughlin[analyzer] Include comment mistakenly left out of r2612...
2016-02-18 Nico WeberMake deprecation message for -fsanitize-coverage= with...
2016-02-18 Devin Coughlin[analyzer] Improve modeling of ObjC synthesized propert...
2016-02-18 Serge PavlovAvoid double deletion in Clang driver.
2016-02-18 Aaron BallmanAdd an AST matcher for real floating-point types. e...
2016-02-18 Benjamin Kramer[Parse] Code complete expressions in bracket declarators.
2016-02-18 Alexey Bataev[OPENMP] Fix codegen for lastprivate loop counters.
2016-02-18 Michael Zuckerman[CLANG] [AVX512] [BUILTIN] Adding pmovsx{b|d|w}{w|d...
2016-02-18 David Majnemer[MSVC] Turn C++ EH on my default
2016-02-18 Saleem AbdulrasoolSema: provide an extension warning for enable_if
2016-02-18 David Majnemer[Parse] Make sure we don't forget to diagnose typos...
2016-02-18 Kostya Serebryany[sanitizer-coverage] allow -fsanitize-coverage=trace...
2016-02-17 Kostya Serebryany[sanitizer-coverage] add a deprecation warning for...
2016-02-17 David MajnemerDon't crash w/ a diagnostic range containing a null...
2016-02-17 Manman RenAdd 'nopartial' qualifier for availability attributes.
2016-02-17 Richard Smith[modules] Cache 'acceptable decl' lookups for namespace...
2016-02-17 Kostya Serebryany[sanitizer-coverage] implement -fsanitize-coverage...
2016-02-17 Akira Hatanaka[CodeGen] Fix an assert in CodeGenFunction::EmitFunctio...
2016-02-17 Ed SchoutenEnable SafeStack for CloudABI.
2016-02-17 David MajnemerCorrect more typos in conditional expressions
2016-02-17 Alexey Bataev[OPENMP 4.5] Codegen support for data members in 'first...
2016-02-17 Anastasia Stulova[OpenCL] Added half type literal with suffix h.
2016-02-17 Alexey Bataev[OPENMP] Fix handling loop-based directives with arrays.
2016-02-17 Mehdi AminiTeach clang to use the ThinLTO pipeline
2016-02-17 Richard SmithImprove diagnostics for ill-formed literal operator...
2016-02-16 Artem Belevich[CUDA] pass debug options to ptxas.
2016-02-16 Aaron BallmanAdd a nullPointerConstant() AST matcher to handle varia...
2016-02-16 Reid KlecknerStop using "template" when printing qualtype names
2016-02-16 Reid Kleckner[typo-correction] Apply name specifier corrections...
2016-02-16 Alexey Bataev[OPENMP] Allow to use compound assignment operators.
2016-02-16 Alexey Bataev[OPENMP] Improved handling of pseudo-captured expressio...
2016-02-16 Argyrios Kyrtzidis[Frontend] Make sure WrapperFrontendAction updates...
2016-02-16 Vedant KumarSimplify users of StringRef::{l,r}trim (clang) (NFC)
2016-02-15 Tim NorthoverDarwin: fix stdlib handling when CLANG_DEFAULT_STDLIB...
2016-02-15 Andrey BokhankoPR26449: Fixes for bugs in __builtin_classify_type...
2016-02-15 Alexey Bataev[OPENMP] Remove extra sync barriers for 'firstprivate...
2016-02-15 NAKAMURA TakumiclangIndex requires LLVMIR as Core, since r260858 uses...
2016-02-15 Felix BergerAdd isAnyPointer() matchers. Register missing matchers.
2016-02-15 Saleem AbdulrasoolSema: prevent assertion on stack return checking
2016-02-15 Argyrios Kyrtzidis[AST/index] Introduce an option 'SuppressTemplateArgsIn...
next