]> granicus.if.org Git - clang/shortlog
clang
2009-11-29 Daniel Dunbarclang -cc1: Use proper diagnostics for all parsing...
2009-11-29 Daniel DunbarDon't pass false (default) for isVolatile parameter...
2009-11-29 Daniel DunbarExplicitly use setVolatile instead of extra IRBuilder...
2009-11-29 Daniel DunbarDon't pass false (default) for isVolatile parameter...
2009-11-29 Daniel DunbarChange CompilerInvocation::CreateFromArgs to report...
2009-11-29 Daniel DunbarSimplify.
2009-11-29 Daniel DunbarChange CompilerInvocation::CreateFromArgs to take Argv0...
2009-11-29 Benjamin KramerRemove useless c_str() calls in SemaCodeComplete.
2009-11-29 Benjamin KramerSimplify code. No functionality change.
2009-11-29 Benjamin KramerPort BugReporter and BugType to StringRef.
2009-11-29 Benjamin KramerKill some unnecessary calls to c_str().
2009-11-29 Kovarththanan... Kill off clang/win32 which contains the hand generated...
2009-11-29 Nuno Lopesremove stall comment
2009-11-29 Kovarththanan... Streamline Stmt::CollectingStats() and Decl::Collecting...
2009-11-29 Kovarththanan... Don't call Decl::CollectingStats(false) and Stmt::Colle...
2009-11-29 Kovarththanan... Remove empty test directory. lit was moved to llvm...
2009-11-29 Kovarththanan... This patch moves the frontend timer from clang-cc into...
2009-11-29 Daniel DunbarUse '-FOO' 'BAR' instead of '-FOO=BAR' for FOO in ...
2009-11-29 Daniel DunbarNormalize options to use '-FOO' instead of '--FOO'.
2009-11-29 Daniel DunbarRemove unnecessary -fblocks=0.
2009-11-29 Daniel DunbarUse '-x' 'foo' instead of '-x=foo'.
2009-11-29 Daniel Dunbarclang -cc1: Allow -triple= as an alias for -triple...
2009-11-29 Daniel DunbarUse '-o' '-' instead of '-o=-' in tests.
2009-11-29 Daniel DunbarRemove unnecessary -fms-extensions=0 from tests (this...
2009-11-29 Sean HuntAdd DeclarationName support for C++0x operator literals...
2009-11-29 Daniel DunbarMove LLVM backend options to explicit clang-cc / clang...
2009-11-29 Ted KremenekUpdate checker build.
2009-11-29 Ted KremenekFix null dereference in UndefResultChecker identified...
2009-11-29 Daniel DunbarAdd clang -cc1 parsing for LangOptions.
2009-11-29 Daniel Dunbarclang-cc: Tweak LangOptions parsing to make it a bit...
2009-11-29 Sean HuntFix 80-cols violations
2009-11-29 Daniel Dunbarclang-cc: Change -fsigned-char=0 to -fno-unsigned-char...
2009-11-29 Daniel DunbarAdd missing accessors.
2009-11-29 Daniel DunbarChange LangOptions::ObjCConstantStringClass to an std...
2009-11-29 Daniel DunbarMove MainFileName option variable into CodeGenOptions...
2009-11-28 Benjamin KramerRemove remaining VISIBILITY_HIDDEN from anonymous names...
2009-11-28 Benjamin KramerRemove VISIBILITY_HIDDEN from lib/AST.
2009-11-28 Kovarththanan... This patch adds a PUNCTUATOR macro (specialization...
2009-11-28 Kovarththanan... Cleanup llvm/Support/Compiler.h include in header files
2009-11-28 Nuno Lopescleanup parsing of MS integer suffixes a little. this...
2009-11-28 Benjamin KramerMissed a forward declaration.
2009-11-28 Benjamin KramerCleanup includes and forward decls.
2009-11-28 Benjamin KramerRemove VISIBILITY_HIDDEN from anonymous namespaces...
2009-11-28 Benjamin KramerRemove unneeded includes.
2009-11-28 Kovarththanan... Don't call exit(). llvm::llvm_report_error() will do...
2009-11-28 Sean HuntFix test and handle IK_LiteralOperatorId in a few more...
2009-11-28 Kovarththanan... Move program actions implications to clang::InitializeF...
2009-11-28 Kovarththanan... lib/Analysis: Remove VISIBILITY_HIDDEN from definitions...
2009-11-28 Sean HuntAdd Parser support for C++0x literal operators ('operat...
2009-11-28 Eli FriedmanTests now pass with the assertion.
2009-11-28 Eli FriedmanAdd a much more thorough test of casts to virtual bases...
2009-11-28 Anders CarlssonWe always want to create a virtual function pointer...
2009-11-28 Anders CarlssonAdd an iterator for walking the primary base chain.
2009-11-27 Anders CarlssonMove the vtable builder to an anonymous namespace.
2009-11-27 Anders CarlssonUse a PointerIntPair for the PrimaryBaseInfo. Yay for...
2009-11-27 Anders CarlssonAdd a new PrimaryBaseInfo struct that combines the...
2009-11-27 Anders CarlssonDon't build the entire vtable when all we want is the...
2009-11-27 Daniel DunbarFix typo, thanks Sebastian!
2009-11-27 Daniel DunbarSimplify.
2009-11-27 Eli FriedmanSome member pointer casting tests.
2009-11-27 Eli FriedmanAdd case for CK_DerivedToBaseMemberPointer cast kind to
2009-11-27 Eli FriedmanMore work on ScalarExprEmitter::EmitCastExpr: for every...
2009-11-27 Eli FriedmanCleanup for ScalarExprEmitter::EmitCastExpr; no functio...
2009-11-27 Eli FriedmanFix for PR5594: use EmitGlobalDefinition instead of...
2009-11-27 Anders CarlssonFix thinko.
2009-11-26 Anders CarlssonWhen adding an implicit destructor, make sure to mark...
2009-11-26 Anders CarlssonCorrectly find overridden destructors.
2009-11-26 Anders CarlssonLazily create the __cxa_pure_virtual reference.
2009-11-26 Anders CarlssonUse the new CovariantThunkAdjustment in the vtable...
2009-11-26 Gabor Greiftypo
2009-11-26 Gabor Greifissue a friendlier error if someone tries to send preco...
2009-11-26 Benjamin KramerRemove dead forward declaration. Fix struct/class misma...
2009-11-26 Daniel DunbarRemove header which is bringing libAST in (on MSVC).
2009-11-26 Eli FriedmanRemove unused variable.
2009-11-26 Eli FriedmanShortcut explicit calls to a trivial copy assignment...
2009-11-26 Eli FriedmanSimplify and fix up the handling of implicit constructo...
2009-11-26 Ted KremenekImprove diagnostics in ReturnStackAddressChecker for...
2009-11-26 Ted KremenekAdd test case that shows that dead stores checking...
2009-11-26 Eli FriedmanImplement IRGen for MemberExpr referring to static...
2009-11-26 Daniel DunbarDon't run the LLVM Code tests by default.
2009-11-26 Daniel DunbarAdd -Werror for Clang and LLVM on Clang (headers) synta...
2009-11-26 Anders CarlssonAdd a Thunk struct to the vtable builder.
2009-11-26 Eli FriedmanUse the more general Evaluate infrastructure for foldin...
2009-11-26 Anders CarlssonAdd a CovariantThunkAdjustment struct that represents...
2009-11-26 Eli FriedmanSlight tweak to the algorithm for getLinkage().
2009-11-26 Eli FriedmanUse new getLinkage() method to correctly compute whethe...
2009-11-26 Anders CarlssonMove the mangler into the CodeGen namespace. Change...
2009-11-26 Ted KremenekAdd a PostVisitBlockExpr() method to RetainReleaseCheck...
2009-11-26 Ted KremenekTeach RegionStoreManager::RemoveDeadBindings() about...
2009-11-26 Ted KremenekAdd iterators to BlockDataRegion that allow clients...
2009-11-26 Ted KremenekAdded batch versions of GRState::scanReachableSymbols...
2009-11-26 Anders CarlssonAdd a ThunkAdjustment struct which holds a non-virtual...
2009-11-26 Ted KremenekEnhance LiveVariables to understand that blocks can...
2009-11-26 Douglas GregorAdd C++ tests to try to parse and compile the LLVM...
2009-11-26 Daniel DunbarFactor out a LangStandard class and coalesce the inform...
2009-11-26 Daniel DunbarFix thinko (-fno-builtin != -nobuiltininc).
2009-11-26 Daniel DunbarAdd clang -cc1 parsing for preprocessor options.
2009-11-26 Daniel DunbarAdd clang -cc1 parsing for header search options.
2009-11-26 Douglas GregorRefactor our handling of expression evaluation contexts...
2009-11-25 Ted KremenekAdd missing case in switch statement.
next