2010-04-01 |
Zhongxing Xu | Use the element type to compute the array size when... |
commit | commitdiff | tree | snapshot |
2010-04-01 |
Zhongxing Xu | Initial support for visiting CXXMemberCallExpr. |
commit | commitdiff | tree | snapshot |
2010-04-01 |
Chris Lattner | adjust to IRBuilder change and use faster DebugLoc... |
commit | commitdiff | tree | snapshot |
2010-04-01 |
Zhongxing Xu | Improve C++ constructor handling. |
commit | commitdiff | tree | snapshot |
2010-04-01 |
Eric Christopher | Fix typo. |
commit | commitdiff | tree | snapshot |
2010-04-01 |
Eric Christopher | First start at wmmintrin.h file with Intel AES-NI instr... |
commit | commitdiff | tree | snapshot |
2010-04-01 |
Ted Kremenek | Fix a bug (PR 6699) in RegionStore::RemoveDeadBindings... |
commit | commitdiff | tree | snapshot |
2010-03-31 |
Douglas Gregor | Improve diagnostics when an elaborated-type-specifer... |
commit | commitdiff | tree | snapshot |
2010-03-31 |
Douglas Gregor | Change the representation of dependent elaborated-type... |
commit | commitdiff | tree | snapshot |
2010-03-31 |
Fariborz Jahanian | Issue better syntax error when objc's messaging |
commit | commitdiff | tree | snapshot |
2010-03-31 |
Douglas Gregor | Extend DependentNameType with a keyword enum that speci... |
commit | commitdiff | tree | snapshot |
2010-03-31 |
Ted Kremenek | For reverse data flow analyses, enqueue the blocks... |
commit | commitdiff | tree | snapshot |
2010-03-31 |
Chandler Carruth | Re-bind non-dependent CXXTemporaryObjectExpr nodes... |
commit | commitdiff | tree | snapshot |
2010-03-31 |
Fariborz Jahanian | Patch implements gcc's -Wno-protocol option to suppress... |
commit | commitdiff | tree | snapshot |
2010-03-31 |
Douglas Gregor | Remove the AST statistics tracking I added yesterday... |
commit | commitdiff | tree | snapshot |
2010-03-31 |
Ted Kremenek | Tweak DataFlowSolver's worklist data structure to have... |
commit | commitdiff | tree | snapshot |
2010-03-31 |
Douglas Gregor | Reinstate my CodeModificationHint -> FixItHint renaming... |
commit | commitdiff | tree | snapshot |
2010-03-31 |
Douglas Gregor | Rename TypenameType to DependentNameType in anticipatio... |
commit | commitdiff | tree | snapshot |
2010-03-31 |
Douglas Gregor | Revert r100008, which inexplicably breaks the clang... |
commit | commitdiff | tree | snapshot |
2010-03-31 |
Douglas Gregor | Rename CodeModificationHint to FixItHint, since we... |
commit | commitdiff | tree | snapshot |
2010-03-31 |
Benjamin Kramer | Minor include pruning. |
commit | commitdiff | tree | snapshot |
2010-03-31 |
Jeffrey Yasskin | Define "exploded graph" by reference to a paper. |
commit | commitdiff | tree | snapshot |
2010-03-31 |
Chris Lattner | use the new optimized debug info metadata accessors... |
commit | commitdiff | tree | snapshot |
2010-03-31 |
John McCall | Support __attribute__((unused)) on types. This suddenl... |
commit | commitdiff | tree | snapshot |
2010-03-31 |
John McCall | Fix PR6327: restore invariants when there's a parse... |
commit | commitdiff | tree | snapshot |
2010-03-31 |
John McCall | Regularize support for naming conversion functions... |
commit | commitdiff | tree | snapshot |
2010-03-31 |
Daniel Dunbar | IRGen: Move the auxiliary data structures tracking... |
commit | commitdiff | tree | snapshot |
2010-03-31 |
Daniel Dunbar | CGRecordLayoutBuilder: Switch unions to use same mechan... |
commit | commitdiff | tree | snapshot |
2010-03-31 |
Argyrios Kyrtzidis | Add a few asserts to be on the safe side. |
commit | commitdiff | tree | snapshot |
2010-03-31 |
Argyrios Kyrtzidis | Don't skip past the '}' if an expression has error... |
commit | commitdiff | tree | snapshot |
2010-03-31 |
Douglas Gregor | Drastically simplify the computation of linkage for... |
commit | commitdiff | tree | snapshot |
2010-03-31 |
Daniel Dunbar | IRGen: Hide CGRecordLayoutBuilder class, because I... |
commit | commitdiff | tree | snapshot |
2010-03-30 |
John McCall | Remove silly temporary comment. |
commit | commitdiff | tree | snapshot |
2010-03-30 |
John McCall | Introduce a new kind of derived-to-base cast which... |
commit | commitdiff | tree | snapshot |
2010-03-30 |
Jakob Stoklund... | Slightly relax test case. An upcoming LLVM commit will... |
commit | commitdiff | tree | snapshot |
2010-03-30 |
Daniel Dunbar | Fix test in -Asserts build. |
commit | commitdiff | tree | snapshot |
2010-03-30 |
Fariborz Jahanian | Recognize __attribute__((NSObject)) directly applied |
commit | commitdiff | tree | snapshot |
2010-03-30 |
Bob Wilson | Revert Mon Ping's 99930 due to broken llvm-gcc buildbots. |
commit | commitdiff | tree | snapshot |
2010-03-30 |
Daniel Dunbar | Formatting tweaks. |
commit | commitdiff | tree | snapshot |
2010-03-30 |
Daniel Dunbar | IRGen: Narrow getCGRecordLayout type. |
commit | commitdiff | tree | snapshot |
2010-03-30 |
Daniel Dunbar | IRgen: Move CGRecordLayout to its own happy little... |
commit | commitdiff | tree | snapshot |
2010-03-30 |
Daniel Dunbar | Minor formatting/FIXME cleanups. |
commit | commitdiff | tree | snapshot |
2010-03-30 |
John McCall | Fix an oversight with access control for address-of... |
commit | commitdiff | tree | snapshot |
2010-03-30 |
Rafael Espindola | Remember the regparm attribute in FunctionType::ExtInfo. |
commit | commitdiff | tree | snapshot |
2010-03-30 |
Argyrios Kyrtzidis | When "delayed parsing" C++ default arguments, if there... |
commit | commitdiff | tree | snapshot |
2010-03-30 |
Douglas Gregor | Add a test for C++ [stmt.select]p3, which specifies... |
commit | commitdiff | tree | snapshot |
2010-03-30 |
John McCall | Propagate the "found declaration" (i.e. the using decla... |
commit | commitdiff | tree | snapshot |
2010-03-30 |
Rafael Espindola | Fix this test on windows. When running on windows we... |
commit | commitdiff | tree | snapshot |
2010-03-30 |
Mon P Wang | Added support for address spaces and added a isVolatile... |
commit | commitdiff | tree | snapshot |
2010-03-30 |
Douglas Gregor | Improve diagnostics when printing a template instantiat... |
commit | commitdiff | tree | snapshot |
2010-03-30 |
Ted Kremenek | RegionStore: specially handle loads from integer global... |
commit | commitdiff | tree | snapshot |
2010-03-30 |
Ted Kremenek | Use 'const Optional<SVal>&' to avoid an extra copy. |
commit | commitdiff | tree | snapshot |
2010-03-30 |
Rafael Espindola | the big refactoring bits of PR3782. |
commit | commitdiff | tree | snapshot |
2010-03-30 |
Douglas Gregor | Introduce new AST statistics that keep track of the... |
commit | commitdiff | tree | snapshot |
2010-03-30 |
Ted Kremenek | Change the analyzer to recognize (but ignore) assignmen... |
commit | commitdiff | tree | snapshot |
2010-03-30 |
Fariborz Jahanian | Add Support for 'warn_unused_result" attribute on |
commit | commitdiff | tree | snapshot |
2010-03-30 |
Rafael Espindola | Don't produce a vtable if we are just instantiating... |
commit | commitdiff | tree | snapshot |
2010-03-30 |
Daniel Dunbar | Fix FileEntry declaration. |
commit | commitdiff | tree | snapshot |
2010-03-30 |
Douglas Gregor | Teach Clang's -cc1 option -print-stats to print LLVM... |
commit | commitdiff | tree | snapshot |
2010-03-30 |
Anders Carlsson | Fix a bug where we would incorrectly report an error... |
commit | commitdiff | tree | snapshot |
2010-03-30 |
Anders Carlsson | Reduce nesting. |
commit | commitdiff | tree | snapshot |
2010-03-30 |
Benjamin Kramer | Replace some constant-sized SmallVectors. |
commit | commitdiff | tree | snapshot |
2010-03-30 |
Chris Lattner | make -ftime-report work even in -disable-free mode... |
commit | commitdiff | tree | snapshot |
2010-03-30 |
Anders Carlsson | Remove the old vtable layout code. |
commit | commitdiff | tree | snapshot |
2010-03-30 |
Anders Carlsson | Remove UseNewVTableCode checks. |
commit | commitdiff | tree | snapshot |
2010-03-30 |
Anders Carlsson | Use the new function in EmitClassAggrMemberwiseCopy... |
commit | commitdiff | tree | snapshot |
2010-03-30 |
Anders Carlsson | Factor emitting a call to a copy constructor out into... |
commit | commitdiff | tree | snapshot |
2010-03-30 |
Anders Carlsson | Introduce a CXXTemporariesCleanupScope RAII object... |
commit | commitdiff | tree | snapshot |
2010-03-30 |
Anders Carlsson | Handle default arguments when calling copy constructors... |
commit | commitdiff | tree | snapshot |
2010-03-30 |
Anders Carlsson | Change a test to FileCheck bitcode instead of assembler. |
commit | commitdiff | tree | snapshot |
2010-03-30 |
Anders Carlsson | Flip the switch and use the new vtable layout code... |
commit | commitdiff | tree | snapshot |
2010-03-30 |
Anders Carlsson | Update xcode project |
commit | commitdiff | tree | snapshot |
2010-03-30 |
Ted Kremenek | Cache results computed by CGDebugInfo::getOrCreateFile... |
commit | commitdiff | tree | snapshot |
2010-03-29 |
Douglas Gregor | When copying a partial diagnostic into a DependentDiagn... |
commit | commitdiff | tree | snapshot |
2010-03-29 |
Douglas Gregor | Optimize PartialDiagnostic's memory-allocation behavior... |
commit | commitdiff | tree | snapshot |
2010-03-29 |
Gabor Greif | provide a simpler way to get to the headers |
commit | commitdiff | tree | snapshot |
2010-03-29 |
Douglas Gregor | Exit early from the simple form of Sema::RequireNonAbst... |
commit | commitdiff | tree | snapshot |
2010-03-29 |
Anders Carlsson | When collecting virtual bases it's very important to... |
commit | commitdiff | tree | snapshot |
2010-03-29 |
Ted Kremenek | Remove FIXME comment. |
commit | commitdiff | tree | snapshot |
2010-03-29 |
Ted Kremenek | Change 'TypeCache' from being an std::map to a llvm... |
commit | commitdiff | tree | snapshot |
2010-03-29 |
Chris Lattner | add support for -MQ flag to quote targets in dependency... |
commit | commitdiff | tree | snapshot |
2010-03-29 |
Chris Lattner | emit signed integer subtractions as 'sub nsw', patch by |
commit | commitdiff | tree | snapshot |
2010-03-29 |
Anders Carlsson | Another vtable layout fix, making us match gcc better. |
commit | commitdiff | tree | snapshot |
2010-03-29 |
Douglas Gregor | Support __attribute__((packed)) (along with other attri... |
commit | commitdiff | tree | snapshot |
2010-03-29 |
Anders Carlsson | Handle pure virtual member functions. |
commit | commitdiff | tree | snapshot |
2010-03-29 |
Anders Carlsson | Fix a nasty bug in the virtual base computation which... |
commit | commitdiff | tree | snapshot |
2010-03-29 |
Rafael Espindola | Be a bit more consistent in using operator-> |
commit | commitdiff | tree | snapshot |
2010-03-29 |
Anders Carlsson | More vtable work - it's not possible to use the new... |
commit | commitdiff | tree | snapshot |
2010-03-29 |
Anders Carlsson | More magic. |
commit | commitdiff | tree | snapshot |
2010-03-29 |
Anders Carlsson | Sprinkle some sed dust over check-ztt to make it work... |
commit | commitdiff | tree | snapshot |
2010-03-29 |
Anders Carlsson | Only add thunks for the most derived class. This fixes... |
commit | commitdiff | tree | snapshot |
2010-03-29 |
Anders Carlsson | Flip the switch to always get vtables from the VTT... |
commit | commitdiff | tree | snapshot |
2010-03-29 |
Anders Carlsson | Use the newly added function in the VTT builder. |
commit | commitdiff | tree | snapshot |
2010-03-29 |
Anders Carlsson | Cleanup, no functionality change. |
commit | commitdiff | tree | snapshot |
2010-03-29 |
Anders Carlsson | Add the thunks needed by this vtable. |
commit | commitdiff | tree | snapshot |
2010-03-29 |
Anders Carlsson | Make sure to sort the vtable thunks by their vtable... |
commit | commitdiff | tree | snapshot |
2010-03-29 |
Anders Carlsson | Fix another thinko, so that flags don't depend on previ... |
commit | commitdiff | tree | snapshot |
2010-03-29 |
Anders Carlsson | When generating base ctors/dtors, we need to lookup... |
commit | commitdiff | tree | snapshot |
2010-03-29 |
Anders Carlsson | Fix thinko. |
commit | commitdiff | tree | snapshot |
2010-03-29 |
Anders Carlsson | Use construction vtables when needed. This is currently... |
commit | commitdiff | tree | snapshot |
next |