2009-08-11 |
John McCall | Argument-dependent lookup for friend declarations.... |
commit | commitdiff | tree | snapshot |
2009-08-11 |
Douglas Gregor | Refactor the template-instantiation logic for expressio... |
commit | commitdiff | tree | snapshot |
2009-08-11 |
Argyrios Kyrtzidis | Check whether a tag was defined in a C++ condition... |
commit | commitdiff | tree | snapshot |
2009-08-11 |
Mike Stump | Implement more of the inductive case for vtable layout... |
commit | commitdiff | tree | snapshot |
2009-08-10 |
Fariborz Jahanian | Fix an indentation. |
commit | commitdiff | tree | snapshot |
2009-08-10 |
Fariborz Jahanian | Support for anonymous union in ctor's initializer and |
commit | commitdiff | tree | snapshot |
2009-08-10 |
Nate Begeman | Take 2 on AltiVec-style vector initializers. |
commit | commitdiff | tree | snapshot |
2009-08-10 |
Anders Carlsson | Add a CastInfo struct that will be used for cast inform... |
commit | commitdiff | tree | snapshot |
2009-08-10 |
Chris Lattner | fix a couple of problems with section attributes: |
commit | commitdiff | tree | snapshot |
2009-08-10 |
Chris Lattner | these tests include section specifiers that aren't... |
commit | commitdiff | tree | snapshot |
2009-08-10 |
Fariborz Jahanian | minor refactoring. No change otherwise. |
commit | commitdiff | tree | snapshot |
2009-08-10 |
Fariborz Jahanian | ir-gen for generating copying of scalar data members in |
commit | commitdiff | tree | snapshot |
2009-08-10 |
Mike Stump | Add walking bases in reverse order. |
commit | commitdiff | tree | snapshot |
2009-08-10 |
Fariborz Jahanian | Fixed a ir-gen bug in synthesizing copy constructors. |
commit | commitdiff | tree | snapshot |
2009-08-10 |
Daniel Dunbar | Use LLVM's new error handler API to report back end... |
commit | commitdiff | tree | snapshot |
2009-08-10 |
Daniel Dunbar | Revert r78535, it is causing a number of failures to... |
commit | commitdiff | tree | snapshot |
2009-08-09 |
Ryan Flynn | warn, as gcc does, if __attribute__((malloc)) applied... |
commit | commitdiff | tree | snapshot |
2009-08-09 |
Ryan Flynn | map previously ignored __attribute((malloc)) to noalias... |
commit | commitdiff | tree | snapshot |
2009-08-09 |
Anders Carlsson | Improve handling of member pointers. |
commit | commitdiff | tree | snapshot |
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 |
next |