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 |
2009-02-10 |
Anders Carlsson | Handle the case where EmitBlock might be called multipl... |
commit | commitdiff | tree | snapshot |
2009-02-10 |
Fariborz Jahanian | This patch is all it takes to pass all objc2's fast... |
commit | commitdiff | tree | snapshot |
2009-02-10 |
Ted Kremenek | PTH generation: Discard tokens that appear after and... |
commit | commitdiff | tree | snapshot |
2009-02-10 |
Ted Kremenek | Bump PTH version. |
commit | commitdiff | tree | snapshot |
2009-02-10 |
Chris Lattner | make -dM emit macros in a deterministic (sorted) order... |
commit | commitdiff | tree | snapshot |
2009-02-10 |
Ted Kremenek | PTH generation: Don't call 'EmitToken' in the loop... |
commit | commitdiff | tree | snapshot |
2009-02-10 |
Ted Kremenek | PTH: Replace ad hoc 'file name' -> 'PTH data' lookup... |
commit | commitdiff | tree | snapshot |
2009-02-10 |
Chris Lattner | use efficient form of getSpelling, this speeds up ... |
commit | commitdiff | tree | snapshot |
2009-02-10 |
Douglas Gregor | GNU allows structs with flexible array members to be... |
commit | commitdiff | tree | snapshot |
2009-02-10 |
Daniel Dunbar | Pull CodeGenFunction::EmitVAArg into target specific... |
commit | commitdiff | tree | snapshot |
2009-02-10 |
Daniel Dunbar | Pull CodeGenFunction::EmitVAArg into target specific... |
commit | commitdiff | tree | snapshot |
2009-02-10 |
Fariborz Jahanian | Generate ir for ivar offset. This will pass |
commit | commitdiff | tree | snapshot |
2009-02-10 |
Mike Stump | Fixup -ast-print so that: |
commit | commitdiff | tree | snapshot |
2009-02-10 |
Mike Stump | Refactor FieldDecls to be ValueDecls instead of NamedDecls. |
commit | commitdiff | tree | snapshot |
2009-02-10 |
Douglas Gregor | Fix a problem with bogus template shadowing warnings |
commit | commitdiff | tree | snapshot |
2009-02-10 |
Douglas Gregor | Implement parsing, semantic analysis and ASTs for defau... |
commit | commitdiff | tree | snapshot |
2009-02-10 |
Fariborz Jahanian | Some refactoring of Ivar offset code gen. |
commit | commitdiff | tree | snapshot |
2009-02-10 |
Douglas Gregor | Semantic analysis for non-type template parameter decla... |
commit | commitdiff | tree | snapshot |
2009-02-10 |
Daniel Dunbar | Tweak x86-64 ABI to allow reuse for vararg handling. |
commit | commitdiff | tree | snapshot |
2009-02-10 |
Ted Kremenek | Updated checker build. |
commit | commitdiff | tree | snapshot |
2009-02-10 |
Anders Carlsson | Fix an #ifndef that should be an #ifdef instead. |
commit | commitdiff | tree | snapshot |
2009-02-10 |
Anders Carlsson | Remove the last remnants of the Obj-C EH stack code. |
commit | commitdiff | tree | snapshot |
2009-02-10 |
Anders Carlsson | Start removing the old Obj-C EH stack now that the... |
commit | commitdiff | tree | snapshot |
2009-02-10 |
Ted Kremenek | Fix a crash in GRSimpleVals::EvalCast due not handling... |
commit | commitdiff | tree | snapshot |
2009-02-10 |
Sanjiv Gupta | Function parameters for PIC16 are like local variables... |
commit | commitdiff | tree | snapshot |
2009-02-10 |
Daniel Dunbar | Support va_arg on _Complex. |
commit | commitdiff | tree | snapshot |
2009-02-10 |
Argyrios Kyrtzidis | Bring in 'CHAR_BIT' for GCC 4.3. |
commit | commitdiff | tree | snapshot |
2009-02-10 |
Daniel Dunbar | Enable parameter passing test for x86_64. |
commit | commitdiff | tree | snapshot |
2009-02-10 |
Daniel Dunbar | ABI: Correctly handle load/store of values which have... |
commit | commitdiff | tree | snapshot |
next |