2009-05-03 |
Anton Korobeynikov | Hook msp430 in |
commit | commitdiff | tree | snapshot |
2009-05-03 |
Anton Korobeynikov | Whitespace cleanup |
commit | commitdiff | tree | snapshot |
2009-05-03 |
Daniel Dunbar | Normalize style, remove a dead assert. |
commit | commitdiff | tree | snapshot |
2009-05-03 |
Daniel Dunbar | Use ASTRecordLayout for computing ivar offsets instead... |
commit | commitdiff | tree | snapshot |
2009-05-03 |
Daniel Dunbar | Add a ComputeIvarBaseOffset overload taking an implemen... |
commit | commitdiff | tree | snapshot |
2009-05-03 |
Daniel Dunbar | Fix a possible memory error, the record layout entry... |
commit | commitdiff | tree | snapshot |
2009-05-03 |
Daniel Dunbar | Implement the interface/implementation layout distinction. |
commit | commitdiff | tree | snapshot |
2009-05-03 |
Daniel Dunbar | Compute Objective-C metadata size information from... |
commit | commitdiff | tree | snapshot |
2009-05-03 |
Daniel Dunbar | Split out getASTObjCImplementationLayout |
commit | commitdiff | tree | snapshot |
2009-05-03 |
Daniel Dunbar | Remove an unneeded special case. |
commit | commitdiff | tree | snapshot |
2009-05-03 |
Daniel Dunbar | PR4063, with feeling: Chain PP callbacks by default. |
commit | commitdiff | tree | snapshot |
2009-05-03 |
Daniel Dunbar | PR4063: Fix dependency generation with -E. |
commit | commitdiff | tree | snapshot |
2009-05-03 |
Chris Lattner | look at the right operand when increasing the size... |
commit | commitdiff | tree | snapshot |
2009-05-03 |
Daniel Dunbar | Remove unused argument. |
commit | commitdiff | tree | snapshot |
2009-05-03 |
Daniel Dunbar | Coalesce the ivar offset calculation further. |
commit | commitdiff | tree | snapshot |
2009-05-03 |
Chris Lattner | temporary hack to work around PR4128 |
commit | commitdiff | tree | snapshot |
2009-05-03 |
Chris Lattner | don't shadow 'i' |
commit | commitdiff | tree | snapshot |
2009-05-03 |
Chris Lattner | allow references to the larger value in a tied constraint |
commit | commitdiff | tree | snapshot |
2009-05-03 |
Chris Lattner | code cleanup, avoid shadowing i. |
commit | commitdiff | tree | snapshot |
2009-05-03 |
Chris Lattner | add support for tying asm operands where the result... |
commit | commitdiff | tree | snapshot |
2009-05-03 |
Daniel Dunbar | Remove typo |
commit | commitdiff | tree | snapshot |
2009-05-03 |
Chris Lattner | implement support for asm outputs targetting non-simple... |
commit | commitdiff | tree | snapshot |
2009-05-03 |
Daniel Dunbar | Use type from ivar instead of from shadow struct field. |
commit | commitdiff | tree | snapshot |
2009-05-03 |
Eli Friedman | Don't insert an extra ParenExpr around asm operands. |
commit | commitdiff | tree | snapshot |
2009-05-03 |
Chris Lattner | handle codegen of asms where a small input is tied... |
commit | commitdiff | tree | snapshot |
2009-05-03 |
Chris Lattner | refactor some code to get the input/output constraint... |
commit | commitdiff | tree | snapshot |
2009-05-03 |
Chris Lattner | If we have mismatched integer tied operands, but the... |
commit | commitdiff | tree | snapshot |
2009-05-03 |
Chris Lattner | add a flag to output asm constraints so that we efficie... |
commit | commitdiff | tree | snapshot |
2009-05-03 |
Chris Lattner | avoid a crash when we encounter a implicit cast of... |
commit | commitdiff | tree | snapshot |
2009-05-03 |
Ted Kremenek | Fix: <rdar://problem/6850275> CF objects returned from... |
commit | commitdiff | tree | snapshot |
2009-05-03 |
Eli Friedman | Fix silly mistake that was breaking tests. Sorry for... |
commit | commitdiff | tree | snapshot |
2009-05-03 |
Chris Lattner | rename some variables, improve comments. |
commit | commitdiff | tree | snapshot |
2009-05-03 |
Chris Lattner | refactor matched operand type checking to happen after... |
commit | commitdiff | tree | snapshot |
2009-05-03 |
Ted Kremenek | Convert ArgEffects from an std::vector to an ImmutableM... |
commit | commitdiff | tree | snapshot |
2009-05-03 |
Eli Friedman | Add diagnostic for r70658. |
commit | commitdiff | tree | snapshot |
2009-05-03 |
Eli Friedman | Add Sema support for __builtin_setjmp/__builtin_longjmp... |
commit | commitdiff | tree | snapshot |
2009-05-03 |
Ted Kremenek | Rename isTrackedObjectType() -> isTrackedObjCObjectType(). |
commit | commitdiff | tree | snapshot |
2009-05-03 |
Douglas Gregor | When a fix-it hint would span multiple lines, don't... |
commit | commitdiff | tree | snapshot |
2009-05-03 |
Douglas Gregor | When we truncate a source line to fit it within the... |
commit | commitdiff | tree | snapshot |
2009-05-03 |
Douglas Gregor | Respect the COLUMNS environment variable for word-wrapp... |
commit | commitdiff | tree | snapshot |
2009-05-03 |
Daniel Dunbar | Fix invalid error about duplicate declaration of paddin... |
commit | commitdiff | tree | snapshot |
2009-05-03 |
Zhongxing Xu | region store: make Retrieve() can retrieve embedded... |
commit | commitdiff | tree | snapshot |
2009-05-02 |
Daniel Dunbar | Remove ccc from the makefile as well. |
commit | commitdiff | tree | snapshot |
2009-05-02 |
Daniel Dunbar | ccc is dead. |
commit | commitdiff | tree | snapshot |
2009-05-02 |
Daniel Dunbar | Driver: Treat -m32 and -m64 as "driver-only" arguments. |
commit | commitdiff | tree | snapshot |
2009-05-02 |
Daniel Dunbar | Driver: When using the generic gcc tool, pass -m32... |
commit | commitdiff | tree | snapshot |
2009-05-02 |
Daniel Dunbar | Driver: Generate an error when trying to pass an LLVM... |
commit | commitdiff | tree | snapshot |
2009-05-02 |
Daniel Dunbar | Use clang to find clang-cc, if it isn't in path. |
commit | commitdiff | tree | snapshot |
2009-05-02 |
Chris Lattner | when creating custom warning diagnostics, do not attemp... |
commit | commitdiff | tree | snapshot |
2009-05-02 |
Ted Kremenek | retain/release checker: Enhance leak description to... |
commit | commitdiff | tree | snapshot |
2009-05-02 |
Anders Carlsson | Fix a thinko and a test. |
commit | commitdiff | tree | snapshot |
2009-05-02 |
Daniel Dunbar | DragonFly ToolChain definition for driver. |
commit | commitdiff | tree | snapshot |
2009-05-02 |
Anders Carlsson | Downgrade the invalid offsetof error to a warning. |
commit | commitdiff | tree | snapshot |
2009-05-02 |
Douglas Gregor | When determining whether an expression refers to a... |
commit | commitdiff | tree | snapshot |
2009-05-02 |
Ted Kremenek | Add CFG support for @synchronized. This fixes <rdar... |
commit | commitdiff | tree | snapshot |
2009-05-02 |
Chris Lattner | When creating a dwarf record type for an objc interface... |
commit | commitdiff | tree | snapshot |
2009-05-02 |
Chris Lattner | capture whether optimizations are enabled or not in... |
commit | commitdiff | tree | snapshot |
2009-05-02 |
Chris Lattner | encode the version of the objc runtime into the dwarf... |
commit | commitdiff | tree | snapshot |
2009-05-02 |
Ted Kremenek | Update checker build. |
commit | commitdiff | tree | snapshot |
2009-05-02 |
Ted Kremenek | Add another null pointer check test case. |
commit | commitdiff | tree | snapshot |
2009-05-02 |
Douglas Gregor | Fix bitfield promotions in several more cases. We don... |
commit | commitdiff | tree | snapshot |
2009-05-02 |
Ted Kremenek | Fix crasher in CFG construction when not properly handl... |
commit | commitdiff | tree | snapshot |
2009-05-02 |
Douglas Gregor | When -fmessage-length=N is not specified, and if standa... |
commit | commitdiff | tree | snapshot |
2009-05-01 |
Chris Lattner | explicitly know that the alignment of Type* is 3 bits. |
commit | commitdiff | tree | snapshot |
2009-05-01 |
Mike Stump | Add Sema checking for __block on vm declarations. ... |
commit | commitdiff | tree | snapshot |
2009-05-01 |
Ted Kremenek | Add another test case found due to an analyzer regression. |
commit | commitdiff | tree | snapshot |
2009-05-01 |
Daniel Dunbar | Make install target actually work, dependencies FTW. |
commit | commitdiff | tree | snapshot |
2009-05-01 |
Douglas Gregor | When printing a source line as part of a diagnostic... |
commit | commitdiff | tree | snapshot |
2009-05-01 |
Anders Carlsson | It's an error to call offsetof on a non-POD type. |
commit | commitdiff | tree | snapshot |
2009-05-01 |
Daniel Dunbar | Add ONLY_MAN_DOCS variable to only install the man... |
commit | commitdiff | tree | snapshot |
2009-05-01 |
Anders Carlsson | Get rid of CXXDestroyExpr. |
commit | commitdiff | tree | snapshot |
2009-05-01 |
Ted Kremenek | Add a new BFS GRWorkList and make it the default workli... |
commit | commitdiff | tree | snapshot |
2009-05-01 |
Anders Carlsson | Rename CXXExprWithCleanup to CXXExprWithTemporaries. |
commit | commitdiff | tree | snapshot |
2009-05-01 |
Anders Carlsson | We can now call member functions where the base is... |
commit | commitdiff | tree | snapshot |
2009-05-01 |
Douglas Gregor | Implement -fmessage-length=N, which word-wraps diagnost... |
commit | commitdiff | tree | snapshot |
2009-05-01 |
Douglas Gregor | Implement bit-field promotion rules for C99. Fixes... |
commit | commitdiff | tree | snapshot |
2009-05-01 |
Eli Friedman | Add support for -Wno-format-zero-length. |
commit | commitdiff | tree | snapshot |
2009-05-01 |
Fariborz Jahanian | Check for method type conflict between declaration in |
commit | commitdiff | tree | snapshot |
2009-05-01 |
Anders Carlsson | Replace more release+static_cast with takeAs. |
commit | commitdiff | tree | snapshot |
2009-05-01 |
Anders Carlsson | Replace a bunch of static_cast + release with takeAs. |
commit | commitdiff | tree | snapshot |
2009-05-01 |
Ted Kremenek | StoreManager::CastRegion: |
commit | commitdiff | tree | snapshot |
2009-05-01 |
Ted Kremenek | Basic Store: Always convert a non::LocAsInteger to... |
commit | commitdiff | tree | snapshot |
2009-05-01 |
Ted Kremenek | Update CMake file. |
commit | commitdiff | tree | snapshot |
2009-05-01 |
Anders Carlsson | Get rid of the implicit deref call when calling member... |
commit | commitdiff | tree | snapshot |
2009-05-01 |
Ted Kremenek | Add function prototype for OSAtomicCompareAndSwap32Barrier. |
commit | commitdiff | tree | snapshot |
2009-05-01 |
Ted Kremenek | Fix run line in failing test case (it was missing the... |
commit | commitdiff | tree | snapshot |
2009-05-01 |
Chris Lattner | teach -parse-noop about int128_t and friends. |
commit | commitdiff | tree | snapshot |
2009-05-01 |
Ted Kremenek | BugReporter (extensive diagnostics): introduce the... |
commit | commitdiff | tree | snapshot |
2009-05-01 |
Douglas Gregor | Finish a thought in CheckVariableDeclaration's comment... |
commit | commitdiff | tree | snapshot |
2009-05-01 |
Douglas Gregor | Add testcase that illustrates the problem from r69699... |
commit | commitdiff | tree | snapshot |
2009-05-01 |
Ted Kremenek | Remove #if 0'ed code. |
commit | commitdiff | tree | snapshot |
2009-05-01 |
Ted Kremenek | Add failing static analyzer case (this crashes). |
commit | commitdiff | tree | snapshot |
2009-05-01 |
Eli Friedman | PR4013 and PR4105: pointer-like types can only be cast... |
commit | commitdiff | tree | snapshot |
2009-05-01 |
Chris Lattner | C/ObjC work well enough with clang for them not to... |
commit | commitdiff | tree | snapshot |
2009-05-01 |
Chris Lattner | add word |
commit | commitdiff | tree | snapshot |
2009-05-01 |
Chris Lattner | C/ObjC work well enough to claim support for them now. |
commit | commitdiff | tree | snapshot |
2009-05-01 |
Mike Stump | Don't assert when we think we need copy/dispose, but... |
commit | commitdiff | tree | snapshot |
2009-05-01 |
Anders Carlsson | Don't use indirect memory destinations for inline asm... |
commit | commitdiff | tree | snapshot |
2009-04-30 |
Anders Carlsson | C++ destructors can have a single unnamed void paramete... |
commit | commitdiff | tree | snapshot |
2009-04-30 |
Fariborz Jahanian | Remove a warning when this file is compiled optimized. |
commit | commitdiff | tree | snapshot |
next |