2010-05-30 |
Sean Hunt | Convert DeclNodes to use TableGen. |
commit | commitdiff | tree | snapshot |
2010-05-30 |
Anders Carlsson | And now for the best part: Removing the old code. |
commit | commitdiff | tree | snapshot |
2010-05-30 |
Anders Carlsson | Turn on the new empty base subobject tracking code... |
commit | commitdiff | tree | snapshot |
2010-05-30 |
Douglas Gregor | Teach code-completion for calls to be more careful... |
commit | commitdiff | tree | snapshot |
2010-05-30 |
Eli Friedman | Fix for PR7040: Don't try to compute the LLVM type... |
commit | commitdiff | tree | snapshot |
2010-05-30 |
Douglas Gregor | Unbreak non-Darwin builds |
commit | commitdiff | tree | snapshot |
2010-05-30 |
Douglas Gregor | Teach code completion to adjust its completion prioriti... |
commit | commitdiff | tree | snapshot |
2010-05-30 |
Daniel Dunbar | Accept '#pragma options align=mac68k' on Darwin/PPC... |
commit | commitdiff | tree | snapshot |
2010-05-29 |
Anders Carlsson | Cleanup. |
commit | commitdiff | tree | snapshot |
2010-05-29 |
Anders Carlsson | Make EmptySubobjectMap::CanPlaceBaseAtOffset take a... |
commit | commitdiff | tree | snapshot |
2010-05-29 |
Anders Carlsson | Change RecordLayoutBuilder::LayoutBase to take a BaseSu... |
commit | commitdiff | tree | snapshot |
2010-05-29 |
Ted Kremenek | Add check for an invalid CXType in clang_getTypeDeclara... |
commit | commitdiff | tree | snapshot |
2010-05-29 |
Anders Carlsson | Rework the way virtual primary bases are added when... |
commit | commitdiff | tree | snapshot |
2010-05-29 |
Anders Carlsson | Change LayoutVirtualBase to also take a BaseSubobjectInfo. |
commit | commitdiff | tree | snapshot |
2010-05-29 |
Anders Carlsson | Change RecordLayoutBuilder::LayoutNonVirtualBase to... |
commit | commitdiff | tree | snapshot |
2010-05-29 |
Anders Carlsson | Move computing the base subobject info for a class... |
commit | commitdiff | tree | snapshot |
2010-05-29 |
Zhongxing Xu | Revert r105097. Thinking about a better fix. |
commit | commitdiff | tree | snapshot |
2010-05-29 |
Zhongxing Xu | Fix PR7218. Patch by Jordy Rose. |
commit | commitdiff | tree | snapshot |
2010-05-29 |
Douglas Gregor | More PowerPC paths on Darwin |
commit | commitdiff | tree | snapshot |
2010-05-29 |
Douglas Gregor | Add C++ include paths for Darwin PowerPC |
commit | commitdiff | tree | snapshot |
2010-05-29 |
Chris Lattner | add fedora 13 paths, patch by Hendrik Richter. |
commit | commitdiff | tree | snapshot |
2010-05-28 |
John McCall | Copy source information for the inner type of an elabor... |
commit | commitdiff | tree | snapshot |
2010-05-28 |
Nate Begeman | Implement remaining items in neon td file. Still need... |
commit | commitdiff | tree | snapshot |
2010-05-28 |
Fariborz Jahanian | Changed text of 'empty enum' diagnostics to say so. |
commit | commitdiff | tree | snapshot |
2010-05-28 |
Fariborz Jahanian | Empty enum in c is now error to match gcc's behavior. |
commit | commitdiff | tree | snapshot |
2010-05-28 |
Douglas Gregor | Only provide a source location for an anonymous tag... |
commit | commitdiff | tree | snapshot |
2010-05-28 |
Anders Carlsson | Rename BaseInfo to BaseSubobjectInfo. |
commit | commitdiff | tree | snapshot |
2010-05-28 |
Anders Carlsson | Move BaseInfo outside of the EmptySubobject class. |
commit | commitdiff | tree | snapshot |
2010-05-28 |
Daniel Dunbar | Sema: Fix comment, apparently #pragma options align... |
commit | commitdiff | tree | snapshot |
2010-05-28 |
Daniel Dunbar | Fix personality function name when using SjLj exceptions. |
commit | commitdiff | tree | snapshot |
2010-05-28 |
Daniel Dunbar | Sema: Just ignore '#pragma options align=power' for... |
commit | commitdiff | tree | snapshot |
2010-05-28 |
Daniel Dunbar | Update "users manual", PR2461 has been fixed. |
commit | commitdiff | tree | snapshot |
2010-05-28 |
Fariborz Jahanian | Fix a miscompile of wchar pascal strings. |
commit | commitdiff | tree | snapshot |
2010-05-28 |
John McCall | A more minimal fix for PR6762. |
commit | commitdiff | tree | snapshot |
2010-05-28 |
John McCall | Roll back r104941. |
commit | commitdiff | tree | snapshot |
2010-05-28 |
Jakob Stoklund... | Let the backend decide which scheduler and register... |
commit | commitdiff | tree | snapshot |
2010-05-28 |
Fariborz Jahanian | zero-cost exception API for NeXt runtime. |
commit | commitdiff | tree | snapshot |
2010-05-28 |
Daniel Dunbar | Driver: Spell -relax-all correctly when calling the... |
commit | commitdiff | tree | snapshot |
2010-05-28 |
John McCall | Disable exception-spec compatibility checking under... |
commit | commitdiff | tree | snapshot |
2010-05-28 |
John McCall | Add a new attribute on records, __attribute__((adl_invi... |
commit | commitdiff | tree | snapshot |
2010-05-28 |
John McCall | Don't just skip over the entire tag definition if the... |
commit | commitdiff | tree | snapshot |
2010-05-28 |
John McCall | Test case for r104938. |
commit | commitdiff | tree | snapshot |
2010-05-28 |
John McCall | Optimize and complete associated-class-and-namespace... |
commit | commitdiff | tree | snapshot |
2010-05-28 |
Douglas Gregor | When we complain about a member being inaccessible... |
commit | commitdiff | tree | snapshot |
2010-05-28 |
Douglas Gregor | Add CMake goop to get arm_neon.h generated |
commit | commitdiff | tree | snapshot |
2010-05-28 |
Nate Begeman | Convert arm_neon.h into arm_neon.td, from which arm_neo... |
commit | commitdiff | tree | snapshot |
2010-05-28 |
Daniel Dunbar | Frontend: Sprinkle in some C++ header paths for ARM... |
commit | commitdiff | tree | snapshot |
2010-05-28 |
Dan Gohman | Add an svn:ignore. |
commit | commitdiff | tree | snapshot |
2010-05-28 |
Dan Gohman | This cast is no longer needed; the FIXME is fixed. |
commit | commitdiff | tree | snapshot |
2010-05-28 |
John McCall | When filtering out previous declarations of friend... |
commit | commitdiff | tree | snapshot |
2010-05-28 |
Dan Gohman | This cast is no longer required. |
commit | commitdiff | tree | snapshot |
2010-05-28 |
Douglas Gregor | Don't put method bodies into code completions unless... |
commit | commitdiff | tree | snapshot |
2010-05-28 |
Douglas Gregor | Do not produce types as valid code completions when... |
commit | commitdiff | tree | snapshot |
2010-05-28 |
Dan Gohman | Add several more predefines from modern versions of... |
commit | commitdiff | tree | snapshot |
2010-05-28 |
Douglas Gregor | Make -code-completion-patterns only cover multi-line... |
commit | commitdiff | tree | snapshot |
2010-05-27 |
Jim Grosbach | Update __builtin_setjmp codegen to match llvmCore chang... |
commit | commitdiff | tree | snapshot |
2010-05-27 |
Nick Lewycky | Fix typo. |
commit | commitdiff | tree | snapshot |
2010-05-27 |
Douglas Gregor | Implement a code-completion hook for the receiver of... |
commit | commitdiff | tree | snapshot |
2010-05-27 |
Douglas Gregor | Tweak the fix-it for a copy constructor declared to... |
commit | commitdiff | tree | snapshot |
2010-05-27 |
Dan Gohman | Add a comment to mention the memory ownership situation. |
commit | commitdiff | tree | snapshot |
2010-05-27 |
Dan Gohman | When handling raw_ostream errors manually, use clear_er... |
commit | commitdiff | tree | snapshot |
2010-05-27 |
Anders Carlsson | When null-initializing bases with data member pointers... |
commit | commitdiff | tree | snapshot |
2010-05-27 |
John McCall | Enable the implementation of __builtin_setjmp and __bui... |
commit | commitdiff | tree | snapshot |
2010-05-27 |
Daniel Dunbar | Parse/Sema: Add support for '#pragma options align... |
commit | commitdiff | tree | snapshot |
2010-05-27 |
Daniel Dunbar | Parse/Sema: Add support for '#pragma options align... |
commit | commitdiff | tree | snapshot |
2010-05-27 |
Bill Wendling | Silence warning about "enumeral and non-enumeral type... |
commit | commitdiff | tree | snapshot |
2010-05-27 |
Anders Carlsson | More work on the empty subobject map. This code is... |
commit | commitdiff | tree | snapshot |
2010-05-27 |
Dan Gohman | MemoryBuffer::getSTDIN may return a null pointer if... |
commit | commitdiff | tree | snapshot |
2010-05-27 |
Ted Kremenek | Remove clang_isFromMainFile(). It doesn't work correct... |
commit | commitdiff | tree | snapshot |
2010-05-27 |
Fariborz Jahanian | Fix 80-column. |
commit | commitdiff | tree | snapshot |
2010-05-27 |
Anders Carlsson | Another empty class layout test. |
commit | commitdiff | tree | snapshot |
2010-05-27 |
Anders Carlsson | Add more empty class layout tests. |
commit | commitdiff | tree | snapshot |
2010-05-27 |
Fariborz Jahanian | Objective-c++ IR gen. |
commit | commitdiff | tree | snapshot |
2010-05-27 |
Douglas Gregor | When we've parsed a nested-name-specifier in a member... |
commit | commitdiff | tree | snapshot |
2010-05-27 |
Abramo Bagnara | Fixed missing initialization of member. Should we enabl... |
commit | commitdiff | tree | snapshot |
2010-05-27 |
Daniel Dunbar | Darwin/ARM seems to support mac68k align as well. |
commit | commitdiff | tree | snapshot |
2010-05-27 |
Daniel Dunbar | Driver: Update -O -> -O2 replacement for addition of... |
commit | commitdiff | tree | snapshot |
2010-05-27 |
John McCall | Require a complete type when performing the qualified... |
commit | commitdiff | tree | snapshot |
2010-05-27 |
Ted Kremenek | Update checker build. |
commit | commitdiff | tree | snapshot |
2010-05-27 |
John McCall | Implement __builtin_init_dwarf_reg_size_table and __bui... |
commit | commitdiff | tree | snapshot |
2010-05-27 |
Daniel Dunbar | Driver: Add support for -m[no-]relax-all, and make... |
commit | commitdiff | tree | snapshot |
2010-05-27 |
Daniel Dunbar | Sema: Add initial support for '#pragma options align... |
commit | commitdiff | tree | snapshot |
2010-05-27 |
Anders Carlsson | More work on the new empty subobject map. |
commit | commitdiff | tree | snapshot |
2010-05-27 |
Daniel Dunbar | Driver: Add clang -cc1 -mrelax-all option, which sets... |
commit | commitdiff | tree | snapshot |
2010-05-27 |
Daniel Dunbar | Strip trailing whitespace. |
commit | commitdiff | tree | snapshot |
2010-05-27 |
Daniel Dunbar | AST: Add AlignMac68kAttr, not yet used. |
commit | commitdiff | tree | snapshot |
2010-05-27 |
Daniel Dunbar | Sema: Factor out struct for alignment stack entries. |
commit | commitdiff | tree | snapshot |
2010-05-27 |
John McCall | Give this test a triple. |
commit | commitdiff | tree | snapshot |
2010-05-27 |
Daniel Dunbar | Sema: Replace getPragmaPackAlignment with AddAlignmentA... |
commit | commitdiff | tree | snapshot |
2010-05-27 |
John McCall | When deciding whether a deferred declaration has alread... |
commit | commitdiff | tree | snapshot |
2010-05-27 |
Daniel Dunbar | AST: Rename PragmaPackAttr to MaxFieldAlignmentAttr... |
commit | commitdiff | tree | snapshot |
2010-05-27 |
Daniel Dunbar | Sema: Reject '#pragma options align=mac68k' everywhere... |
commit | commitdiff | tree | snapshot |
2010-05-27 |
Ted Kremenek | Discard qualifiers for ElementRegions so that a 'const... |
commit | commitdiff | tree | snapshot |
2010-05-27 |
Anders Carlsson | More work on the empty subobjects map. |
commit | commitdiff | tree | snapshot |
2010-05-27 |
Daniel Dunbar | Sema: Support for #pragma options align={reset,natural... |
commit | commitdiff | tree | snapshot |
2010-05-26 |
Daniel Dunbar | Parse: Add support for '#pragma options align'. |
commit | commitdiff | tree | snapshot |
2010-05-26 |
John McCall | Correctly pass aggregates by reference when emitting... |
commit | commitdiff | tree | snapshot |
2010-05-26 |
Douglas Gregor | Introduce priorities into the code-completion results. |
commit | commitdiff | tree | snapshot |
2010-05-26 |
Nick Lewycky | Grammar fix: s/it's/its/g in |
commit | commitdiff | tree | snapshot |
2010-05-26 |
Fariborz Jahanian | Patch to fix a irgen crash accessing an initialized... |
commit | commitdiff | tree | snapshot |
next |