]> granicus.if.org Git - clang/shortlog
clang
2009-10-22 Mike StumpRemove some misguided code.
2009-10-22 Mike StumpExtend out the block descriptor structure for debug...
2009-10-22 Daniel DunbarDriver: Fix thinko in logic for finding gcc's tool...
2009-10-22 Ted KremenekEnhance 'clang_createTranslationUnitFromSourceFile...
2009-10-21 Fariborz JahanianCode gen for '.*' binary expressions - WIP.
2009-10-21 Douglas GregorDon't (directly) call RequireCompleteType with an inval...
2009-10-21 Mike StumpTurn on the preallocation of all BlockDeclRefExprs.
2009-10-21 Douglas GregorDon't generate pointer types for void or base classes...
2009-10-21 Mike StumpRefine collection of BlockDeclRefExprs. WIP.
2009-10-21 Benjamin KramerDriver: don't produce bogus osx version numbers if...
2009-10-21 Fariborz JahanianExpand on code gen. for pointer to data members so...
2009-10-21 Benjamin KramerForce triple; this test was failing on non-darwin platf...
2009-10-21 Fariborz JahanianCode gen for pointer-to-datamember - WIP.
2009-10-21 Mike StumpFix typo.
2009-10-21 Mike StumpRefactor.
2009-10-21 Mike StumpComplete out debug info generation for captured __block...
2009-10-21 Anders CarlssonChange FixOverloadedFunctionReference to return a ...
2009-10-21 Douglas GregorDowngrade "function declared 'noreturn' should not...
2009-10-21 Steve NaroffExtend clang_getCursor() to take a 'relativeDecl' argum...
2009-10-21 Edward O'CallaghanAdd AuroraUX ABI Triple in correct place.
2009-10-21 Zhongxing XuSimplify some code. No functionality change.
2009-10-21 Ted KremenekUpdate checker build.
2009-10-21 Chris Lattneradd helpful methods to TargetInfo for querying builtin...
2009-10-21 Douglas GregorImprove diagnostics and template instantiation behavior...
2009-10-21 Chris Lattnerhookize wint_t's definition, patch by Edward O'Callagha...
2009-10-21 Mike StumpPrep work to always preallocate BlockDeclRefExprs so...
2009-10-21 John McCallRevert those last two commits. Beware the treacherous...
2009-10-21 John McCallPreserve type source information when substituting...
2009-10-21 John McCallPreserve type source information when substituting...
2009-10-21 John McCallPreserve source information when substituting into...
2009-10-21 John McCallClone Sema::SubstType for DeclaratorInfos.
2009-10-21 John McCallInitialize using the base location provided by the...
2009-10-21 Mike StumpFix 80-col violation.
2009-10-21 John McCallRewrite TreeTransform to transform types as DeclaratorI...
2009-10-21 John McCallAdd TypeLocBuilder, an API for incrementally creating...
2009-10-21 John McCallPublicize getSigilLoc / setSigilLoc for better metaprog...
2009-10-20 Ted KremenekRemove stale comment and tighten code.
2009-10-20 Ted KremenekAdd FIXME.
2009-10-20 Ted KremenekUse llvm::OwningPtr in CFGBuilder, fixing a leak on...
2009-10-20 Fariborz JahanianCode-gen for CXXZeroInitValueExpr AST passed
2009-10-20 Anders CarlssonChange ResolveAddressOfOverloadedFunction to support...
2009-10-20 Anders CarlssonFix the 32-bit ABI to return structures with non-trivia...
2009-10-20 Ted KremenekAdd destructor and cleanup code to LocationContext...
2009-10-20 Fariborz JahanianUpdated, we support == and != builtins for member pointers.
2009-10-20 Fariborz JahanianChanges to reflect more pointer-to-member support.
2009-10-20 Mike StumpFor now, we need to have the llvm type of the block...
2009-10-20 Fariborz JahanianMoved comment to its proper place in my last patch.
2009-10-20 Fariborz JahanianPatch implements ranking conversions between member...
2009-10-20 Devang PatelDo not eagerly cache DITypes because it allows real...
2009-10-20 Daniel DunbarDriver: If unable to find the gcc tool chain, try the...
2009-10-20 Devang PatelEncode global variable name in debug info.
2009-10-20 Daniel DunbarAdd missing semi-colon.
2009-10-20 Fariborz JahanianChanged text of warning in my last patch.
2009-10-20 Edward O'CallaghanBring Darwin into the switch-case statement instead...
2009-10-20 Fariborz JahanianIssue warning if method body starts with a semicolon.
2009-10-20 Steve NaroffAdd an example to help claify the process/assumptions...
2009-10-20 Steve Naroff- Extend clang_createIndex() to support PCH and diagnos...
2009-10-20 Eli FriedmanRemove default argument for ImpCastExprToType. Add...
2009-10-20 Ted KremenekCall 'clear()' in ~RopePieceBTreeLeaf(), decrementing...
2009-10-20 Douglas GregorHandle substitutions into the "first qualifier in scope...
2009-10-20 Ted KremenekRevert 84601. Looks like it was causing failures on...
2009-10-20 Ted KremenekBumpVectorContext: Use 'unsigned' integer type with...
2009-10-20 Chris LattnerImplement PR5242: don't desugar a type more than once...
2009-10-20 Chris Lattnerteach FormatDiagnostic to aggregate previously formatte...
2009-10-20 Ted KremenekFix a reference count imbalance in RewriteRope::MakeRop...
2009-10-20 Chris Lattnercode cleanup, convert if tree to switch etc.
2009-10-20 Mike StumpRefine the type of the first parameter to block invoke...
2009-10-20 Anders CarlssonForce triple for test.
2009-10-20 Ted KremenekRegionStore: Use the *default* binding (instead of...
2009-10-20 Ted Kremenekretain/release checker: allow 'new', 'copy', 'alloc...
2009-10-20 Fariborz JahanianBuiltin candidate minimization for
2009-10-19 Ted KremenekFix inverted preprocessor guard, and fix the resulting...
2009-10-19 Ted KremenekReally fix <rdar://problem/7312058> by adding a 'displa...
2009-10-19 Douglas GregorParse a simple-template-id following a '~' when calling...
2009-10-19 Ted KremenekThe constructor for ASTUnit now takes a DiagnosticClien...
2009-10-19 Fariborz JahanianAdd the built-in candidate set reduction hueristic
2009-10-19 Ted KremenekRe-order includes so that the logic involving '#ifdef...
2009-10-19 Fariborz JahanianCopy conversion of an expression to its base class
2009-10-19 Anders CarlssonHandle emitting the assignment operator when the lhs...
2009-10-19 Anders CarlssonSet the cast kind to CK_NoOp for C-style casts that...
2009-10-19 Steve NaroffMove Diagnostic/DiagClient/FileManager from Indexer...
2009-10-19 Steve NaroffChange indenting for case/compound statements to confor...
2009-10-19 Benjamin KramerCIndex: make variable non-static to avoid potential...
2009-10-19 Daniel DunbarWorkaround a bug exposed by the FileCheckify of message...
2009-10-19 Edward O'CallaghanAuroraUX toolchain should call GNU assembler not the...
2009-10-19 Chris Lattnerconvert this to FileCheck, PR5232
2009-10-19 Daniel DunbarAvoid std::string concatenation.
2009-10-19 Daniel DunbarUpdate NamedDecl::getName() to work for empty names.
2009-10-19 Daniel DunbarTwinify CodeGenFunction::CreateTempAlloca
2009-10-19 Daniel DunbarAdd ObjCImplementationDecl::getName() for consistency...
2009-10-19 Daniel DunbarAdd FIXME calling for rename of NamedDecl::getNameAsString.
2009-10-19 Daniel DunbarSuppress build warning.
2009-10-18 Anders CarlssonWhen binding a reference to a temporary, it's important...
2009-10-18 Anders CarlssonFix tyop noticed by Sean Hunt.
2009-10-18 Anders CarlssonWhen building a cast argument, make sure to bind the...
2009-10-18 Daniel DunbarPR5218: Replace IdentifierInfo::getName with StringRef...
2009-10-18 Anders CarlssonConvert temporaries.cpp to using FileCheck.
2009-10-18 Nate BegemanAdd test for OpenCL vector initializer codegen
2009-10-18 Anders CarlssonRename temp-1.cpp to temporaries.cpp.
2009-10-18 Daniel DunbarTwinify CGObjCMac, this simplifies the code and should...
next