2010-12-04 |
Peter Collingbourne | Implement -cl-mad-enable |
commit | commitdiff | tree | snapshot |
2010-12-04 |
Peter Collingbourne | Implement -cl-fast-relaxed-math |
commit | commitdiff | tree | snapshot |
2010-12-04 |
Peter Collingbourne | Implement -cl-unsafe-math-optimizations |
commit | commitdiff | tree | snapshot |
2010-12-04 |
Peter Collingbourne | Implement -cl-finite-math-only |
commit | commitdiff | tree | snapshot |
2010-12-04 |
Peter Collingbourne | Implement -cl-single-precision-constant |
commit | commitdiff | tree | snapshot |
2010-12-04 |
Peter Collingbourne | Implement -cl-opt-disable |
commit | commitdiff | tree | snapshot |
2010-12-04 |
Peter Collingbourne | Refactor optimisation level code |
commit | commitdiff | tree | snapshot |
2010-12-04 |
Peter Collingbourne | Introduce CompilerInvocation::setLangDefaults function |
commit | commitdiff | tree | snapshot |
2010-12-04 |
Argyrios Kyrtzidis | Minor refactoring; have BugReport::getRanges return... |
commit | commitdiff | tree | snapshot |
2010-12-04 |
Argyrios Kyrtzidis | Mark functions referenced by 'cleanup' attribute as... |
commit | commitdiff | tree | snapshot |
2010-12-03 |
Fariborz Jahanian | Diagnose when accessing property in a class method and |
commit | commitdiff | tree | snapshot |
2010-12-03 |
Abramo Bagnara | Fixed typo. |
commit | commitdiff | tree | snapshot |
2010-12-03 |
Abramo Bagnara | Added struct/class syntactic info for c++0x scoped... |
commit | commitdiff | tree | snapshot |
2010-12-03 |
Bob Wilson | Add missing vext_f32 and vextq_f32 Neon intrinsics... |
commit | commitdiff | tree | snapshot |
2010-12-03 |
Bob Wilson | Add support for vmul_p8 Neon intrinsic. Radar 8446141. |
commit | commitdiff | tree | snapshot |
2010-12-03 |
Douglas Gregor | Implement caching for the linkage and visibility calcul... |
commit | commitdiff | tree | snapshot |
2010-12-03 |
Bob Wilson | Add a separate name field to the Neon intrinsic table. |
commit | commitdiff | tree | snapshot |
2010-12-03 |
Bob Wilson | Add a separate rightShift flag instead of reusing the... |
commit | commitdiff | tree | snapshot |
2010-12-03 |
Ted Kremenek | Update analyzer build. |
commit | commitdiff | tree | snapshot |
2010-12-03 |
Eric Christopher | Add some warning messages about invalid use of common... |
commit | commitdiff | tree | snapshot |
2010-12-03 |
Ted Kremenek | Add test case for r120795. |
commit | commitdiff | tree | snapshot |
2010-12-03 |
Ted Kremenek | Fix an insidious bug in BugReporter where |
commit | commitdiff | tree | snapshot |
2010-12-03 |
Ted Kremenek | Also include the pointer address of the ExplodedNode |
commit | commitdiff | tree | snapshot |
2010-12-03 |
Argyrios Kyrtzidis | Also show notes about the taken path in TextPathDiagnos... |
commit | commitdiff | tree | snapshot |
2010-12-03 |
Argyrios Kyrtzidis | Remove leftover code and use the text path diagnostic... |
commit | commitdiff | tree | snapshot |
2010-12-03 |
Nick Lewycky | Add a flag to control the "indirection of non-volatile... |
commit | commitdiff | tree | snapshot |
2010-12-03 |
Argyrios Kyrtzidis | Introduce TextPathDiagnostics, a simple PathDiagnosticC... |
commit | commitdiff | tree | snapshot |
2010-12-03 |
Argyrios Kyrtzidis | Handle any number of SourceRanges inside BugReporter... |
commit | commitdiff | tree | snapshot |
2010-12-03 |
Argyrios Kyrtzidis | Rename Create[*]DiagnosticClient -> create[*]Diagnostic... |
commit | commitdiff | tree | snapshot |
2010-12-03 |
Bob Wilson | Add support for "_lane" variants of VMUL, VMLA, and... |
commit | commitdiff | tree | snapshot |
2010-12-03 |
Ted Kremenek | Fix diagnostic for reporting bad escape sequence. |
commit | commitdiff | tree | snapshot |
2010-12-02 |
Chris Lattner | Reflow to a style doug prefers, increasing indentation :-) |
commit | commitdiff | tree | snapshot |
2010-12-02 |
Douglas Gregor | When we're performing an explicit cast of some sort... |
commit | commitdiff | tree | snapshot |
2010-12-02 |
Fariborz Jahanian | Improve on objc diagnostics. // rdar://8721692 |
commit | commitdiff | tree | snapshot |
2010-12-02 |
Peter Collingbourne | Merge transparent union types using member's unqualifie... |
commit | commitdiff | tree | snapshot |
2010-12-02 |
Ted Kremenek | Fix range in printf warnings for invalid conversion... |
commit | commitdiff | tree | snapshot |
2010-12-02 |
Peter Collingbourne | Merge transparent union types using member's canonical... |
commit | commitdiff | tree | snapshot |
2010-12-02 |
Douglas Gregor | Fix inverted return value in the ASTImporter. No matter... |
commit | commitdiff | tree | snapshot |
2010-12-02 |
Abramo Bagnara | Fixed source range for MS asm statement. |
commit | commitdiff | tree | snapshot |
2010-12-02 |
Chris Lattner | fix PR8726 by teaching the aggregate init optimization... |
commit | commitdiff | tree | snapshot |
2010-12-02 |
Fariborz Jahanian | Test for // rdar://8594790 |
commit | commitdiff | tree | snapshot |
2010-12-02 |
Bob Wilson | Attempt to fix linux buildbots by adding -ffreestanding... |
commit | commitdiff | tree | snapshot |
2010-12-02 |
Fariborz Jahanian | IR Gen. part of API support for __block cxx |
commit | commitdiff | tree | snapshot |
2010-12-02 |
Douglas Gregor | Do not change the size of LookupResult::Filter based... |
commit | commitdiff | tree | snapshot |
2010-12-02 |
Douglas Gregor | Remove NDEBUG-controlled extra data from |
commit | commitdiff | tree | snapshot |
2010-12-02 |
John McCall | Tweaks. |
commit | commitdiff | tree | snapshot |
2010-12-02 |
John McCall | ObjC support in the XML dumper. |
commit | commitdiff | tree | snapshot |
2010-12-02 |
Ted Kremenek | Merge ValueManager into SValBuilder. |
commit | commitdiff | tree | snapshot |
2010-12-02 |
Bob Wilson | Add a test for calling a Neon intrinsic macro with... |
commit | commitdiff | tree | snapshot |
2010-12-02 |
Chris Lattner | Improve codegen for initializer lists to use memset... |
commit | commitdiff | tree | snapshot |
2010-12-02 |
Chris Lattner | attempt to fix a buildbot failure, apparently apache... |
commit | commitdiff | tree | snapshot |
2010-12-02 |
Eric Christopher | Add support for the common and nocommon attributes. |
commit | commitdiff | tree | snapshot |
2010-12-02 |
Eric Christopher | FileCheckize. |
commit | commitdiff | tree | snapshot |
2010-12-02 |
Eric Christopher | FileCheckize. |
commit | commitdiff | tree | snapshot |
2010-12-02 |
John McCall | Perform lvalue-to-rvalue at the end of an expression... |
commit | commitdiff | tree | snapshot |
2010-12-02 |
Chris Lattner | Enhance the init generation logic to emit a memset... |
commit | commitdiff | tree | snapshot |
2010-12-02 |
John McCall | Simplify the ASTs by consolidating ObjCImplicitGetterSe... |
commit | commitdiff | tree | snapshot |
2010-12-02 |
Bob Wilson | Test use of arm_neon.h with -fno-lax-vector-conversions. |
commit | commitdiff | tree | snapshot |
2010-12-02 |
Bob Wilson | Add a testcase for Radar 8228022. |
commit | commitdiff | tree | snapshot |
2010-12-02 |
Bob Wilson | Swap order of checking for compatible vector types. |
commit | commitdiff | tree | snapshot |
2010-12-02 |
Douglas Gregor | Eliminate two uses of NDEBUG in headers that cause... |
commit | commitdiff | tree | snapshot |
2010-12-02 |
Douglas Gregor | Make TypeLocBuilder an implementation detail of Sema... |
commit | commitdiff | tree | snapshot |
2010-12-01 |
Douglas Gregor | Extend ExternalASTSource with the ability to lazily... |
commit | commitdiff | tree | snapshot |
2010-12-01 |
Fariborz Jahanian | Sema/AST work for capturing copy init expression |
commit | commitdiff | tree | snapshot |
2010-12-01 |
Ted Kremenek | Rename all 'AssumeXXX' methods in libChecker |
commit | commitdiff | tree | snapshot |
2010-12-01 |
Eric Christopher | 80-col fixups. |
commit | commitdiff | tree | snapshot |
2010-12-01 |
Anton Yartsev | Optimized IR for vec_splat |
commit | commitdiff | tree | snapshot |
2010-12-01 |
Ted Kremenek | Rename all 'EvalXXX' methods in libChecker to |
commit | commitdiff | tree | snapshot |
2010-12-01 |
Douglas Gregor | Improve our handling of cv-qualifiers in Objective... |
commit | commitdiff | tree | snapshot |
2010-12-01 |
Ted Kremenek | Rename 'SValuator' to 'SValBuilder'. The new name |
commit | commitdiff | tree | snapshot |
2010-12-01 |
Shantonu Sen | Fix build of in-tree libcxx. libcxx doesn't actually |
commit | commitdiff | tree | snapshot |
2010-12-01 |
Douglas Gregor | Not content to implement just "extern" explicit template |
commit | commitdiff | tree | snapshot |
2010-12-01 |
Bob Wilson | Add some comments. |
commit | commitdiff | tree | snapshot |
2010-12-01 |
Peter Collingbourne | Serialization: support for CUDA language extensions |
commit | commitdiff | tree | snapshot |
2010-12-01 |
Douglas Gregor | After parsing a ':' in an enum-specifier within class... |
commit | commitdiff | tree | snapshot |
2010-12-01 |
Douglas Gregor | Improve the diagnostic when the fixed underlying type... |
commit | commitdiff | tree | snapshot |
2010-12-01 |
Douglas Gregor | AST printing for scoped enumerations and enumerations... |
commit | commitdiff | tree | snapshot |
2010-12-01 |
John McCall | Eliminate vtables from the Type hierarchy. |
commit | commitdiff | tree | snapshot |
2010-12-01 |
John McCall | Restore the lvalue-to-rvalue conversion patch with... |
commit | commitdiff | tree | snapshot |
2010-12-01 |
Nick Lewycky | Remove stray emacs mode marker. |
commit | commitdiff | tree | snapshot |
2010-12-01 |
Peter Collingbourne | test: add .cu extension |
commit | commitdiff | tree | snapshot |
2010-12-01 |
Peter Collingbourne | Basic, Sema: add support for CUDA location attributes |
commit | commitdiff | tree | snapshot |
2010-12-01 |
Peter Collingbourne | Driver, Frontend: add CUDA language support |
commit | commitdiff | tree | snapshot |
2010-12-01 |
Peter Collingbourne | Basic: Add CUDA language option |
commit | commitdiff | tree | snapshot |
2010-12-01 |
Dan Gohman | Don't check the isysroot path for Path::isValid();... |
commit | commitdiff | tree | snapshot |
2010-12-01 |
Chris Lattner | add some infrastructure that will let us codegen |
commit | commitdiff | tree | snapshot |
2010-12-01 |
Rafael Espindola | Handle -nostartfiles. |
commit | commitdiff | tree | snapshot |
2010-12-01 |
Chris Lattner | get some i32/i8/i1 constants from Builder, which is... |
commit | commitdiff | tree | snapshot |
2010-12-01 |
Douglas Gregor | Implement AST import support for class template special... |
commit | commitdiff | tree | snapshot |
2010-12-01 |
Fariborz Jahanian | When unknown method is sent to a receiver of |
commit | commitdiff | tree | snapshot |
2010-11-30 |
John McCall | A CGRecordLayout object persists. Since its contained... |
commit | commitdiff | tree | snapshot |
2010-11-30 |
John McCall | CGRecordLayoutBuilder does not need to be exported... |
commit | commitdiff | tree | snapshot |
2010-11-30 |
Ted Kremenek | Update checker build. |
commit | commitdiff | tree | snapshot |
2010-11-30 |
Fariborz Jahanian | Declaring local static in global block |
commit | commitdiff | tree | snapshot |
2010-11-30 |
Argyrios Kyrtzidis | Follow through references to catch returned stack addre... |
commit | commitdiff | tree | snapshot |
2010-11-30 |
Douglas Gregor | Implement basic AST importing and merging support for... |
commit | commitdiff | tree | snapshot |
2010-11-30 |
Douglas Gregor | Eliminate more pointless default statements |
commit | commitdiff | tree | snapshot |
2010-11-30 |
Fariborz Jahanian | Add objc_getClass as an objc builtin function |
commit | commitdiff | tree | snapshot |
2010-11-30 |
John McCall | L-value to r-value conversion is not ready for prime... |
commit | commitdiff | tree | snapshot |
2010-11-30 |
Fariborz Jahanian | Such function decls,as objc's objc_msgSend, builtins in |
commit | commitdiff | tree | snapshot |
next |