]> granicus.if.org Git - clang/shortlog
clang
2011-09-23 Francois PichetFix wrong comment about reentering template scope for...
2011-09-23 David BlaikieMore missing header inclusions from llvm_unreachable...
2011-09-23 David BlaikieFix missing includes for llvm_unreachable
2011-09-23 David BlaikieSwitch assert(0/false) llvm_unreachable.
2011-09-23 Benjamin KramerReenable -cxx-isystem for Objective C++, until I come...
2011-09-23 NAKAMURA Takumiunittests/Basic/FileManagerTest.cpp: Suppress warnings...
2011-09-23 NAKAMURA TakumiCMake: Define ${LLVM_TABLEGEN_EXE} with explicit $...
2011-09-22 Douglas GregorDon't finalize checking of base and member initializers...
2011-09-22 Francois Pichet[microsoft] Fix a bug in -fdelayed-template-parsing...
2011-09-22 Benjamin KramerDon't test unix path seperators, that will fail on...
2011-09-22 Benjamin KramerSee if going through env pacifies the windows buildbots.
2011-09-22 Benjamin KramerAdd support for CPATH and friends.
2011-09-22 Argyrios KyrtzidisDo manual binary search for preprocessing entities...
2011-09-22 Bill WendlingDon't remove filters.
2011-09-22 Douglas GregorOnly trigger the initialize-an-array-via-elementwise...
2011-09-22 Argyrios KyrtzidisDon't use TemplateArgumentListInfo inside AST nodes...
2011-09-22 Argyrios KyrtzidisRename ExplicitTemplateArgumentList -> ASTTemplateArgum...
2011-09-22 Ted KremenekPlace diagnostic warn_ivar_use_hidden under the flag...
2011-09-22 Anna ZaksST->scanReachableSymbols() is creating a SubRegionMap...
2011-09-22 Justin HolewinskiPTX: Clean up target options code
2011-09-22 Douglas GregorFix the ASTImporter's lookup for anonymous structs...
2011-09-22 Douglas GregorDon't allow template argument deduction to deduce a...
2011-09-22 Douglas GregorExplicitly-defaulted copy/move constructors are not...
2011-09-22 Tobias GrosserIn OpenCL, conversions between different vector types...
2011-09-22 David BlaikieArrayRef-ifying the fields passed to Sema::ActOnFields
2011-09-22 David BlaikieArrayRef-ifying the UnexpandedParameterPacks passed...
2011-09-22 David BlaikieArrayRef-ifying MacroArgs::create's arguments argument.
2011-09-22 David BlaikieSimplify the last character check.
2011-09-21 Tobias GrosserIn the OpenCL mode, the AltiVec mode must be off and...
2011-09-21 David BlaikieArrayRef-ifying Function/BlockDecl's setParams
2011-09-21 Benjamin KramerMore MSVC9 unbreaking.
2011-09-21 Douglas GregorDiagnose attempts to write a templated data member...
2011-09-21 John McCallEnforce access control for conversion operators used...
2011-09-21 John McCallI had meant to locally revert this test.
2011-09-21 John McCallANSI C requires that a call to an unprototyped function...
2011-09-21 Francois Pichet[microsoft] Move missing typename warning from -fms...
2011-09-21 Benjamin KramerFix MSVC9 build by providing a full comparator object...
2011-09-21 Richard TrieuChange:
2011-09-21 Richard TrieuChange "ivar" to true for a boolean function argument...
2011-09-21 Akira HatanakaAdd case labels for Mips64 architectures.
2011-09-21 Anna Zaks[analyzer] Fix a bug where PathDiagnosticLocation did...
2011-09-20 Argyrios Kyrtzidis[ARC] Allow forming 'id*' in an unevaluated context...
2011-09-20 Argyrios Kyrtzidis[PCH] Don't store the source range for each preprocesse...
2011-09-20 Argyrios Kyrtzidis[PCH] Merge ASTReader::LoadPreprocessedEntity with...
2011-09-20 Argyrios Kyrtzidis[libclang] When pointing at a macro expansion inside...
2011-09-20 Anna Zaks[analyzer] Refactor PathDiagnosticLocation: Remove...
2011-09-20 Anna Zaks[analyzer] Refactor PathDiagnosticLocation: Add comment...
2011-09-20 Anna Zaks[analyzer] Remove dead code. (This code is trying to...
2011-09-20 Argyrios KyrtzidisIn SourceManager::translateLineCol, handle the case...
2011-09-20 Argyrios KyrtzidisRemove PreprocessingDirectiveKind since it's not necessary.
2011-09-20 Argyrios KyrtzidisThe location of the name in MacroDefinition is the...
2011-09-20 Francois PichetMove Microsoft access specifier bug emulation from...
2011-09-20 Bob WilsonFor i386 kext fallback to llvm-gcc, search paths for...
2011-09-20 Anna Zaks[analyzer] Refactor PathDiagnosticLocation: Make PathDi...
2011-09-20 Anna Zaks[analyzer] Refactor PathDiagnosticLocation: Use the...
2011-09-20 Chad Rosier[driver] Default to arm mode when using the integrated...
2011-09-20 Richard TrieuFix a problem in digraph handling where "[:" might...
2011-09-20 Akira HatanakaDefine Mips64 TargetInfo classes.
2011-09-20 Ted KremenekSort exports list.
2011-09-20 Akira HatanakaClean up TargetInfo class hierarchy. Define a base...
2011-09-20 Akira HatanakaCreate a MipsTargetCodeGenInfo object for mips64/mips64...
2011-09-20 Anna Zaks[analyzer] Refactor PathDiagnosticLocation: Use Pointer...
2011-09-20 Akira HatanakaAdd a parameter to MipsTargetCodeGenInfo's constructor.
2011-09-20 Douglas GregorIntroduce an egregious hack for modules to cope with...
2011-09-20 Eric ChristopherRemove __WCHAR_UNSIGNED__ and anything that used it.
2011-09-20 DeLesley HutchinsTest commit
2011-09-20 Anna Zaks[analyzer] Refactor PathDiagnosticLocation: Lazily...
2011-09-20 Anna Zaks[analyzer] Remove LocationContext and a dependency...
2011-09-20 Ivan KrasinClarify PNaCl target characteristics: set LongDoubleWid...
2011-09-20 Peter CollingbourneRemove redundant break statements, and replace asserts...
2011-09-20 John McCallFix a crash-on-invalid with bad CV-qualification on...
2011-09-20 Chandler CarruthFix a pretty nasty bug in noreturn destructors that...
2011-09-20 Anna Zaks[analyzer] Refactor PathDiagnosticLocation: Pre-compute...
2011-09-20 Anna Zaks[analyzer] Use more create methods in the PathDiagnosti...
2011-09-20 Bill WendlingDon't assume that the clause is a GlobalVariable. It...
2011-09-19 Anna Zaks[analyzer] BugReport has a profile method, so reuse...
2011-09-19 Anna Zaks[analyzer] Add a convinience method.
2011-09-19 Anna Zaks[analyzer] Constify a method.
2011-09-19 Eli FriedmanAdd list initialization for complex numbers in C. ...
2011-09-19 Bill WendlingThe eh.selector intrinsic isn't used anymore. Replace...
2011-09-19 Argyrios KyrtzidisFix gcc build.
2011-09-19 Peter CollingbourneOpenCL: introduce support for function scope __local...
2011-09-19 Argyrios Kyrtzidis[PCH] The range map for SLoc offsets is a reversed...
2011-09-19 Argyrios KyrtzidisIn libclang, when visiting preprocessed entities in...
2011-09-19 Argyrios KyrtzidisIntroduce local_begin()/local_end() methods in Preproce...
2011-09-19 Argyrios KyrtzidisIn CodeGenAction::ExecuteAction() use SourceManager...
2011-09-19 Argyrios Kyrtzidis[libclang] When getting a source location from a file...
2011-09-19 Argyrios KyrtzidisBreak SourceManager::translateFileLineCol into translat...
2011-09-19 Argyrios KyrtzidisIntroduce PreprocessingRecord::getPreprocessedEntitiesI...
2011-09-19 Argyrios KyrtzidisRename SourceLocation::getFileLocWithOffset -> getLocWi...
2011-09-19 Argyrios KyrtzidisMake ASTReader/ASTWriter friends of SourceLocation...
2011-09-19 Argyrios KyrtzidisIntroduce isLoadedSourceLocation() and isLocalSourceLoc...
2011-09-19 Argyrios KyrtzidisConst-ify some methods in ASTReader.
2011-09-19 Argyrios KyrtzidisFor SourceManager::isBeforeInTranslationUnit, a locatio...
2011-09-19 Argyrios Kyrtzidis[PCH] Preload the PreloadSLocEntries through the Source...
2011-09-19 Argyrios KyrtzidisFor SourceManager::isBeforeInTranslationUnit, when...
2011-09-19 Bill WendlingThrow the switch to convert clang to the new exception...
2011-09-19 Richard TrieuChanges to the name lookup have caused a regression...
2011-09-19 Devang PatelTighten check to match an ivar with corresponding prope...
2011-09-19 Matt Beaumont-GayFix a QoI bug with overloaded operators inside macros.
next