2010-08-22 |
Douglas Gregor | Preserve the zero-initialization and construction-kind... |
commit | commitdiff | tree | snapshot |
2010-08-22 |
Douglas Gregor | When performing value-initialization for a class with... |
commit | commitdiff | tree | snapshot |
2010-08-22 |
John McCall | Clean up a very silly use of first-class aggregates. |
commit | commitdiff | tree | snapshot |
2010-08-22 |
John McCall | Experiment with using first-class aggregates to represe... |
commit | commitdiff | tree | snapshot |
2010-08-22 |
John McCall | Extract member function pointer comparison and null... |
commit | commitdiff | tree | snapshot |
2010-08-22 |
Chandler Carruth | Add two new enumerations to the unsupported list for... |
commit | commitdiff | tree | snapshot |
2010-08-22 |
John McCall | Abstract out member-pointer creation. I'm really unhap... |
commit | commitdiff | tree | snapshot |
2010-08-22 |
John McCall | Abstract more member-pointerness out. |
commit | commitdiff | tree | snapshot |
2010-08-22 |
John McCall | Abstract out member-pointer conversions. |
commit | commitdiff | tree | snapshot |
2010-08-22 |
Eli Friedman | Detabify. |
commit | commitdiff | tree | snapshot |
2010-08-22 |
John McCall | Implement the call parts of the member-function-pointer... |
commit | commitdiff | tree | snapshot |
2010-08-22 |
John McCall | Extract calls to method pointers out as an ABI routine. |
commit | commitdiff | tree | snapshot |
2010-08-21 |
John McCall | The ARM C++ ABI is sufficiently different from the... |
commit | commitdiff | tree | snapshot |
2010-08-21 |
Michael J.... | Visual Studio tools used on win32 hosts when targeting... |
commit | commitdiff | tree | snapshot |
2010-08-21 |
Fariborz Jahanian | twik to my previous patch for pr7936. |
commit | commitdiff | tree | snapshot |
2010-08-21 |
Benjamin Kramer | Avoid including mm_malloc.h in a cc1 test, it pulls... |
commit | commitdiff | tree | snapshot |
2010-08-21 |
Zhongxing Xu | Place method near its class. |
commit | commitdiff | tree | snapshot |
2010-08-21 |
Zhongxing Xu | Remove dead code. |
commit | commitdiff | tree | snapshot |
2010-08-21 |
Zhongxing Xu | Improve comments. |
commit | commitdiff | tree | snapshot |
2010-08-21 |
Zhongxing Xu | Remove a special case for OSAtomic functions. We can... |
commit | commitdiff | tree | snapshot |
2010-08-21 |
John McCall | DeclPtrTy -> Decl * |
commit | commitdiff | tree | snapshot |
2010-08-21 |
Zhongxing Xu | Remove dead code. We no longer need it because now... |
commit | commitdiff | tree | snapshot |
2010-08-21 |
Zhongxing Xu | remove unused variable. |
commit | commitdiff | tree | snapshot |
2010-08-21 |
Zhongxing Xu | When invalidating a struct region, whether its type... |
commit | commitdiff | tree | snapshot |
2010-08-21 |
Michael J.... | Fix typo in comment. |
commit | commitdiff | tree | snapshot |
2010-08-21 |
John McCall | This test needs a triple: it's checking the alignment... |
commit | commitdiff | tree | snapshot |
2010-08-21 |
Daniel Dunbar | IRgen: Set the alignment correctly when creating LValue... |
commit | commitdiff | tree | snapshot |
2010-08-21 |
Daniel Dunbar | CodeGenFunction: Eliminate unused MakeQualifiers()... |
commit | commitdiff | tree | snapshot |
2010-08-21 |
Daniel Dunbar | Simplify. |
commit | commitdiff | tree | snapshot |
2010-08-21 |
Daniel Dunbar | IRgen/CGValue: Give MakeAddrLValue() an alignment argum... |
commit | commitdiff | tree | snapshot |
2010-08-21 |
Daniel Dunbar | IRgen: Move remaining LValue::Set... methods to LValue... |
commit | commitdiff | tree | snapshot |
2010-08-21 |
Daniel Dunbar | IRgen: Move remaining MakeAddr() calls to MakeAddrLValue(). |
commit | commitdiff | tree | snapshot |
2010-08-21 |
Daniel Dunbar | IRgen: The CVR qualifiers in a subobject adjustment... |
commit | commitdiff | tree | snapshot |
2010-08-21 |
Daniel Dunbar | IRgen/CGValue: Add getQuals(), so qualifiers can be... |
commit | commitdiff | tree | snapshot |
2010-08-21 |
Daniel Dunbar | IRgen/LValue: Add LValue::setNonGC instead of SetObjCNo... |
commit | commitdiff | tree | snapshot |
2010-08-21 |
Daniel Dunbar | IRgen: Switch more MakeAddr() users to MakeAddrLValue... |
commit | commitdiff | tree | snapshot |
2010-08-21 |
Daniel Dunbar | IRgen: Switch a bunch of trivial MakeAddr calls to... |
commit | commitdiff | tree | snapshot |
2010-08-21 |
Daniel Dunbar | IRgen: Eliminate EmitPredefinedFunctionName(), it doesn... |
commit | commitdiff | tree | snapshot |
2010-08-21 |
Daniel Dunbar | IRgen: Add an LValue::MakeAddr variant which takes... |
commit | commitdiff | tree | snapshot |
2010-08-21 |
Daniel Dunbar | Improve test coverage. |
commit | commitdiff | tree | snapshot |
2010-08-21 |
Dan Gohman | Delete an obsolete comment. |
commit | commitdiff | tree | snapshot |
2010-08-21 |
Daniel Dunbar | IRgen/CGValue: Add alignment to LValue, and use that... |
commit | commitdiff | tree | snapshot |
2010-08-21 |
Daniel Dunbar | IRgen/LValue: Rename SetQualifiers() to Initialize(). |
commit | commitdiff | tree | snapshot |
2010-08-21 |
Daniel Dunbar | IRgen: Change Emit{Load,Store}OfScalar to take a requir... |
commit | commitdiff | tree | snapshot |
2010-08-21 |
Daniel Dunbar | IRgen: Use Ty consistently in this function. |
commit | commitdiff | tree | snapshot |
2010-08-21 |
Chris Lattner | filecheckize test |
commit | commitdiff | tree | snapshot |
2010-08-21 |
Chris Lattner | fix PR7943, a corner case with the GNU __VA_ARGS__... |
commit | commitdiff | tree | snapshot |
2010-08-21 |
Fariborz Jahanian | Contributed test case for PR7936 |
commit | commitdiff | tree | snapshot |
2010-08-21 |
Fariborz Jahanian | patch to support comparison involving |
commit | commitdiff | tree | snapshot |
2010-08-20 |
Argyrios Kyrtzidis | Fix an issue with writing to PCH another included PCH... |
commit | commitdiff | tree | snapshot |
2010-08-20 |
Argyrios Kyrtzidis | Add an iterator to OnDiskChainedHashTable to allow... |
commit | commitdiff | tree | snapshot |
2010-08-20 |
Fariborz Jahanian | Remove dead code. |
commit | commitdiff | tree | snapshot |
2010-08-20 |
Benjamin Kramer | Disallow direct inclusion of avxintrin.h. Users should... |
commit | commitdiff | tree | snapshot |
2010-08-20 |
Dan Gohman | CreateTemporaryType doesn't needs its Context argument. |
commit | commitdiff | tree | snapshot |
2010-08-20 |
Dan Gohman | Introduce a new temporary MDNode concept. Temporary... |
commit | commitdiff | tree | snapshot |
2010-08-20 |
Fariborz Jahanian | Rmove dead code. |
commit | commitdiff | tree | snapshot |
2010-08-20 |
Fariborz Jahanian | objective-c ivar refactoring patch. Iterations |
commit | commitdiff | tree | snapshot |
2010-08-20 |
Nick Lewycky | Add a workaround for PR7947, a crash trying to recover... |
commit | commitdiff | tree | snapshot |
2010-08-20 |
Dan Gohman | Add a comment. |
commit | commitdiff | tree | snapshot |
2010-08-20 |
John McCall | Another step in the process of making the parser depend... |
commit | commitdiff | tree | snapshot |
2010-08-20 |
Benjamin Kramer | Add immintrin meta header. |
commit | commitdiff | tree | snapshot |
2010-08-20 |
Chris Lattner | alphabeticalize |
commit | commitdiff | tree | snapshot |
2010-08-20 |
Chris Lattner | hopefully unbreak the msvc buildbot. |
commit | commitdiff | tree | snapshot |
2010-08-20 |
Douglas Gregor | Fix a major regression with value-initialization of... |
commit | commitdiff | tree | snapshot |
2010-08-20 |
Benjamin Kramer | Fix header comments. |
commit | commitdiff | tree | snapshot |
2010-08-20 |
Chris Lattner | fix some vector extractions to return properly zero... |
commit | commitdiff | tree | snapshot |
2010-08-20 |
Argyrios Kyrtzidis | Use the AST on-disk hash table for name lookup inside... |
commit | commitdiff | tree | snapshot |
2010-08-20 |
Argyrios Kyrtzidis | Introduce the mechanism for building an AST on-disk... |
commit | commitdiff | tree | snapshot |
2010-08-20 |
Argyrios Kyrtzidis | Refactoring; move the functionality of ASTWriter::GetOr... |
commit | commitdiff | tree | snapshot |
2010-08-20 |
Argyrios Kyrtzidis | Introduce ASTWriter::GetOrCreateTypeID and move most... |
commit | commitdiff | tree | snapshot |
2010-08-20 |
Argyrios Kyrtzidis | A bit of refactoring; Introduce ASTWriter::GetOrCreateT... |
commit | commitdiff | tree | snapshot |
2010-08-20 |
Argyrios Kyrtzidis | Rename TypeIDs -> TypeIdxs. No functionality change. |
commit | commitdiff | tree | snapshot |
2010-08-20 |
Argyrios Kyrtzidis | serialization::TypeID is used with or without qualifier... |
commit | commitdiff | tree | snapshot |
2010-08-20 |
Argyrios Kyrtzidis | Share the common code of ComputeHash(Selector Sel)... |
commit | commitdiff | tree | snapshot |
2010-08-20 |
Ted Kremenek | Remove dead code. |
commit | commitdiff | tree | snapshot |
2010-08-20 |
Ted Kremenek | Update help text for -cc1 -unoptimized-cfg. |
commit | commitdiff | tree | snapshot |
2010-08-20 |
Bob Wilson | Translate NEON vmovl intrinsics to zero/sign-extend... |
commit | commitdiff | tree | snapshot |
2010-08-20 |
Douglas Gregor | Revert r111609, which is failing its new test. |
commit | commitdiff | tree | snapshot |
2010-08-20 |
Douglas Gregor | Eliminate some extraneous whitespace in the machine... |
commit | commitdiff | tree | snapshot |
2010-08-20 |
John McCall | Detect efforts to declare a template member friend... |
commit | commitdiff | tree | snapshot |
2010-08-20 |
Jordy Rose | Handle nested compound values in BindArray for multidim... |
commit | commitdiff | tree | snapshot |
2010-08-20 |
Douglas Gregor | When performing code-completion in the presence of... |
commit | commitdiff | tree | snapshot |
2010-08-20 |
John McCall | Mangle explicit template arguments in dependent or... |
commit | commitdiff | tree | snapshot |
2010-08-20 |
Douglas Gregor | When we decide not to reuse a precompiled preamble... |
commit | commitdiff | tree | snapshot |
2010-08-19 |
John McCall | Regularize the API for accessing explicit template... |
commit | commitdiff | tree | snapshot |
2010-08-19 |
Daniel Dunbar | libclang: Execute clang_codeCompleteAt() inside a crash... |
commit | commitdiff | tree | snapshot |
2010-08-19 |
Daniel Dunbar | c-index-test: Diagnose parse / completion failures... |
commit | commitdiff | tree | snapshot |
2010-08-19 |
Daniel Dunbar | c-index-test: As with reparse, only honor remapped... |
commit | commitdiff | tree | snapshot |
2010-08-19 |
Daniel Dunbar | libclang/Darwin: Always set the compatibility version... |
commit | commitdiff | tree | snapshot |
2010-08-19 |
Douglas Gregor | Fix some typos in the documentation of -fdiagnostics... |
commit | commitdiff | tree | snapshot |
2010-08-19 |
John McCall | Correctly instantiate templates with non-type template... |
commit | commitdiff | tree | snapshot |
2010-08-19 |
Douglas Gregor | Fix the source range of an anonymous namespace, from... |
commit | commitdiff | tree | snapshot |
2010-08-19 |
Douglas Gregor | Intialize all of the code-generation options |
commit | commitdiff | tree | snapshot |
2010-08-19 |
Douglas Gregor | Fix a c-index-test leak with file remapping |
commit | commitdiff | tree | snapshot |
2010-08-19 |
Douglas Gregor | Add machine-parseable Fix-It output as part of diagnost... |
commit | commitdiff | tree | snapshot |
2010-08-19 |
Daniel Dunbar | Fix a loop overrun in ComputePreamble when the last... |
commit | commitdiff | tree | snapshot |
2010-08-19 |
Eli Friedman | Test for PR7888. |
commit | commitdiff | tree | snapshot |
2010-08-19 |
Jordy Rose | Remove dead code. Patch by Jon Mulder! |
commit | commitdiff | tree | snapshot |
2010-08-19 |
Douglas Gregor | We don't actually need to check the implicit object... |
commit | commitdiff | tree | snapshot |
2010-08-19 |
Daniel Dunbar | CrashRecovery: Disable the reparse test for now while... |
commit | commitdiff | tree | snapshot |
next |