]> granicus.if.org Git - clang/shortlog
clang
2010-07-26 Douglas GregorIntroduce basic support for loading a precompiled pream...
2010-07-26 Dan GohmanMinor code simplification.
2010-07-26 Dan GohmanIt's not necessary to call flush() on a raw_ostream...
2010-07-26 Dan GohmanFix namespace polution.
2010-07-26 Dan GohmanMake a variable static.
2010-07-26 Dan GohmanUse an export file. Plugins must export llvm::Registry...
2010-07-26 Ted KremenekHoist argument type checking into CheckFormatHandler...
2010-07-26 Ted KremenekConsolidate #args checking for scanf/printf format...
2010-07-26 Devang PatelRevert 109303.
2010-07-26 Sebastian RedlMake sure that implicit qualification and derived-to...
2010-07-26 Nick LewyckyAdd source location information to C++ base specifiers.
2010-07-26 Douglas GregorWhen LIBCLANG_CODE_COMPLETION_LOGGING is set in the...
2010-07-26 Douglas GregorEliminate the "minimal" and printing parser actions...
2010-07-25 Benjamin KramerWrap bit mangling logic for DiagMappings in its own...
2010-07-25 Douglas GregorRemove a bunch of trivial destructors
2010-07-25 Douglas GregorMove Type destructor out-of-line
2010-07-25 Douglas GregorRemove destructors from declaration nodes
2010-07-25 Douglas GregorI lied. Kill off a few more Destroy methods
2010-07-25 Douglas GregorKill off the last Destroy method in the AST library
2010-07-25 Douglas GregorRemove the vast majority of the Destroy methods from...
2010-07-25 Douglas GregorMake ASTContext always use the BumpPtrAllocator.
2010-07-25 Douglas GregorStart removing the use of smart pointers from the Parse...
2010-07-25 Nick LewyckyRemove emacs file mode marker on file with .cpp extension.
2010-07-24 Eli FriedmanRemove dead code.
2010-07-24 Nick LewyckyAdd header searching for llvm-gcc trunk on Gentoo AMD64...
2010-07-24 Eli FriedmanPR7698: Make sure we correctly handle the initializatio...
2010-07-24 Peter CollingbourneFix clang-interpreter build
2010-07-24 Nick LewyckyFix sort order.
2010-07-24 John McCallMangle enum constant expressions. Fixes rdar://problem...
2010-07-24 Chris Lattnerturn down the logical bitwise confusion warning to...
2010-07-24 Devang PatelUntangle filename/dirname confusion. Store constructed...
2010-07-24 Douglas GregorPut a newline at the end of the padded buffers used...
2010-07-24 Douglas GregorOnce we've built (or reused) a precompiled preamble...
2010-07-24 John McCallSupport catching Objective C pointers in C++ under...
2010-07-24 Fariborz JahanianReturn type of a setter call caused by
2010-07-24 Douglas GregorBe careful; even though we had a proper name at the...
2010-07-23 Douglas GregorOnce we've built a precompiled preamble, keep track...
2010-07-23 Sebastian RedlMake declarations in the dependent PCH visible, for...
2010-07-23 Tom CareAdded an path-sensitive unreachable code checker to...
2010-07-23 Devang PatelRevert r109263.
2010-07-23 John McCallWe never want to pop the translation unit DC, so assert...
2010-07-23 John McCallRevise cleanup IR generation to fix a major bug with...
2010-07-23 Fariborz JahanianAllow __func__ and __FUNCTION__ and __PRETTY_FUNCTION__...
2010-07-23 Devang PatelThere is no need to use separate dir name for AT_comp_d...
2010-07-23 Fariborz JahanianTest for selector-warning PCH patch.
2010-07-23 Eli FriedmanFix for PR7694: make sure to pass in a RecordType to...
2010-07-23 Fariborz JahanianPCH read/write for selector reference pool.
2010-07-23 Ted KremenekDataflow solver: Don't overrwite the initial value...
2010-07-23 Douglas GregorVectors are not integer types, so the type system shoul...
2010-07-23 Zhongxing XuAdd FILE* leak check to StreamChecker. Patch by Lei...
2010-07-23 Bill WendlingRemove unneeded iostream include.
2010-07-23 Zhongxing XuChange arg type.
2010-07-23 Zhongxing XuDelete unnecessary const_cast.
2010-07-23 Zhongxing XuAnalysisContext is not const.
2010-07-23 Zhongxing XuFix build on Ubuntu 10.04.
2010-07-23 Douglas GregorBasic plumbing for generating a precompiled preamble...
2010-07-22 Fariborz JahanianWarn when property ivar lookup finds a global variable
2010-07-22 John McCallTed pointed out that this test case could be using...
2010-07-22 Sebastian RedlThread bitstream cursors all the way through the AST...
2010-07-22 Devang PatelKeep track of artificial scopes introduced by line...
2010-07-22 John McCallTurn off EH cleanups for __block variables; they cause...
2010-07-22 Douglas GregorImprove performance during cursor traversal when a...
2010-07-22 Fariborz Jahanianatch for implementation of objective-c's -Wselector
2010-07-22 Nick LewyckyDon't crash when an explicit template instantiation...
2010-07-22 Argyrios KyrtzidisSerialization is implemented, fix comments.
2010-07-22 Argyrios KyrtzidisRead/write C++0x static_assert for PCH.
2010-07-22 Sebastian RedlAllow loading declcontext information from any file...
2010-07-22 Argyrios KyrtzidisRead/write FriendTemplateDecl for PCH.
2010-07-22 Argyrios KyrtzidisSupport C++ try/catch statements for PCH.
2010-07-22 Zhongxing XuThis patch adds support for tmpfile in StreamChecker...
2010-07-22 Zhongxing XuMake a bunch of new data structures for the new analysis
2010-07-22 Ted KremenekFix '<rdar://problem/8214263> MakeCXCursor null derefer...
2010-07-22 Ted KremenekUpdate test case to include USRs containing offsets...
2010-07-22 Ted KremenekSwitch USR generation to use file offsets instead of...
2010-07-22 Chandler CarruthFix PR7673 by allowing an empty clobbers section in...
2010-07-22 Chandler CarruthAdd alternate names for x86 SIMD intrinsics. These...
2010-07-22 Chandler CarruthThis was still complaining about the length of the...
2010-07-22 Daniel Dunbartests: Make FileCheck version check that preamble isn...
2010-07-22 Daniel DunbarDriver/Darwin: Set -force_cpusubtype_ALL only by defaul...
2010-07-22 Daniel Dunbarbuild: Make sure arm_neon.h gets installed.
2010-07-22 Daniel DunbarDriver/Darwin: Always allow blocks on Darwin, so that...
2010-07-21 Devang PatelObjCId is special "struct objc_object". Make this expli...
2010-07-21 Sebastian RedlAllow loading macros from any file in the chain. WIP
2010-07-21 Daniel Dunbartests: XFAIL this test on win32, someone else can hunt...
2010-07-21 Ted KremenekUpgrade "'X' is unavailable" from a warning to an error...
2010-07-21 Sebastian RedlPromote some macro-related stuff to per-file data....
2010-07-21 Daniel Dunbartests: Use FileCheck instead of external input; I think...
2010-07-21 Douglas GregorIntroduce a new C API function, clang_parseTranslationU...
2010-07-21 Fariborz JahanianAdded extra check when looking for location of '=' in
2010-07-21 Fariborz JahanianFix source location of the initializer in
2010-07-21 Nate BegemanCatch thinko that Daniel Dunbar found.
2010-07-21 Devang PatelFix regression caused by r108911.
2010-07-21 Fariborz JahanianFix a rewriter bug which originates in SemaInit involving
2010-07-21 David ChisnallDon't crash when sending a message inside a block with...
2010-07-21 David ChisnallMark the load after calling objc_msg_lookup_sender...
2010-07-21 John McCallRename LazyCleanup -> Cleanup. No functionality change...
2010-07-21 John McCallRip out EHCleanupScope.
2010-07-21 John McCallKill the CleanupBlock API.
2010-07-21 John McCallSwitch the fragile-ABI @finally/@synchronized cleanup...
2010-07-21 John McCallCode simplification.
next