2009-03-04 |
Eli Friedman | Minor cleanup for choose expressions: add a helper... |
commit | commitdiff | tree | snapshot |
2009-03-04 |
Chris Lattner | allocate MultiKeywordSelector's out of a bump pointer... |
commit | commitdiff | tree | snapshot |
2009-03-04 |
Chris Lattner | simplify Sema::AddInstanceMethodToGlobalPool, no functi... |
commit | commitdiff | tree | snapshot |
2009-03-04 |
Chris Lattner | add a special case for codegen that improves the case... |
commit | commitdiff | tree | snapshot |
2009-03-04 |
Chris Lattner | fix infinite recursion |
commit | commitdiff | tree | snapshot |
2009-03-04 |
Chris Lattner | make CaseStmt::getSourceRange() iterative for deeply |
commit | commitdiff | tree | snapshot |
2009-03-04 |
Eli Friedman | Continuation of PR3687: fix more places to use the... |
commit | commitdiff | tree | snapshot |
2009-03-04 |
Chris Lattner | Change Parser::ParseCaseStatement to use an iterative... |
commit | commitdiff | tree | snapshot |
2009-03-04 |
Eli Friedman | Comment fix: change a question to an answer. |
commit | commitdiff | tree | snapshot |
2009-03-04 |
Eli Friedman | Attempt to fix PR3709: when converting from an integer... |
commit | commitdiff | tree | snapshot |
2009-03-04 |
Mike Stump | Improved ABI compliance for __block variables. No... |
commit | commitdiff | tree | snapshot |
2009-03-04 |
Ted Kremenek | Added the notion of a "boundable region", which is... |
commit | commitdiff | tree | snapshot |
2009-03-04 |
Daniel Dunbar | Add some more FIXME's about bits we could pack better. |
commit | commitdiff | tree | snapshot |
2009-03-04 |
Daniel Dunbar | Woot, save 8 bytes in Decl on 64-bit by reordering... |
commit | commitdiff | tree | snapshot |
2009-03-04 |
Ted Kremenek | This test now passes using RegionStore. |
commit | commitdiff | tree | snapshot |
2009-03-04 |
Ted Kremenek | RegionStore: Handle implicit parameters. |
commit | commitdiff | tree | snapshot |
2009-03-04 |
Ted Kremenek | Create "TypedViewRegions" that layer on top of Symbolic... |
commit | commitdiff | tree | snapshot |
2009-03-04 |
Ted Kremenek | Use GetSValAsScalarOrLoc instead of GetSVal to prevent... |
commit | commitdiff | tree | snapshot |
2009-03-04 |
Ted Kremenek | Add "GetSValAsScalarOrLoc" methods to GRState/GRStateRe... |
commit | commitdiff | tree | snapshot |
2009-03-04 |
Ted Kremenek | RegionStore::RemoveDeadBindings needs to check all... |
commit | commitdiff | tree | snapshot |
2009-03-04 |
Daniel Dunbar | Add new performance numbers; no discussion yet. Obvious two |
commit | commitdiff | tree | snapshot |
2009-03-03 |
Steve Naroff | Change a warning to an error... |
commit | commitdiff | tree | snapshot |
2009-03-03 |
Fariborz Jahanian | Implement an important missing warning when a selector |
commit | commitdiff | tree | snapshot |
2009-03-03 |
Steve Naroff | Fix <rdar://problem/5982579> [clang on xcode] (using... |
commit | commitdiff | tree | snapshot |
2009-03-03 |
Ted Kremenek | Rework use of loc::SymbolVal in the retain/release... |
commit | commitdiff | tree | snapshot |
2009-03-03 |
Steve Naroff | Fix <rdar://problem/6252237> [sema] qualified id should... |
commit | commitdiff | tree | snapshot |
2009-03-03 |
Steve Naroff | Fix <rdar://problem/6632061> [sema] non object types... |
commit | commitdiff | tree | snapshot |
2009-03-03 |
Chris Lattner | implement support for propagating *features* down to... |
commit | commitdiff | tree | snapshot |
2009-03-03 |
Steve Naroff | Fix <rdar://problem/6640991> Exception handling execute... |
commit | commitdiff | tree | snapshot |
2009-03-03 |
Ted Kremenek | Don't use std::auto_ptr with getSubRegionMap(). |
commit | commitdiff | tree | snapshot |
2009-03-03 |
Ted Kremenek | Fix case where we should use dyn_cast instead of cast. |
commit | commitdiff | tree | snapshot |
2009-03-03 |
Fariborz Jahanian | Fixed an ir-gen bug in syntheszing a getter function |
commit | commitdiff | tree | snapshot |
2009-03-03 |
Ted Kremenek | Fix extra ';' bug noticed by Mike Stump. |
commit | commitdiff | tree | snapshot |
2009-03-03 |
Daniel Dunbar | Hush gcc. |
commit | commitdiff | tree | snapshot |
2009-03-03 |
Anders Carlsson | Return 0 if the ConstExprEmitter can't handle an expres... |
commit | commitdiff | tree | snapshot |
2009-03-03 |
Steve Naroff | Remove old/incorrect warnings. |
commit | commitdiff | tree | snapshot |
2009-03-03 |
Steve Naroff | Fix <rdar://problem/6497242> Inherited overridden proto... |
commit | commitdiff | tree | snapshot |
2009-03-03 |
Steve Naroff | Fix <rdar://problem/6497608> clang does not catch ivar... |
commit | commitdiff | tree | snapshot |
2009-03-03 |
Daniel Dunbar | Driver: Sketch Arg & ArgList classes. |
commit | commitdiff | tree | snapshot |
2009-03-03 |
Eli Friedman | PR3691: Add support for complex modes. I also tossed... |
commit | commitdiff | tree | snapshot |
2009-03-03 |
Daniel Dunbar | Sketch Driver Option classes. |
commit | commitdiff | tree | snapshot |
2009-03-03 |
Daniel Dunbar | Set svn:ignore on Output dir |
commit | commitdiff | tree | snapshot |
2009-03-03 |
Eli Friedman | Fix for PR3687: use the memory representation for boole... |
commit | commitdiff | tree | snapshot |
2009-03-03 |
Douglas Gregor | Implement the basics of implicit instantiation of class... |
commit | commitdiff | tree | snapshot |
2009-03-03 |
Ted Kremenek | Tighten message bubble height. |
commit | commitdiff | tree | snapshot |
2009-03-03 |
Ted Kremenek | Implement FIXME: GRStateManager::scanReachableSymbols... |
commit | commitdiff | tree | snapshot |
2009-03-03 |
Ted Kremenek | Update checker build. |
commit | commitdiff | tree | snapshot |
2009-03-03 |
Ted Kremenek | Add StoreManager::getSubRegionMap(). This method retur... |
commit | commitdiff | tree | snapshot |
2009-03-03 |
Fariborz Jahanian | Check of ivar access access control. |
commit | commitdiff | tree | snapshot |
2009-03-03 |
Steve Naroff | Fix <rdar://problem/6635908> crash on invalid |
commit | commitdiff | tree | snapshot |
2009-03-03 |
Zhongxing Xu | Add test case for pointer arithmetic. |
commit | commitdiff | tree | snapshot |
2009-03-03 |
Chris Lattner | fix PR# |
commit | commitdiff | tree | snapshot |
2009-03-02 |
Ted Kremenek | Adjust CSS to make message bubble numbers less gaudy. |
commit | commitdiff | tree | snapshot |
2009-03-02 |
Ted Kremenek | Resize message bubble back to original size. |
commit | commitdiff | tree | snapshot |
2009-03-02 |
Ted Kremenek | Adjust HTML message bubbles to utilize information... |
commit | commitdiff | tree | snapshot |
2009-03-02 |
Chris Lattner | Add plumbing to support programatically defining __SSE2... |
commit | commitdiff | tree | snapshot |
2009-03-02 |
Chris Lattner | minor cleanups to target-specific #defines, no function... |
commit | commitdiff | tree | snapshot |
2009-03-02 |
Chris Lattner | improve compatibility with GCC 4.4, patch by Michel... |
commit | commitdiff | tree | snapshot |
2009-03-02 |
Chris Lattner | start wiring up support for target-specific -mfoo optio... |
commit | commitdiff | tree | snapshot |
2009-03-02 |
Steve Naroff | Fix <rdar://problem/6636803> [sema] crash on InterfaceB... |
commit | commitdiff | tree | snapshot |
2009-03-02 |
Fariborz Jahanian | Diagnose a variety of access of ivars when they conflic... |
commit | commitdiff | tree | snapshot |
2009-03-02 |
Ted Kremenek | Plist diagnostics now include PathDiagnostPiece::Kind. |
commit | commitdiff | tree | snapshot |
2009-03-02 |
Ted Kremenek | Update HTML diagnostics to honor the different between... |
commit | commitdiff | tree | snapshot |
2009-03-02 |
Ted Kremenek | BugReporter: Construct path-related PathDiagnosticPiece... |
commit | commitdiff | tree | snapshot |
2009-03-02 |
Ted Kremenek | Update Xcode project. |
commit | commitdiff | tree | snapshot |
2009-03-02 |
Chris Lattner | fix PR2639 |
commit | commitdiff | tree | snapshot |
2009-03-02 |
Daniel Dunbar | Stub out some structure for C++ driver. |
commit | commitdiff | tree | snapshot |
2009-03-02 |
Anders Carlsson | inline asm calls should be nounwind. Chris, please... |
commit | commitdiff | tree | snapshot |
2009-03-02 |
Daniel Dunbar | Fix name. |
commit | commitdiff | tree | snapshot |
2009-03-02 |
Ted Kremenek | Update Xcode project. |
commit | commitdiff | tree | snapshot |
2009-03-02 |
Ted Kremenek | Add a 'kind' field to PathDiagnosticPieces. |
commit | commitdiff | tree | snapshot |
2009-03-02 |
Ted Kremenek | For now, do not output the 'DisplayHint' in plist files. |
commit | commitdiff | tree | snapshot |
2009-03-02 |
Ted Kremenek | For now, do not output the 'DisplayHint' in plist files. |
commit | commitdiff | tree | snapshot |
2009-03-02 |
Fariborz Jahanian | Fixed a typo. |
commit | commitdiff | tree | snapshot |
2009-03-02 |
Fariborz Jahanian | Check for duplicate declaration of method of a class |
commit | commitdiff | tree | snapshot |
2009-03-02 |
Daniel Dunbar | Normalize .h guards. |
commit | commitdiff | tree | snapshot |
2009-03-02 |
Daniel Dunbar | Attempt to make test more robust (fails for users who... |
commit | commitdiff | tree | snapshot |
2009-03-02 |
Devang Patel | Enable Objective-C interface debug info. |
commit | commitdiff | tree | snapshot |
2009-03-02 |
Mike Stump | Fix cmake builds. |
commit | commitdiff | tree | snapshot |
2009-03-02 |
Zhongxing Xu | remove an implemented fixme. |
commit | commitdiff | tree | snapshot |
2009-03-02 |
Zhongxing Xu | Initial support for pointer arithmetic. Only support... |
commit | commitdiff | tree | snapshot |
2009-03-02 |
Daniel Dunbar | Avoid crash when child iterator gives null result. |
commit | commitdiff | tree | snapshot |
2009-03-02 |
Daniel Dunbar | Rename lib/Driver (etc) to lib/Frontend in prep for... |
commit | commitdiff | tree | snapshot |
2009-03-02 |
Daniel Dunbar | ABITestGen: Add v2i16 and v16f32 as default vector... |
commit | commitdiff | tree | snapshot |
2009-03-02 |
Daniel Dunbar | First cut at zero-cost EH support. |
commit | commitdiff | tree | snapshot |
2009-03-02 |
Daniel Dunbar | Make sure to invoke (not call) to objc_exception_throw... |
commit | commitdiff | tree | snapshot |
2009-03-02 |
Daniel Dunbar | Fix completely broken thinko in GetClassGlobal. |
commit | commitdiff | tree | snapshot |
2009-03-02 |
Daniel Dunbar | Don't set nounwind on functions when in using the new... |
commit | commitdiff | tree | snapshot |
2009-03-02 |
Daniel Dunbar | Cleanup handling of function attributes in calls. |
commit | commitdiff | tree | snapshot |
2009-03-02 |
Mike Stump | Push checking down, also, give the user a hit as to... |
commit | commitdiff | tree | snapshot |
2009-03-02 |
Douglas Gregor | Rework the way we find locally-scoped external declarat... |
commit | commitdiff | tree | snapshot |
2009-03-01 |
Anders Carlsson | Add BLOCK_HAS_DESCRIPTOR to global blocks. |
commit | commitdiff | tree | snapshot |
2009-03-01 |
Mike Stump | Be sure to mark blocks with no imports as being global. |
commit | commitdiff | tree | snapshot |
2009-03-01 |
Chris Lattner | simplify some code. |
commit | commitdiff | tree | snapshot |
2009-03-01 |
Steve Naroff | Fix <rdar://problem/6248764> parser rejects: bad receiv... |
commit | commitdiff | tree | snapshot |
2009-03-01 |
Douglas Gregor | Fix PR3509 by providing correct starting locations... |
commit | commitdiff | tree | snapshot |
2009-03-01 |
Steve Naroff | Fix <rdar://problem/6619539> incompatible pointer types... |
commit | commitdiff | tree | snapshot |
2009-03-01 |
Ted Kremenek | Rename AnonTypedRegion to TypedViewRegion. |
commit | commitdiff | tree | snapshot |
2009-03-01 |
Ted Kremenek | Adjust wording of bug names. |
commit | commitdiff | tree | snapshot |
2009-03-01 |
Daniel Dunbar | Obj-C non fragile ABI: Use GetClassGlobal in one more... |
commit | commitdiff | tree | snapshot |
next |