]> granicus.if.org Git - clang/shortlog
clang
2009-04-19 Eli FriedmanPrint an error for uses of __thread on targets which...
2009-04-19 Eli FriedmanAdd target property for whether thread-local storage...
2009-04-19 Chris Lattnerreject invalid stuff in the STDC namespace.
2009-04-19 Chris Lattnerstub out STDC #pragmas.
2009-04-19 Daniel DunbarForward f[no-]dollars-in-identifiers to clang, when...
2009-04-19 Sebastian RedlBring member pointer operands of the conditional operat...
2009-04-19 Chris Lattnerbasic support for -Wunknown-pragmas, more coming.
2009-04-19 Daniel DunbarForward -fno-diagnostics-fixit-info to clang-cc.
2009-04-19 Eli FriedmanPR3853: Add CodeGen support for __thread.
2009-04-19 Chris Lattnermove token paste poisoning diagnostics to after the...
2009-04-19 Eli FriedmanTests for __thread specifier.
2009-04-19 Eli FriedmanAdd more thorough/correct checking for invalid __thread...
2009-04-19 Eli FriedmanSilence gcc warning.
2009-04-19 Chris Lattnerpick a smaller header, one that we control to test...
2009-04-19 Chris Lattnerrename test for consistency with other pragma test.
2009-04-19 Chris Lattnermerge pragma poison tests into one file with -verify...
2009-04-19 Chris Lattnermerge two tests
2009-04-19 Chris LattnerFix PR3918: Invalid use of __VA_ARGS__ not diagnosed,
2009-04-19 Sebastian RedlAnother piece of the conditional operator puzzle. We...
2009-04-19 Chris Lattnerconvert to -verify mode.
2009-04-19 Chris LattnerFix PR4006, incorrect handling of __VA_ARGS__ when...
2009-04-19 Chris Lattneractually just do this on all x86 targets, it won't...
2009-04-19 Chris LattnerDefine __NO_MATH_INLINES on linux/x86 so that we don...
2009-04-19 Chris Lattnerimplement compiler support for -fno-diagnostics-fixit...
2009-04-19 Chris Lattnerinvalid directives can occur in #if 0 code, just pass...
2009-04-19 Chris Lattnermake PTH not crash on a null directive (# on its own...
2009-04-19 Chris Lattneruse isNot instead of !is
2009-04-19 Chris Lattnerfix -fdollars-in-identifiers to have a default that...
2009-04-19 Chris Lattnerfix rdar://6804322 by wiring up -fdollars-in-identifiers
2009-04-19 Chris Lattnersilence a warning, it isn't clear what the right answer...
2009-04-19 Chris Lattnerconvert to -verify mode.
2009-04-19 Chris Lattnersilence a warning, I need to talk to Devang about this...
2009-04-19 Chris LattnerFix rdar://6804402 - crash on objc implementations...
2009-04-19 Chris Lattnerrearrange #include order.
2009-04-19 Chris Lattnerrun the jump checker on blocks, even though they don...
2009-04-19 Chris Lattneradd a new Sema::CurFunctionNeedsScopeChecking bool...
2009-04-19 Chris Lattnertest that vlas are checked in an objc method context.
2009-04-19 Chris Lattnerapparently gotos aren't allowed at all in blocks. ...
2009-04-19 Chris Lattnermore testcases of variably modified types.
2009-04-19 Chris Lattnermove jump scope checking and related code out into...
2009-04-19 Daniel DunbarSome more tweaks to driver documentation.
2009-04-19 Daniel DunbarFix bug in computation of ivar offsets for (adjacent...
2009-04-19 Chris Lattnerminor typographical fixes
2009-04-19 Chris Lattnerrevert david's patch, which causes a testsuite failure.
2009-04-19 Chris Lattnerrewrite an O(N^2) algorithm to be O(n).
2009-04-19 Chris Lattnersecond half of indirect jump checking: make sure that any
2009-04-19 Chris LattnerFirst half of jump scope checking for indirect goto.
2009-04-19 Chris LattnerAdd location info for indirect goto.
2009-04-19 Daniel DunbarReuse ObjcIvarOffsetVariable instead of duplicating...
2009-04-19 Daniel DunbarRemove some unnecessary complexity.
2009-04-18 Chris Lattner"This patch fixes message sends to super in class metho...
2009-04-18 Chris Lattneradd some testcases that we do not correctly handle.
2009-04-18 Chris Lattnerreimplement DeclStmt handling so that we correctly...
2009-04-18 Chris Lattnerrearrange.
2009-04-18 Chris Lattneradd testcases for some more scary/horrible things that...
2009-04-18 Chris Lattnerthe scope checker does work with objc methods, add...
2009-04-18 Chris LattnerI didn't understand how @catches were chained. Now...
2009-04-18 Chris LattnerFix PR3917: the location of a #line directive is the...
2009-04-18 Chris LattnerChange Preprocessor::AdvanceToTokenCharacter to stop at
2009-04-18 Chris Lattneradd a new Lexer::SkipEscapedNewLines method.
2009-04-18 Chris Lattnerfactor escape newline measuring out into its own helper...
2009-04-18 Chris Lattnerremove unneeded scopes.
2009-04-18 Chris Lattnerforgot to commit this before.
2009-04-18 Chris Lattnerfix typo
2009-04-18 Chris Lattnerreject invalid jumps among pieces of @try blocks. ...
2009-04-18 Chris Lattnerunconditionally check for goto correctness. This is...
2009-04-18 Anders CarlssonUse EmitCallArgs in EmitObjCMessageExpr.
2009-04-18 Daniel DunbarTest case would allow clang to fail.
2009-04-18 Anders CarlssonMake CodeGenFunction::EmitCallArgs a template function...
2009-04-18 Anders CarlssonAdd functions for iterating over the argument types...
2009-04-18 Chris Lattnermerge two tests.
2009-04-18 Chris Lattnerabstract the SwitchStack for blocks just like we do...
2009-04-18 Chris Lattnerfix two error paths out of ParseBlockLiteralExpression to
2009-04-18 Chris Lattnerrefactor some code, adding a new getLabelMap() accessor...
2009-04-18 Chris LattnerImprove switch diagnostic to emit the "jump" message...
2009-04-18 Chris Lattnerfirst step to getting switches giving "jump into vla...
2009-04-18 Chris Lattneradd some block goto test cases.
2009-04-18 Chris Lattnerfix error recovery in the case of a jump to a label...
2009-04-18 Chris Lattnerglibc plays some weird games with multiple different...
2009-04-18 Chris Lattnermake sure to verify that the "non pch" runs worked.
2009-04-18 Chris Lattnerimprove wording of scope violation error messages.
2009-04-18 Chris Lattnerrename test
2009-04-18 Chris Lattnermore fun with line markers: the digit string is require...
2009-04-18 Douglas GregorDon't emit name-lookup tables for functions or methods...
2009-04-18 Douglas GregorFix test to output LLVM to a temporary file, which...
2009-04-18 Chris Lattnerrewrite the goto scope checking code to be more efficie...
2009-04-18 Chris Lattneradd accessor.
2009-04-18 Daniel DunbarUse getAsPointerType instead of using getCanonicalType...
2009-04-18 Daniel DunbarFix a bug found by inspection, class/meta references...
2009-04-18 Chris Lattneradd another testcase
2009-04-18 Chris Lattnerdon't evaluate ->child_end() every time through the...
2009-04-18 Chris Lattnersplit code out into a new CheckFunctionJumpScopes routine,
2009-04-18 Chris Lattnermake scope checking be static functions instead of...
2009-04-18 Chris Lattnerfix incorrect lowering of __builtin_ia32_shufpd, rdar...
2009-04-18 Chris Lattnerrename file.
2009-04-18 Chris Lattnerdon't dump .ll file in this dir.
2009-04-18 Chris Lattner__builtin_prefetch should be declared as "void __builti...
2009-04-18 Chris Lattnerrename test
2009-04-18 Chris Lattnerfix PR3927 by being more careful about the pp test...
2009-04-18 Chris Lattnersecond half of PR3940: #line requires simple digit...
next