- ad616eb Added remaining objective-c library builtins (as in gcc) to by Fariborz Jahanian · 14 years ago
- c3dcdc1 Add Neon vreinterpret intrinsics for half-float (f16) types. by Bob Wilson · 14 years ago
- 2427dbf Fix type of last vector operand of Neon quad-register multiple-lane intrinsics. by Bob Wilson · 14 years ago
- c9ccad3 Fix the names of the v[r]addhn and v[r]subhn Neon intrinsics. by Bob Wilson · 14 years ago
- 8f15094 When an "inline" declaration was followed by a definition not marked by Douglas Gregor · 14 years ago
- c66b516 Add missing "s32" and "u32" variants of Neon vzip intrinsic. Radar 8446277. by Bob Wilson · 14 years ago
- 327ce70 Add missing "p16" type variants for the Neon VREV32 intrinsics. Radar 8446277. by Bob Wilson · 14 years ago
- d954504 A typename specifier can end up referring to a unresolved using by Douglas Gregor · 14 years ago
- eca099b Add new libclang hooks for CXCursorSet, a by Ted Kremenek · 14 years ago
- db3d4d0 Stop using builtins for the "_lane" variants of saturating multiply intrinsics. by Bob Wilson · 14 years ago
- f187237 Remove the TypesCompatibleExprClass AST node. Merge its functionality into BinaryTypeTraitExpr. by Francois Pichet · 14 years ago
- 259461d Put the "'typename' occurs outside of a template" and "'template' by Douglas Gregor · 14 years ago
- a4cc799 Stop using clang builtins for Neon vabdl and vabal intrinsics. by Bob Wilson · 14 years ago
- a8b988f Stop using clang builtins for Neon vaba intrinsics. by Bob Wilson · 14 years ago
- c46233d Fix BinaryOperator dispatch for RecursiveASTVisitor, from Benoit Perrot! by Douglas Gregor · 14 years ago
- f203344 Stop using clang builtins for Neon vadd[lw] and vsub[lw] intrinsics. by Bob Wilson · 14 years ago
- 4064127 Stop using clang builtins for Neon vmlal{_n,_lane} and vmlsl{_n,_lane}. by Bob Wilson · 14 years ago
- cf55652 Stop using a clang builtin for Neon vdup_lane intrinsics. by Bob Wilson · 14 years ago
- c92b772 Stop using a clang builtin for Neon vmull_lane intrinsic. by Bob Wilson · 14 years ago
- 468acf9 Implement vmull and vmull_n intrinsics without using clang builtins. by Bob Wilson · 14 years ago
- 954e0c7 Implement AST import for Objective-C property implementations by Douglas Gregor · 14 years ago
- f5fe292 Fix PR8720 by printing an error message with a substring that the gcc testsuite searches for. by Rafael Espindola · 14 years ago
- 9407444 Add Neon vreinterpret intrinsics. Radar 8681774. by Bob Wilson · 14 years ago
- 0d3f3ff Make whitespace more consistent. by Bob Wilson · 14 years ago
- 6f18fca Kill FullExpr, as it was not, in fact, used anywhere in the code base. by John McCall · 14 years ago
- 7ee90d0 Fix compile error: comma at end of enumerator list. by Francois Pichet · 14 years ago
- 6ad6f28 Type traits intrinsic implementation: __is_base_of(T, U) by Francois Pichet · 14 years ago
- 409fa9a Split out a function to do lvalue conversion on objects; this is basically by John McCall · 14 years ago
- 381d34e Re-implement caching for the linkage calculation of declarations. by Douglas Gregor · 14 years ago
- f0b0ccc Use the source location of the parameter, when it makes sense, for diagnostics in HandleCleanupAttr. by Argyrios Kyrtzidis · 14 years ago
- b5f35ba Revert r120808, my previous implementation of caching for the linkage by Douglas Gregor · 14 years ago
- 894aed9 Un-templatetize this method. It's definition is out of line in the .cpp file, by Chandler Carruth · 14 years ago
- 4765fa0 Rename CXXExprWithTemporaries -> ExprWithCleanups; there's no theoretical by John McCall · 14 years ago
- 0074b48 Mark SVal constructors 'explicit'. by Ted Kremenek · 14 years ago
- 4658463 Rename Environment::LookupExpr() to by Ted Kremenek · 14 years ago
- d7365e1 Remove unused method GRState::LookupExpr(). by Ted Kremenek · 14 years ago
- 00eb3f9 More anonymous struct/union redesign. This one deals with anonymous field used in a constructor initializer list: by Francois Pichet · 14 years ago
- ec276bf Silence "comparison between signed and unsigned integer expressions" warnings. by Benjamin Kramer · 14 years ago
- 0e800c9 Remove some defensive calls to EmitLoadOfPropertyRefLValue that shouldn't by John McCall · 14 years ago
- f6a1648 Although we currently have explicit lvalue-to-rvalue conversions, they're by John McCall · 14 years ago
- 91252d1 Implement -cl-std= by Peter Collingbourne · 14 years ago
- 4400cb8 Implement -cl-mad-enable by Peter Collingbourne · 14 years ago
- f084082 Implement -cl-fast-relaxed-math by Peter Collingbourne · 14 years ago
- 5f67e13 Implement -cl-unsafe-math-optimizations by Peter Collingbourne · 14 years ago
- 5d729a3 Implement -cl-finite-math-only by Peter Collingbourne · 14 years ago
- 0982136 Implement -cl-single-precision-constant by Peter Collingbourne · 14 years ago
- 61e0786 Implement -cl-opt-disable by Peter Collingbourne · 14 years ago
- 53c92be Introduce CompilerInvocation::setLangDefaults function by Peter Collingbourne · 14 years ago
- 640ccf0 Minor refactoring; have BugReport::getRanges return a pair of iterator, no functionality change. by Argyrios Kyrtzidis · 14 years ago
- 74b2756 Diagnose when accessing property in a class method and by Fariborz Jahanian · 14 years ago
- a88cefd Added struct/class syntactic info for c++0x scoped enum. by Abramo Bagnara · 14 years ago
- 4740dab Add missing vext_f32 and vextq_f32 Neon intrinsics (Radar 8592601). by Bob Wilson · 14 years ago
- 953d513 Add support for vmul_p8 Neon intrinsic. Radar 8446141. by Bob Wilson · 14 years ago
- 2357207 Implement caching for the linkage and visibility calculations of declarations. by Douglas Gregor · 14 years ago
- 96bfa62 Add a separate name field to the Neon intrinsic table. by Bob Wilson · 14 years ago
- 40406fe Fix an insidious bug in BugReporter where by Ted Kremenek · 14 years ago
- a427b49 Add a flag to control the "indirection of non-volatile null pointer will be by Nick Lewycky · 14 years ago
- ebd4f52 Introduce TextPathDiagnostics, a simple PathDiagnosticClient that outputs as diagnostic notes by Argyrios Kyrtzidis · 14 years ago
- f928dca Rename Create[*]DiagnosticClient -> create[*]DiagnosticClient. by Argyrios Kyrtzidis · 14 years ago
- 96c105c Add support for "_lane" variants of VMUL, VMLA, and VMLS Neon intrinsics. by Bob Wilson · 14 years ago
- a9e9144 Improve on objc diagnostics. // rdar://8721692 by Fariborz Jahanian · 14 years ago
- a44724d Fixed source range for MS asm statement. by Abramo Bagnara · 14 years ago
- 830937b IR Gen. part of API support for __block cxx by Fariborz Jahanian · 14 years ago
- fce5656 Do not change the size of LookupResult::Filter based on the NDEBUG by Douglas Gregor · 14 years ago
- 6939fff Remove NDEBUG-controlled extra data from by Douglas Gregor · 14 years ago
- c8413fd Merge ValueManager into SValBuilder. by Ted Kremenek · 14 years ago
- a6cf1e7 Add support for the common and nocommon attributes. by Eric Christopher · 14 years ago
- 12f78a6 Simplify the ASTs by consolidating ObjCImplicitGetterSetterExpr and ObjCPropertyRefExpr by John McCall · 14 years ago
- 3a1c36c Eliminate two uses of NDEBUG in headers that cause different symbols by Douglas Gregor · 14 years ago
- 7e44e3f Make TypeLocBuilder an implementation detail of Sema. Nobody else should be using it by Douglas Gregor · 14 years ago
- 26ac3f3 Extend ExternalASTSource with the ability to lazily complete the by Douglas Gregor · 14 years ago
- 1ceee5c Sema/AST work for capturing copy init expression by Fariborz Jahanian · 14 years ago
- 28f47b9 Rename all 'AssumeXXX' methods in libChecker to 'assumeXXX'. by Ted Kremenek · 14 years ago
- 9c14953 Rename all 'EvalXXX' methods in libChecker to 'evalXXX'. by Ted Kremenek · 14 years ago
- 846eabd Rename 'SValuator' to 'SValBuilder'. The new name by Ted Kremenek · 14 years ago
- 7306ebf Not content to implement just "extern" explicit template by Douglas Gregor · 14 years ago
- e343583 Add some comments. by Bob Wilson · 14 years ago
- 08a5326 Serialization: support for CUDA language extensions by Peter Collingbourne · 14 years ago
- a61b3e7 After parsing a ':' in an enum-specifier within class context, by Douglas Gregor · 14 years ago
- d11617f Improve the diagnostic when the fixed underlying type of a by Douglas Gregor · 14 years ago
- b7b2688 Eliminate vtables from the Type hierarchy. by John McCall · 14 years ago
- 0ae287a Restore the lvalue-to-rvalue conversion patch with a minimal fix. by John McCall · 14 years ago
- ced7671 Basic, Sema: add support for CUDA location attributes by Peter Collingbourne · 14 years ago
- 895fcca Driver, Frontend: add CUDA language support by Peter Collingbourne · 14 years ago
- e2dd6c8 Basic: Add CUDA language option by Peter Collingbourne · 14 years ago
- d5dc83a Implement AST import support for class template specializations. by Douglas Gregor · 14 years ago
- 26e10be Follow through references to catch returned stack addresses, local blocks, label addresses or references to temporaries, e.g: by Argyrios Kyrtzidis · 14 years ago
- 040afae Implement basic AST importing and merging support for class template by Douglas Gregor · 14 years ago
- d7e40f0 Add objc_getClass as an objc builtin function by Fariborz Jahanian · 14 years ago
- 20fbe7c L-value to r-value conversion is not ready for prime-time. by John McCall · 14 years ago
- 67aba81 Such function decls,as objc's objc_msgSend, builtins in by Fariborz Jahanian · 14 years ago
- 7e48579 Introduce an r-value to l-value cast kind. I'm not promising anything by John McCall · 14 years ago
- 32b5fe7 System was renamed Support. Fix the build. by Duncan Sands · 14 years ago
- bbc8175 Add missing file from last commit by Douglas Gregor · 14 years ago
- 89d9980 When using a precompiled preamble with detailed preprocessing records, by Douglas Gregor · 14 years ago
- 414cb64 When loading a precompiled preamble, use the file ID of the by Douglas Gregor · 14 years ago
- d976ca4 Revert r120331 since it causes spurious warnings and a possible assertion hit when self-host. by Argyrios Kyrtzidis · 14 years ago
- 8b2f01b Emit warnings if we are returning a reference to a local temporary. by Argyrios Kyrtzidis · 14 years ago
- 03013fa Merge System into Support. by Michael J. Spencer · 14 years ago
- e4fed47 tighten up operator= to ensure we don't get multiple owners with the same FD. by Chris Lattner · 14 years ago