2010-12-02 |
Chris Lattner | attempt to fix a buildbot failure, apparently apache... |
commit | commitdiff | tree | snapshot |
2010-12-02 |
Eric Christopher | Add support for the common and nocommon attributes. |
commit | commitdiff | tree | snapshot |
2010-12-02 |
Eric Christopher | FileCheckize. |
commit | commitdiff | tree | snapshot |
2010-12-02 |
Eric Christopher | FileCheckize. |
commit | commitdiff | tree | snapshot |
2010-12-02 |
John McCall | Perform lvalue-to-rvalue at the end of an expression... |
commit | commitdiff | tree | snapshot |
2010-12-02 |
Chris Lattner | Enhance the init generation logic to emit a memset... |
commit | commitdiff | tree | snapshot |
2010-12-02 |
John McCall | Simplify the ASTs by consolidating ObjCImplicitGetterSe... |
commit | commitdiff | tree | snapshot |
2010-12-02 |
Bob Wilson | Test use of arm_neon.h with -fno-lax-vector-conversions. |
commit | commitdiff | tree | snapshot |
2010-12-02 |
Bob Wilson | Add a testcase for Radar 8228022. |
commit | commitdiff | tree | snapshot |
2010-12-02 |
Bob Wilson | Swap order of checking for compatible vector types. |
commit | commitdiff | tree | snapshot |
2010-12-02 |
Douglas Gregor | Eliminate two uses of NDEBUG in headers that cause... |
commit | commitdiff | tree | snapshot |
2010-12-02 |
Douglas Gregor | Make TypeLocBuilder an implementation detail of Sema... |
commit | commitdiff | tree | snapshot |
2010-12-01 |
Douglas Gregor | Extend ExternalASTSource with the ability to lazily... |
commit | commitdiff | tree | snapshot |
2010-12-01 |
Fariborz Jahanian | Sema/AST work for capturing copy init expression |
commit | commitdiff | tree | snapshot |
2010-12-01 |
Ted Kremenek | Rename all 'AssumeXXX' methods in libChecker |
commit | commitdiff | tree | snapshot |
2010-12-01 |
Eric Christopher | 80-col fixups. |
commit | commitdiff | tree | snapshot |
2010-12-01 |
Anton Yartsev | Optimized IR for vec_splat |
commit | commitdiff | tree | snapshot |
2010-12-01 |
Ted Kremenek | Rename all 'EvalXXX' methods in libChecker to |
commit | commitdiff | tree | snapshot |
2010-12-01 |
Douglas Gregor | Improve our handling of cv-qualifiers in Objective... |
commit | commitdiff | tree | snapshot |
2010-12-01 |
Ted Kremenek | Rename 'SValuator' to 'SValBuilder'. The new name |
commit | commitdiff | tree | snapshot |
2010-12-01 |
Shantonu Sen | Fix build of in-tree libcxx. libcxx doesn't actually |
commit | commitdiff | tree | snapshot |
2010-12-01 |
Douglas Gregor | Not content to implement just "extern" explicit template |
commit | commitdiff | tree | snapshot |
2010-12-01 |
Bob Wilson | Add some comments. |
commit | commitdiff | tree | snapshot |
2010-12-01 |
Peter Collingbourne | Serialization: support for CUDA language extensions |
commit | commitdiff | tree | snapshot |
2010-12-01 |
Douglas Gregor | After parsing a ':' in an enum-specifier within class... |
commit | commitdiff | tree | snapshot |
2010-12-01 |
Douglas Gregor | Improve the diagnostic when the fixed underlying type... |
commit | commitdiff | tree | snapshot |
2010-12-01 |
Douglas Gregor | AST printing for scoped enumerations and enumerations... |
commit | commitdiff | tree | snapshot |
2010-12-01 |
John McCall | Eliminate vtables from the Type hierarchy. |
commit | commitdiff | tree | snapshot |
2010-12-01 |
John McCall | Restore the lvalue-to-rvalue conversion patch with... |
commit | commitdiff | tree | snapshot |
2010-12-01 |
Nick Lewycky | Remove stray emacs mode marker. |
commit | commitdiff | tree | snapshot |
2010-12-01 |
Peter Collingbourne | test: add .cu extension |
commit | commitdiff | tree | snapshot |
2010-12-01 |
Peter Collingbourne | Basic, Sema: add support for CUDA location attributes |
commit | commitdiff | tree | snapshot |
2010-12-01 |
Peter Collingbourne | Driver, Frontend: add CUDA language support |
commit | commitdiff | tree | snapshot |
2010-12-01 |
Peter Collingbourne | Basic: Add CUDA language option |
commit | commitdiff | tree | snapshot |
2010-12-01 |
Dan Gohman | Don't check the isysroot path for Path::isValid();... |
commit | commitdiff | tree | snapshot |
2010-12-01 |
Chris Lattner | add some infrastructure that will let us codegen |
commit | commitdiff | tree | snapshot |
2010-12-01 |
Rafael Espindola | Handle -nostartfiles. |
commit | commitdiff | tree | snapshot |
2010-12-01 |
Chris Lattner | get some i32/i8/i1 constants from Builder, which is... |
commit | commitdiff | tree | snapshot |
2010-12-01 |
Douglas Gregor | Implement AST import support for class template special... |
commit | commitdiff | tree | snapshot |
2010-12-01 |
Fariborz Jahanian | When unknown method is sent to a receiver of |
commit | commitdiff | tree | snapshot |
2010-11-30 |
John McCall | A CGRecordLayout object persists. Since its contained... |
commit | commitdiff | tree | snapshot |
2010-11-30 |
John McCall | CGRecordLayoutBuilder does not need to be exported... |
commit | commitdiff | tree | snapshot |
2010-11-30 |
Ted Kremenek | Update checker build. |
commit | commitdiff | tree | snapshot |
2010-11-30 |
Fariborz Jahanian | Declaring local static in global block |
commit | commitdiff | tree | snapshot |
2010-11-30 |
Argyrios Kyrtzidis | Follow through references to catch returned stack addre... |
commit | commitdiff | tree | snapshot |
2010-11-30 |
Douglas Gregor | Implement basic AST importing and merging support for... |
commit | commitdiff | tree | snapshot |
2010-11-30 |
Douglas Gregor | Eliminate more pointless default statements |
commit | commitdiff | tree | snapshot |
2010-11-30 |
Fariborz Jahanian | Add objc_getClass as an objc builtin function |
commit | commitdiff | tree | snapshot |
2010-11-30 |
John McCall | L-value to r-value conversion is not ready for prime... |
commit | commitdiff | tree | snapshot |
2010-11-30 |
Fariborz Jahanian | Such function decls,as objc's objc_msgSend, builtins in |
commit | commitdiff | tree | snapshot |
2010-11-30 |
John McCall | Introduce an r-value to l-value cast kind. I'm not... |
commit | commitdiff | tree | snapshot |
2010-11-30 |
John McCall | Make the dumper safe against null declaration names. |
commit | commitdiff | tree | snapshot |
2010-11-30 |
John McCall | Update Xcode project: remove Action.cpp, add DumpXML... |
commit | commitdiff | tree | snapshot |
2010-11-30 |
Duncan Sands | System was renamed Support. Fix the build. |
commit | commitdiff | tree | snapshot |
2010-11-30 |
Nick Lewycky | Take John McCall's suggestion and fix this silly gcc... |
commit | commitdiff | tree | snapshot |
2010-11-30 |
Douglas Gregor | I hate pointless default statements |
commit | commitdiff | tree | snapshot |
2010-11-30 |
Douglas Gregor | Harden CGDebugInfo::CreateType() a bit for cases where... |
commit | commitdiff | tree | snapshot |
2010-11-30 |
Douglas Gregor | Add missing file from last commit |
commit | commitdiff | tree | snapshot |
2010-11-30 |
Douglas Gregor | When using a precompiled preamble with detailed preproc... |
commit | commitdiff | tree | snapshot |
2010-11-30 |
Douglas Gregor | De-C99-ify for loop |
commit | commitdiff | tree | snapshot |
2010-11-30 |
Douglas Gregor | Teach c-index-test to reparse the source file a few... |
commit | commitdiff | tree | snapshot |
2010-11-30 |
Douglas Gregor | When loading a precompiled preamble, use the file ID... |
commit | commitdiff | tree | snapshot |
2010-11-30 |
Nico Weber | Fix bug in r120299 spotted by dgregor. |
commit | commitdiff | tree | snapshot |
2010-11-30 |
John McCall | Fix another case of giving the wrong value kind to... |
commit | commitdiff | tree | snapshot |
2010-11-30 |
Nick Lewycky | Replace \r\n with \n. No functional change. |
commit | commitdiff | tree | snapshot |
2010-11-30 |
Nick Lewycky | Add a default clause to avoid this GCC warning: |
commit | commitdiff | tree | snapshot |
2010-11-29 |
Argyrios Kyrtzidis | Revert r120331 since it causes spurious warnings and... |
commit | commitdiff | tree | snapshot |
2010-11-29 |
Fariborz Jahanian | Incomplete enum types not to be treated as integer... |
commit | commitdiff | tree | snapshot |
2010-11-29 |
Argyrios Kyrtzidis | Emit warnings if we are returning a reference to a... |
commit | commitdiff | tree | snapshot |
2010-11-29 |
Nico Weber | Always use a function's decl context when building... |
commit | commitdiff | tree | snapshot |
2010-11-29 |
Michael J.... | Merge System into Support. |
commit | commitdiff | tree | snapshot |
2010-11-29 |
John McCall | Revert r120063, it was wrong. |
commit | commitdiff | tree | snapshot |
2010-11-29 |
Douglas Gregor | I hate default statements |
commit | commitdiff | tree | snapshot |
2010-11-29 |
Douglas Gregor | Add a test for C++ [stmt.label]p1, from Sashan! |
commit | commitdiff | tree | snapshot |
2010-11-29 |
Douglas Gregor | When performing code completion within ASTUnit, allocat... |
commit | commitdiff | tree | snapshot |
2010-11-29 |
Douglas Gregor | Teach the ASTImporter how to create CXXMethodDecls... |
commit | commitdiff | tree | snapshot |
2010-11-29 |
NAKAMURA Takumi | test/CMakeLists.txt: Implement the target "check-all... |
commit | commitdiff | tree | snapshot |
2010-11-28 |
Anders Carlsson | Don't store the maximum alignment, we can trivially... |
commit | commitdiff | tree | snapshot |
2010-11-28 |
Nico Weber | Revert parts of r120266 that I did not mean to commit |
commit | commitdiff | tree | snapshot |
2010-11-28 |
Nico Weber | Minor whitespace and comment fixes. No functionality... |
commit | commitdiff | tree | snapshot |
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 |
next |