]> granicus.if.org Git - clang/history - include
Revert r246345 until an assertion is fixed.
[clang] / include /
2015-08-31 Gabor HorvathRevert r246345 until an assertion is fixed.
2015-08-31 David Majnemer[MS ABI] Correctly mangle classes without names for...
2015-08-31 Eric ChristopherPull the target attribute parsing out of CGCall and...
2015-08-31 Benjamin Kramer[OpenMP] base specific_clause_iterator on iterator_adap...
2015-08-31 Igor BregerAVX-512: Changed cnt parameter in valignq/d intrinsic...
2015-08-30 Alexey Bader[OpenCL] Improve diagnostics detecting implicit vector...
2015-08-30 Benjamin Kramer[OpenMP] Make the filetered clause iterator a real...
2015-08-28 Eric ChristopherFold TargetInfo::handleUserFeatures into TargetInfo...
2015-08-28 Devin Coughlin[analyzer] When memcpy'ing into a fixed-size array...
2015-08-28 Aaron BallmanAdding an AST matcher for namespaceAliasDecl.
2015-08-28 Eric ChristopherMerge the two feature map setting functions into a...
2015-08-27 Adrian PrantlAdd a -gmodules option to the driver and a -dwarf-ext...
2015-08-27 Tyler NowickiImprove options printed on vectorization analysis diagn...
2015-08-27 Gabor Horvath[Static Analyzer] BugReporter.cpp:2869: Assertion faile...
2015-08-27 Gabor Horvath[Static Analyzer] Make NonNullParamChecker emit implici...
2015-08-27 Eric Christopherconst-ify TargetInfo::handleUserFeatures.
2015-08-27 Eric ChristopherPass in a cpu to initDefaultFeatures so that we can...
2015-08-26 Richard Smith[modules] The key to a DeclContext name lookup table...
2015-08-26 Ahmed Bougacha[ARM] Mark mcr/mrc builtin operands as required-immediate.
2015-08-26 Reid Kleckner[ms-inline-asm] Add field access to MS inline asm ident...
2015-08-26 Simon Pilgrim[X86][SSE] Add _mm_undefined_* intrinsics
2015-08-26 Samuel Benzaquen[ASTMatchers] Add type matcher for SubstTemplateTypePar...
2015-08-26 Yaron KerenMake FileManager::getFileSystemOptions consistent with...
2015-08-26 Eric ChristopherGroup some of the inline assembly related function...
2015-08-26 Eric ChristopherRemove dead code associated with parsing and setting...
2015-08-26 Nathan WilsonModify DeclaratorChuck::getFunction to be passed an...
2015-08-25 Nick LewyckyClarify the error message when the reason the conversio...
2015-08-25 Alexey Bataev[OPENMP 4.0] Initial support for array sections.
2015-08-25 Eric ChristopherExtract handling of user defined features into a functi...
2015-08-25 David Majnemer[clang-cl] Only respect /Oy- for x86_32
2015-08-24 Richard Smith[modules] Remove unnecessary deserialization of fully...
2015-08-24 Aaron BallmanFixing some copy-pasta comments; NFC.
2015-08-23 Faisal ValiAdd a missing 'classof' to AST Node TypoExpr to identif...
2015-08-23 Serge PavlovInstantiate function declarations in instantiated funct...
2015-08-22 Richard Smith[modules] Further simplification and speedup of redecla...
2015-08-22 Richard Smith[modules] Remove some dead code after r245779.
2015-08-22 Richard Smith[modules] Rearrange how redeclaration chains are loaded...
2015-08-22 Ahmed Bougacha[ARM NEON] Remove special-case for f16 vcvt handling...
2015-08-21 Ahmed Bougacha[ARM NEON] Use the common naming scheme for vcvt f16...
2015-08-21 Benjamin Kramer[RecordLayoutBuilder] Remove duplicated diagnostic...
2015-08-21 Benjamin KramerRemove unused diagnostic.
2015-08-21 Alexey Bataev[OPENMP 4.1] Initial support for 'simdlen' clause.
2015-08-21 Richard Smith[modules] When we see a definition of a function for...
2015-08-20 Ahmed Bougacha[Headers][X86] Use __builtin_shufflevector in AVX2...
2015-08-20 Artem BelevichRevert r245496 "[CUDA] Add appropriate host/device...
2015-08-20 Alexey Bataev[OPENMP 4.1] Allow to use 'uval' and 'ref' modifiers...
2015-08-20 Alexey Bataev[OPENMP 4.1] Initial support for modifiers in 'linear...
2015-08-19 Richard SmithAdd missing comment.
2015-08-19 Artem Belevich[CUDA] Added stubs for __nvvm_atom_add_*_d() builtins.
2015-08-19 Artem Belevich[CUDA] Add appropriate host/device attribute to builtins.
2015-08-19 Piotr PadlewskiGenerating available_externally vtables bugfix
2015-08-19 James Y KnightProperly pass through the PIC mode to the integrated...
2015-08-19 Eric ChristopherRename getDefaultFeatures -> initDefaultFeatures and...
2015-08-18 David Blaikieunique_ptrify CXXBasePaths::DeclsFound & remove the...
2015-08-18 Richard Smith[modules] Fix HeaderFileInfo serialization to store...
2015-08-18 Richard SmithRange-based-for-convert some loops in ASTWriter. No...
2015-08-18 David BlaikieWorkaround -Wdeprecated on SemDiagnosticConsumer's...
2015-08-18 David BlaikieSimplify Diagnostic's ctors a bit by using in-class...
2015-08-18 Aaron BallmanAdd AST narrowing matchers for inline and anonymous...
2015-08-18 Aaron BallmanRemoving useless whitespace; NFC.
2015-08-18 Alexey Bataev[OPENMP 4.1] Allow variables with reference types in...
2015-08-17 Sean Silva[modules] PR20507: Avoid silent textual inclusion.
2015-08-17 Alexander Kornienko[clang-tidy] Make NumOccurrenceFlag for SourcePaths...
2015-08-17 Richard Smith[modules] When explicitly building a module file, don...
2015-08-15 Davide Italiano[Sema] Be consistent about diagnostic wording: always...
2015-08-15 Hans WennborgDelay emitting members of dllexport classes until the...
2015-08-14 Nathan Wilson[CONCEPTS] Add diagnostic; invalid tag when concept...
2015-08-14 Davide Italiano[Sema] main can't be declared as global variable, in...
2015-08-14 Alexey Bataev[OPENMP] Fix for http://llvm.org/PR24371: Assert failur...
2015-08-14 Manuel KlimekFix AST matcher documentation.
2015-08-14 Manuel KlimekAdd structed way to express command line options in...
2015-08-14 Richard Smith[modules] Add an experimental -cc1 feature to embed...
2015-08-14 David Blaikieunique_ptrify ConsumedBlockInfo analysis to make it...
2015-08-13 David MajnemerAvoid iteration invalidation issues around Materialized...
2015-08-13 David BlaikieWdeprecated: Ensure CheckNames are copy assignable...
2015-08-13 David BlaikieWdeprecated: Make Filter safely move constructible.
2015-08-13 David BlaikieFix the MSVC build which cannot manifest default move ops
2015-08-13 David BlaikieWdeprecated: BugReporterVisitors are copied for cloning...
2015-08-13 David BlaikieFollow up r244975: The ctors of an abstract class don...
2015-08-13 David BlaikieWdeprecated: CollectReachableSymbolsCallback are move...
2015-08-13 David BlaikieWdeprecated: PathPieces are copied, make them safely...
2015-08-13 David BlaikieWdeprecated: StoredDiagnostics are stored in a SmallVec...
2015-08-13 David BlaikieWdeprecated: Make BumpVectorContext movable
2015-08-13 David BlaikieWdeprecated: LambdaScopeInfos are copied in TreeTransfo...
2015-08-13 David BlaikieWdeprecated: Replace deprecated throw() with LLVM_NOEXC...
2015-08-13 Richard Smith[modules] Change the way we deal with .d output for...
2015-08-13 Ben Langmuir[Modules] Add Darwin-specific compatibility module...
2015-08-13 Ivan KrasinAdd sanitizer blacklists to the rules generated with...
2015-08-13 Richard SmithAdd SourceManager::dump() to dump the current set of...
2015-08-12 David BlaikieWdeprecated: LambdaScopeInfos need to be copied, so...
2015-08-12 Hans WennborgOptions.td: Drop trailing space in -fsanitize= help...
2015-08-12 Saleem Abdulrasoollibclang: Add period to typedef kind docblock
2015-08-12 Piotr PadlewskiDeleted old fixme ( ͡° ͜ʖ ͡°)
2015-08-11 Richard Smith[modules] When instantiating the contents of an importe...
2015-08-11 Aaron BallmanFixing a few C++0x comments to be C++11; NFC.
2015-08-11 Aaron BallmanAdd a polymorphic AST matcher for testing whether a...
2015-08-11 Aaron BallmanAdd an AST matcher to match member intializers of a...
2015-08-11 David Majnemer[MSVC Compatibility] Classify ext_ms_cast_fn_obj as...
2015-08-10 Richard SmithRemove some dead code.
2015-08-10 Tyler NowickiAppend options for vectorization when pointer checking...
next