- ea7a31f Improve C language testing coverage. by Daniel Dunbar · 16 years ago
- affc3a9 Fix X86 palignr[128] builtins to match LLVM. by Daniel Dunbar · 16 years ago
- 1768a62 Add some builtins to codegen test case. by Daniel Dunbar · 16 years ago
- 5620b50 Make VectorType printing less broken. by Daniel Dunbar · 16 years ago
- ec04b26 Fix another X86 builtin definitions. - vec_set_v4hi had "v4s" in place of "V4s" by Daniel Dunbar · 16 years ago
- 1827db7 Fix some X86 builtin definitions. by Daniel Dunbar · 16 years ago
- 5186906 Add -rewrite-macros test case. by Daniel Dunbar · 16 years ago
- 68c5918 Allow -verify to be used with -rewrite-macros. by Daniel Dunbar · 16 years ago
- a6f6c71 Coverage test for targets. by Daniel Dunbar · 16 years ago
- 8e8b0fb Update VC++ project file by Steve Naroff · 16 years ago
- 075e3c1 Improve codegen coverage tests. by Daniel Dunbar · 16 years ago
- 539ced1 Add dummy -ast-dump support for ObjC category implementations. by Daniel Dunbar · 16 years ago
- 22aed65 Remove old diag that alerted the user to a limitation we no longer have:-) by Steve Naroff · 16 years ago
- 9173e91 Append the test runs with '&&'. by Argyrios Kyrtzidis · 16 years ago
- 5404a15 Resolve ambiguous C++ statements (C++ 6.8p1). by Argyrios Kyrtzidis · 16 years ago
- d3f7790 Create a function, eliminating some redundancy between SynthesizeBlockInitExpr() and SynthesizeBlockLiterals(). by Steve Naroff · 16 years ago
- acba0f2 Finish implementing copy/dispose helpers for imported block decls. by Steve Naroff · 16 years ago
- 417dd17 Add coverage tests of C and Obj-C language features. by Daniel Dunbar · 16 years ago
- b0adbba Set exit code properly on "Unexpected program action". by Daniel Dunbar · 16 years ago
- b7219f8 Desensitize env-include-paths.c to the directory it is running in. by Daniel Dunbar · 16 years ago
- e535fba Set svn:ignore on test/{Driver,Coverage} by Daniel Dunbar · 16 years ago
- bb95255 Bug fix, CPATH="" does not add '.' to search path. by Daniel Dunbar · 16 years ago
- ae3c16c Add test/Driver. - env-include-paths.c is XFAIL as it exposed a bug. by Daniel Dunbar · 16 years ago
- f7a726b De-XFAIL test/Parser/pragma-pack.c by Daniel Dunbar · 16 years ago
- 7499cb5 switch to using -verify by Chris Lattner · 16 years ago
- 4f2670d Move the expected-warning lines to a place that clang -verify will pick them by Chris Lattner · 16 years ago
- fcdd8fe Add Parser support for #pragma pack by Daniel Dunbar · 16 years ago
- 4095080 Add Preprocessor::RemovePragmaHandler. - No functionality change. by Daniel Dunbar · 16 years ago
- 5e52b17 Add indirection required for byref BlockDeclRefExpr's. by Steve Naroff · 16 years ago
- 3b0fd64 Handle bookkeeping for imported blocks (in SynthesizeBlockImpl). by Steve Naroff · 16 years ago
- 1e3e43a Add MemRegion.cpp to VS project. by Ted Kremenek · 16 years ago
- b65a4f1 Cut/paste error...need to use the expression "name" for member references (or other complex expressions that can embed a block pointer type) by Steve Naroff · 16 years ago
- 8e9216d Clear the map that associated the rewritten block with it's corresponding BlockExpr. by Steve Naroff · 16 years ago
- 70f9550 Moved main control flow functions to bottom of file. by Steve Naroff · 16 years ago
- 14b8c38 Updated checker build. by Ted Kremenek · 16 years ago
- 9e24049 This is a big patch, but the functionality change is small and the rest of the patch consists of deltas due to API changes. by Ted Kremenek · 16 years ago
- 924d9a8 Reverse the RHSBlock of LogicalOp && and || by Zhongxing Xu · 16 years ago
- 7a02344 add a disclaimer by Chris Lattner · 16 years ago
- b5cd09a add a new Rewriter::getRewritenText method that returns the text for a range by Chris Lattner · 16 years ago
- 94ede6e Remove an old/vacuous if clause. by Steve Naroff · 16 years ago
- 4e13b76 More fun & games with the block rewriter. by Steve Naroff · 16 years ago
- 7d07664 Merge postfix attributes on record decls. by Daniel Dunbar · 16 years ago
- 5e592d8 Remove a FIXME. by Daniel Dunbar · 16 years ago
- 39622b9 Rewrite global block expressions. by Steve Naroff · 16 years ago
- 83ba14e - Add a convenience constructor to Type. - Many rewriter modifications. by Steve Naroff · 16 years ago
- 48a8c61 Rework SynthesizeBlockImpl() to include a constructor. by Steve Naroff · 16 years ago
- f7bb8b9 Pass postfix attributes to ActOnFields (mismarked a file). by Daniel Dunbar · 16 years ago
- 1bfe1c2 Pass postfix attributes to ActOnFields. by Daniel Dunbar · 16 years ago
- 29471a1 Bug fix, ccc was passing -std twice. by Daniel Dunbar · 16 years ago
- 3ad29e2 Get the right location to insert the synthesized block literals/functions. by Steve Naroff · 16 years ago
- 0eb07bf Add getTypeSpecStartLoc() to VarDecls and FunctionDecls. by Steve Naroff · 16 years ago
- a0b75cf Name changes and some cleanup of preamble. by Steve Naroff · 16 years ago
- ae3f491 Add Builtins.def attribute for "can be a constant expression". by Daniel Dunbar · 16 years ago
- de45428 Add support for format string checking of object-size checking by Daniel Dunbar · 16 years ago
- a4275d1 Emit error unsupported for break/continue/goto inside Obj-C exception by Daniel Dunbar · 16 years ago
- 8e45f73 Fix ccc handling of -mmacosx-version-min. by Daniel Dunbar · 16 years ago
- 8af6a45 Changed Sema::CheckForConstantInitializer to allow global block literals. by Steve Naroff · 16 years ago
- 91cd320 (LLVM up) Rename IRBuilder::IsNonNull -> IsNotNull. by Daniel Dunbar · 16 years ago
- 147d26f Unbreak build: claim an extra bit for BuiltinID. by Daniel Dunbar · 16 years ago
- e553a72 (llvm up) If the target triple is unspecified, automatically set the by Daniel Dunbar · 16 years ago
- 14bfdfe Drop code to validate OS part of target triple on darwin, too fragile. by Daniel Dunbar · 16 years ago
- cc9ac41 Enhance NSError** checking with analogous checking for CFErrorRef*. by Ted Kremenek · 16 years ago
- 9466856 Added SSE4.1 blend intrinsics by Mon P Wang · 16 years ago
- c1c88b5 Updated checker build. by Ted Kremenek · 16 years ago
- 9f67ede Added test case. by Ted Kremenek · 16 years ago
- 8da6ca9 Use LVal::IsLValType(T) instead of checking to see if the type is an "lvalue" type directly. by Ted Kremenek · 16 years ago
- 33bc63b Update checker build. by Ted Kremenek · 16 years ago
- 1bf3f73 ccc: Use CCC_NATIVE=1 by default. by Daniel Dunbar · 16 years ago
- ad2dc71 NeXT: Update to use CreateRuntimeFunction for the routines it imports. by Daniel Dunbar · 16 years ago
- f1968f2 Add simple interface for protecting runtime functions from name by Daniel Dunbar · 16 years ago
- 60a6e0c Add a QualType to ConjuredSymbol to represent the type and size of the symbol. by Ted Kremenek · 16 years ago
- b10362a Support -mmacosx-version-min by Ted Kremenek · 16 years ago
- c94e31e Set reproducibility back to "Always" by Ted Kremenek · 16 years ago
- 319e792 ccc: Add support for another batch of OS X linker options, including by Daniel Dunbar · 16 years ago
- 869f8b6 ccc: Infer action type upfront. by Daniel Dunbar · 16 years ago
- 2a29904 simplify padding, just fold it into the earlier resize. by Chris Lattner · 16 years ago
- 28997ec fix a potential buffer overrun that Eli noticed by Chris Lattner · 16 years ago
- 320a054 Fix help for --suppress-system-warnings by Daniel Dunbar · 16 years ago
- c29bbde Document assumptions that NumericLiteralParser makes with an assertion. by Chris Lattner · 16 years ago
- 079f2c46 Handle minor version numbers in __ENVIRONMENT_MAC_OS_X_VERSION_MIN_REQUIRED__ by Chris Lattner · 16 years ago
- ba0f25f Finish handling of -mmacosx-version-min. If you now do something like: by Chris Lattner · 16 years ago
- c6607f8 scan-view: Remove some debugging prints. by Daniel Dunbar · 16 years ago
- c0bb34b Updated checker build. by Ted Kremenek · 16 years ago
- 8fe38a6 Default reproducibility to "Not applicable" by Ted Kremenek · 16 years ago
- abee2d7 Add diagnostic for .{lo,hi,e,o} on odd-sized extended vectors. by Daniel Dunbar · 16 years ago
- ba78cc0 Make "Performance" the default Radar classification for leaks. "Other" for all others (for now). by Ted Kremenek · 16 years ago
- 8ce622d Make a separate parameter class for "Radar classifications". by Ted Kremenek · 16 years ago
- fe6fa07 Add "SelectionParameter" class to represent drop-down boxes. by Ted Kremenek · 16 years ago
- 7000bf8 Change ccc to not pass -x unknown down. by Daniel Dunbar · 16 years ago
- 480bc34 Conditionally load/save default parameter value from config file. by Ted Kremenek · 16 years ago
- 19c8820 Use objects to represent form parameters. This allows us to abstract away some by Ted Kremenek · 16 years ago
- 037cda5 Fix <rdar://problem/6191148> [sema] Objective-C method lookup (at global scope) fails to handle overloaded selectors properly. by Steve Naroff · 16 years ago
- 33e2c5f fix test for latest changes in llvm asm representation by Nuno Lopes · 16 years ago
- 3ce52d6 Improved fix for <rdar://problem/6247781> Parser rejecting properly mismatched properties. by Steve Naroff · 16 years ago
- 86b76fc Add missing include for use of atoi. by Nick Lewycky · 16 years ago
- 13c03d8 Tabs -> Spaces. by Ted Kremenek · 16 years ago
- 5a236cb Revert last patch, but add a fixme by Ted Kremenek · 16 years ago
- 855cd90 Within the transfer function of UnaryOperatorExpr, handle implicit promotions by Ted Kremenek · 16 years ago
- 7f57b00 Added support for sse intrinsics loadlpd, loadhpd, muldq128, and mulld128 by Mon P Wang · 16 years ago
- 6a30c1f start handling 'mmacosx-version-min', this is not complete yet. by Chris Lattner · 16 years ago