2010-06-07 |
Daniel Dunbar | Frontend: Drop unnecessary TargetData argument to EmitB... |
commit | commitdiff | tree | snapshot |
2010-06-07 |
Daniel Dunbar | Frontend: Factor clang::EmitBackendOutput out of CodeGe... |
commit | commitdiff | tree | snapshot |
2010-06-07 |
Daniel Dunbar | Frontend: Add CodeGenOptions::SimplifyLibCalls, and... |
commit | commitdiff | tree | snapshot |
2010-06-07 |
Fariborz Jahanian | When using property-dot assignment syntax to call a... |
commit | commitdiff | tree | snapshot |
2010-06-07 |
Fariborz Jahanian | Fixed a block regression caused by trying to use |
commit | commitdiff | tree | snapshot |
2010-06-07 |
Jordy Rose | Catch free()s on non-regions and regions known to be... |
commit | commitdiff | tree | snapshot |
2010-06-07 |
Rafael Espindola | Implement __clear_cache on ARM. |
commit | commitdiff | tree | snapshot |
2010-06-07 |
Fariborz Jahanian | Use MaybeCreateCXXExprWithTemporaries for potential... |
commit | commitdiff | tree | snapshot |
2010-06-07 |
Nate Begeman | weekend checkpoint of arm neon builtins codegen. |
commit | commitdiff | tree | snapshot |
2010-06-07 |
Jeffrey Yasskin | PR7245: Make binding a reference to a temporary without... |
commit | commitdiff | tree | snapshot |
2010-06-05 |
John McCall | Simplify the methods for creating a pointer, reference... |
commit | commitdiff | tree | snapshot |
2010-06-05 |
Abramo Bagnara | Added AccessSpecDecl node. |
commit | commitdiff | tree | snapshot |
2010-06-05 |
Jeffrey Yasskin | Add an extension to avoid an error when a global templa... |
commit | commitdiff | tree | snapshot |
2010-06-05 |
Devang Patel | Preserve type info for local variables in optimized... |
commit | commitdiff | tree | snapshot |
2010-06-04 |
John McCall | Alter the interface of GetTypeForDeclarator to return... |
commit | commitdiff | tree | snapshot |
2010-06-04 |
Rafael Espindola | Correctly align large arrays in x86-64. This fixes... |
commit | commitdiff | tree | snapshot |
2010-06-04 |
Anders Carlsson | When deciding whether reinterpret_cast casts away const... |
commit | commitdiff | tree | snapshot |
2010-06-04 |
John McCall | Add indexing support for the block and @property type... |
commit | commitdiff | tree | snapshot |
2010-06-04 |
Nate Begeman | Initial support for ARM NEON builtins, codegen up next |
commit | commitdiff | tree | snapshot |
2010-06-04 |
Fariborz Jahanian | Build AST for copy-construction of copied-in |
commit | commitdiff | tree | snapshot |
2010-06-04 |
John McCall | Remember type source information for Objective C proper... |
commit | commitdiff | tree | snapshot |
2010-06-04 |
Fariborz Jahanian | Added a field to BlockDeclRefExpr for future use. |
commit | commitdiff | tree | snapshot |
2010-06-04 |
John McCall | Preserve more information from a block's original funct... |
commit | commitdiff | tree | snapshot |
2010-06-04 |
Daniel Dunbar | Driver: Change -dwarf-debug-flags option to pass the... |
commit | commitdiff | tree | snapshot |
2010-06-04 |
Daniel Dunbar | Driver/Darwin: Model dsymutil properly, as a separate... |
commit | commitdiff | tree | snapshot |
2010-06-04 |
Daniel Dunbar | Driver: Add an explicit dsymutil action. |
commit | commitdiff | tree | snapshot |
2010-06-04 |
Fariborz Jahanian | For C++ copied in objects, use copy constructors in |
commit | commitdiff | tree | snapshot |
2010-06-04 |
Rafael Espindola | Add ARM paths for debian. Not enough to bootstrap on... |
commit | commitdiff | tree | snapshot |
2010-06-04 |
John McCall | Restructure how we interpret block-literal declarators... |
commit | commitdiff | tree | snapshot |
2010-06-04 |
Abramo Bagnara | Don't insert in lexical context implicit definitions... |
commit | commitdiff | tree | snapshot |
2010-06-04 |
Douglas Gregor | When checking for equality of template parameter lists... |
commit | commitdiff | tree | snapshot |
2010-06-04 |
John McCall | Delay checking for mutable const fields until we're... |
commit | commitdiff | tree | snapshot |
2010-06-04 |
Douglas Gregor | Properly disambiguate between an elaborated-type-specif... |
commit | commitdiff | tree | snapshot |
2010-06-04 |
John McCall | More refactoring. |
commit | commitdiff | tree | snapshot |
2010-06-04 |
Anders Carlsson | Add a short circuit in isVirtuallyDerivedFrom. |
commit | commitdiff | tree | snapshot |
2010-06-04 |
Jordy Rose | Assignments to reference variables shouldn't kill the... |
commit | commitdiff | tree | snapshot |
2010-06-04 |
David Chisnall | Fixed Objective-C type encoding for bitfields for the... |
commit | commitdiff | tree | snapshot |
2010-06-04 |
Anders Carlsson | Remove now unused code. |
commit | commitdiff | tree | snapshot |
2010-06-04 |
Anders Carlsson | Use CXXRecordDecl::getFinalOverriders to get final... |
commit | commitdiff | tree | snapshot |
2010-06-04 |
John McCall | Remove a couple of unnecessary uses of IsStandardConver... |
commit | commitdiff | tree | snapshot |
2010-06-03 |
Eli Friedman | Check the output of this test. |
commit | commitdiff | tree | snapshot |
2010-06-03 |
Eli Friedman | Think through my commit this time. |
commit | commitdiff | tree | snapshot |
2010-06-03 |
Eli Friedman | Make sure this test doesn't break when we disallow... |
commit | commitdiff | tree | snapshot |
2010-06-03 |
Tom Care | Removing commit access test file. |
commit | commitdiff | tree | snapshot |
2010-06-03 |
Tom Care | Testing commit access. |
commit | commitdiff | tree | snapshot |
2010-06-03 |
Nate Begeman | Classify NEON intrinsics by overloading-type for codegen |
commit | commitdiff | tree | snapshot |
2010-06-03 |
Eli Friedman | Make sure to check the accessibility of and mark the... |
commit | commitdiff | tree | snapshot |
2010-06-03 |
Eli Friedman | Don't intentionally try to ignore the value of a scalar... |
commit | commitdiff | tree | snapshot |
2010-06-03 |
John McCall | Hack in some really terrible C++ record PCH support... |
commit | commitdiff | tree | snapshot |
2010-06-03 |
Ted Kremenek | Return a proper null CXSourceLocation from clang_getLoc... |
commit | commitdiff | tree | snapshot |
2010-06-03 |
Anders Carlsson | Don't try to explicitly zero out bit-fields. |
commit | commitdiff | tree | snapshot |
2010-06-03 |
Jordy Rose | Test commit: fix method summary comment |
commit | commitdiff | tree | snapshot |
2010-06-03 |
Zhongxing Xu | Make addStmt always add stmt. Delegate other cases... |
commit | commitdiff | tree | snapshot |
2010-06-03 |
Zhongxing Xu | CFG: add all LHS of assingments as lvalue. This improve... |
commit | commitdiff | tree | snapshot |
2010-06-03 |
Zhongxing Xu | Add comments. |
commit | commitdiff | tree | snapshot |
2010-06-03 |
Anders Carlsson | Add all final overriders to the map. |
commit | commitdiff | tree | snapshot |
2010-06-02 |
Jeffrey Yasskin | There is no dcl.init.ref p16. This test deals with p5. |
commit | commitdiff | tree | snapshot |
2010-06-02 |
Fariborz Jahanian | Block C++ code gen. Adds support for block reference... |
commit | commitdiff | tree | snapshot |
2010-06-02 |
John McCall | Don't try to emit the vtable for a class just because... |
commit | commitdiff | tree | snapshot |
2010-06-02 |
Daniel Dunbar | Headers: Fix quoting of macro arguments in a couple... |
commit | commitdiff | tree | snapshot |
2010-06-02 |
Anders Carlsson | Don't substitute 'St' for 'std' when the namespace... |
commit | commitdiff | tree | snapshot |
2010-06-02 |
Daniel Dunbar | Fix undefined behavior, noticed by GCC 4.5. Patch by... |
commit | commitdiff | tree | snapshot |
2010-06-02 |
Daniel Dunbar | Fix compiler warning about to false -> pointer conversi... |
commit | commitdiff | tree | snapshot |
2010-06-02 |
Daniel Dunbar | Fix unintentional method call due to false -> pointer... |
commit | commitdiff | tree | snapshot |
2010-06-02 |
Anders Carlsson | When building RTTI descriptors for pointer types, we... |
commit | commitdiff | tree | snapshot |
2010-06-02 |
Nate Begeman | Fix vget_lane/vset_lane |
commit | commitdiff | tree | snapshot |
2010-06-02 |
Douglas Gregor | typeid() produces type information for the cv-unqualifi... |
commit | commitdiff | tree | snapshot |
2010-06-02 |
Chris Lattner | clang++ is now a different greek letter. |
commit | commitdiff | tree | snapshot |
2010-06-02 |
Anders Carlsson | Correctly mangle unsigned integer literals where the... |
commit | commitdiff | tree | snapshot |
2010-06-02 |
Anders Carlsson | Correctly mangle variadic functions that don't have... |
commit | commitdiff | tree | snapshot |
2010-06-02 |
Anders Carlsson | When mangling member function pointers, fake adding... |
commit | commitdiff | tree | snapshot |
2010-06-02 |
John McCall | Add a compatibility note about incomplete types in... |
commit | commitdiff | tree | snapshot |
2010-06-02 |
Nate Begeman | Checkpoint arm_neon.h generation with tablegen |
commit | commitdiff | tree | snapshot |
2010-06-01 |
Anders Carlsson | More cleanup. |
commit | commitdiff | tree | snapshot |
2010-06-01 |
Anders Carlsson | More cleanup. |
commit | commitdiff | tree | snapshot |
2010-06-01 |
Anders Carlsson | Cleanup. |
commit | commitdiff | tree | snapshot |
2010-06-01 |
Dan Gohman | Delete a blank line to make it easier to process this... |
commit | commitdiff | tree | snapshot |
2010-06-01 |
John McCall | Alter the ExternalASTSource interface to permit by... |
commit | commitdiff | tree | snapshot |
2010-06-01 |
Zhongxing Xu | Limit the use of BindDefault(). |
commit | commitdiff | tree | snapshot |
2010-06-01 |
Zhongxing Xu | Add support for calloc() in MallocChecker. Patch by... |
commit | commitdiff | tree | snapshot |
2010-05-31 |
Ted Kremenek | Fix crash in code completion when an ObjCMethodDecl... |
commit | commitdiff | tree | snapshot |
2010-05-31 |
Chris Lattner | Minor tweaks on doug's objc recovery patch: the caller |
commit | commitdiff | tree | snapshot |
2010-05-31 |
Charles Davis | Make methods non-virtual again for now. I accidentally... |
commit | commitdiff | tree | snapshot |
2010-05-31 |
Douglas Gregor | Tweak test for non-64-bit Darwin |
commit | commitdiff | tree | snapshot |
2010-05-31 |
Douglas Gregor | When we see the a '[' in a postfix expression in Object... |
commit | commitdiff | tree | snapshot |
2010-05-31 |
Chandler Carruth | Silence GCC warning about an accessible non-virtual... |
commit | commitdiff | tree | snapshot |
2010-05-31 |
Ted Kremenek | After conversations with Zhongxing Xu and Jordy Rose... |
commit | commitdiff | tree | snapshot |
2010-05-30 |
Chris Lattner | fix incorrect tag |
commit | commitdiff | tree | snapshot |
2010-05-30 |
Chris Lattner | make #warning warnings end up in their own diagnostic... |
commit | commitdiff | tree | snapshot |
2010-05-30 |
Chris Lattner | simpler fix for rdar://8044135 - escaped newlines have... |
commit | commitdiff | tree | snapshot |
2010-05-30 |
Douglas Gregor | Improve our handling of NULL after an escaping '\'... |
commit | commitdiff | tree | snapshot |
2010-05-30 |
Sean Hunt | Move .td files from AST to Basic. |
commit | commitdiff | tree | snapshot |
2010-05-30 |
Douglas Gregor | Don't try to parse class template specializations in... |
commit | commitdiff | tree | snapshot |
2010-05-30 |
Daniel Dunbar | FuzzTest: Add support for reading list of replacements... |
commit | commitdiff | tree | snapshot |
2010-05-30 |
Daniel Dunbar | utils: Add a generic fuzz testing tool. |
commit | commitdiff | tree | snapshot |
2010-05-30 |
Douglas Gregor | Improve parser recovery when we try to parse a call... |
commit | commitdiff | tree | snapshot |
2010-05-30 |
Nick Lewycky | Make macro safe in the face of users who pass "addr... |
commit | commitdiff | tree | snapshot |
2010-05-30 |
Anders Carlsson | Remove unused parameter to FinalOverriders::PropagateOv... |
commit | commitdiff | tree | snapshot |
2010-05-30 |
Nick Lewycky | Refactor the Is{Std,Clang,LLVM}Namespace methods and... |
commit | commitdiff | tree | snapshot |
2010-05-30 |
Sean Hunt | Convert DeclNodes to use TableGen. |
commit | commitdiff | tree | snapshot |
next |