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 |
2010-08-19 |
Douglas Gregor | Properly implement the part of C++ [over.match.funcs... |
commit | commitdiff | tree | snapshot |
2010-08-19 |
Douglas Gregor | Include a proper citation for the wacky hijinks involvi... |
commit | commitdiff | tree | snapshot |
2010-08-19 |
Anton Yartsev | support for predicates with bool/pixel arguments |
commit | commitdiff | tree | snapshot |
2010-08-19 |
Eli Friedman | Remove default argument from operator delete; per repor... |
commit | commitdiff | tree | snapshot |
2010-08-19 |
Eli Friedman | Fix for PR7911 and PR7921: make isIntegralOrEnumeration... |
commit | commitdiff | tree | snapshot |
2010-08-19 |
Anton Yartsev | support for the rest of AltiVec functions with bool... |
commit | commitdiff | tree | snapshot |
2010-08-19 |
Sean Hunt | Add a missing initializer. |
commit | commitdiff | tree | snapshot |
2010-08-19 |
Anton Yartsev | support for vec_perm and all dependent functions (vec_m... |
commit | commitdiff | tree | snapshot |
2010-08-19 |
Charles Davis | Add some enum goodness as requested by Chris. Now inste... |
commit | commitdiff | tree | snapshot |
2010-08-19 |
Douglas Gregor | Plug a leak when precompiling the preamble in ASTUnit. |
commit | commitdiff | tree | snapshot |
2010-08-19 |
John McCall | Restore the build |
commit | commitdiff | tree | snapshot |
2010-08-19 |
John McCall | On second thought, don't warn about reinterpret_casts... |
commit | commitdiff | tree | snapshot |
2010-08-19 |
Charles Davis | Add a special RecordLayoutBuilder for the Microsoft... |
commit | commitdiff | tree | snapshot |
2010-08-19 |
Ted Kremenek | Add warning for functions/blocks that have attribute... |
commit | commitdiff | tree | snapshot |
2010-08-19 |
Ted Kremenek | HandleCommonNoReturnAttr() now only has a single caller... |
commit | commitdiff | tree | snapshot |
2010-08-19 |
Douglas Gregor | Make sure to initialize ASTUnit::UnsafeToFree |
commit | commitdiff | tree | snapshot |
2010-08-19 |
Douglas Gregor | Make sure to deallocate the identifier lookup tables... |
commit | commitdiff | tree | snapshot |
2010-08-19 |
John McCall | When deducing the element type of an array, ignore... |
commit | commitdiff | tree | snapshot |
2010-08-18 |
Sebastian Redl | Rename pch namespace to serialization. |
commit | commitdiff | tree | snapshot |
2010-08-18 |
Sebastian Redl | Rename PCHBitCodes.h -> ASTBitCodes.h |
commit | commitdiff | tree | snapshot |
next |