]> granicus.if.org Git - clang/shortlog
clang
2009-06-05 Anders CarlssonFix another crash and actually make the test case work.
2009-06-05 Eli FriedmanStart of a Sema implementation for #pragma weak. This...
2009-06-05 Anders CarlssonFix a case when the TemplateArgs vector can be empty.
2009-06-05 Daniel DunbarFix -Asserts build warnings.
2009-06-05 Douglas GregorSeveral improvements to template argument deduction:
2009-06-05 Eli FriedmanTest for parsing #pragma weak.
2009-06-05 Eli FriedmanAdd parser support for #pragma weak.
2009-06-04 Devang PatelNoRedZone attribute test case.
2009-06-04 Devang PatelSet function attribute llvm::Attribute::NoRedZone appro...
2009-06-04 Eli FriedmanFix up this compatibility hack to be more compatible...
2009-06-04 Eli FriedmanMove a couple Darwin-specific defines into getDarwinDef...
2009-06-04 Anders CarlssonUse the correct indentation for DeclTemplate.cpp
2009-06-04 Eli FriedmanMinor simplification.
2009-06-04 Eli FriedmanPR4326: Handle constant evaluation for void* pointer...
2009-06-04 Eli FriedmanClean up builtin lists, add a few new builtins. (I...
2009-06-04 Daniel DunbarPut "Language Extensions" and "C++ status" in the regul...
2009-06-04 Daniel DunbarMention unsupported GCC duplicate-definition-with-inlin...
2009-06-04 Fariborz JahanianMore refactoring/cleanup of objc ivars.
2009-06-04 Chris LattnerMake ReplaceUsesOfNonProtoTypeWithRealFunction verify...
2009-06-04 Chris LattnerDefineBuiltinMacro is always passed two args, remove...
2009-06-04 Torok Edwinforward -fno-color-diagnostics to clang-cc.
2009-06-04 Torok EdwinAdd ANSI color support for clang.
2009-06-04 Anders CarlssonAdd DeclPrinter.cpp
2009-06-04 Anders CarlssonMinor improvements to template parameter writing.
2009-06-04 Douglas GregorEliminate a warning
2009-06-04 Anders CarlssonTemplate argument deduction for incomplete and constant...
2009-06-04 Anders CarlssonUse PushConditionalTempDestruction/PopConditionalTempDe...
2009-06-04 Anders CarlssonUse conditional temp destruction for || and &&.
2009-06-04 Anders CarlssonMake PushCXXTemporary and PopCXXTemporary handle condit...
2009-06-04 Anders CarlssonAdd PushConditionalTempDestruction/PopConditionalTempDe...
2009-06-04 Anders CarlssonMake sure to call FullExpr before parsing anything...
2009-06-04 Anders CarlssonUse the right indentation for CGCXXTemp.cpp
2009-06-04 Anders CarlssonMake sure to push a cleanup block.
2009-06-04 Fariborz JahanianCleanup/Refactoring of ivar collection. No change in...
2009-06-04 Douglas GregorTemplate argument deduction for references
2009-06-04 Douglas GregorUpdate Xcode project
2009-06-04 Douglas GregorWhen performing template argument deduction, ensure...
2009-06-03 Douglas GregorPTH -> PCH in the user manual
2009-06-03 Mike StumpFix cmake builds.
2009-06-03 Douglas GregorHTML tweak to get the PCH internals documentation to...
2009-06-03 Douglas GregorFinished the PCH design and implementation documentation
2009-06-03 Douglas GregorDocument the integration points for precompiled headers
2009-06-03 Eli FriedmanPR4316: Fix IRGen for cast-to-union extension.
2009-06-03 Ted KremenekAdd more retain-checker tests for GC mode when using...
2009-06-03 Anders CarlssonMore temporary work.
2009-06-03 Eli FriedmanPR4308: Fix support for -m32/-m64 on Linux.
2009-06-03 Anders CarlssonStore more information about live temporaries. No funct...
2009-06-03 Anders CarlssonMove code generation of C++ temporaries into a new...
2009-06-03 Douglas GregorAdd a table of contents to the PCH design document
2009-06-03 Douglas GregorDocument the PCH representation of statements and expre...
2009-06-03 Daniel Dunbar(llvm up) Switch to using StandardPasses.h
2009-06-03 Fariborz JahanianPlace the GC attribute on the same relative pointer
2009-06-03 Daniel DunbarDriver: Support -mllvm; this just forwards options...
2009-06-03 Douglas GregorFill in some gaps in the precompiled headers documentation
2009-06-03 Duncan SandsCompile fix needed by the solaris system gcc.
2009-06-03 Eli FriedmanMinor cleanup for implicit int warnings.
2009-06-03 Eli FriedmanFix up a bunch of warnings to use ExtWarn so they inter...
2009-06-03 Eli FriedmanAdd support for -Wempty-body.
2009-06-03 Eli FriedmanBack out r72764; I should have looked more carefully...
2009-06-03 Eli FriedmanPR3678: Add support for "Yt" asm register constraint.
2009-06-03 Eli FriedmanPR4290: Handle vfprintf in a way that doesn't give...
2009-06-03 Zhongxing Xuemit ORIGINAL_FILE_NAME record ID to blockinfo block.
2009-06-03 Argyrios KyrtzidisUse "()" instead of "(void)" when pretty-printing a...
2009-06-02 Douglas GregorMore PCH documentation
2009-06-02 Daniel DunbarAdd clang-cc support for -disable-llvm-optzns.
2009-06-02 Fariborz JahanianDiagnose misuse of __strong attribute in a redeclaration.
2009-06-02 Fariborz JahanianIssue diagnostics on __weak attribute mismatch.
2009-06-02 Eli FriedmanMissing file for __builtin_unwind_init support.
2009-06-02 Eli FriedmanAdd support for __builtin_unwind_init.
2009-06-02 Eli FriedmanPR4142: Add %m format string specifier.
2009-06-02 Eli FriedmanA couple minor corrections to the "GCC extensions not...
2009-06-02 Eli FriedmanPR4288: Make -dD (dump macros with preprocessed source...
2009-06-02 Eli FriedmanFix a silly typo in my previous objc_gc merging patch.
2009-06-02 Eli FriedmanIf we recognize alloca, treat it as a builtin. This...
2009-06-02 Eli FriedmanAdd builtin declarations for the variants of sin and...
2009-06-02 Eli FriedmanAdd aliases for a couple of SSE intrinsics. Patch...
2009-06-02 Eli FriedmanAdd --shared option.
2009-06-02 Eli FriedmanCleaned-up version of gc attribute type merging. I...
2009-06-02 Eli FriedmanRemove test which doesn't pass with gcc.
2009-06-02 Sanjiv GuptaAdd floating point details to PIC16 Target.
2009-06-02 Fariborz JahanianThis patch attempts to fix the merging of __strong...
2009-06-01 Daniel DunbarFix rare failure of .ver-svn creation, it has a depende...
2009-06-01 Fariborz JahanianA corner case of objc2 gc's write-barrier generation
2009-06-01 Fariborz JahanianFixed a test case which I am to blame for making it
2009-06-01 Daniel DunbarUpdate test case.
2009-06-01 Anders CarlssonFix a bug in hasEmptyExceptionSpec. (Thanks Sebastian...
2009-06-01 Eli FriedmanPR4289: Make sure "&func" has the right LLVM type when...
2009-06-01 Eli FriedmanPR4287: allow a variadic prototype to make a subsequent...
2009-06-01 Eli FriedmanSimplify run line.
2009-06-01 Eli FriedmanPR4283: Don't truncate multibyte character constants...
2009-06-01 Eli FriedmanDisable type merging with gc attributes. This has...
2009-06-01 Zhongxing XuUnify coding style.
2009-06-01 Zhongxing XuUse a reference to modify the DeclIDs map.
2009-06-01 Anders CarlssonAfter spending 15 minutes trying to figure out why...
2009-06-01 Anders CarlssonFix a thinko.
2009-06-01 Anders CarlssonCheck for null correctly for new expressions.
2009-05-31 Anders CarlssonImprove irgen of 'new' further.
2009-05-31 Anders Carlsson...and aggregate POD types.
2009-05-31 Anders CarlssonSupport for complex types.
2009-05-31 Anders CarlssonBetter support for scalar POD types in 'new' expressions.
next