]> granicus.if.org Git - clang/shortlog
clang
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.
2009-09-04 Daniel DunbarRemove unused argument.
2009-09-04 Douglas GregorImplement AST, semantics, and CodeGen for C++ pseudo...
2009-09-04 Steve NaroffImplement accessors clang_getCursorKind(), clang_getCur...
2009-09-04 Douglas GregorWhen searching for a default constructor or copy constr...
2009-09-04 Douglas GregorParse extern templates, pass that information all the...
2009-09-04 Douglas GregorIntroduce an egregious hack to fix PR4828.
2009-09-04 Douglas GregorActually initialize HasQualifier and HasExplicitTemplat...
2009-09-04 Daniel DunbarAdd a valgrind suppressions file for x86_64-pc-linux...
2009-09-04 Daniel DunbarAdd --vg-arg option to clang test runner.
2009-09-04 Zhongxing Xumove the check into MarkNoReturnFunction.
2009-09-04 Zhongxing XuExtract mark-no-return-function code into a function.
2009-09-04 John McCallCorrectly handle elaborated template ids. Still not...
2009-09-03 Fariborz JahanianPatch to instantiate destructors used to destruct
2009-09-03 Anders CarlssonIf the alignment of the chosen field in a union is...
2009-09-03 Douglas GregorImplement tree transformations for DeclarationNames...
2009-09-03 Douglas GregorUpdate C++ status, since a bunch of the comments were...
2009-09-03 Douglas GregorImprove template instantiation for member access expres...
2009-09-03 Fariborz JahanianMark constructors used in initialization of base(s...
2009-09-03 Fariborz JahanianIssue diagnostics in variety of situations involving
2009-09-03 Daniel DunbarDon't use '%ll', this doesn't workin on Win32.
2009-09-03 Steve NaroffAdd ASTUnit::getOriginalSourceFileName() and use in...
2009-09-03 Douglas GregorImproved handling for dependent, qualified member acces...
2009-09-03 Steve Naroff- Add back some harmless code that part of a reverted...
2009-09-03 Douglas GregorSave/load POSIXThreads flag for PCH
next