2009-02-13 |
Daniel Dunbar | ccc: Suffix for PCH files is appended, not replaced. |
commit | commitdiff | tree | snapshot |
2009-02-13 |
Mike Stump | Condense NSConcreteGlobalBlock handling. |
commit | commitdiff | tree | snapshot |
2009-02-13 |
Mike Stump | Calculate size correctly. |
commit | commitdiff | tree | snapshot |
2009-02-13 |
Mike Stump | Size should be unsigned. |
commit | commitdiff | tree | snapshot |
2009-02-13 |
Mike Stump | Condense all the blocks code into CGBlocks.cpp. |
commit | commitdiff | tree | snapshot |
2009-02-13 |
Mike Stump | Fixup types, the runtime uses int, not int32. |
commit | commitdiff | tree | snapshot |
2009-02-13 |
Mike Stump | Fix cmake builds. |
commit | commitdiff | tree | snapshot |
2009-02-13 |
Mike Stump | Fixup spacing a tad. |
commit | commitdiff | tree | snapshot |
2009-02-13 |
Mike Stump | Move GenericBlockLiteralType into CGM. |
commit | commitdiff | tree | snapshot |
2009-02-13 |
Mike Stump | Move BlockDescriptorType into CGM. |
commit | commitdiff | tree | snapshot |
2009-02-13 |
Mike Stump | 80col. |
commit | commitdiff | tree | snapshot |
2009-02-13 |
Anders Carlsson | Start warning about unknown attributes. |
commit | commitdiff | tree | snapshot |
2009-02-13 |
Anders Carlsson | Add a new Ignored attribute type, and use it for may_alias. |
commit | commitdiff | tree | snapshot |
2009-02-13 |
Anders Carlsson | Add CodeGen support for the nodebug attribute. |
commit | commitdiff | tree | snapshot |
2009-02-13 |
Anders Carlsson | Add sema support for the nodebug attribute. |
commit | commitdiff | tree | snapshot |
2009-02-13 |
Eli Friedman | Initial implementation of arbitrary fixed-width integer... |
commit | commitdiff | tree | snapshot |
2009-02-13 |
Ted Kremenek | GRExprEngine: |
commit | commitdiff | tree | snapshot |
2009-02-13 |
Douglas Gregor | Add mangling for variadic functions and conversion... |
commit | commitdiff | tree | snapshot |
2009-02-13 |
Eli Friedman | Fix gcc warning: gcc correctly notes that const-qualify... |
commit | commitdiff | tree | snapshot |
2009-02-13 |
Douglas Gregor | Add documentation for overloaded functions in C |
commit | commitdiff | tree | snapshot |
2009-02-13 |
Ted Kremenek | AnalysisConsumer: Explicitly destroy the PathDiagnostic... |
commit | commitdiff | tree | snapshot |
2009-02-13 |
Chris Lattner | make "floating macro bubble" output of -emit-html much... |
commit | commitdiff | tree | snapshot |
2009-02-13 |
Daniel Dunbar | ccc: Test case for transparent PTH support. |
commit | commitdiff | tree | snapshot |
2009-02-13 |
Daniel Dunbar | ccc: Stop patching output file name when using transpar... |
commit | commitdiff | tree | snapshot |
2009-02-13 |
Chris Lattner | factor token concatenation avoidance logic out of |
commit | commitdiff | tree | snapshot |
2009-02-13 |
Ted Kremenek | This test now passes. |
commit | commitdiff | tree | snapshot |
2009-02-13 |
Daniel Dunbar | Always pass -disable-free to clang when compiling. |
commit | commitdiff | tree | snapshot |
2009-02-13 |
Douglas Gregor | Tighten checking of the "overloadable" attribute. If... |
commit | commitdiff | tree | snapshot |
2009-02-13 |
Douglas Gregor | Add basic support for C++ name mangling according to... |
commit | commitdiff | tree | snapshot |
2009-02-12 |
Daniel Dunbar | Honor attribute section on static block var decls. |
commit | commitdiff | tree | snapshot |
2009-02-12 |
Mike Stump | Fix limits.h for linux, as glibc does a #include_next... |
commit | commitdiff | tree | snapshot |
2009-02-12 |
Daniel Dunbar | Fix assertion when input is an empty string. |
commit | commitdiff | tree | snapshot |
2009-02-12 |
Douglas Gregor | Add missing test for the "overloadable" attribute |
commit | commitdiff | tree | snapshot |
2009-02-12 |
Steve Naroff | Fix <rdar://problem/6499801> clang does not detect... |
commit | commitdiff | tree | snapshot |
2009-02-12 |
Douglas Gregor | Fix a bug with designated initializers where we were... |
commit | commitdiff | tree | snapshot |
2009-02-12 |
Fariborz Jahanian | Fix a bug whereby, an ivar used to synthesize a propert... |
commit | commitdiff | tree | snapshot |
2009-02-12 |
Mike Stump | Initial codegen for block literals. This is a work... |
commit | commitdiff | tree | snapshot |
2009-02-12 |
Steve Naroff | Sema::ActOnObjCAtThrowStmt(): return from recently... |
commit | commitdiff | tree | snapshot |
2009-02-12 |
Anders Carlsson | Add a very basic implemenation of global blocks. This... |
commit | commitdiff | tree | snapshot |
2009-02-12 |
Fariborz Jahanian | Make nonfragile-abi the default for darwin's 64bit |
commit | commitdiff | tree | snapshot |
2009-02-12 |
Steve Naroff | Several cleanups: |
commit | commitdiff | tree | snapshot |
2009-02-12 |
Daniel Dunbar | Support __attribute__(section(<name>)) |
commit | commitdiff | tree | snapshot |
2009-02-12 |
Steve Naroff | Turn warning into error. Minor incompatibility with... |
commit | commitdiff | tree | snapshot |
2009-02-12 |
Daniel Dunbar | Fix va_arg bug noticed by Eli, __builtin_va_arg is... |
commit | commitdiff | tree | snapshot |
2009-02-12 |
Daniel Dunbar | x86_64: Initial varargs support. |
commit | commitdiff | tree | snapshot |
2009-02-12 |
Daniel Dunbar | Test case for emitting va_arg as l-value; apparently... |
commit | commitdiff | tree | snapshot |
2009-02-12 |
Ted Kremenek | Update checker build. |
commit | commitdiff | tree | snapshot |
2009-02-12 |
Ted Kremenek | Re-enable PTH stat caching. All tests pass now. |
commit | commitdiff | tree | snapshot |
2009-02-12 |
Ted Kremenek | Fix bad reading of bytes in ReadUnalignedLE64() (copy... |
commit | commitdiff | tree | snapshot |
2009-02-12 |
Ted Kremenek | Temporarily disable PTH stat caching as it appears... |
commit | commitdiff | tree | snapshot |
2009-02-12 |
Ted Kremenek | PTH: Cache stat information for files in the PTH file... |
commit | commitdiff | tree | snapshot |
2009-02-12 |
Ted Kremenek | FileManager: |
commit | commitdiff | tree | snapshot |
2009-02-12 |
Mike Stump | Add tags; this is documented to work, just need the... |
commit | commitdiff | tree | snapshot |
2009-02-12 |
Chris Lattner | for now, disable all debug info generation at -O1 and... |
commit | commitdiff | tree | snapshot |
2009-02-12 |
Chris Lattner | search and replaceo? |
commit | commitdiff | tree | snapshot |
2009-02-12 |
Douglas Gregor | Add test for overloading with _Complex in C |
commit | commitdiff | tree | snapshot |
2009-02-12 |
Anders Carlsson | Add support for generating block call expressions. |
commit | commitdiff | tree | snapshot |
2009-02-12 |
Ted Kremenek | Add lightweight shim "clang::StatSysCallCache" that... |
commit | commitdiff | tree | snapshot |
2009-02-12 |
Douglas Gregor | Expand the definition of a complex promotion to include... |
commit | commitdiff | tree | snapshot |
2009-02-12 |
Douglas Gregor | Introduce _Complex conversions into the function overlo... |
commit | commitdiff | tree | snapshot |
2009-02-11 |
Fariborz Jahanian | Last @encode'ing fix for objc2's nonfragile abi. |
commit | commitdiff | tree | snapshot |
2009-02-11 |
Ted Kremenek | PTH: Have meta data be at the beginning of the PTH... |
commit | commitdiff | tree | snapshot |
2009-02-11 |
Mike Stump | Fix comment. |
commit | commitdiff | tree | snapshot |
2009-02-11 |
Douglas Gregor | Initial implementation of function overloading in C. |
commit | commitdiff | tree | snapshot |
2009-02-11 |
Fariborz Jahanian | Patch to fix encoding in 64bit abi. With this patch |
commit | commitdiff | tree | snapshot |
2009-02-11 |
Daniel Dunbar | Use EmitVAListRef instead of EmitLValue directly to... |
commit | commitdiff | tree | snapshot |
2009-02-11 |
Steve Naroff | Remove some non-ascii characters. Thanks Gabor. |
commit | commitdiff | tree | snapshot |
2009-02-11 |
Ted Kremenek | PTH: Replace string identifier to persistent ID lookup... |
commit | commitdiff | tree | snapshot |
2009-02-11 |
Daniel Dunbar | Support IRgen of va_arg of structure as l-value. |
commit | commitdiff | tree | snapshot |
2009-02-11 |
Fariborz Jahanian | ir-gen for objc's @selector expression in nonfragile... |
commit | commitdiff | tree | snapshot |
2009-02-11 |
Douglas Gregor | Appease the language lawyers |
commit | commitdiff | tree | snapshot |
2009-02-11 |
Steve Naroff | Fix <rdar://problem/6505139> [clang on growl]: need... |
commit | commitdiff | tree | snapshot |
2009-02-11 |
Steve Naroff | Fix <rdar://problem/6243503> [sema] @throw; accepted... |
commit | commitdiff | tree | snapshot |
2009-02-11 |
Douglas Gregor | Finished semantic analysis of non-type template argumen... |
commit | commitdiff | tree | snapshot |
2009-02-11 |
Mike Stump | Avoid bogus warning. |
commit | commitdiff | tree | snapshot |
2009-02-11 |
Douglas Gregor | Reverted r64307. Moved hasSameType and hasSameUnqualifi... |
commit | commitdiff | tree | snapshot |
2009-02-11 |
Douglas Gregor | Allow the use of default template arguments when formin... |
commit | commitdiff | tree | snapshot |
2009-02-11 |
Steve Naroff | Fix <rdar://problem/6206858> [sema] type check @throw... |
commit | commitdiff | tree | snapshot |
2009-02-11 |
Douglas Gregor | Rename Sema::hasSameType to QualType::isSameAs |
commit | commitdiff | tree | snapshot |
2009-02-11 |
Douglas Gregor | Silence a warning about an unused variable in -Asserts... |
commit | commitdiff | tree | snapshot |
2009-02-11 |
Douglas Gregor | Implement semantic checking for template arguments... |
commit | commitdiff | tree | snapshot |
2009-02-11 |
Ted Kremenek | PTH: Don't emit the PTH offset of the IdentifierInfo... |
commit | commitdiff | tree | snapshot |
2009-02-11 |
Ted Kremenek | Update checker build. |
commit | commitdiff | tree | snapshot |
2009-02-11 |
Chris Lattner | Fix rdar://6518463, increment of a bool is always true... |
commit | commitdiff | tree | snapshot |
2009-02-11 |
Chris Lattner | finish off codegen support for sub of pointer to functions, |
commit | commitdiff | tree | snapshot |
2009-02-11 |
Ted Kremenek | Per PR 3187, disable the missing -dealloc check for... |
commit | commitdiff | tree | snapshot |
2009-02-11 |
Anders Carlsson | Add pmmintrin.h header. |
commit | commitdiff | tree | snapshot |
2009-02-11 |
Anders Carlsson | Fix some mistakes I made when I tried to decipher the... |
commit | commitdiff | tree | snapshot |
2009-02-11 |
Chris Lattner | testcase for rdar://6096412 which already works. |
commit | commitdiff | tree | snapshot |
2009-02-11 |
Douglas Gregor | CHAR_BIT == 8 |
commit | commitdiff | tree | snapshot |
2009-02-11 |
Douglas Gregor | Add semantic checking for template arguments that corre... |
commit | commitdiff | tree | snapshot |
2009-02-11 |
Mike Stump | One more tweak to account for gluing together llvm... |
commit | commitdiff | tree | snapshot |
2009-02-11 |
Mike Stump | More version experimentation. |
commit | commitdiff | tree | snapshot |
2009-02-11 |
Douglas Gregor | Semantic checking for template arguments that correspon... |
commit | commitdiff | tree | snapshot |
2009-02-11 |
Mike Stump | Run a little experiment with version numbers. |
commit | commitdiff | tree | snapshot |
2009-02-11 |
Douglas Gregor | Add partial semantic checking of template arguments... |
commit | commitdiff | tree | snapshot |
2009-02-10 |
Ted Kremenek | BugReporter: Use llvm::raw_string_stream instead of... |
commit | commitdiff | tree | snapshot |
2009-02-10 |
Mike Stump | Add private extern to pretty printer(s). |
commit | commitdiff | tree | snapshot |
2009-02-10 |
Ted Kremenek | Add another test case for the MissingDealloc checker. |
commit | commitdiff | tree | snapshot |
2009-02-10 |
Douglas Gregor | Add type-checking and implicit conversions for template... |
commit | commitdiff | tree | snapshot |
next |