]> granicus.if.org Git - clang/shortlog
clang
2009-09-10 Daniel DunbarAdd a check that -static is not used with -dynamic...
2009-09-10 Daniel DunbarFactor out CheckPreprocessing options to share between...
2009-09-10 Daniel DunbarRecognize and ignore -Woverloaded-virtual.
2009-09-10 Daniel DunbarFix dependencies for DiagnosticGroups.td.
2009-09-10 Douglas GregorWhen re-entering a template scope, we may be entering...
2009-09-09 Douglas GregorDon't bother to perform any initialization for a variab...
2009-09-09 Douglas GregorFor a C++ delete expression where the operand is of...
2009-09-09 Anders CarlssonUse the right GlobalDecl type for destructors.
2009-09-09 Douglas GregorImprove handling of initialization by constructor,...
2009-09-09 Daniel DunbarImprove Darwin argument translation to match what the...
2009-09-09 Daniel DunbarMove Clang X86 cpu/feature argument translation into...
2009-09-09 Daniel DunbarChange Get{File,Program}Path to return an std::string...
2009-09-09 Daniel DunbarRemove gratuitous use of c_str().
2009-09-09 Daniel DunbarUse Twine concatenation instead of llvm::format.
2009-09-09 Daniel DunbarSimplify.
2009-09-09 Daniel DunbarStringRefize ArgList construction of ArgStrings.
2009-09-09 Daniel DunbarSuppress build warning.
2009-09-09 Anders CarlssonIf a cast expression needs either a conversion function...
2009-09-09 Ted KremenekImplement: <rdar://problem/7185647> [RegionStore]...
2009-09-09 Fariborz JahanianStatus update related to code gen for type conversion
2009-09-09 Daniel DunbarUse AddDarwinArch for passing arch name to assembler.
2009-09-09 Daniel DunbarAdd DarwinTool base class for all Darwin tools, and...
2009-09-09 Daniel DunbarPush bound architecture name into TranslateArgs.
2009-09-09 Daniel DunbarPush bound architecture name into Compilation::getArgsF...
2009-09-09 Mike StumpRemove tabs, and whitespace cleanups.
2009-09-09 Mike StumpRemove tab characters.
2009-09-09 Mike StumpReflow comments and some minor whitespace fixups.
2009-09-09 Douglas GregorFix a thinko
2009-09-09 Anders CarlssonMake BuildByRefType take a ValueDecl instead of a QualT...
2009-09-09 Douglas GregorAllow a declaration of an array to complete a prior...
2009-09-09 Douglas GregorInitial stab at implement dependent member references...
2009-09-08 Fariborz JahanianMore objc GC's API work for array of pointers declared
2009-09-08 Daniel DunbarChange Darwin toolchain lookup to use llvm::Triple.
2009-09-08 Daniel DunbarValidate arguments to -arch.
2009-09-08 Daniel DunbarRename HostInfo::getToolChain to HostInfo::CreateToolCh...
2009-09-08 Daniel DunbarDelete trailing whitespace.
2009-09-08 Daniel DunbarSimplify.
2009-09-08 Daniel DunbarFix ShouldUseClangCompiler to use llvm::Triple.
2009-09-08 Daniel DunbarTweak & reflow comments, and delete trailing whitespace.
2009-09-08 Douglas GregorMake sure to access APValue's data via a char array...
2009-09-08 Fariborz JahanianFixes a regression in generating objc's GC API
2009-09-08 Chris Lattnerconvert this to filecheck, hopefully it will fix PR4888...
2009-09-08 Anders CarlssonVastly improve PredefinedExpr output, both in Sema...
2009-09-08 Chris LattnerFix PR4922, where Sema would complete tentative definit...
2009-09-08 Chris Lattnerreduce indentation.
2009-09-08 John McCallSupport templateids in friend declarations. Fixes...
2009-09-08 Daniel DunbarSupport running tests using the new 'lit', via 'make...
2009-09-08 Daniel DunbarRemove FIXMEs for pedantically-gcc-bug-compatible behavior.
2009-09-08 Anders CarlssonHandle variadic constructors better. Share code between...
2009-09-08 Anders CarlssonClean up the CXXConstructExpr constructor, add Arg...
2009-09-08 Chris Lattnerreject returning a block expr even when it has parens...
2009-09-07 Daniel DunbarRemove trailing whitespace.
2009-09-07 Anders CarlssonBuildCXXConstructExpr now takes a MultiExprArg.
2009-09-07 Anders CarlssonCheck that the destination type of a static_cast expres...
2009-09-07 Benjamin KramerMore <sstream> removal.
2009-09-07 Benjamin KramerRemove unnecessary #include <sstream>.
2009-09-07 Mike StumpRefine vcall offsets. Cleanups. WIP.
2009-09-07 Daniel DunbarUse a SetVector for tracking some Obj-C metadata, to...
2009-09-06 Fariborz JahanianTest for generation of objc_assign_strongCast in a...
2009-09-06 Anders CarlssonReapply 81096, now with a fix. Spot the bug:
2009-09-06 Daniel DunbarRevert "Initialize default CXXConstructExpr arguments...
2009-09-06 Daniel Dunbarlit: Set requireAndAnd config variable (currently unused).
2009-09-05 Anders CarlssonInitialize default CXXConstructExpr arguments to 0...
2009-09-05 Ted KremenekFix buffer overflow reported in PR 4903.
2009-09-05 Mike StumpRefine overrides and thunks for virtual bases. Cleanup...
2009-09-05 Benjamin KramerReplace some instances of std::string with StringRefs.
2009-09-05 Mike StumpCleanup.
2009-09-05 Mike StumpCleanups.
2009-09-05 Mike StumpCleanups.
2009-09-05 Mike StumpCleanups.
2009-09-05 Mike StumpCleanups.
2009-09-05 Mike StumpCleanups.
2009-09-05 Mike StumpCleanups.
2009-09-05 John McCallOverhaul the mangler to use a visitor pattern, at least...
2009-09-05 Mike StumpCleanups. WIP.
2009-09-05 Anders CarlssonPass the ConstructLoc to BuildCXXConstructExpr.
2009-09-05 Mike StumpInstall thunks later to fixup overrides. Track space...
2009-09-05 Zhongxing Xupass the correct predecessor node.
2009-09-05 John McCallStart emitting ElaboratedTypes in C++ mode. Support...
2009-09-05 Zhongxing XuDo not call FlushReports() in GRBugReporter's dtor...
2009-09-05 Anders CarlssonReport errors for member functions correctly.
2009-09-05 Anders CarlssonUse a separate diagnostic for default function argument...
2009-09-05 Zhongxing XuRefactor builtin function evaluation code into its...
2009-09-05 Daniel DunbarAdd missing include.
2009-09-05 John McCallBasic support for representing elaborated type specifiers
2009-09-04 Douglas GregorImprove the AST representation and semantic analysis...
2009-09-04 Douglas GregorDon't generate any code for an explicit call to a trivi...
2009-09-04 Mike StumpCleanup.
2009-09-04 Daniel DunbarMerge libgcc spec changes for darwin::Link::ConstructJob.
2009-09-04 Daniel DunbarTweak darwin::Link::AddLinkArgs.
2009-09-04 Daniel DunbarImplement darwin::Link::AddDarwinArch for ARM.
2009-09-04 Daniel DunbarDarwin: Pass -iphoneos-version-min to ld when building...
2009-09-04 Daniel DunbarAlso compare stdout and stderr lines.
2009-09-04 Daniel DunbarAdd -ccc-install-dir option for faking installation...
2009-09-04 Daniel DunbarRename Darwin_X86 toolchain to just Darwin, this can...
2009-09-04 Douglas GregorIf a destructor is referenced or a pseudo-destructor...
2009-09-04 Mike StumpAdd overidding for methods for vtable building for...
2009-09-04 Daniel DunbarUse llvm::sys::getHostTriple, not LLVM_HOSTTRIPLE.
2009-09-04 Daniel DunbarMake CmpDriver less stupid.
2009-09-04 Daniel DunbarSupport 'make test TESTSUITE=CodeGen', etc.
next