2009-01-31 |
Anders Carlsson | Forgot to add this test. |
commit | commitdiff | tree | snapshot |
2009-01-31 |
Daniel Dunbar | Remove unused overload of GetFunctionType. |
commit | commitdiff | tree | snapshot |
2009-01-31 |
Daniel Dunbar | Initialize CGFunctionInfo isVariadic bit correctly. |
commit | commitdiff | tree | snapshot |
2009-01-31 |
Fariborz Jahanian | Use target alignment API to set objc2's meta-data |
commit | commitdiff | tree | snapshot |
2009-01-31 |
Daniel Dunbar | Err, unbreak my previous "no functionality change commi... |
commit | commitdiff | tree | snapshot |
2009-01-31 |
Daniel Dunbar | Kill off CGCallInfo, always use CGFunctionInfo for... |
commit | commitdiff | tree | snapshot |
2009-01-31 |
Ted Kremenek | Update checker build. |
commit | commitdiff | tree | snapshot |
2009-01-31 |
Anders Carlsson | Add sema support for the cleanup attribute. |
commit | commitdiff | tree | snapshot |
2009-01-31 |
Fariborz Jahanian | class meta-data belong to __objc_data section (in objc2 |
commit | commitdiff | tree | snapshot |
2009-01-31 |
Fariborz Jahanian | Recognize class's visibility attribute and set its... |
commit | commitdiff | tree | snapshot |
2009-01-31 |
Daniel Dunbar | x86_64 ABI: Retool classification to compute lo & hi... |
commit | commitdiff | tree | snapshot |
2009-01-30 |
Fariborz Jahanian | Missed another mis-alignment of an objc2 meta-data. |
commit | commitdiff | tree | snapshot |
2009-01-30 |
Douglas Gregor | Improve our handling of the second step in a user-defin... |
commit | commitdiff | tree | snapshot |
2009-01-30 |
Anders Carlsson | Fix typo noticed by Chris. |
commit | commitdiff | tree | snapshot |
2009-01-30 |
Anders Carlsson | Turn on -flax-vector-conversions by default, issue... |
commit | commitdiff | tree | snapshot |
2009-01-30 |
Fariborz Jahanian | Setting correct alignent for objc2 meta-data. |
commit | commitdiff | tree | snapshot |
2009-01-30 |
Daniel Dunbar | x86_64 ABI: Fix more thinkos, straddling computation... |
commit | commitdiff | tree | snapshot |
2009-01-30 |
Douglas Gregor | Upgrade the "excess elements in array initializer"... |
commit | commitdiff | tree | snapshot |
2009-01-30 |
Douglas Gregor | Implement and test aggregate initialization in C++... |
commit | commitdiff | tree | snapshot |
2009-01-30 |
Fariborz Jahanian | add imag_info section and data (for objc2 nonfragile... |
commit | commitdiff | tree | snapshot |
2009-01-30 |
Daniel Dunbar | x86_64 ABI: Fix thinko in prev commit, 64-bit vectors... |
commit | commitdiff | tree | snapshot |
2009-01-30 |
Ted Kremenek | Fix horrible non-termination bug in LiveVariables.... |
commit | commitdiff | tree | snapshot |
2009-01-30 |
Fariborz Jahanian | Generate list of implemented classes and categories... |
commit | commitdiff | tree | snapshot |
2009-01-30 |
Chris Lattner | DiagnosticKinds.def is gone. |
commit | commitdiff | tree | snapshot |
2009-01-30 |
Chris Lattner | memset takes an int, not a char. |
commit | commitdiff | tree | snapshot |
2009-01-30 |
Daniel Dunbar | x86_64 ABI: Pass <1 x double> in memory. This is arguab... |
commit | commitdiff | tree | snapshot |
2009-01-30 |
Ted Kremenek | Move method out-of-line. |
commit | commitdiff | tree | snapshot |
2009-01-30 |
Ted Kremenek | Fix inverted logic in ParentMap::hasParent() |
commit | commitdiff | tree | snapshot |
2009-01-30 |
Chris Lattner | wire up -fno-show-source-location option, patch by... |
commit | commitdiff | tree | snapshot |
2009-01-30 |
Fariborz Jahanian | Code gen. for @protocol expression in the new nonfragil... |
commit | commitdiff | tree | snapshot |
2009-01-30 |
Chris Lattner | add testcase for PR3437 and r63405 |
commit | commitdiff | tree | snapshot |
2009-01-30 |
Daniel Dunbar | Remove testing -use-x86_64-abi option; current implemen... |
commit | commitdiff | tree | snapshot |
2009-01-30 |
Chris Lattner | avoid emitting a bogus line marker for the top level... |
commit | commitdiff | tree | snapshot |
2009-01-30 |
Daniel Dunbar | x86_64 ABI: Split small vectors which cross an eightbyt... |
commit | commitdiff | tree | snapshot |
2009-01-30 |
Douglas Gregor | Closed out a few radars that were addressed by designat... |
commit | commitdiff | tree | snapshot |
2009-01-30 |
Chris Lattner | " Attached is a patch for TextDiagnosticPrinter that... |
commit | commitdiff | tree | snapshot |
2009-01-30 |
Douglas Gregor | Switch Type::isAggregateType to use the C++ definition... |
commit | commitdiff | tree | snapshot |
2009-01-30 |
Anders Carlsson | Make sure to cast the VLA size of array to the type... |
commit | commitdiff | tree | snapshot |
2009-01-30 |
Steve Naroff | Simplify/cleanup r63219 (based on Chris review). |
commit | commitdiff | tree | snapshot |
2009-01-30 |
Nuno Lopes | fix RUN line |
commit | commitdiff | tree | snapshot |
2009-01-30 |
Nuno Lopes | enable test as it works |
commit | commitdiff | tree | snapshot |
2009-01-30 |
Nuno Lopes | enable test as it already works |
commit | commitdiff | tree | snapshot |
2009-01-30 |
Mike Stump | Add -fno-blocks support. This fixes block-no-block... |
commit | commitdiff | tree | snapshot |
2009-01-30 |
Daniel Dunbar | x86_64 ABI: Implement classification for arrays. |
commit | commitdiff | tree | snapshot |
2009-01-30 |
Anders Carlsson | Implement constant generation of ImplicitValueInitExprs. |
commit | commitdiff | tree | snapshot |
2009-01-30 |
Daniel Dunbar | ccc: Forward -fobjc-nonfragile-abi to clang. |
commit | commitdiff | tree | snapshot |
2009-01-30 |
Chris Lattner | update for change in API. |
commit | commitdiff | tree | snapshot |
2009-01-30 |
Douglas Gregor | Eliminated LookupCriteria, whose creation was causing... |
commit | commitdiff | tree | snapshot |
2009-01-30 |
Daniel Dunbar | Use uint64_t not unsigned for type sizes/offsets. |
commit | commitdiff | tree | snapshot |
2009-01-30 |
Fariborz Jahanian | Bug fixing involving method-list in protocol meta-data |
commit | commitdiff | tree | snapshot |
2009-01-30 |
Daniel Dunbar | ccc: Add -Xclang option, rename -WA, to -Xanalyzer. |
commit | commitdiff | tree | snapshot |
2009-01-30 |
Daniel Dunbar | ccc: Mark -combine option as unsupported. |
commit | commitdiff | tree | snapshot |
2009-01-30 |
Ted Kremenek | Fix a couple bugs: |
commit | commitdiff | tree | snapshot |
2009-01-29 |
Daniel Dunbar | ccc: Embrace destiny as a clang compiler driver. |
commit | commitdiff | tree | snapshot |
2009-01-29 |
Daniel Dunbar | Fix name of -x option for C preprocessed input; it... |
commit | commitdiff | tree | snapshot |
2009-01-29 |
Fariborz Jahanian | Random bug fix related to protocl metadata in categories in |
commit | commitdiff | tree | snapshot |
2009-01-29 |
Ted Kremenek | retain/release checker: When generating summaries for... |
commit | commitdiff | tree | snapshot |
2009-01-29 |
Daniel Dunbar | ABITest: Makefile tweaks |
commit | commitdiff | tree | snapshot |
2009-01-29 |
Fariborz Jahanian | Set protocol linkage and visibility correctly and |
commit | commitdiff | tree | snapshot |
2009-01-29 |
Douglas Gregor | Make CodeGen produce an error if we come across a non... |
commit | commitdiff | tree | snapshot |
2009-01-29 |
Fariborz Jahanian | Protocol meta-data for objc2's non-fragile abi. |
commit | commitdiff | tree | snapshot |
2009-01-29 |
Chris Lattner | diags moved, so these casts are no longer needed. |
commit | commitdiff | tree | snapshot |
2009-01-29 |
Steve Naroff | Hack Sema::LookupDeclInScope() to avoid calling Sema... |
commit | commitdiff | tree | snapshot |
2009-01-29 |
Chris Lattner | remove two empty files |
commit | commitdiff | tree | snapshot |
2009-01-29 |
Chris Lattner | next round of diagnostics cleanups, moving some |
commit | commitdiff | tree | snapshot |
2009-01-29 |
Douglas Gregor | Introduce a new expression node, ImplicitValueInitExpr... |
commit | commitdiff | tree | snapshot |
2009-01-29 |
Douglas Gregor | Clean up designated initialization of unions, so that... |
commit | commitdiff | tree | snapshot |
2009-01-29 |
Douglas Gregor | Suppress a warning |
commit | commitdiff | tree | snapshot |
2009-01-29 |
Daniel Dunbar | x86_64 ABI: Handle fields / complex components which... |
commit | commitdiff | tree | snapshot |
2009-01-29 |
Daniel Dunbar | ABITest: Fix access to array test values. |
commit | commitdiff | tree | snapshot |
2009-01-29 |
Daniel Dunbar | x86_64 ABI: Tweak merging algorithm so that we always... |
commit | commitdiff | tree | snapshot |
2009-01-29 |
Daniel Dunbar | ABI: When emitting calls which return an ignored argume... |
commit | commitdiff | tree | snapshot |
2009-01-29 |
Daniel Dunbar | x86_64 ABI: Implement classification for records. |
commit | commitdiff | tree | snapshot |
2009-01-29 |
Daniel Dunbar | ABITest: Fix test value generation for unions. |
commit | commitdiff | tree | snapshot |
2009-01-29 |
Daniel Dunbar | x86_64: Support cases which map to returning multiple... |
commit | commitdiff | tree | snapshot |
2009-01-29 |
Daniel Dunbar | x86_64 ABI: Classify _Complex ints as integer. |
commit | commitdiff | tree | snapshot |
2009-01-29 |
Chris Lattner | Fix -Wimplicit-function-declaration, which required... |
commit | commitdiff | tree | snapshot |
2009-01-29 |
Daniel Dunbar | Fix typo |
commit | commitdiff | tree | snapshot |
2009-01-29 |
Daniel Dunbar | Evaluate ==,!= for complex types. |
commit | commitdiff | tree | snapshot |
2009-01-29 |
Daniel Dunbar | Use xcc (instead of clang directly). |
commit | commitdiff | tree | snapshot |
2009-01-29 |
Daniel Dunbar | Evaluate casts to complex. |
commit | commitdiff | tree | snapshot |
2009-01-29 |
Daniel Dunbar | ccc: Honor -ccc-clang for generic GCC toolchain. |
commit | commitdiff | tree | snapshot |
2009-01-29 |
Chris Lattner | update the project file for headers moving |
commit | commitdiff | tree | snapshot |
2009-01-29 |
Chris Lattner | Fix a wart that existed from before we had EXTWARN. |
commit | commitdiff | tree | snapshot |
2009-01-29 |
Chris Lattner | move library-specific diagnostic headers into library... |
commit | commitdiff | tree | snapshot |
2009-01-29 |
Chris Lattner | fix an absolutely inscrutible gcc 4.0 error: |
commit | commitdiff | tree | snapshot |
2009-01-29 |
Daniel Dunbar | Add folding for complex mul and fix some major bugs... |
commit | commitdiff | tree | snapshot |
2009-01-29 |
Douglas Gregor | Add another devilish testcase for designated initializers |
commit | commitdiff | tree | snapshot |
2009-01-29 |
Douglas Gregor | Better documentation for our initialization checker |
commit | commitdiff | tree | snapshot |
2009-01-29 |
Douglas Gregor | Move InitListChecker out of Sema.h |
commit | commitdiff | tree | snapshot |
2009-01-29 |
Douglas Gregor | Eliminate infinite looping in a wacky case with designa... |
commit | commitdiff | tree | snapshot |
2009-01-29 |
Steve Naroff | Refactor Sema::LookupDecl() into 2 functions: LookupDec... |
commit | commitdiff | tree | snapshot |
2009-01-28 |
Douglas Gregor | Remove Expr::hasSideEffects. It doesn't work anyway |
commit | commitdiff | tree | snapshot |
2009-01-28 |
Douglas Gregor | Improvements to code-generation and semantic analysis... |
commit | commitdiff | tree | snapshot |
2009-01-28 |
Fariborz Jahanian | Add setter/getter methods to the list of methods |
commit | commitdiff | tree | snapshot |
2009-01-28 |
Ted Kremenek | Remove '#if 0' code. |
commit | commitdiff | tree | snapshot |
2009-01-28 |
Ted Kremenek | Remove method 'AddNE' from the public interface of... |
commit | commitdiff | tree | snapshot |
2009-01-28 |
Daniel Dunbar | Implement basic _Complex integer constant folding. |
commit | commitdiff | tree | snapshot |
2009-01-28 |
Fariborz Jahanian | property metadata for objc2's nonfragile abi |
commit | commitdiff | tree | snapshot |
2009-01-28 |
Ted Kremenek | Add some comments to GRStateManager. No functionality... |
commit | commitdiff | tree | snapshot |
next |