2010-11-28 |
Anders Carlsson | More work on laying out virtual bases. |
commit | commitdiff | tree | snapshot |
2010-11-28 |
Chris Lattner | tighten up operator= to ensure we don't get multiple... |
commit | commitdiff | tree | snapshot |
2010-11-28 |
Chris Lattner | fix typo |
commit | commitdiff | tree | snapshot |
2010-11-28 |
Anders Carlsson | BuildVirtualCall doesn't need to take a reference to... |
commit | commitdiff | tree | snapshot |
2010-11-28 |
Anders Carlsson | Make the destructor be the 'vtable anchor' of the CGCXX... |
commit | commitdiff | tree | snapshot |
2010-11-28 |
Anders Carlsson | Move CGCXXABI functions to CGCXXABI.cpp |
commit | commitdiff | tree | snapshot |
2010-11-28 |
Anders Carlsson | Add a CGCXXABI.cpp file. |
commit | commitdiff | tree | snapshot |
2010-11-28 |
Anders Carlsson | Look through parentheses when deciding whether an expr... |
commit | commitdiff | tree | snapshot |
2010-11-28 |
Chandler Carruth | Add GCC 4.4.5 for Gentoo, and order them in a more... |
commit | commitdiff | tree | snapshot |
2010-11-28 |
Rafael Espindola | Add missing else. |
commit | commitdiff | tree | snapshot |
2010-11-26 |
Sebastian Redl | Forgot a file in r120182 |
commit | commitdiff | tree | snapshot |
2010-11-26 |
Sebastian Redl | Allow access to non-static members without an object... |
commit | commitdiff | tree | snapshot |
2010-11-26 |
John McCall | For internal consistency's sake, compute the value... |
commit | commitdiff | tree | snapshot |
2010-11-26 |
Zhongxing Xu | Do not use StripCasts() in this context. |
commit | commitdiff | tree | snapshot |
2010-11-26 |
Zhongxing Xu | Should not use StripCasts() in this context. |
commit | commitdiff | tree | snapshot |
2010-11-26 |
Zhongxing Xu | Rename CXXObjectRegion to CXXTempObjectRegion. |
commit | commitdiff | tree | snapshot |
2010-11-26 |
Zhongxing Xu | fix a bug introduced in r120173. |
commit | commitdiff | tree | snapshot |
2010-11-26 |
Zhongxing Xu | Regionstore: support derived-to-base cast by creating... |
commit | commitdiff | tree | snapshot |
2010-11-26 |
Zhongxing Xu | Add a fixme. |
commit | commitdiff | tree | snapshot |
2010-11-25 |
Rafael Espindola | Add C++ header path for openSUSE 11.4. |
commit | commitdiff | tree | snapshot |
2010-11-25 |
Benjamin Kramer | Hide a bunch of symbols. |
commit | commitdiff | tree | snapshot |
2010-11-25 |
Benjamin Kramer | OpaquePtrs are POD-like. |
commit | commitdiff | tree | snapshot |
2010-11-25 |
Zhongxing Xu | For CFGAutomaticObjDtor, the type may be reference... |
commit | commitdiff | tree | snapshot |
2010-11-25 |
Zhongxing Xu | handle CXXFunctionalCastExpr in visitLValue and Environ... |
commit | commitdiff | tree | snapshot |
2010-11-25 |
Zhongxing Xu | Improve comments. |
commit | commitdiff | tree | snapshot |
2010-11-25 |
Zhongxing Xu | Add dump method. |
commit | commitdiff | tree | snapshot |
2010-11-25 |
Anders Carlsson | Begin work on actually laying out virtual bases. |
commit | commitdiff | tree | snapshot |
2010-11-25 |
Anders Carlsson | Update Xcode project. |
commit | commitdiff | tree | snapshot |
2010-11-25 |
Anders Carlsson | Move isNearlyEmpty out into the ASTContext so it can... |
commit | commitdiff | tree | snapshot |
2010-11-25 |
Peter Collingbourne | Basic: add log2{,f,l}, round{,f,l} builtins |
commit | commitdiff | tree | snapshot |
2010-11-25 |
Nick Lewycky | Tie DefineVTablesUsed() in with recursive function... |
commit | commitdiff | tree | snapshot |
2010-11-24 |
Anders Carlsson | Remove the PrimaryBaseInfo class. |
commit | commitdiff | tree | snapshot |
2010-11-24 |
Anders Carlsson | Rename RecordLayout::getPrimaryBaseWasVirtual to isPrim... |
commit | commitdiff | tree | snapshot |
2010-11-24 |
Anders Carlsson | Move code off the primary base info iterator. No functi... |
commit | commitdiff | tree | snapshot |
2010-11-24 |
Anders Carlsson | Use the newly added function in ASTRecordLayoutBuilder. |
commit | commitdiff | tree | snapshot |
2010-11-24 |
Anders Carlsson | Fix typo. |
commit | commitdiff | tree | snapshot |
2010-11-24 |
Anders Carlsson | Add CXXRecordDecl::getIndirectPrimaryBases. |
commit | commitdiff | tree | snapshot |
2010-11-24 |
Anders Carlsson | Simplify code. |
commit | commitdiff | tree | snapshot |
2010-11-24 |
Anders Carlsson | Fix a (probably very old) regression where we weren... |
commit | commitdiff | tree | snapshot |
2010-11-24 |
Anders Carlsson | Revert r120110. We don't want to call ConvertType from... |
commit | commitdiff | tree | snapshot |
2010-11-24 |
Anders Carlsson | Use ConvertType instead of ConvertTagDeclType, since... |
commit | commitdiff | tree | snapshot |
2010-11-24 |
Anders Carlsson | Simplify code. |
commit | commitdiff | tree | snapshot |
2010-11-24 |
Anders Carlsson | Fix build. |
commit | commitdiff | tree | snapshot |
2010-11-24 |
Anders Carlsson | Make CodeGenTypes::getCGRecordLayout compute the layout... |
commit | commitdiff | tree | snapshot |
2010-11-24 |
Anders Carlsson | CGRecordLayout types are always struct types. |
commit | commitdiff | tree | snapshot |
2010-11-24 |
Zhongxing Xu | When getting CXXThisRegion from CXXMethodDecl, use... |
commit | commitdiff | tree | snapshot |
2010-11-24 |
Zhongxing Xu | Let StackFrameContext represent if the call expr is... |
commit | commitdiff | tree | snapshot |
2010-11-24 |
John McCall | Appease versions of GCC which don't correctly support... |
commit | commitdiff | tree | snapshot |
2010-11-24 |
John McCall | This is probably an important file. |
commit | commitdiff | tree | snapshot |
2010-11-24 |
John McCall | Add -cc1 -ast-dump-xml, an excessively detailed XML... |
commit | commitdiff | tree | snapshot |
2010-11-24 |
Zhongxing Xu | Use StackFrameContext directly in CallEnter program... |
commit | commitdiff | tree | snapshot |
2010-11-24 |
Zhongxing Xu | print asLValue attribute of CFGStmt. |
commit | commitdiff | tree | snapshot |
2010-11-24 |
John McCall | Switch a lot of call-sites over to using the new value... |
commit | commitdiff | tree | snapshot |
2010-11-24 |
Zhanyong Wan | Improve comments in Clang static analyzer, based on... |
commit | commitdiff | tree | snapshot |
2010-11-24 |
Zhanyong Wan | Refactor AddStmtChoice to make it easier to use; also... |
commit | commitdiff | tree | snapshot |
2010-11-24 |
Francois Pichet | Fix 2 problems with Chris Lattner's FileManager redesig... |
commit | commitdiff | tree | snapshot |
2010-11-24 |
Zhanyong Wan | Add an assert() to catch errors using EvalLoad(). ... |
commit | commitdiff | tree | snapshot |
2010-11-24 |
Ted Kremenek | Adjust method calls to reflect name changes in |
commit | commitdiff | tree | snapshot |
2010-11-24 |
Eli Friedman | Unbreak clang-interpreter. (Should there be some automa... |
commit | commitdiff | tree | snapshot |
2010-11-23 |
Chris Lattner | The final result of all this refactoring: instead of... |
commit | commitdiff | tree | snapshot |
2010-11-23 |
John McCall | Redeclarations of using declarations are not okay in... |
commit | commitdiff | tree | snapshot |
2010-11-23 |
Chris Lattner | if we succeed in opening a directory but expected a... |
commit | commitdiff | tree | snapshot |
2010-11-23 |
Chris Lattner | hopefully resolve the windows buildbot issue (retch) |
commit | commitdiff | tree | snapshot |
2010-11-23 |
Chris Lattner | change the 'is directory' indicator to be a null-or-not |
commit | commitdiff | tree | snapshot |
2010-11-23 |
Chris Lattner | pull "is directory" handling into FileManager::getStatValue |
commit | commitdiff | tree | snapshot |
2010-11-23 |
John McCall | A few tweaks to the value-kind computation: |
commit | commitdiff | tree | snapshot |
2010-11-23 |
Peter Collingbourne | Remove static_casts from SemaDeclAttr.cpp |
commit | commitdiff | tree | snapshot |
2010-11-23 |
Chris Lattner | tidy up code, add a comment about dir caching. |
commit | commitdiff | tree | snapshot |
2010-11-23 |
Chris Lattner | replicate a terrible hack to fix a build error on VC++ |
commit | commitdiff | tree | snapshot |
2010-11-23 |
Chris Lattner | simplify the cache miss handling code, eliminating... |
commit | commitdiff | tree | snapshot |
2010-11-23 |
Chris Lattner | factor the "cache miss" handling code out of FM into... |
commit | commitdiff | tree | snapshot |
2010-11-23 |
Chris Lattner | r120013 dropped passing in the precomputed file size to |
commit | commitdiff | tree | snapshot |
2010-11-23 |
Chris Lattner | PCH files only cache successful stats. Remove the... |
commit | commitdiff | tree | snapshot |
2010-11-23 |
Chris Lattner | rework the stat cache, pulling it out of FileManager... |
commit | commitdiff | tree | snapshot |
2010-11-23 |
John McCall | This test does not need to test the alignment of pointe... |
commit | commitdiff | tree | snapshot |
2010-11-23 |
Chris Lattner | tidy up. Split FileManager::getBufferForFile into |
commit | commitdiff | tree | snapshot |
2010-11-23 |
Chris Lattner | don't allow remapping PTH file paths with -fworking... |
commit | commitdiff | tree | snapshot |
2010-11-23 |
Chris Lattner | reduce indentation and use early outs, to make it easie... |
commit | commitdiff | tree | snapshot |
2010-11-23 |
Chris Lattner | now the FileManager has a FileSystemOpts ivar, stop... |
commit | commitdiff | tree | snapshot |
2010-11-23 |
Chris Lattner | make this file be self contained. |
commit | commitdiff | tree | snapshot |
2010-11-23 |
Chris Lattner | give FileManager a 'FileSystemOptions' ivar, which... |
commit | commitdiff | tree | snapshot |
2010-11-23 |
Francois Pichet | long => int to make the test pass on system where sizeo... |
commit | commitdiff | tree | snapshot |
2010-11-23 |
Zhanyong Wan | Fix a typo in a comment. |
commit | commitdiff | tree | snapshot |
2010-11-23 |
Chris Lattner | Partially revert Doug's PCH validation patch (r98585). |
commit | commitdiff | tree | snapshot |
2010-11-23 |
Francois Pichet | Microsoft C anonymous struct implementation. |
commit | commitdiff | tree | snapshot |
2010-11-23 |
Chris Lattner | stringref'ize API |
commit | commitdiff | tree | snapshot |
2010-11-23 |
Chris Lattner | tidy up |
commit | commitdiff | tree | snapshot |
2010-11-23 |
Chris Lattner | avoid creating sys::Path instances when -fworking-direc... |
commit | commitdiff | tree | snapshot |
2010-11-22 |
Zhanyong Wan | Stylistic changes to CFG.cpp: |
commit | commitdiff | tree | snapshot |
2010-11-22 |
Anders Carlsson | Refactor the null-initialization for record types and... |
commit | commitdiff | tree | snapshot |
2010-11-22 |
Nico Weber | Remove the other FIXME I added. This is covered by... |
commit | commitdiff | tree | snapshot |
2010-11-22 |
Nico Weber | Remove one I just added, add a more focused test for... |
commit | commitdiff | tree | snapshot |
2010-11-22 |
Nico Weber | Try to get the bots green after r119966. |
commit | commitdiff | tree | snapshot |
2010-11-22 |
Nico Weber | Fix the source range of CXXNewExprs. Fixes http://llvm... |
commit | commitdiff | tree | snapshot |
2010-11-22 |
Nico Weber | Minor whitespace fix, no functionality change |
commit | commitdiff | tree | snapshot |
2010-11-22 |
NAKAMURA Takumi | test/Sema/x86-builtin-palignr.c: Now we can remove... |
commit | commitdiff | tree | snapshot |
2010-11-22 |
Zhanyong Wan | Fix PR8419. Reviewed by kremenek and xuzhongxing. |
commit | commitdiff | tree | snapshot |
2010-11-22 |
Chandler Carruth | Undo part of my previous commit to mm_malloc.h, going... |
commit | commitdiff | tree | snapshot |
2010-11-22 |
Anders Carlsson | Remove FIXME; we don't ever want to lay out empty bases. |
commit | commitdiff | tree | snapshot |
2010-11-21 |
Anders Carlsson | Rename BaseLLVMType to NonVirtualBaseLLVMType. |
commit | commitdiff | tree | snapshot |
next |