2009-05-22 |
Fariborz Jahanian | Added -fblocks to the test's options. |
commit | commitdiff | tree | snapshot |
2009-05-22 |
Mike Stump | Fixup codegen for __block int i; i += rhs();. Should... |
commit | commitdiff | tree | snapshot |
2009-05-22 |
Daniel Dunbar | Don't warn about -funit-at-a-time, and reject -fno... |
commit | commitdiff | tree | snapshot |
2009-05-22 |
Daniel Dunbar | x86_64 ABI: Account for sret parameters consuming an... |
commit | commitdiff | tree | snapshot |
2009-05-22 |
Fariborz Jahanian | (Next runtime only) check to see if class implements... |
commit | commitdiff | tree | snapshot |
2009-05-22 |
Argyrios Kyrtzidis | Some minor comments modifications. |
commit | commitdiff | tree | snapshot |
2009-05-22 |
Sanjiv Gupta | Targets like PIC16 generate Static decls for automatic... |
commit | commitdiff | tree | snapshot |
2009-05-22 |
Argyrios Kyrtzidis | Handle correctly a very ugly part of the C++ syntax... |
commit | commitdiff | tree | snapshot |
2009-05-22 |
Argyrios Kyrtzidis | Factor the compound literal parsing out from ParseParen... |
commit | commitdiff | tree | snapshot |
2009-05-22 |
Argyrios Kyrtzidis | Modification to ParseParenExpression. |
commit | commitdiff | tree | snapshot |
2009-05-22 |
Argyrios Kyrtzidis | Remove ParseSimpleParenExpression. |
commit | commitdiff | tree | snapshot |
2009-05-22 |
Argyrios Kyrtzidis | Refactor the common code of 'ParseTypeofSpecifier'... |
commit | commitdiff | tree | snapshot |
2009-05-22 |
Argyrios Kyrtzidis | Parse typeof-specifier the same way as sizeof/alignof... |
commit | commitdiff | tree | snapshot |
2009-05-22 |
Zhongxing Xu | Pull EmitRecord() out of loop. It should be called... |
commit | commitdiff | tree | snapshot |
2009-05-22 |
Torok Edwin | Set correct calling convention even if there is a bitca... |
commit | commitdiff | tree | snapshot |
2009-05-22 |
Daniel Dunbar | (llvm up) Use llvm::Triple for storing target triples. |
commit | commitdiff | tree | snapshot |
2009-05-22 |
Daniel Dunbar | Don't rely on getArchName() to return a constant string... |
commit | commitdiff | tree | snapshot |
2009-05-22 |
Eli Friedman | A few more tweaks for Solaris; please correct me if... |
commit | commitdiff | tree | snapshot |
2009-05-22 |
Daniel Dunbar | Add --analyzer-no-default-checks and --analyzer-output... |
commit | commitdiff | tree | snapshot |
2009-05-21 |
Douglas Gregor | Improve target support for Solaris. |
commit | commitdiff | tree | snapshot |
2009-05-21 |
Douglas Gregor | Template instantiation for C99 compound literals |
commit | commitdiff | tree | snapshot |
2009-05-21 |
Douglas Gregor | Template instantiation for GNU array-range designators. |
commit | commitdiff | tree | snapshot |
2009-05-21 |
Douglas Gregor | Template instantiation for C99 designated initializers... |
commit | commitdiff | tree | snapshot |
2009-05-21 |
Douglas Gregor | Template instantiation for initializer lists |
commit | commitdiff | tree | snapshot |
2009-05-21 |
Douglas Gregor | Fix CMake build for AST XML dumper |
commit | commitdiff | tree | snapshot |
2009-05-21 |
Mike Stump | Fixup blocks codegen for { __block i; i = rhs(); }... |
commit | commitdiff | tree | snapshot |
2009-05-21 |
Fariborz Jahanian | Fixed a warning bug when receiver is an object via |
commit | commitdiff | tree | snapshot |
2009-05-21 |
Douglas Gregor | AST XML dump, from Olaf Krzikalla! |
commit | commitdiff | tree | snapshot |
2009-05-21 |
Douglas Gregor | Template instantiation for unary type traits, e.g.... |
commit | commitdiff | tree | snapshot |
2009-05-21 |
Fariborz Jahanian | Check on null arguments in the presense of nonnull... |
commit | commitdiff | tree | snapshot |
2009-05-21 |
Douglas Gregor | Template instantiation for C++ "typeid" expressions. |
commit | commitdiff | tree | snapshot |
2009-05-21 |
Douglas Gregor | Template instantiation for C++ throw expressions |
commit | commitdiff | tree | snapshot |
2009-05-21 |
Douglas Gregor | Template instantiation for C++ delete expression |
commit | commitdiff | tree | snapshot |
2009-05-21 |
Douglas Gregor | Merge the ASTVector and ASTOwningVector templates,... |
commit | commitdiff | tree | snapshot |
2009-05-21 |
Sebastian Redl | Avoid using the built-in type checker for assignment... |
commit | commitdiff | tree | snapshot |
2009-05-21 |
Jay Foad | Use v.data() instead of &v[0] when SmallVector v might... |
commit | commitdiff | tree | snapshot |
2009-05-21 |
Fariborz Jahanian | Minor refactoring. Uses an existing API to lookup a... |
commit | commitdiff | tree | snapshot |
2009-05-21 |
Douglas Gregor | Template instantiation for C++ "new" expressions. |
commit | commitdiff | tree | snapshot |
2009-05-20 |
Douglas Gregor | Fix template instantiation for compound statements... |
commit | commitdiff | tree | snapshot |
2009-05-20 |
Ted Kremenek | Add special cases to retain checker for 'create' method... |
commit | commitdiff | tree | snapshot |
2009-05-20 |
Douglas Gregor | Introduce a new kind of RAII class, ASTOwningVector... |
commit | commitdiff | tree | snapshot |
2009-05-20 |
Douglas Gregor | Template instantiation for CXXExprWithTemporaries,... |
commit | commitdiff | tree | snapshot |
2009-05-20 |
Douglas Gregor | Template instantiation for the various kinds of AST... |
commit | commitdiff | tree | snapshot |
2009-05-20 |
Douglas Gregor | Tweak test case so that the expected-error text matches... |
commit | commitdiff | tree | snapshot |
2009-05-20 |
Douglas Gregor | Add a va_list/template instantiation test suggested... |
commit | commitdiff | tree | snapshot |
2009-05-20 |
Douglas Gregor | Introduce a new expression type, CXXUnresolvedConstruct... |
commit | commitdiff | tree | snapshot |
2009-05-20 |
Fariborz Jahanian | This patch provides preliminary support for non-fragile... |
commit | commitdiff | tree | snapshot |
2009-05-20 |
Fariborz Jahanian | implementation of format_arg for ObjC methods/functions. |
commit | commitdiff | tree | snapshot |
2009-05-20 |
Zhongxing Xu | Treat AllocaRegion as SymbolicRegion in RegionStore... |
commit | commitdiff | tree | snapshot |
2009-05-20 |
Zhongxing Xu | Add comments to test case. |
commit | commitdiff | tree | snapshot |
2009-05-20 |
Zhongxing Xu | * API change: we need to pass GRState to GRExprEngine... |
commit | commitdiff | tree | snapshot |
2009-05-20 |
Eli Friedman | Handle the remaining unhandled cases in EmitReferenceBi... |
commit | commitdiff | tree | snapshot |
2009-05-20 |
Zhongxing Xu | add header to be built by gcc 4.3 on Linux. |
commit | commitdiff | tree | snapshot |
2009-05-20 |
Anders Carlsson | irgen for references to complex rvales (Very important...) |
commit | commitdiff | tree | snapshot |
2009-05-20 |
Anders Carlsson | Bad anders. |
commit | commitdiff | tree | snapshot |
2009-05-20 |
Anders Carlsson | Create a temporary if the lvalue is a bitfield. Reporte... |
commit | commitdiff | tree | snapshot |
2009-05-20 |
Anders Carlsson | Add support for binding references to scalar rvalues. |
commit | commitdiff | tree | snapshot |
2009-05-20 |
Anders Carlsson | Bind references to lvalues correctly. |
commit | commitdiff | tree | snapshot |
2009-05-20 |
Anders Carlsson | Add EmitReferenceBindingToExpr. Have EmitCallArg use... |
commit | commitdiff | tree | snapshot |
2009-05-20 |
Douglas Gregor | Start documenting precompiled headers |
commit | commitdiff | tree | snapshot |
2009-05-19 |
Douglas Gregor | Add FIXMEs for the remaining C and C++ expression types... |
commit | commitdiff | tree | snapshot |
2009-05-19 |
Douglas Gregor | Template instantiation for __builtin_va_arg. |
commit | commitdiff | tree | snapshot |
2009-05-19 |
Douglas Gregor | Template instantiation for __builtin_choose_expr. |
commit | commitdiff | tree | snapshot |
2009-05-19 |
Douglas Gregor | Ban the use of __builtin_types_compatible_p in C++... |
commit | commitdiff | tree | snapshot |
2009-05-19 |
Douglas Gregor | Template instantiation for __builtin_shufflevector. |
commit | commitdiff | tree | snapshot |
2009-05-19 |
Eli Friedman | Remove finished FIXME. |
commit | commitdiff | tree | snapshot |
2009-05-19 |
Eli Friedman | Build fixes for r72135. |
commit | commitdiff | tree | snapshot |
2009-05-19 |
Eli Friedman | Move AnalysisConsumer.h and Analyses.def from tools... |
commit | commitdiff | tree | snapshot |
2009-05-19 |
Douglas Gregor | Template instantiation for __builtin_types_compatible_p. |
commit | commitdiff | tree | snapshot |
2009-05-19 |
Anders Carlsson | Improve support for irgen of references. |
commit | commitdiff | tree | snapshot |
2009-05-19 |
Douglas Gregor | Template instantiation for GNU statement expressions |
commit | commitdiff | tree | snapshot |
2009-05-19 |
Douglas Gregor | Fix handling of the GNU "t ? : f" extension to the... |
commit | commitdiff | tree | snapshot |
2009-05-19 |
Douglas Gregor | Template instantiation for compound assignment operators. |
commit | commitdiff | tree | snapshot |
2009-05-19 |
Anders Carlsson | Only do the bitcast in EmitStoreOfScalar if the type... |
commit | commitdiff | tree | snapshot |
2009-05-19 |
Douglas Gregor | Template instantiation for cast expressions. |
commit | commitdiff | tree | snapshot |
2009-05-19 |
Anders Carlsson | Pass the destination QualType to EmitStoreOfScalar... |
commit | commitdiff | tree | snapshot |
2009-05-19 |
Anders Carlsson | Don't always zext the result of the not unary operator... |
commit | commitdiff | tree | snapshot |
2009-05-19 |
Fariborz Jahanian | Patch finishes off application of printf attribute... |
commit | commitdiff | tree | snapshot |
2009-05-19 |
Daniel Dunbar | Update test |
commit | commitdiff | tree | snapshot |
2009-05-19 |
Duncan Sands | Add missing include for stderr and fprintf, needed |
commit | commitdiff | tree | snapshot |
2009-05-19 |
Eli Friedman | Remove the -arch option from clang-cc: for all practica... |
commit | commitdiff | tree | snapshot |
2009-05-19 |
Eli Friedman | Move analysis command-line options out of AnalysisConsu... |
commit | commitdiff | tree | snapshot |
2009-05-19 |
Eli Friedman | Fix a crash with -emit-html from stdin. |
commit | commitdiff | tree | snapshot |
2009-05-19 |
Anders Carlsson | Have AggExprEmitter::VisitCXXConstructExpr make new... |
commit | commitdiff | tree | snapshot |
2009-05-19 |
Anders Carlsson | Create CXXConstructExpr calls for arguments passed... |
commit | commitdiff | tree | snapshot |
2009-05-19 |
Eli Friedman | Clean up some unnecessary includes. |
commit | commitdiff | tree | snapshot |
2009-05-19 |
Eli Friedman | CMake updates for r72099; untested, so please tell... |
commit | commitdiff | tree | snapshot |
2009-05-19 |
Eli Friedman | Move clang-cc.h to lib/Frontend/Utils.h, and move the... |
commit | commitdiff | tree | snapshot |
2009-05-19 |
Anders Carlsson | Add comment about FullExprArg. |
commit | commitdiff | tree | snapshot |
2009-05-19 |
Eli Friedman | Move CreateAnalysisConsumer into a separate header... |
commit | commitdiff | tree | snapshot |
2009-05-19 |
Eli Friedman | Move the options for dependency file generation from... |
commit | commitdiff | tree | snapshot |
2009-05-19 |
Eli Friedman | Move options for -E mode from PrintPreprocessedOutput... |
commit | commitdiff | tree | snapshot |
2009-05-19 |
Eli Friedman | Refactor -dM mode out of the main routine for -E handling. |
commit | commitdiff | tree | snapshot |
2009-05-19 |
Eli Friedman | Move the warning options from Warnings.cpp to clang... |
commit | commitdiff | tree | snapshot |
2009-05-19 |
Eli Friedman | Switch some utilities in clang-cc to take a stream... |
commit | commitdiff | tree | snapshot |
2009-05-19 |
Ted Kremenek | Update checker build. |
commit | commitdiff | tree | snapshot |
2009-05-19 |
Anders Carlsson | When assigning from an rvalue to a const reference... |
commit | commitdiff | tree | snapshot |
2009-05-19 |
Douglas Gregor | Template instantiation for call expressions. |
commit | commitdiff | tree | snapshot |
2009-05-19 |
Fariborz Jahanian | This patch allows clang to generate code for declared... |
commit | commitdiff | tree | snapshot |
2009-05-19 |
Douglas Gregor | Template instantiation for array subscript expressions... |
commit | commitdiff | tree | snapshot |
next |