]> granicus.if.org Git - clang/shortlog
clang
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.
2010-07-21 John McCallSwitch the main possibly-conditional temporary cleanup...
2010-07-21 John McCallSwitch the destructor for a temporary arising from...
2010-07-21 John McCallSwitch the __cxa_guard_abort cleanup to being a lazy...
2010-07-21 John McCallSwitch some random local-decl cleanups over to using...
2010-07-21 John McCallSwitch finally cleanups over to being lazy cleanups...
2010-07-21 John McCallImplement proper base/member destructor EH chaining.
2010-07-21 Zhongxing XuMove some methods inline.
2010-07-21 Nate BegemanFix win64 compilation of constants like 0xFFFFFFFFFFFFF...
2010-07-21 John McCallChange PushDestructorCleanup to use lazy cleanups.
2010-07-21 John McCallConvert the EH cleanups for base and member destructors...
2010-07-21 Douglas GregorImplement zero-initialization for array new when there...
2010-07-21 John McCallConvert the end-catch call for finally blocks to a...
2010-07-21 Sebastian RedlAllow loading identifiers from any file in the chain...
2010-07-21 John McCallConvert the ObjC @synchronized cleanups to laziness...
2010-07-21 John McCallAdd a little helper method which will be useful soon.
2010-07-20 Sebastian RedlApparently not every system thinks that references...
2010-07-20 Sebastian RedlAllow loading declarations from any file in the chain...
2010-07-20 Sebastian RedlAllow loading types from any file in the chain. WIP
2010-07-20 Devang PatelRemove unintended code that was checked in as part...
2010-07-20 Devang PatelRemove unused argument.
2010-07-20 John McCallFix the IR generation for catching pointers by references.
2010-07-20 Chris Lattnerin 'new int[4]', constant fold the 4*4=16 instead of
2010-07-20 Sebastian RedlAllow loading source locations from any file in the...
2010-07-20 Chris Lattnerdon't demand names to be on IR.
2010-07-20 Chris Lattnertemporarily disable this to fix the build bot.
2010-07-20 Sebastian RedlMore work on getting PCHReader to handle multiple files...
next