]> granicus.if.org Git - clang/shortlog
clang
2009-09-18 Douglas GregorMake the construction of the code-completion string...
2009-09-18 Douglas GregorIntroduce code completion patterns for templates, which...
2009-09-18 Ted KremenekRe-introduce diagnostic caching in BugReporter that...
2009-09-18 Ted KremenekReintroduce FoldingSet profiling for PathDiagnostics.
2009-09-18 Ted KremenekFix regression introduced by r82198 that caused functio...
2009-09-18 Douglas GregorIntroduce code completion strings, which describe how...
2009-09-18 Daniel DunbarAttempt to make a test portable.
2009-09-18 Chris Lattnerclean up xcode proj
2009-09-18 Chris Lattnerallow clearing this value.
2009-09-18 Anders CarlssonMore mangling work.
2009-09-18 Douglas GregorC++ code completion after the "operator" keyword. Provi...
2009-09-18 Anders CarlssonMake the mangler conform even better to the grammar.
2009-09-18 Anders CarlssonMake our char vector types not be explicitly signed...
2009-09-18 Mike StumpGenerate more of the vbase virtual offset for covariant...
2009-09-18 Douglas GregorIntroduce four new code-completion hooks for C++:
2009-09-18 Anders CarlssonMore mangler mangling.
2009-09-18 Anders CarlssonCall mangleTemplatePrefix.
2009-09-18 Anders CarlssonChange manglePrefix to return early if the DC is the...
2009-09-18 Douglas GregorDon't perform name lookup into a given declaration...
2009-09-18 Douglas GregorHandle using declarations and overload sets in code...
2009-09-18 Douglas GregorFor code completion in C++ member access expressions...
2009-09-18 Anders CarlssonFix PR4923.
2009-09-18 Douglas GregorWhen gathering results for code completion, only includ...
2009-09-18 Douglas GregorImplement code completion for tags, e.g., code completi...
2009-09-18 Douglas GregorMake the GCC warning flags passed by CMake the same...
2009-09-18 Daniel DunbarDisable questionable code for handling isNullPointerCon...
2009-09-18 Daniel DunbarForce a triple.
2009-09-18 Daniel DunbarSplit Darwin toolchain into Clang and GCC Darwin toolch...
2009-09-18 Daniel DunbarLift AddLinkRuntimeLibArgs into Darwin tool chain.
2009-09-18 Daniel DunbarMove isMacosxVersionLT helpers to Darwin tool chain.
2009-09-18 Daniel DunbarLift getMacosxVersionMin out into Darwin ToolChain.
2009-09-18 Daniel DunbarLift AddLinkerSearchPaths() into Darwin tool chain.
2009-09-18 Daniel DunbarRename a variable to match its semantics.
2009-09-18 Ted KremenekRevert most of r82198, which was causing a large number...
2009-09-18 Ted KremenekIntroduce caching of diagnostics in BugReporter. This...
2009-09-18 Chris Lattnerdon't stick an uninitialized 'stat' buf into the stat...
2009-09-18 Anders CarlssonMore mangling goodness.
2009-09-18 Anders CarlssonFix error in test.
2009-09-18 Anders CarlssonHandle mangling of TemplateSpecializationType.
2009-09-18 Fariborz JahanianFixed a bug in generation of the new write-barriers...
2009-09-17 Mike StumpFix typo.
2009-09-17 Douglas GregorInitial implementation of a code-completion interface...
2009-09-17 Mike StumpFix typo.
2009-09-17 Daniel DunbarTweak clang testing.
2009-09-17 Douglas GregorMerge uninstantiated default arguments more carefully...
2009-09-17 Steve NaroffAdd clang_disposeTranslationUnit() and clang_disposeInd...
2009-09-17 Daniel DunbarARM: Incremental improvement to preprocessor defines.
2009-09-17 Anders CarlssonIgnore extern "C++" { } when mangling.
2009-09-17 Daniel DunbarForce triple for tests using __strong.
2009-09-17 Daniel DunbarAdd ARM register names and aliases.
2009-09-17 Daniel DunbarDriver: Change -O to mean -O2, -O1 is meaningless.
2009-09-17 Daniel DunbarFix two crashes on value dependent expressions (shift...
2009-09-17 Daniel DunbarRemove trailing whitespace.
2009-09-17 Daniel DunbarAdd a bunch of math builtins, #include <cmath> passes...
2009-09-17 Anders CarlssonRevert r82123 for now.
2009-09-17 Anders CarlssonTemporary band-aid for handling empty classes somewhat...
2009-09-17 Anders CarlssonTreat an unqualified RecordType as a RecordDecl when...
2009-09-17 Anders CarlssonSubstitution for prefixes.
2009-09-17 Anders CarlssonConvert mangle-subst.cpp over to using FileCheck.
2009-09-17 Daniel DunbarImprove driver error message when only running the...
2009-09-17 Anders CarlssonSubstitute unscoped template names.
2009-09-17 Daniel DunbarIRgen/ObjC: Correctly construct the function info for...
2009-09-17 Daniel DunbarIRgen/ObjC: Make the target method decl available to...
2009-09-17 Anders CarlssonAdd mangleSubstitution/addSubstitution variants that...
2009-09-17 Anders CarlssonGet rid of the last grep.
2009-09-17 Anders CarlssonWhen mangling function template specialization, mangle...
2009-09-17 Anders CarlssonAdd new functions to the mangler for the <unscoped...
2009-09-17 Daniel DunbarPCH: When writing PCH files, tweak the predicate functi...
2009-09-17 Daniel DunbarPCH: When deserializing an explicit "external definitio...
2009-09-17 Daniel DunbarInitial support for code generation from .ast files.
2009-09-17 Daniel Dunbarclang-cc: Factor out code for creating one of the stand...
2009-09-17 Daniel DunbarWe don't need a -compile-ast clang-cc action, we can...
2009-09-17 Daniel DunbarSimplify.
2009-09-17 Daniel Dunbarclang-cc: Remove -ObjC -ObjC++ handling from clang-cc.
2009-09-17 Anders CarlssonAdd basic substitution to the C++ mangler. It currently...
2009-09-17 Daniel DunbarForce triple, although probably the real fix is to...
2009-09-17 Daniel DunbarFix substituto.
2009-09-17 Daniel DunbarAdd CLANG_{SOURCE,BINARY}_DIR cmake variables.
2009-09-16 Anders CarlssonAdd a simple const mangling test.
2009-09-16 Fariborz JahanianRemoved useless stuff from the test.
2009-09-16 Fariborz JahanianMore test for objc gc's mixed write-barriers.
2009-09-16 Anders CarlssonWhen creating function types, remove any top-level...
2009-09-16 Fariborz JahanianAdditional tests for write-bariers.
2009-09-16 Fariborz JahanianTest for variety of write-barriers.
2009-09-16 Fariborz Jahanianpatch for generating objc'2 objc_assign_ivar. WIP.
2009-09-16 John McCallImproved representation and support for friend class...
2009-09-16 Douglas GregorCMake: Generate LIT site configuration file for Clang...
2009-09-16 Douglas GregorThe CMake build system now derives the Clang version...
2009-09-16 Fariborz JahanianStarting patch to generate more specific API for objc's
2009-09-16 Mike StumpFix spelling.
2009-09-16 Chris Lattnerfit in 80 cols
2009-09-16 Anders CarlssonImprove handling of vector casts in C++.
2009-09-16 Chris Lattnergrammaro
2009-09-16 Douglas GregorTeach Sema::FindInstantiatedDecl to find instantiated...
2009-09-16 Fariborz JahanianDo not generate write-barrier in indirect assignment to
2009-09-16 Fariborz JahanianRemoved a superfluous check before setting
2009-09-16 Anders Carlssonx86-64 ABI: If a type is a C++ record with either a...
2009-09-16 Benjamin KramerPR4991: Properly remove trailing newline from __TIMESTA...
2009-09-16 Daniel DunbarIncremental improvement to logic determining whether...
2009-09-16 Ted KremenekHave divide-by-zero checker not handled undefined denom...
next