]> granicus.if.org Git - clang/shortlog
clang
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>.
2010-08-02 Sebastian RedlQuery only the latest version of an identifier in the...
2010-08-02 Sebastian RedlRemove mutable data on TagType and InjectedClassNameTyp...
2010-08-02 Fariborz JahanianCompute width/align of objc builtin types (id, etc)
2010-08-02 Daniel DunbarUpdate UsersManual, we support '#pragma align' now.
2010-08-02 Daniel DunbarFrontend: Change PluginASTAction::ParseArgs to take...
2010-08-02 Argyrios KyrtzidisYou actually have to include a header in order to use...
2010-08-02 Argyrios KyrtzidisUse llvm_unreachable.
2010-08-02 Argyrios KyrtzidisShut up warnings in Release build.
2010-08-02 Argyrios KyrtzidisRead/write in PCH Sema's StdNamespace and StdBadAlloc...
2010-08-02 Argyrios KyrtzidisRename getStdNamespace -> getOrCreateStdNamespace,...
2010-08-02 Daniel DunbarDriver/Darwin: Change where Darwin computes the host...
2010-08-02 Daniel DunbarDriver: Have -ccc-host-triple simply override the defau...
2010-08-02 Daniel DunbarDriver/Darwin: Inline some constants.
2010-08-02 Daniel DunbarDriver/FreeBSD: Change how FreeBSD derives the Lib32...
2010-08-02 Daniel DunbarDriver: Move HostInfo::lookupTypeForExtension to ToolCh...
2010-08-02 Daniel DunbarDriver: Give Build{Universal,}Actions access to the...
2010-08-02 Zhongxing XuImprove flat store: MemRegion::getAsOffset() computes...
2010-08-02 Daniel DunbarDriver: Add Compilation::addCommand and switch tools...
2010-08-02 Daniel DunbarDriver: Eliminate PipedJob, which is now unused.
2010-08-02 Daniel DunbarDriver: Eliminate special InputInfo kind for pipes...
2010-08-02 Daniel DunbarDriver: Eliminate now unnecessary tool hooks for whethe...
2010-08-02 Daniel DunbarDriver: Simplify.
2010-08-02 Daniel DunbarDriver: Eliminate now unused argument.
2010-08-02 Daniel DunbarDriver: Simplify logic for sending 'clang -E t.c' outpu...
2010-08-02 Daniel DunbarDriver: Never try to use piped inputs.
2010-08-02 Daniel DunbarDriver: Start ripping out support for -pipe, which...
2010-08-01 Daniel DunbarDriver/OpenBSD: Update toolchain for compiler changes...
2010-08-01 Daniel DunbarDriver: Keep track of a separate "install dir", which...
2010-08-01 Daniel DunbarSimplify.
2010-08-01 Eli FriedmanPR7777: Set EnabledByDefault to something useful, inste...
2010-08-01 John McCallKill off RequiresGlobalConstructor in favor of isConsta...
2010-08-01 John McCallMake a first pass at implementing -Wglobal-constructors...
2010-08-01 John McCallInstantiate attributes from the pattern record when...
2010-08-01 John McCallFix indentation.
2010-08-01 John McCallDon't consider all local variables in C++ to mandate...
2010-08-01 John McCallOnly run the jump-checker if there's a branch-protected...
2010-07-31 Nick LewyckyIterate typeloc's for class bases.
2010-07-31 John McCallFix fragile-ABI ObjC exceptions in the presence of...
2010-07-31 Daniel Dunbarbuild: Don't pass -avoid-version or -no-undefined on...
next