]> granicus.if.org Git - clang/shortlog
clang
2011-02-11 Ted KremenekDon't report dead stores on unreachable code paths...
2011-02-11 Zhanyong WanUses llvm::sys::path instead of hand-rolled algorithm...
2011-02-11 Ted KremenekAdd test case for PR 8646.
2011-02-11 Peter CollingbourneReject forbidden storage class specifiers in OpenCL...
2011-02-11 Ted KremenekRemove RegionStoreManager::evalBinOp(), which is now...
2011-02-11 Ted KremenekRename 'InvalidateRegions()' to 'invalidateRegions()'.
2011-02-11 Douglas GregorRename the operation that loads a preprocessed entity...
2011-02-11 Fariborz JahanianFix a block sema bug where result type of initializer
2011-02-11 Zhanyong WanImproves Clang's virtual file handling.
2011-02-11 Douglas GregorDon't compare llvm::Optional<> objects directly; compar...
2011-02-11 NAKAMURA TakumiInitHeaderSearch.cpp: [PR8298] Don't touch drive G...
2011-02-11 Ted KremenekAllow the 'Eng' entry in GRStateManager to be a (possib...
2011-02-11 Rafael EspindolaFor consistency, use llvm::raw_ostream in the rest...
2011-02-11 Ken DyckConvert RecordLayout::DataSize to CharUnits from bits...
2011-02-11 Ken DyckAdd a helper function, ASTContext::toBits(), that conve...
2011-02-11 Rafael EspindolaUse raw_ostream instead of raw_svector_ostream.
2011-02-11 Daniel Dunbarbuild/compiler-rt: Fake Clang into using the right...
2011-02-11 Douglas GregorEliminate a major performance problem with chained...
2011-02-11 Douglas GregorImplement AST/PCH chaining support for macro definition...
2011-02-10 Rafael EspindolaUse raw_svector_ostream in more places in the mangler.
2011-02-10 Matt Beaumont-GayAdd braces to quiet a gcc warning.
2011-02-10 Daniel DunbarFix think-o I committed without testing, shameful.
2011-02-10 Daniel DunbarFix a gcc Wuninitialized false positive.
2011-02-10 Douglas GregorWhen we're writing macro definitions to an AST/PCH...
2011-02-10 Argyrios KyrtzidisFor -Woverloaded-virtual take into account canonical...
2011-02-10 Daniel DunbarFix family-friendly-o, tsk tsk.
2011-02-10 Daniel DunbarIRgen: Fix an immediate-exit-from-fn style nit.
2011-02-10 Douglas GregorImplement two related optimizations that make de-serial...
2011-02-10 Roman DivackyAdjust the object files to be linked in when mcount...
2011-02-10 Roman DivackyAdd a testcase for the mcount profiling.
2011-02-10 Roman DivackyImplement mcount profiling, enabled via -pg.
2011-02-10 Ken DyckDrop the 'InBits' part from the name of RecordSizeInBit...
2011-02-10 Ken DyckEliminate some signed-to-unsigned comparision warnings...
2011-02-10 NAKAMURA TakumiCMake: LLVM_NO_RTTI must be obsolete now!
2011-02-10 John McCallMove the check that gives functions with unique-externa...
2011-02-10 Ted KremenekRun ~GRState() when reclaiming GRStates.
2011-02-10 Ted Kremenekstatic analyzer: Make GRStates reference counted, with...
2011-02-10 Ted KremenekAdd hack to CMakeLists.txt so that StaticAnalyzer libra...
2011-02-10 Ted KremenekSplit 'include/clang/StaticAnalyzer' into 'include...
2011-02-10 Devang PatelIf an aggregate is returned as 'sret' argument then...
2011-02-09 Ted KremenekUpdate clang-wpa to pass extra argument to AnalysisMana...
2011-02-09 Devang PatelAdd target triple.
2011-02-09 Fariborz JahanianFix scoping of method declarations and issue
2011-02-09 Peter CollingbourneParse: add support for parsing CUDA kernel calls
2011-02-09 Peter CollingbourneLexer: add CUDA kernel call tokens
2011-02-09 Peter CollingbourneAST, Sema, Serialization: add CUDAKernelCallExpr and...
2011-02-09 Peter CollingbourneAST, Sema, Serialization: keep track of cudaConfigureCall
2011-02-09 Devang PatelDo not emit AT_MIPS_linkage_name for Objective-C method...
2011-02-09 Douglas GregorFinish up the diagnostic client before we've torn down...
2011-02-09 Daniel DunbarDriver/Frontend: Wire up -mregparm=.
2011-02-09 Nick LewyckyNon-void functions need to return some value.
2011-02-09 John McCallGive these little helper functions definitions so that...
2011-02-09 John McCallRemove vtables from the Stmt hierarchy; this was prett...
2011-02-09 Zhanyong WanFix a typo in a comment in tools/clang/unittests/Fronte...
2011-02-09 Ted KremenekInitialize 'reclaimNodes'.
2011-02-09 NAKAMURA Takumitest: CMake: Be aware of LLVM_LIT_TOOLS_DIR.
2011-02-09 Devang PatelEmit debug info for objc_selector.
2011-02-09 Ken DyckCorrect units in comments describing Size and getSize().
2011-02-09 Douglas GregorWhen IRgen refers to a function declaration that is...
2011-02-09 Ken DyckConvert RecordLayout::Size to CharUnits from bits....
2011-02-09 Ted Kremenekstatic analyzer: Further reduce the analyzer's memory...
2011-02-09 Ted KremenekMake ProgramPoint::getTag() public.
2011-02-09 John McCallNonTypeTemplateParmDecl is just a DeclaratorDecl, not...
2011-02-09 Devang PatelIf an aggregate argument is passed indirectly because...
2011-02-08 Ted KremenekNo longer pass deprecated '-nodistribute' flag to xcode...
2011-02-08 Ted Kremenekanalyzer, retain/release checker: Remove hack where...
2011-02-08 Rafael EspindolaUpdate for API change.
2011-02-08 John McCallWhen checking the 'weak' and 'weakref' attributes,...
2011-02-08 Fariborz JahanianFix an IRGen bug in property setter calls when
2011-02-08 Argyrios Kyrtzidis[analyzer] Move the files in lib/StaticAnalyzer to...
2011-02-08 Argyrios Kyrtzidis[analyzer] lib/StaticAnalyzer/Checkers/ExprEngineExperi...
2011-02-08 Argyrios Kyrtzidis[analyzer] lib/StaticAnalyzer/Checkers/ExprEngineExperi...
2011-02-08 Argyrios Kyrtzidis[analyzer] lib/StaticAnalyzer/Checkers/ExprEngineIntern...
2011-02-08 John McCallTest case accidentally left out of my last commit.
2011-02-08 Douglas GregorSplit the serialized representation for the detailed...
2011-02-08 Peter CollingbourneAST: support for pre-arg expressions on CallExpr subclasses
2011-02-08 Peter CollingbourneStmtPrinter: factor out arg printing code to PrintCallArgs
2011-02-08 Benjamin KramerAllow multiple -B prefixes. Patch by Joerg Sonnenberger.
2011-02-08 John McCallClear the linkage cache recursively. Fixes PR8926.
2011-02-08 Argyrios KyrtzidisIn Sema::CheckShadow, get the DeclContext from the...
2011-02-08 Fariborz JahanianSupport for objextive-c++ use of property-dot syntax...
2011-02-08 Douglas GregorUpdate the writing of the block-information block in...
2011-02-08 John McCallReorganize CodeGen{Function,Module} to eliminate the...
2011-02-08 John McCallExtend the const capture optimization to C++ record...
2011-02-08 Douglas GregorSema::MaybeBindToTemporary() shouldn't treat any expres...
2011-02-08 Ken DyckConvert RecordLayout::NonVirtualAlign to CharUnits...
2011-02-08 John McCalldgregor accidentally killed this assert, but on investi...
2011-02-08 Fariborz JahanianSupport for objc use of property-dot syntax as receiver
2011-02-07 John McCallWhen copy-capturing values for a nested capture, use...
2011-02-07 Ted KremenekMove uninitialized variable checking back under -Wunini...
2011-02-07 John McCallA few more tweaks to the blocks AST representation:
2011-02-07 Anton Yartsevpre/post ++/-- for AltiVec vectors. (with builtins...
2011-02-06 Anders CarlssonAdd another test that we can fully devirtualize now.
2011-02-06 Anders CarlssonFix self-host; if a thunk already exists and has availa...
2011-02-06 Anders CarlssonWhen building with optimizations, emit thunks with...
2011-02-06 Anders CarlssonSimplify thunks code.
2011-02-06 Oscar FuentesCLANG_BINARY_DIR is not the same thing as LLVM_BINARY_D...
2011-02-06 Chris Lattneradd some missing builtins.
2011-02-05 Oscar FuentesSupport running tests from the VS IDE and XCode.
2011-02-05 Oscar FuentesRemove the clang++ symlink with `make clean'.
next