]> granicus.if.org Git - clang/shortlog
clang
2011-07-21 Bruno Cardoso... Define the _MIPS_SIM builtin macro on MIPS platforms...
2011-07-21 Jay FoadConvert ConstantExpr::getGetElementPtr and
2011-07-21 Francois PichetFor some reason I don't fully comprehend, the MSVC...
2011-07-21 Eric ChristopherSpeculatively revert 135649 to bring back the g++ testi...
2011-07-21 Ted KremenekMove AnalysisManager constructor out of line. No funct...
2011-07-21 Ted KremenekSimplify passing of CFGBuildOptions around for Analysis...
2011-07-21 Richard TrieuFix a test in warn-sign-conversion.cpp. Removed a...
2011-07-21 Richard TrieuRemove warning for conditional operands of differend...
2011-07-21 Douglas GregorNew libclang API to expose container type for code...
2011-07-21 Sean HuntWhen copping out on a friend template declaration,...
2011-07-21 Douglas GregorRework the detailed preprocessing record to separate...
2011-07-21 Anna ZaksAddressing code review comments for commit 135509 ...
2011-07-20 Fariborz JahanianRemoves a comment.
2011-07-20 Fariborz Jahanianobjc-arc: Fixes a crash @throw'ing an objc message.
2011-07-20 Jonathan D... Continuing to improve and generalize how IDs are handle...
2011-07-20 Chad RosierTemporarily revert r135614 while I fix the cmake build.
2011-07-20 Bill WendlingRemove extraneous period.
2011-07-20 Chad RosierWhen the compiler crashes, the compiler driver now...
2011-07-20 Evan ChengMatch MCContext change.
2011-07-20 Ted KremenekFix -Wuninitialized regression involving functions...
2011-07-20 Chad RosierWhitespace.
2011-07-20 Chad RosierIf -ccc-host-triple i386-pc-win32-macho or -ccc-host...
2011-07-20 Fariborz Jahanianarc-objc++: Issue an arc specific diagnostic when overl...
2011-07-20 NAKAMURA Takumitest/CMakeLists.txt: Re-indent.
2011-07-20 Benjamin KramerUnbreak build after API change.
2011-07-20 Chris Lattnerarrayref should now move in here, and redundant #includ...
2011-07-20 Chris Lattnerremove some now-redundant forward declarations.
2011-07-20 Chris Lattneradd raw_ostream and Twine to LLVM.h, eliminating a...
2011-07-20 Chris Lattnernow that we have a centralized place to do so, add...
2011-07-20 Chris Lattnerintroduce a centralized place to introduce and inject...
2011-07-20 Chris Lattnerfix rdar://9780211 - Clang crashes with an assertion...
2011-07-20 Chris Lattnerfix a case where we're using ConvertType for a memory...
2011-07-20 Evan ChengMatch LLVM API change.
2011-07-20 Chris Lattneras eli points out, we're not doing memory stuff here...
2011-07-20 Chris Lattnerfix PR10395 - array decay can produce an interesting...
2011-07-20 Douglas GregorUse a ContinuousRangeMap to map from the global macro...
2011-07-20 Douglas GregorUse a ContinuousRangeMap to map from the global selecto...
2011-07-20 Joerg SonnenbergerPR10392: "#pragma GCC visibility" must not expand macro...
2011-07-20 Douglas GregorUse a ContinuousRangeMap to map from the global identif...
2011-07-20 Douglas GregorTry to appease MSVC's standard library.
2011-07-20 Douglas GregorUse a ContinuousRangeMap to map from the global declara...
2011-07-20 Joerg SonnenbergerSpelling
2011-07-20 Richard SmithReplace r134583's fix for PR10290 with one which also...
2011-07-20 Richard SmithUse the zero from the correct enumeration when initiali...
2011-07-19 Sean CallananThis fix (thanks to Doug Gregor) corrects a bug
2011-07-19 Ted KremenekFix false negative in -Wuninitialized involving a ...
2011-07-19 Ted KremenekFix assertion failure in UninitializedValues.cpp where...
2011-07-19 Jordy Rose[analyzer] Very minor cleanup in PthreadLockChecker...
2011-07-19 Jordy Rose[analysis] Add checks for double-locking and lock order...
2011-07-19 Chad RosierRefactor r135502 to avoid an empty if else condition...
2011-07-19 Anna ZaksAdd FixItHints in case a C++ function call is missing...
2011-07-19 Chad RosierClang asserts "Invalid environment!" when using -ccc...
2011-07-19 Benjamin KramerUpdate CMake build.
2011-07-19 Argyrios Kyrtzidis[arcmt] Add some additional driver flags to optionally...
2011-07-19 Jeffrey YasskinName the "c++0x-compat" warning group, and fix the...
2011-07-19 Douglas GregorRevamp the SourceManager to separate the representation...
2011-07-19 Ted KremenekReduce -Wuninitialized time by 22% (on sqlite) by remov...
2011-07-19 Ted KremenekAdd hooks into the CFG builder to force that specific...
2011-07-19 Nick LewyckyFix typo.
2011-07-19 Evan ChengMatch createTargetMachine API change.
2011-07-19 Devang PatelSimplify.
2011-07-19 Sean HuntImplement a __WCHAR_UNSIGNED__ macro and use it to...
2011-07-18 Eric ChristopherAdd .gitignore file.
2011-07-18 Devang PatelCheck column number also.
2011-07-18 Evan ChengMCContext now takes MCRegisterInfo.
2011-07-18 Sean HuntThanks to Chandler for reminding me to update the docum...
2011-07-18 Sean HuntRemember to add a has_feature macro for __underlying_ty...
2011-07-18 Jeffrey YasskinDefine DiagnosticBuilder<<APValue so it's easy to inclu...
2011-07-18 Frits van BommelMigrate LLVM and Clang to use the new makeArrayRef...
2011-07-18 NAKAMURA Takumilib/Headers/mm_malloc.h: Use __mingw_aligned_malloc...
2011-07-18 Argyrios Kyrtzidis[arcmt] When a NSData's 'bytes' family of methods are...
2011-07-18 Argyrios Kyrtzidis[arcmt] NSInvocation's [get/set]ReturnValue and [get...
2011-07-18 Nick LewyckyDon't crash when codegen'ing an empty redecl of a funct...
2011-07-18 Nick LewyckyIn C99, emit an inline function when encountering an...
2011-07-18 Chris Lattnerde-constify llvm::Type, patch by David Blaikie!
2011-07-18 Chris LattnerUse the new llvm::TinyPtrVector class, which implements...
2011-07-16 Chandler CarruthRevert r135217, which wasn't the correct fix for PR1035...
2011-07-16 Francois PichetDo not modify string returned by getenv on Windows.
2011-07-16 Benjamin KramerZero this struct in a way that neither depends on the...
2011-07-16 Ted Kremenek[analyzer] Per discussions with the Cocoa team, extend...
2011-07-16 Ted Kremenek[analyzer] Place checking for Core Foundation "Create...
2011-07-16 Fariborz JahanianRemove a gcc warning.
2011-07-16 Joerg SonnenbergerCorrectly handle sysroot prefix in -print-search-dirs...
2011-07-16 Fariborz JahanianFix a typo.
2011-07-15 Argyrios Kyrtzidis[arcmt] It's not safe to remove the -release on "[...
2011-07-15 Tanya LattnerThis handles the missing cases of opencl vector literals.
2011-07-15 Jordy RoseUpdate retain-release.m to match updated warnings from...
2011-07-15 Argyrios Kyrtzidis[libclang] Map canonical decl of a category implementat...
2011-07-15 Argyrios KyrtzidisRevert r135304 and apply fix in clang_getCanonicalCurso...
2011-07-15 Jordy RoseAdd tests for CFRefReport's path notes, and fix a few...
2011-07-15 Argyrios Kyrtzidis[arcmt] Rewrite to "foo = nil;" not "foo = 0;", as...
2011-07-15 Chad RosierPrevent the -save-temps flag from modifying the input...
2011-07-15 Douglas GregorAugment the interface of ExternalASTSource::FindExterna...
2011-07-15 Argyrios KyrtzidisThe canonical decl for an ObjCImplDecl is it's interfac...
2011-07-15 Argyrios Kyrtzidis[arcmt] For:
2011-07-15 Douglas GregorDon't refer to check.deps unless LLVM_INCLUDE_TESTS...
2011-07-15 Jordy Rose[analyzer] GNU __null is a pointer-sized integer, not...
2011-07-15 Joerg SonnenbergerFix typo
2011-07-15 Jeffrey YasskinUse the new APFloat::convertToInt(APSInt) function...
2011-07-15 Douglas GregorStore bracket locations for array subscript expressions...
next