]> granicus.if.org Git - clang/shortlog
clang
2008-05-29 Eli FriedmanImplementation of stdarg.h.
2008-05-28 Chris LattnerFix rewrite rope to keep the leaf list up-to-date as...
2008-05-28 Chris Lattnergive location info to another paren expr.
2008-05-28 Chris Lattneradd an assertion
2008-05-27 Chris LattnerFix a couple crashes on invalid input.
2008-05-27 Ted KremenekWhen the build command is xcodebuild, set the magical...
2008-05-27 Ted KremenekCorrectly check to see if we are analyzing C++ files...
2008-05-27 Devang PatelCheck first member alignment and uses packed struct...
2008-05-27 Devang PatelFix test case
2008-05-27 Eli FriedmanAdd the copysign builtins; I ran into a program that...
2008-05-27 Eli FriedmanA few more cases for aggregate values.
2008-05-27 Eli FriedmanImplementation of __builtin_ctlz.
2008-05-27 Eli FriedmanAssume statement expressions have side effects; this...
2008-05-27 Eli FriedmanThe cache is working again; re-enable it.
2008-05-27 Eli FriedmanGet the type right for wide string literals; it's wchar...
2008-05-27 Eli FriedmanAdd FIXME.
2008-05-27 Eli FriedmanDon't swap function decls, and add them to the scope...
2008-05-27 Eli FriedmanAdd a more reliable check for whether a static declarat...
2008-05-27 Eli FriedmanStop leaking the main Sema object. (Leak found using...
2008-05-27 Eli FriedmanStop leaking the target data. (Leak found with valgrind.)
2008-05-27 Eli FriedmanGeneralize the float type generation code, and specific...
2008-05-27 Eli FriedmanImplementation of gcc mode attribute; this is significa...
2008-05-27 Eli FriedmanRewrite struct/union layout. This is mostly cleanup...
2008-05-27 Eli FriedmanStop leaking the TUDecl.
2008-05-27 Eli FriedmanChange diagnostic per suggestion, to make it a bit...
2008-05-26 Eli FriedmanEmit memmove, not memcpy, for structure copies; this...
2008-05-25 Eli FriedmanFix for PR2001. I'm not really fond of it, but it is...
2008-05-25 Eli FriedmanCount the number of initializable members correctly...
2008-05-25 Eli FriedmanDiagnose implicit init list for empty aggregate, like...
2008-05-25 Eli FriedmanMove the error checking for variable-sized objects...
2008-05-25 Eli FriedmanMake sure to define __sparc__ on Solaris; this should...
2008-05-25 Sanjiv GuptaGenerate subprogram debug info with -g.
2008-05-25 Eli FriedmanFix this test on non-X86 platforms.
2008-05-25 Eli FriedmanAlways initialize NEXT_CATCH; fixes a Valgrind uninitia...
2008-05-24 Ted KremenekFix variable misspelling.
2008-05-24 Ted KremenekDon't use inferlanguage to override the default languag...
2008-05-24 Ted KremenekDon't analyze .o files.
2008-05-24 Ted KremenekCleanup indentation and remove some dead code.
2008-05-24 Ted KremenekCall the correct destructor.
2008-05-24 Steve NaroffThis fixes a VC++ build failure.
2008-05-23 Chris Lattnerfix a nasty off-by-one error.
2008-05-23 Chris Lattneradd some assertions to catch bad things before they die
2008-05-23 Chris Lattnerfix an inconsistency computing offsets that caused...
2008-05-23 Ted KremenekDisable the use of PCH files when using xcodebuild.
2008-05-23 Steve NaroffMinor tweak to -ast-dump for ivars.
2008-05-23 Steve NaroffFix range info for explicit ivar refs.
2008-05-23 Ted KremenekRevert r51498: http://llvm.org/viewvc/llvm-project...
2008-05-23 Steve NaroffRemove a diagnostic (temporary hack that will be remove...
2008-05-23 Chris Lattnerminor changes, collect the range of an expr before...
2008-05-23 Steve NaroffMake sure method definitions get output with -ast-dump.
2008-05-23 Ted KremenekWhen known, include the analyzer build in the output...
2008-05-23 Ted KremenekMore test cases for retain/release checker. These...
2008-05-23 Gabor Greiffix typo
2008-05-23 Ted KremenekUnbreak build. Forget to check in this header file...
2008-05-23 Ted KremenekFix typo.
2008-05-23 Steve NaroffTweak AST dumper for ObjC ivars.
2008-05-22 Ted KremenekAdditional retain/release checker regression tests.
2008-05-22 Ted KremenekPrototyped support in the BugReporter to emit diagnosti...
2008-05-22 Steve NaroffMake sure the source location for @property points...
2008-05-22 Dan GohmanChange uses of llvm::Type::isFirstClassType to use...
2008-05-22 Ted KremenekExpand retain/release checker to consider methods/funct...
2008-05-22 Ted KremenekDon't use ostringstream (pulling in <sstream>) when...
2008-05-22 Ted KremenekUpdate driver include paths to work on darwin10.
2008-05-22 Eli FriedmanPatch for PR2350; the issue was tnat we were allowing...
2008-05-22 Eli FriedmanMake debugging information usable. This is barebones...
2008-05-22 Eli FriedmanMinor refactoring: compute the return value separately...
2008-05-22 Eli FriedmanMake CurFuncDecl more specific; I have some code I...
2008-05-22 Dan GohmanMove getAccessedFieldNo out of lib/AST/Expr.cpp into
2008-05-21 Ted KremenekImprove dead stores diagnostics to include the variable...
2008-05-21 Dan GohmanRemove the unneeded #include of VMCore header "llvm...
2008-05-21 Dan GohmanExplicitly #include Support/Streams.h when using llvm...
2008-05-21 Ted KremenekAdd Destroy method to Types, making there destruction...
2008-05-21 Ted KremenekFix potential double-free.
2008-05-21 Steve NaroffFixup ASTContext::PrintStats()...it was causing several...
2008-05-21 Ted KremenekWhen destroying DeclStmts, also destroy the associated...
2008-05-21 Ted KremenekFixed bug in the transfer function for dereferences...
2008-05-21 Eli FriedmanRemove an unnecessary/buggy if check. Ran into this...
2008-05-21 Eli FriedmanA small testcase; no patch, since it was a bug in a...
2008-05-21 Eli FriedmanFix this test so that it's valid; the point is to test...
2008-05-21 Eli FriedmanFix the destruction "properly" in the sense that we...
2008-05-21 Eli FriedmanPR2347: Fix crash iterating over VLAs; this started...
2008-05-21 Eli FriedmanDon't kill the declarations if the translation unit...
2008-05-21 Eli FriedmanFix a couple of bugs found by Neil Booth in the const...
2008-05-21 Eli FriedmanProtect iso646.h from C++ (although I can't imagine...
2008-05-20 Steve NaroffAdd SemaInit.cpp to VC++ proj.
2008-05-20 Nuno Lopesinitialize variable and fix a bunch of test failures
2008-05-20 Nuno Lopesfix warning with gcc 4.1 (ptr to bool convertion)
2008-05-20 Eli FriedmanRemove hacks from ASTContext now that alignment gets...
2008-05-20 Eli FriedmanMissed an include.
2008-05-20 Eli FriedmanMinor correction for PPC targets.
2008-05-20 Eli FriedmanSome small changes to make the target info a bit more...
2008-05-20 Eli FriedmanPerform stricter/more accurate checking for C99 constan...
2008-05-20 Eli FriedmanAdd a couple more headers. stddef was discussed on...
2008-05-20 Eli FriedmanTest from PR2332; bug already fixed by r51311.
2008-05-20 Eli FriedmanDisable the function address cache; this doesn't have...
2008-05-20 Eli FriedmanFix the scope of K&R-style argument declarations so...
2008-05-20 Eli FriedmanFix test (it was incorrectly succeeding).
2008-05-20 Eli FriedmanAdd codegen support for stack address intrinsics.
2008-05-20 Eli FriedmanFix typo in test.
2008-05-20 Eli FriedmanAdd __builtin_frame_address and __builtin_return_addres...
next