]> granicus.if.org Git - clang/shortlog
clang
2010-05-28 Fariborz JahanianFix a miscompile of wchar pascal strings.
2010-05-28 John McCallA more minimal fix for PR6762.
2010-05-28 John McCallRoll back r104941.
2010-05-28 Jakob Stoklund... Let the backend decide which scheduler and register...
2010-05-28 Fariborz Jahanianzero-cost exception API for NeXt runtime.
2010-05-28 Daniel DunbarDriver: Spell -relax-all correctly when calling the...
2010-05-28 John McCallDisable exception-spec compatibility checking under...
2010-05-28 John McCallAdd a new attribute on records, __attribute__((adl_invi...
2010-05-28 John McCallDon't just skip over the entire tag definition if the...
2010-05-28 John McCallTest case for r104938.
2010-05-28 John McCallOptimize and complete associated-class-and-namespace...
2010-05-28 Douglas GregorWhen we complain about a member being inaccessible...
2010-05-28 Douglas GregorAdd CMake goop to get arm_neon.h generated
2010-05-28 Nate BegemanConvert arm_neon.h into arm_neon.td, from which arm_neo...
2010-05-28 Daniel DunbarFrontend: Sprinkle in some C++ header paths for ARM...
2010-05-28 Dan GohmanAdd an svn:ignore.
2010-05-28 Dan GohmanThis cast is no longer needed; the FIXME is fixed.
2010-05-28 John McCallWhen filtering out previous declarations of friend...
2010-05-28 Dan GohmanThis cast is no longer required.
2010-05-28 Douglas GregorDon't put method bodies into code completions unless...
2010-05-28 Douglas GregorDo not produce types as valid code completions when...
2010-05-28 Dan GohmanAdd several more predefines from modern versions of...
2010-05-28 Douglas GregorMake -code-completion-patterns only cover multi-line...
2010-05-27 Jim GrosbachUpdate __builtin_setjmp codegen to match llvmCore chang...
2010-05-27 Nick LewyckyFix typo.
2010-05-27 Douglas GregorImplement a code-completion hook for the receiver of...
2010-05-27 Douglas GregorTweak the fix-it for a copy constructor declared to...
2010-05-27 Dan GohmanAdd a comment to mention the memory ownership situation.
2010-05-27 Dan GohmanWhen handling raw_ostream errors manually, use clear_er...
2010-05-27 Anders CarlssonWhen null-initializing bases with data member pointers...
2010-05-27 John McCallEnable the implementation of __builtin_setjmp and __bui...
2010-05-27 Daniel DunbarParse/Sema: Add support for '#pragma options align...
2010-05-27 Daniel DunbarParse/Sema: Add support for '#pragma options align...
2010-05-27 Bill WendlingSilence warning about "enumeral and non-enumeral type...
2010-05-27 Anders CarlssonMore work on the empty subobject map. This code is...
2010-05-27 Dan GohmanMemoryBuffer::getSTDIN may return a null pointer if...
2010-05-27 Ted KremenekRemove clang_isFromMainFile(). It doesn't work correct...
2010-05-27 Fariborz JahanianFix 80-column.
2010-05-27 Anders CarlssonAnother empty class layout test.
2010-05-27 Anders CarlssonAdd more empty class layout tests.
2010-05-27 Fariborz JahanianObjective-c++ IR gen.
2010-05-27 Douglas GregorWhen we've parsed a nested-name-specifier in a member...
2010-05-27 Abramo BagnaraFixed missing initialization of member. Should we enabl...
2010-05-27 Daniel DunbarDarwin/ARM seems to support mac68k align as well.
2010-05-27 Daniel DunbarDriver: Update -O -> -O2 replacement for addition of...
2010-05-27 John McCallRequire a complete type when performing the qualified...
2010-05-27 Ted KremenekUpdate checker build.
2010-05-27 John McCallImplement __builtin_init_dwarf_reg_size_table and __bui...
2010-05-27 Daniel DunbarDriver: Add support for -m[no-]relax-all, and make...
2010-05-27 Daniel DunbarSema: Add initial support for '#pragma options align...
2010-05-27 Anders CarlssonMore work on the new empty subobject map.
2010-05-27 Daniel DunbarDriver: Add clang -cc1 -mrelax-all option, which sets...
2010-05-27 Daniel DunbarStrip trailing whitespace.
2010-05-27 Daniel DunbarAST: Add AlignMac68kAttr, not yet used.
2010-05-27 Daniel DunbarSema: Factor out struct for alignment stack entries.
2010-05-27 John McCallGive this test a triple.
2010-05-27 Daniel DunbarSema: Replace getPragmaPackAlignment with AddAlignmentA...
2010-05-27 John McCallWhen deciding whether a deferred declaration has alread...
2010-05-27 Daniel DunbarAST: Rename PragmaPackAttr to MaxFieldAlignmentAttr...
2010-05-27 Daniel DunbarSema: Reject '#pragma options align=mac68k' everywhere...
2010-05-27 Ted KremenekDiscard qualifiers for ElementRegions so that a 'const...
2010-05-27 Anders CarlssonMore work on the empty subobjects map.
2010-05-27 Daniel DunbarSema: Support for #pragma options align={reset,natural...
2010-05-26 Daniel DunbarParse: Add support for '#pragma options align'.
2010-05-26 John McCallCorrectly pass aggregates by reference when emitting...
2010-05-26 Douglas GregorIntroduce priorities into the code-completion results.
2010-05-26 Nick LewyckyGrammar fix: s/it's/its/g in
2010-05-26 Fariborz JahanianPatch to fix a irgen crash accessing an initialized...
2010-05-26 Ted KremenekPredefine the '__clang_analyzer__' macro when using...
2010-05-26 Fariborz JahanianImprove on flexible array diagnostics (PR7029).
2010-05-26 Fariborz JahanianFixes misc. flexible array bugs in c++ (PR7029).
2010-05-26 Anders CarlssonUpdate .xcodeproj file.
2010-05-26 Charles DavisExtract the ObjC and blocks manglers into their own...
2010-05-26 Abramo BagnaraFixed comment.
2010-05-26 Abramo BagnaraAdded source order to CXXBaseOrMemberInitializer.
2010-05-26 Anders CarlssonMove ComputeEmptySubobjectSizes to EmptySubobjectMap.
2010-05-26 Anders CarlssonStub out the EmptySubobjectsMap class.
2010-05-26 Anders CarlssonInline the RecordLayoutBuilder constructor.
2010-05-26 Anders CarlssonAdd a Layout overload that takes a CXXRecordDecl.
2010-05-26 Benjamin KramerMove RecordLayoutBuilder into an anonymous namespace.
2010-05-26 Douglas GregorWhen transforming a C++ "new" expression's constructor...
2010-05-26 Anders CarlssonRename ASTRecordLayoutBuilder to RecordLayoutBuilder.
2010-05-26 Anders CarlssonRemove RecordLayoutBuilder.h
2010-05-26 Anders CarlssonMove the ASTRecordLayoutBuilder class declaration into...
2010-05-26 Anders CarlssonASTRecordLayoutBuilder is no longer a friend of ASTReco...
2010-05-26 Douglas GregorTell the string literal parser when it's not permitted...
2010-05-26 Anders CarlssonFix thinko and remove another unused function.
2010-05-26 Anders CarlssonFix build.
2010-05-26 Anders CarlssonNo need to use the PrimaryBaseInfo struct in the builder.
2010-05-26 Douglas GregorBe sure to use the standard substitutions when mangling...
2010-05-26 Anders CarlssonRemove FIXME.
2010-05-26 Anders CarlssonFold the other Layout overload into its sole call site.
2010-05-26 Anders CarlssonFold the ASTRecordLayoutBuilder::ComputeLayout overload...
2010-05-26 Anders CarlssonMove the relevant ASTContext member functions that...
2010-05-26 Zhongxing XuSmall fix.
2010-05-26 Zhongxing XuRemove extents of dead symbolic regions when RemoveDead...
2010-05-25 Douglas GregorOnly enable code patterns (e.g., try { statements ...
2010-05-25 Ted KremenekAllocate the contents of TemplateArgumentList using...
2010-05-25 Douglas GregorAdd Redeclarable boilerplate to TypedefDecl, from Peter...
2010-05-25 Charles DavisIRgen: Add a stub class for generating ABI-specific...
next