]> granicus.if.org Git - clang/shortlog
clang
2010-08-05 Bruno Cardoso... Fix AVX 256-bit intrinsics headers by using the right...
2010-08-05 John McCallDon't crash when mangling empty anonymous unions. ...
2010-08-05 Sebastian RedlCollect namespaces that need updating in a PCH chain...
2010-08-05 Fariborz JahanianAdd support for block imported struct variable layout...
2010-08-05 John McCallIt turns out that linkers (at least, the Darwin linker...
2010-08-05 Chris Lattnerfix the va_list definition for vc++64, patch by Cameron...
2010-08-05 Sebastian RedlWrite various C++-specific records to chained PCHs...
2010-08-05 John McCallArgument evaluation order is not guaranteed. Split...
2010-08-05 Tom CareFixed logic error in UnreachableCodeChecker's marking...
2010-08-05 John McCallFix a major bug with -ftrapv and ++/--. Patch by David...
2010-08-05 John McCallAllow multiple __declspec attributes after a class...
2010-08-05 Fariborz JahanianFor now skip over aggregate non-byref block variables.
2010-08-05 Fariborz JahanianTrying to unbreak buildbot.
2010-08-05 Ted KremenekRevert r110317, and add a comment why the assertion...
2010-08-05 Eli FriedmanFlip the switch to use OffsetOfExpr unconditionally...
2010-08-05 Eli FriedmanPR7769: Fix references to anonymous structs/unions...
2010-08-05 Eli FriedmanAdd IRGen support for non-constant OffsetOfExpr.
2010-08-05 Argyrios KyrtzidisStore the pending implicit instantiations in the PCH...
2010-08-05 Argyrios KyrtzidisSupport #pragma weak for PCH.
2010-08-05 Argyrios KyrtzidisMake sure C++ variable definitions are actually passed...
2010-08-05 Eli FriedmanMake checker recognize OffsetOfExpr as a form of __buil...
2010-08-05 Douglas GregorGive clang_codeCompleteAt() an "options" parameter...
2010-08-05 John McCallTDK_InconsistentQuals is really totally different from...
2010-08-05 Zhongxing XuTurn the predicate into an assertion. When could the...
2010-08-05 Eli FriedmanTests for #pragma GCC visibility.
2010-08-05 Eli FriedmanImplement #pragma GCC visibility.
2010-08-05 Nick LewyckyRemove the warning for variables declared in the if...
2010-08-05 John McCallPermit template argument deduction to add qualifiers...
2010-08-05 John McCalloperator<< on a DiagnosticBuilder should *always* outpu...
2010-08-05 Jordy RoseTweak GRState::unbindLoc to use makeWithStore, and...
2010-08-05 Jordy RoseRemove InvalidateRegion from stores, since it's no...
2010-08-05 Chandler CarruthConvert this file to not have Windows line endings...
2010-08-05 Eli FriedmanAdd support for -Woverlength-strings.
2010-08-05 Eli FriedmanPreserve calling convention etc. across template instan...
2010-08-05 Eli FriedmanGet rid of isObjectType; when C++ says "object type...
2010-08-05 Sebastian RedlDrop an unjustified limitation from Type::isObjectType...
2010-08-05 Sebastian RedlRemove a redundant and broken check. Fixes PR7810.
2010-08-05 Fariborz JahanianClean up of my last patch.
2010-08-05 Ted KremenekCorrectly handle 'Class<...>' when examining Cocoa...
2010-08-05 Ted KremenekRemove bonehead redeclaration.
2010-08-04 Fariborz JahanianBlock variable layout bitmap API generation.
2010-08-04 Ted KremenekFix CFGBuilder to not blow out the stack when processin...
2010-08-04 John McCallExtend the visibility-hidden optimization to linkonce_o...
2010-08-04 Bruno Cardoso... Logical AVX instrinsics can be matched directly, no...
2010-08-04 Bruno Cardoso... Add -mavx and -mno-avx command line support
2010-08-04 Sebastian RedlActivate selectors in chained PCH. Chained PCH now...
2010-08-04 Bruno Cardoso... Add AVX intrinsics header
2010-08-04 Sebastian RedlBring stats for the method pool back.
2010-08-04 Sebastian RedlImplement per-file reading of the selector table. This...
2010-08-04 Ted KremenekTeach SemaChecking::CheckReturnStackAddr about Implicit...
2010-08-04 Fariborz JahanianMore objc block variable layout info. work.
2010-08-04 Ted KremenekAdd CFGStmtMap, which defines a mapping from Stmt*...
2010-08-04 Sebastian RedlWhen chaining, only write interesting selectors to...
2010-08-04 Sebastian RedlStore the IDs of selectors in the PCH file explicitly.
2010-08-04 Douglas GregorWhen performing in-process code completion, don't free...
2010-08-04 Fariborz JahanianSome early work for providing block layout info.
2010-08-04 Douglas GregorAdd code-completion support directly to ASTUnit, which...
2010-08-04 John McCallEmit standard-library RTTI with external linkage, not...
2010-08-04 Jordy RoseChange the checker callback cache in GRExprEngine to...
2010-08-04 Eric ChristopherAccept and ignore (for now) -funroll-loops.
2010-08-04 John McCallExtend the hidden-visibility vtables optimization to...
2010-08-04 John McCallSome more correctness fixes and code-size optimizations...
2010-08-04 Douglas GregorWhen we try (but fail) to build a precompiled preamble...
2010-08-04 Bruno Cardoso... Add more AVX 256-bit intrinsics and test cases for...
2010-08-04 John McCallAdd a test case for P%7346, which was fixed by not...
2010-08-04 John McCallOnly look up an 'operator delete' on the definition...
2010-08-04 John McCallLook through using declarations when deciding whether...
2010-08-03 John McCallFix a warning on a test.
2010-08-03 John McCallDo a very simple pass over every function we emit to...
2010-08-03 Chris Lattneradd a hack for visual studio, fixing PR7796
2010-08-03 Sebastian RedlIncomplete promotion of selector info to per-file data.
2010-08-03 Nate BegemanAdd support for VFP status & control operations for...
2010-08-03 Tom CareImproved false positive detection and numerous small...
2010-08-03 Jordy RoseRemove DoneEvaluating field (unused since r90296)
2010-08-03 Jordy RoseMakes GRState::makeWithStore private, to encourage...
2010-08-03 Douglas GregorWhen using a precompiled preamble, keep track of the...
2010-08-03 Eli FriedmanPR7795: Fix the definition of __WCHAR_MAX__ with -fshor...
2010-08-03 Argyrios KyrtzidisApart from storing/retrieving the previous redeclaratio...
2010-08-03 Argyrios KyrtzidisIntroduce getMostRecentDeclaration() and getFirstDeclar...
2010-08-03 Argyrios KyrtzidisSend AST dumping/printing to stdout instead of stderr.
2010-08-03 Argyrios KyrtzidisAvoid writing a VTABLE_USES record in PCH if there...
2010-08-03 Chris Lattnerfix some undefined behavior, PR7779.
2010-08-03 Daniel DunbarDriver: Don't forward any -g options to GCC, when using...
2010-08-03 Douglas GregorReshuffle the PCH generator action and consumer, so...
2010-08-03 John McCallEmit weak vtables of non-template classes with hidden...
2010-08-03 Zhongxing XuAllow offsets to be negative. Out-of-bound cases are...
2010-08-03 Zhongxing XuPull the region offset computation logic into a single...
2010-08-03 Bruno Cardoso... Support x86 AVX 256-bit instructions built-ins. Right...
2010-08-03 Tom CareChanged GRExprEngine to pass down a reference to itself...
2010-08-03 Ted KremenekAdd -cc1 option '-unoptimized-cfg' to toggle using...
2010-08-02 Ted KremenekAdd 'AnalysisContext::getUnoptimizedCFG()' to allow...
2010-08-02 John McCallLabels (and case statement) don't create independent...
2010-08-02 Sebastian RedlSimplify global method pool implementation in Sema...
2010-08-02 Ted KremenekFix another case (this time in JumpScopeChecker) where...
2010-08-02 Ted KremenekFix idempotent operations false positive caused by...
2010-08-02 John McCallFurther adjustments to -Wglobal-constructors; works...
2010-08-02 Douglas GregorAdd Darwin dylib versioning support to libclang when...
2010-08-02 Douglas GregorWhen using a precompiled preamble, save the diagnostics...
2010-08-02 Ted Kremenek'Assumption &A' gets default initialized to 'Possible...
2010-08-02 Ted KremenekAdd test case for <rdar://problem/8258814>.
next