2009-08-09 |
Nate Begeman | AltiVec-style vector initializer syntax, vec4 a = ... |
commit | commitdiff | tree | snapshot |
2009-08-08 |
Benjamin Kramer | Older GCCs don't have vector::data(). |
commit | commitdiff | tree | snapshot |
2009-08-08 |
Fariborz Jahanian | ir-gen for initialization, in synthesize copy constructor, |
commit | commitdiff | tree | snapshot |
2009-08-08 |
Anders Carlsson | Add support for global initializers. |
commit | commitdiff | tree | snapshot |
2009-08-08 |
Anders Carlsson | Refactor some code and implement support for global... |
commit | commitdiff | tree | snapshot |
2009-08-08 |
Anders Carlsson | Use CastExpr::CK_ArrayToPointerDecay and fix an assert. |
commit | commitdiff | tree | snapshot |
2009-08-08 |
Anders Carlsson | Add tests. |
commit | commitdiff | tree | snapshot |
2009-08-08 |
Anders Carlsson | Take #pragma pack into account when laying out structs... |
commit | commitdiff | tree | snapshot |
2009-08-08 |
Fariborz Jahanian | Refactoring of copy ctor ir-gen. No change in functiona... |
commit | commitdiff | tree | snapshot |
2009-08-08 |
Ryan Flynn | PR4700 - remove shift by 0 warning |
commit | commitdiff | tree | snapshot |
2009-08-08 |
Anders Carlsson | Introduce a new PragmaPack attribute, and use it for... |
commit | commitdiff | tree | snapshot |
2009-08-08 |
Anders Carlsson | Assert that the LLVM type has the same size as the... |
commit | commitdiff | tree | snapshot |
2009-08-08 |
Anders Carlsson | getFunctionLevelDeclContext needs to get the previous... |
commit | commitdiff | tree | snapshot |
2009-08-08 |
Anders Carlsson | Factor some code to get the "function level" DeclContex... |
commit | commitdiff | tree | snapshot |
2009-08-08 |
Anders Carlsson | Make sure to diagnose use of declarations in the case... |
commit | commitdiff | tree | snapshot |
2009-08-08 |
Daniel Dunbar | Update test case; I don't really understand why packed... |
commit | commitdiff | tree | snapshot |
2009-08-08 |
Edward O'Callaghan | Patch should implement packed enums - PR4098. Credit... |
commit | commitdiff | tree | snapshot |
2009-08-08 |
Anders Carlsson | Get rid of Stmt::Clone now that we can reference count... |
commit | commitdiff | tree | snapshot |
2009-08-08 |
Douglas Gregor | Introduce reference counting for statements and express... |
commit | commitdiff | tree | snapshot |
2009-08-08 |
Fariborz Jahanian | Remove use of uninitized variable. |
commit | commitdiff | tree | snapshot |
2009-08-08 |
Fariborz Jahanian | Synthesize copying of non-static data members with |
commit | commitdiff | tree | snapshot |
2009-08-07 |
Fariborz Jahanian | Synthesized copy constructor now generates code for |
commit | commitdiff | tree | snapshot |
2009-08-07 |
Anders Carlsson | Add a CK_ArrayToPointerDecay cast kind. |
commit | commitdiff | tree | snapshot |
2009-08-07 |
Anders Carlsson | Add CK_ToUnion and use it for aggregate expression... |
commit | commitdiff | tree | snapshot |
2009-08-07 |
Anders Carlsson | More CastKind work. |
commit | commitdiff | tree | snapshot |
2009-08-07 |
John McCall | Just add global scope to the associated namespaces... |
commit | commitdiff | tree | snapshot |
2009-08-07 |
Mike Stump | Add vbase offsets to the vtable. Wow, having an rbegin... |
commit | commitdiff | tree | snapshot |
2009-08-07 |
Mike Stump | Add rbegin and rend for virtual bases, might come in... |
commit | commitdiff | tree | snapshot |
2009-08-07 |
Ted Kremenek | Fix: <rdar://problem/7075531> static analyzer wrongly... |
commit | commitdiff | tree | snapshot |
2009-08-07 |
Ted Kremenek | Constify some pointers. No functionality change. |
commit | commitdiff | tree | snapshot |
2009-08-07 |
Fariborz Jahanian | More synthesis of copy constructors. Work in progress. |
commit | commitdiff | tree | snapshot |
2009-08-07 |
Mike Stump | Fix typo. |
commit | commitdiff | tree | snapshot |
2009-08-07 |
Mike Stump | Add ability to generate vcall offsets for primary virtu... |
commit | commitdiff | tree | snapshot |
2009-08-07 |
Anders Carlsson | Use the correct cast kind as suggested by Doug. |
commit | commitdiff | tree | snapshot |
2009-08-07 |
Mike Stump | Fix some const_cast issues. This is the beginning... |
commit | commitdiff | tree | snapshot |
2009-08-07 |
Ryan Flynn | PR3333: warn when shifting by invalid amount |
commit | commitdiff | tree | snapshot |
2009-08-07 |
Douglas Gregor | Separate Stmt::Destroy into the entrypoint for destroyi... |
commit | commitdiff | tree | snapshot |
2009-08-07 |
Chris Lattner | add support for opensuse 11.1/11.2 search paths, patch... |
commit | commitdiff | tree | snapshot |
2009-08-06 |
Mike Stump | Add support for vcall generation for vtables for virtua... |
commit | commitdiff | tree | snapshot |
2009-08-06 |
Fariborz Jahanian | Patch toward synthesizing copy constructors. |
commit | commitdiff | tree | snapshot |
2009-08-06 |
Ted Kremenek | Fix a few more false positives involving RegionStore... |
commit | commitdiff | tree | snapshot |
2009-08-06 |
Douglas Gregor | Minor refactoring to introduce a new transformation... |
commit | commitdiff | tree | snapshot |
2009-08-06 |
Mike Stump | Almost forgot to turn on 32-bit test. |
commit | commitdiff | tree | snapshot |
2009-08-06 |
Mike Stump | Testcase for recent checkin. |
commit | commitdiff | tree | snapshot |
2009-08-06 |
Mike Stump | Also generate the rtti field for virtual bases for... |
commit | commitdiff | tree | snapshot |
2009-08-06 |
Ted Kremenek | Fix a couple false positive "uninitialized value" warni... |
commit | commitdiff | tree | snapshot |
2009-08-06 |
John McCall | Drop the friend-inner-class diagnostic from an extwarn... |
commit | commitdiff | tree | snapshot |
2009-08-06 |
Daniel Dunbar | Add a simple tool for comparing two static analyzer... |
commit | commitdiff | tree | snapshot |
2009-08-06 |
John McCall | Permit a class to friend its members in C++0x, without... |
commit | commitdiff | tree | snapshot |
2009-08-06 |
Fariborz Jahanian | Set and use Elidable in elimination of copy ctors. |
commit | commitdiff | tree | snapshot |
2009-08-06 |
Mike Stump | Layout the primary base first in the vtable. |
commit | commitdiff | tree | snapshot |
2009-08-06 |
Fariborz Jahanian | After reporting ill-formed copy constructor(12.8.p3) |
commit | commitdiff | tree | snapshot |
2009-08-06 |
Daniel Dunbar | s/ccc/clang/ |
commit | commitdiff | tree | snapshot |
2009-08-06 |
Douglas Gregor | When we encounter a dependent type that was parsed... |
commit | commitdiff | tree | snapshot |
2009-08-06 |
Mike Stump | More layout for virtual tables for virtual bases. ... |
commit | commitdiff | tree | snapshot |
2009-08-06 |
Mike Stump | Let's remember we want better codegen for these. |
commit | commitdiff | tree | snapshot |
2009-08-06 |
Mike Stump | Testcase for a recent checkin for vbase layout ordering... |
commit | commitdiff | tree | snapshot |
2009-08-06 |
Mike Stump | Layout virtual bases. Work in progress. |
commit | commitdiff | tree | snapshot |
2009-08-06 |
Anton Korobeynikov | Add link to LLVM's Getting Started page. |
commit | commitdiff | tree | snapshot |
2009-08-06 |
Benjamin Kramer | Silence gcc warning about non-virtual destructors. |
commit | commitdiff | tree | snapshot |
2009-08-06 |
Mike Stump | I have a dream, one day, we won't need to do this. |
commit | commitdiff | tree | snapshot |
2009-08-06 |
Mike Stump | Fix spell-o. |
commit | commitdiff | tree | snapshot |
2009-08-06 |
Zhongxing Xu | I forgot adding this header for r78298. |
commit | commitdiff | tree | snapshot |
2009-08-06 |
Zhongxing Xu | Last step of template cleanup: merge *BuilderImpl to... |
commit | commitdiff | tree | snapshot |
2009-08-06 |
Zhongxing Xu | Core analysis engine template cleanup step 2: |
commit | commitdiff | tree | snapshot |
2009-08-06 |
Zhongxing Xu | Fix comment. |
commit | commitdiff | tree | snapshot |
2009-08-06 |
Douglas Gregor | Implement transformation of template names within the... |
commit | commitdiff | tree | snapshot |
2009-08-06 |
Zhongxing Xu | Core analysis engine template cleanup step 2: |
commit | commitdiff | tree | snapshot |
2009-08-06 |
Ted Kremenek | Update test case. |
commit | commitdiff | tree | snapshot |
2009-08-06 |
Douglas Gregor | Implement transformation of nested-name-specifiers... |
commit | commitdiff | tree | snapshot |
2009-08-06 |
Ted Kremenek | Fix typo reported in <rdar://problem/7121409>. |
commit | commitdiff | tree | snapshot |
2009-08-06 |
Ted Kremenek | Refactor RegionStoreManager::RemoveDeadBindings to... |
commit | commitdiff | tree | snapshot |
2009-08-06 |
Douglas Gregor | Predefine __cplusplus to the right value (199711L)... |
commit | commitdiff | tree | snapshot |
2009-08-06 |
Ted Kremenek | Remove unimplemented methods 'AddRegionView' and 'Remov... |
commit | commitdiff | tree | snapshot |
2009-08-06 |
Ted Kremenek | When profiling an ExplodedNode, don't re-profile the... |
commit | commitdiff | tree | snapshot |
2009-08-06 |
Douglas Gregor | Support nested-name-specifiers for C++ member access... |
commit | commitdiff | tree | snapshot |
2009-08-06 |
Ryan Flynn | add support for FreeBSD's format(printf0,x,y) attribute... |
commit | commitdiff | tree | snapshot |
2009-08-06 |
John McCall | First pass at friend semantics. |
commit | commitdiff | tree | snapshot |
2009-08-06 |
Zhongxing Xu | Completely remove the code using region cast. |
commit | commitdiff | tree | snapshot |
2009-08-06 |
Daniel Dunbar | Add additional library paths for Linux distros on mixed... |
commit | commitdiff | tree | snapshot |
2009-08-06 |
Daniel Dunbar | Fix locating the 'lit.cfg' file when running on only... |
commit | commitdiff | tree | snapshot |
2009-08-06 |
Zhongxing Xu | As GRState seems general enough, it is time to merge... |
commit | commitdiff | tree | snapshot |
2009-08-06 |
Daniel Dunbar | Fix clang breakage, CGF can be null in this context. |
commit | commitdiff | tree | snapshot |
2009-08-06 |
Ted Kremenek | Implement lazy "copying" of structures and arrays in... |
commit | commitdiff | tree | snapshot |
2009-08-06 |
Fariborz Jahanian | Patch to optimize away copy constructor call when |
commit | commitdiff | tree | snapshot |
2009-08-06 |
John McCall | AlisdairM pointed out that this will likely be relaxed... |
commit | commitdiff | tree | snapshot |
2009-08-06 |
Mike Stump | Fixup object layout when we have a primary base (it... |
commit | commitdiff | tree | snapshot |
2009-08-05 |
John McCall | Add a test for invalid uses of non-static members from... |
commit | commitdiff | tree | snapshot |
2009-08-05 |
Owen Anderson | Update for LLVM API change. |
commit | commitdiff | tree | snapshot |
2009-08-05 |
Mike Stump | Refactor some bits. |
commit | commitdiff | tree | snapshot |
2009-08-05 |
Mike Stump | Add another test for a recent checkin. |
commit | commitdiff | tree | snapshot |
2009-08-05 |
Mike Stump | Calculate the primary base class better and use that... |
commit | commitdiff | tree | snapshot |
2009-08-05 |
Fariborz Jahanian | A blank line to separate the two blocks(per Mike comment). |
commit | commitdiff | tree | snapshot |
2009-08-05 |
Benjamin Kramer | Fix -fno-omit-frame-pointer bug Eli noticed. |
commit | commitdiff | tree | snapshot |
2009-08-05 |
Fariborz Jahanian | Modified test case to use FileCheck. |
commit | commitdiff | tree | snapshot |
2009-08-05 |
Eli Friedman | Get rid of "smart" quotes. Per report on cfe-dev. |
commit | commitdiff | tree | snapshot |
2009-08-05 |
Ted Kremenek | Use feedback from RegionStoreSubRegionMap::add() to... |
commit | commitdiff | tree | snapshot |
2009-08-05 |
Douglas Gregor | Fix canonical type construction for function types... |
commit | commitdiff | tree | snapshot |
2009-08-05 |
Fariborz Jahanian | Handle destruction of temporaries used in default argument |
commit | commitdiff | tree | snapshot |
2009-08-05 |
Fariborz Jahanian | Patch to improve ir-gen for constructors with default... |
commit | commitdiff | tree | snapshot |
next |