| Commit message (Expand) | Author | Age | Files | Lines |
| * | Rename getBaseClassOffset to getBaseClassOffsetInBits and introduce a getBase... | Anders Carlsson | 2010-10-31 | 10 | -46/+50 |
| * | Better solution: calculate the visibility of functions and variables | John McCall | 2010-10-30 | 5 | -16/+30 |
| * | Generate bitcasts going in and out of MMX parameters | Dale Johannesen | 2010-10-29 | 1 | -1/+10 |
| * | Use CodeGenFunction's getContext(), for consistency. | Dan Gohman | 2010-10-29 | 1 | -1/+1 |
| * | Restore r117644, this time properly ignoring -fvisibility and type visibility | John McCall | 2010-10-29 | 1 | -17/+23 |
| * | After processing named unions do not fall through to handle anonymous unions. | Devang Patel | 2010-10-29 | 1 | -0/+1 |
| * | Revert r117644, "Apply visibility in IR gen to variables that are merely | Daniel Dunbar | 2010-10-29 | 1 | -23/+17 |
| * | Don't assert on attempts to throw 'bool'. I wonder if in the history of C++ | John McCall | 2010-10-29 | 1 | -1/+1 |
| * | Apply visibility in IR gen to variables that are merely declared | John McCall | 2010-10-29 | 1 | -17/+23 |
| * | Basic types are language defined builtins. They are always defined at top mos... | Devang Patel | 2010-10-28 | 2 | -6/+13 |
| * | When emitting l-values for bool non-__block decl references, make a pointer | John McCall | 2010-10-28 | 1 | -1/+1 |
| * | Directly use NamespaceDecl->getLocation() to find the source file. | Devang Patel | 2010-10-28 | 1 | -3/+2 |
| * | Stay within 80 columns. | Devang Patel | 2010-10-28 | 1 | -10/+13 |
| * | Implement an indirect-goto optimization for goto *&&lbl and respect this | John McCall | 2010-10-28 | 1 | -0/+5 |
| * | Fix context info for enums. | Devang Patel | 2010-10-27 | 1 | -2/+4 |
| * | Restore r117403 (fixing IR gen for bool atomics), this time being less | John McCall | 2010-10-27 | 3 | -85/+131 |
| * | Revert r117403 as it caused PR8480. | Rafael Espindola | 2010-10-27 | 3 | -128/+85 |
| * | Do the guarding of instantiated static data members | Fariborz Jahanian | 2010-10-27 | 3 | -25/+45 |
| * | Also devirtualize calls to a member functions where the containing class has ... | Anders Carlsson | 2010-10-27 | 1 | -2/+7 |
| * | If a virtual member function has the 'final' attribute, we can devirtualize c... | Anders Carlsson | 2010-10-27 | 1 | -4/+11 |
| * | Patch to provide guard when initializing instances | Fariborz Jahanian | 2010-10-26 | 2 | -2/+15 |
| * | Extract procedures to do scalar-to-memory and memory-to-scalar conversions | John McCall | 2010-10-26 | 3 | -85/+128 |
| * | Factor out the code for emitting code to load vtable pointer members | Dan Gohman | 2010-10-26 | 4 | -15/+16 |
| * | Add infrastructure for emitting TBAA metadata with the "constant" flag. | Dan Gohman | 2010-10-25 | 2 | -4/+16 |
| * | Trim an unnecessary #include. | Dan Gohman | 2010-10-25 | 1 | -1/+0 |
| * | Factor out the code for creating the Root and Char nodes, so that | Dan Gohman | 2010-10-25 | 2 | -26/+37 |
| * | After discussion with Doug and John, I am reverting | Fariborz Jahanian | 2010-10-22 | 3 | -27/+2 |
| * | Substantially revise how clang computes the visibility of a declaration to | John McCall | 2010-10-22 | 5 | -76/+18 |
| * | Patch fixes miscompile with non-trivial copy constructors and | Fariborz Jahanian | 2010-10-22 | 3 | -2/+27 |
| * | Delay record type's debug info emission, in -flimit-debug-info mode, if membe... | Devang Patel | 2010-10-22 | 1 | -1/+2 |
| * | Revert unintentional check-in. | Devang Patel | 2010-10-22 | 1 | -1/+1 |
| * | Tidy up MIPS_linkage name. Provide it only if it does not match regular name,... | Devang Patel | 2010-10-22 | 1 | -5/+18 |
| * | More class anonymization. | Benjamin Kramer | 2010-10-22 | 3 | -7/+11 |
| * | Rename clang's TBAA tree root from "experimental" to "simple". | Dan Gohman | 2010-10-21 | 1 | -1/+1 |
| * | Add some more comments. | Dan Gohman | 2010-10-21 | 2 | -4/+20 |
| * | This patch implements Next's IRGen for -fconstant-string-class=class-name. | Fariborz Jahanian | 2010-10-19 | 3 | -16/+28 |
| * | Fix Whitespace. | Michael J. Spencer | 2010-10-19 | 5 | -126/+126 |
| * | We shouldn't keep track of MMX registers "needed" separately from the SSE | Bill Wendling | 2010-10-18 | 1 | -21/+11 |
| * | Fix some bugs in local class mangling brought up in PR8355. | John McCall | 2010-10-18 | 1 | -19/+21 |
| * | patch fixes class names missing from method names in debug information for | Fariborz Jahanian | 2010-10-18 | 1 | -0/+2 |
| * | Reapply r116684 with fixes. The test cases needed to be updated. | Bill Wendling | 2010-10-18 | 1 | -12/+47 |
| * | Temporarily revert r116684. It was causing failures with | Bill Wendling | 2010-10-17 | 1 | -47/+12 |
| * | The "gcc.dg/compat/vector-1 -m32" test was broken after the MMX rewrite. The | Bill Wendling | 2010-10-17 | 1 | -12/+47 |
| * | Coding by inspection has its problems. | John McCall | 2010-10-16 | 1 | -0/+2 |
| * | objc_exception_rethrow does not take an exception argument. | John McCall | 2010-10-16 | 1 | -23/+9 |
| * | Revert r116656, "IRgen/Obj-C/NeXT: Fix the IR signature for | Daniel Dunbar | 2010-10-16 | 1 | -1/+1 |
| * | IRgen/Obj-C/NeXT: Fix the IR signature for objc_exception_rethrow, so we don't | Daniel Dunbar | 2010-10-16 | 1 | -1/+1 |
| * | Mention the paragraphs in the standards which sanction TBAA. | Dan Gohman | 2010-10-15 | 1 | -1/+5 |
| * | Use a different name for pointer types in tbaa, to be a little | Dan Gohman | 2010-10-15 | 1 | -2/+3 |
| * | Add a comment. | Dan Gohman | 2010-10-15 | 1 | -1/+3 |