2010-08-13 |
Fariborz Jahanian | Make use of __func__ in a block actually refer to |
commit | commitdiff | tree | snapshot |
2010-08-12 |
John McCall | Just disable the hidden-visibility optimization for... |
commit | commitdiff | tree | snapshot |
2010-08-12 |
Douglas Gregor | Teach CompilerInstance to create and hold on to the... |
commit | commitdiff | tree | snapshot |
2010-08-12 |
Tom Care | Small changes to UnreachableCodeChecker |
commit | commitdiff | tree | snapshot |
2010-08-12 |
Douglas Gregor | Add a ParseAST overload that takes a Sema object, so... |
commit | commitdiff | tree | snapshot |
2010-08-12 |
Tom Care | Improved IdempotentOperationChecker false positives... |
commit | commitdiff | tree | snapshot |
2010-08-12 |
Fariborz Jahanian | Typo. |
commit | commitdiff | tree | snapshot |
2010-08-12 |
Fariborz Jahanian | Patch to issue warning when colllection expresion's... |
commit | commitdiff | tree | snapshot |
2010-08-12 |
John McCall | Implement -Wcast-align. The initial design of this... |
commit | commitdiff | tree | snapshot |
2010-08-12 |
John McCall | Fixing the build isn't good enough; back out r110956... |
commit | commitdiff | tree | snapshot |
2010-08-12 |
John McCall | dgregor should write code that compiles. |
commit | commitdiff | tree | snapshot |
2010-08-12 |
Douglas Gregor | Update Xcode project |
commit | commitdiff | tree | snapshot |
2010-08-12 |
Douglas Gregor | Add a ParseAST overload that takes a Sema object, so... |
commit | commitdiff | tree | snapshot |
2010-08-12 |
Fariborz Jahanian | Fixes block type matching bug. Radar 8302845. |
commit | commitdiff | tree | snapshot |
2010-08-12 |
Douglas Gregor | Move Sema's headers into include/clang/Sema, renaming... |
commit | commitdiff | tree | snapshot |
2010-08-12 |
Dan Gohman | Revert r110936; this fails on clang-i686-darwin10 too. |
commit | commitdiff | tree | snapshot |
2010-08-12 |
Anton Yartsev | first test commit |
commit | commitdiff | tree | snapshot |
2010-08-12 |
Douglas Gregor | Downgrade error about nonnull attribute bbeing applied... |
commit | commitdiff | tree | snapshot |
2010-08-12 |
Devang Patel | Make this test darwin only. |
commit | commitdiff | tree | snapshot |
2010-08-12 |
Douglas Gregor | Don't emit end-of-file diagnostics like "unterminated... |
commit | commitdiff | tree | snapshot |
2010-08-12 |
Dan Gohman | Temporarily disable this failing test, until it can... |
commit | commitdiff | tree | snapshot |
2010-08-12 |
Argyrios Kyrtzidis | Add a comment. |
commit | commitdiff | tree | snapshot |
2010-08-12 |
Abramo Bagnara | Added locations and type source info for DeclarationNam... |
commit | commitdiff | tree | snapshot |
2010-08-12 |
Jordy Rose | Remove OwnershipAttr::Kind, since it's essentially... |
commit | commitdiff | tree | snapshot |
2010-08-12 |
John McCall | Test for rdar://problem/8073696. |
commit | commitdiff | tree | snapshot |
2010-08-12 |
John McCall | Handle the obvious case for diagnosing redeclarations... |
commit | commitdiff | tree | snapshot |
2010-08-12 |
Jordy Rose | Actually use reduced set of checkers in EvalAssume. |
commit | commitdiff | tree | snapshot |
2010-08-12 |
Daniel Dunbar | Frontend: Move the bulk of the cc1_main() processing... |
commit | commitdiff | tree | snapshot |
2010-08-12 |
Daniel Dunbar | clang -cc1: Move real diagnostics client initialization... |
commit | commitdiff | tree | snapshot |
2010-08-12 |
John McCall | Bail out of MaybeBindToTemporary if the record type... |
commit | commitdiff | tree | snapshot |
2010-08-12 |
John McCall | Implement RTTI generation for Objective C types. Fixes... |
commit | commitdiff | tree | snapshot |
2010-08-12 |
John McCall | Fix a crash on invalid when declaring an implicit membe... |
commit | commitdiff | tree | snapshot |
2010-08-12 |
Daniel Dunbar | Driver: Use the compile time linker version as the... |
commit | commitdiff | tree | snapshot |
2010-08-12 |
Devang Patel | Emit debug info for static const class member. |
commit | commitdiff | tree | snapshot |
2010-08-12 |
Devang Patel | update test to reflect r110876 change. |
commit | commitdiff | tree | snapshot |
2010-08-11 |
John McCall | Don't try to implicitly declare special members of... |
commit | commitdiff | tree | snapshot |
2010-08-11 |
Tom Care | Fix a bug where child statements could not be identifie... |
commit | commitdiff | tree | snapshot |
2010-08-11 |
Argyrios Kyrtzidis | Switch on PCH for C++. C++ fans all over the world... |
commit | commitdiff | tree | snapshot |
2010-08-11 |
Daniel Dunbar | Driver/Darwin: Pass -demangle when linking, if the... |
commit | commitdiff | tree | snapshot |
2010-08-11 |
Daniel Dunbar | Driver: Add -mlinker-version=, which forwards to -targe... |
commit | commitdiff | tree | snapshot |
2010-08-11 |
Daniel Dunbar | Frontend: Add -target-linker-version, for specifying... |
commit | commitdiff | tree | snapshot |
2010-08-11 |
Eli Friedman | Fix oversight with symbolic names in TargetInfo::valida... |
commit | commitdiff | tree | snapshot |
2010-08-11 |
Argyrios Kyrtzidis | -Make TokenID of IdentifierInfo read-only, remove setTo... |
commit | commitdiff | tree | snapshot |
2010-08-11 |
John McCall | Revise r110163: don't mark weak functions nounwind... |
commit | commitdiff | tree | snapshot |
2010-08-11 |
Abramo Bagnara | Added locations and type source info for DeclarationName. |
commit | commitdiff | tree | snapshot |
2010-08-11 |
Douglas Gregor | Once code completion has completed, pass a "completion... |
commit | commitdiff | tree | snapshot |
2010-08-11 |
Fariborz Jahanian | Change text of diagnostics on user request. |
commit | commitdiff | tree | snapshot |
2010-08-11 |
Devang Patel | Emit a stop point for delegate constructor call. This... |
commit | commitdiff | tree | snapshot |
2010-08-11 |
John McCall | When re-raising an exception after a cleanup, we need... |
commit | commitdiff | tree | snapshot |
2010-08-11 |
Eli Friedman | Work in progress for PR7864. Someone more familiar... |
commit | commitdiff | tree | snapshot |
2010-08-11 |
Bruno Cardoso... | Remove rsqrtps_nr256 and sqrtps_nr256 builtins, at... |
commit | commitdiff | tree | snapshot |
2010-08-11 |
Fariborz Jahanian | Update documentation regarding use of 'class' in |
commit | commitdiff | tree | snapshot |
2010-08-11 |
Sebastian Redl | Reintroduce the ASTConsumer/ASTUnit fix from r110610... |
commit | commitdiff | tree | snapshot |
2010-08-11 |
Bruno Cardoso... | Fix define inserting a comma :) |
commit | commitdiff | tree | snapshot |
2010-08-11 |
Fariborz Jahanian | IRGen support for functions returning objc object |
commit | commitdiff | tree | snapshot |
2010-08-11 |
Douglas Gregor | Add a (currently unused) "options" parameter to |
commit | commitdiff | tree | snapshot |
2010-08-11 |
Daniel Dunbar | Remove wpa 'example', it isn't being maintained. |
commit | commitdiff | tree | snapshot |
2010-08-11 |
Benjamin Kramer | Random temporary string cleanup. |
commit | commitdiff | tree | snapshot |
2010-08-11 |
Douglas Gregor | If name lookup finds different type declarations in... |
commit | commitdiff | tree | snapshot |
2010-08-11 |
Douglas Gregor | Fix a thinko in the creation of temporary files for... |
commit | commitdiff | tree | snapshot |
2010-08-11 |
Douglas Gregor | Speculatively revert r110610 " Make ObjCInterfaceDecl... |
commit | commitdiff | tree | snapshot |
2010-08-11 |
Zhongxing Xu | MemRegion can refer to ASTContext without external... |
commit | commitdiff | tree | snapshot |
2010-08-11 |
Daniel Dunbar | tests: Add a missing -Xclang. |
commit | commitdiff | tree | snapshot |
2010-08-11 |
Daniel Dunbar | ARM: Recognize single precision float register names. |
commit | commitdiff | tree | snapshot |
2010-08-11 |
Daniel Dunbar | ARM: Swap which registers we consider real / aliases... |
commit | commitdiff | tree | snapshot |
2010-08-11 |
Douglas Gregor | Improve our handling of user-defined conversions when... |
commit | commitdiff | tree | snapshot |
2010-08-11 |
Bruno Cardoso... | Remove 256-bit cast built-ins and make the AVX intrinsi... |
commit | commitdiff | tree | snapshot |
2010-08-11 |
John McCall | Make this test a little less dependent on exact optimiz... |
commit | commitdiff | tree | snapshot |
2010-08-11 |
Bruno Cardoso... | Remove 256-bit unpack built-ins and make the AVX intrin... |
commit | commitdiff | tree | snapshot |
2010-08-11 |
Bruno Cardoso... | Remove 256-bit shuffle built-ins and make the AVX intri... |
commit | commitdiff | tree | snapshot |
2010-08-11 |
John Thompson | Fix for pr7869, inline asm mult-alt constraints. |
commit | commitdiff | tree | snapshot |
2010-08-11 |
John McCall | Fix a bug in @finally emission in both the fragile... |
commit | commitdiff | tree | snapshot |
2010-08-11 |
Ted Kremenek | Have GRCoreEngine record the blocks where analysis... |
commit | commitdiff | tree | snapshot |
2010-08-10 |
Ted Kremenek | Add test case for <rdar://problem/8288645>. While... |
commit | commitdiff | tree | snapshot |
2010-08-10 |
John Thompson | Something's wrong with this test on other platforms... |
commit | commitdiff | tree | snapshot |
2010-08-10 |
Fariborz Jahanian | Fix test to not depend on objc.h header. |
commit | commitdiff | tree | snapshot |
2010-08-10 |
Devang Patel | Simplify |
commit | commitdiff | tree | snapshot |
2010-08-10 |
Devang Patel | Test case for llvm r110712. |
commit | commitdiff | tree | snapshot |
2010-08-10 |
Daniel Dunbar | tests: Avoid unnecessary redirection. |
commit | commitdiff | tree | snapshot |
2010-08-10 |
Daniel Dunbar | tests: Tests which include system headers must use... |
commit | commitdiff | tree | snapshot |
2010-08-10 |
John Thompson | Slightly revised handling of mult-alt constraints,... |
commit | commitdiff | tree | snapshot |
2010-08-10 |
John McCall | When initializing a static local, pop the guard-abort... |
commit | commitdiff | tree | snapshot |
2010-08-10 |
Fariborz Jahanian | an objective-c++ test for -Wstrict-selector-match |
commit | commitdiff | tree | snapshot |
2010-08-10 |
Devang Patel | Do not use DIGlobalVariable to emit debugging informati... |
commit | commitdiff | tree | snapshot |
2010-08-10 |
Fariborz Jahanian | Fix a spurious warning when message sent to qualified-id |
commit | commitdiff | tree | snapshot |
2010-08-10 |
Ted Kremenek | Turn on idempotent operations checker when using -... |
commit | commitdiff | tree | snapshot |
2010-08-10 |
Devang Patel | Simplify code and add comments, in code that generate... |
commit | commitdiff | tree | snapshot |
2010-08-10 |
Daniel Dunbar | Driver/FreeBSD: Infer the right arch name in the presen... |
commit | commitdiff | tree | snapshot |
2010-08-10 |
Douglas Gregor | Teach the libclang cursor visitor to walk into the... |
commit | commitdiff | tree | snapshot |
2010-08-10 |
Douglas Gregor | Eliminate unnecessary uses of TemporaryBase in TreeTran... |
commit | commitdiff | tree | snapshot |
2010-08-10 |
Abramo Bagnara | Fixed redundant NNS loading. |
commit | commitdiff | tree | snapshot |
2010-08-10 |
Abramo Bagnara | Added TypeLocs to VAArgExpr node. |
commit | commitdiff | tree | snapshot |
2010-08-10 |
Abramo Bagnara | Added TypeLocs to TypesCompatibleExpr node. |
commit | commitdiff | tree | snapshot |
2010-08-10 |
Devang Patel | Even if a constant's evaluated value is used, emit... |
commit | commitdiff | tree | snapshot |
2010-08-10 |
Eli Friedman | Fix redefinition of typedefs of fixable variably-modifi... |
commit | commitdiff | tree | snapshot |
2010-08-10 |
Bruno Cardoso... | Make replicate intrinsics use shufflevector instead... |
commit | commitdiff | tree | snapshot |
2010-08-10 |
Bruno Cardoso... | Use i32 instead of i8 for AVX dot product intrinsic |
commit | commitdiff | tree | snapshot |
2010-08-10 |
Devang Patel | There is no need to pubish file static variable's name... |
commit | commitdiff | tree | snapshot |
2010-08-10 |
Rafael Espindola | Run the assembler instead of gcc on Linux. |
commit | commitdiff | tree | snapshot |
2010-08-10 |
Bruno Cardoso... | Consider the last argument of vblend builtin to be... |
commit | commitdiff | tree | snapshot |
next |