Age | Commit message (Expand) | Author |
2010-09-02 | IRgen/Obj-C: Rewrite Objective-C bit-field access to compute the access strategy | Daniel Dunbar |
2010-09-02 | IRgen: Move CGBitFieldInfo strategy computation helpers to static member | Daniel Dunbar |
2010-09-02 | Fix a few more ConvertTypes that should be ConvertTypeForMems, fixing | Douglas Gregor |
2010-09-02 | Add a bunch of missing bitcasts for clang NEON builtin expansions. | Bob Wilson |
2010-09-02 | Eliminate CXXBindReferenceExpr, which was used in a ton of | Douglas Gregor |
2010-09-02 | Tidy up last commit, as per Devang's comments. | David Chisnall |
2010-09-02 | Revert my two IRgen fixes for "bool", then use a far simpler approach | Douglas Gregor |
2010-09-02 | Another i1 vs. i8 type mismatch issue. This time | Fariborz Jahanian |
2010-09-02 | Use the unmangled name for the display name in Objective-C debug info. This ... | David Chisnall |
2010-09-02 | Fix more i1/i8 pointer madness. Here, an overactive assertion | Douglas Gregor |
2010-09-02 | Fix a crash involving pointer-to-data-members of boolean type. We were | Douglas Gregor |
2010-09-02 | Simplify some random accesses to the ASTContext from the ABI classes. | John McCall |
2010-09-02 | Abstract IR generation of array cookies into the C++ ABI class and | John McCall |
2010-09-01 | Translate NEON vmull, vmlal, and vmlsl builtins to llvm multiply-add/sub | Bob Wilson |
2010-09-01 | Fix IRGen when property-dot syntax used to access | Fariborz Jahanian |
2010-09-01 | Split ObjCInterfaceDecl::ReferencedProtocols into two lists: ReferencedProtoc... | Ted Kremenek |
2010-09-01 | fix rdar://8360877 a really nasty miscompilation in Boost.Xpressive | Chris Lattner |
2010-09-01 | same refactoring as before, this time on the argument side. | Chris Lattner |
2010-09-01 | refactor some code to cut down on redundancy, no functionality change. | Chris Lattner |
2010-08-31 | Amusingly, I missed this point of abstraction in all my earlier | John McCall |
2010-08-31 | Add support for windows x86-64 varargs, patch by Cameron Esfahani! | Chris Lattner |
2010-08-31 | Teach IR generation to return 'this' from constructors and destructors | John McCall |
2010-08-31 | Rename DeclContext::getLookupContext to getRedeclContext and change its seman... | Sebastian Redl |
2010-08-30 | Fix PR8029, a x86-32 ABI regression in introduced in r112211 | Chris Lattner |
2010-08-30 | Translate NEON vmovn builtin to a vector truncation instead of using an llvm | Bob Wilson |
2010-08-30 | Revert my user-defined literal commits - r1124{58,60,67} pending | Sean Hunt |
2010-08-30 | Two minor fixes to user-defined literals: | Sean Hunt |
2010-08-29 | Implement C++0x user-defined string literals. | Sean Hunt |
2010-08-29 | Translate NEON vaddl, vaddw, vsubl, and vsubw builtins to llvm add/sub | Bob Wilson |
2010-08-27 | Debug info for friends! | Devang Patel |
2010-08-27 | Add the new alignment arguments for NEON load/store intrinsics, based on the | Bob Wilson |
2010-08-26 | improve comments. | Chris Lattner |
2010-08-26 | fix 2xi16 to pass as i32 instead of <2 x i16>. The former passes in | Chris Lattner |
2010-08-26 | vector of long and ulong are also classified as INTEGER in x86-64 abi, | Chris Lattner |
2010-08-26 | 1 x ulonglong needs to be classified as INTEGER, just like 1 x longlong, | Chris Lattner |
2010-08-26 | Fix miscompilation. The cookie was not used when new'ing arrays with multiple... | Argyrios Kyrtzidis |
2010-08-26 | tame an assertion, fixing rdar://8357396 | Chris Lattner |
2010-08-26 | CGValue: Increase width of allowed alignment. We could switch to log2, but we | Daniel Dunbar |
2010-08-26 | De-memberify the VarDecl and FunctionDecl StorageClass enums. | John McCall |
2010-08-26 | IRgen/NEON: Fix codegen of vzip and vzipq. | Daniel Dunbar |
2010-08-25 | Finally pass "two floats in a 64-bit unit" as a <2 x float> instead of | Chris Lattner |
2010-08-25 | Fix horrible white space errors. | Michael J. Spencer |
2010-08-25 | GCC didn't care for my attempt at API compatibility, so brute-force everything | John McCall |
2010-08-25 | More incremental progress towards not including Expr.h in Sema.h. | John McCall |
2010-08-25 | IRgen: Fix a horrible bug in pointer to bool conversion, which we were treating | Daniel Dunbar |
2010-08-25 | Expression statements undergo lvalue-to-rvalue conversion in C, | John McCall |
2010-08-25 | Fix 'for' loop variables' scope. | Devang Patel |
2010-08-24 | Fix enum size and align. Tested by setvar.exp in gdb testsuite. | Devang Patel |
2010-08-24 | Debug Info: Put full Clang version into the debug info, to make it easier to | Daniel Dunbar |
2010-08-23 | Emit debug info for enum constants. | Devang Patel |