]> granicus.if.org Git - clang/shortlog
clang
2010-12-01 Douglas GregorExtend ExternalASTSource with the ability to lazily...
2010-12-01 Fariborz JahanianSema/AST work for capturing copy init expression
2010-12-01 Ted KremenekRename all 'AssumeXXX' methods in libChecker
2010-12-01 Eric Christopher80-col fixups.
2010-12-01 Anton YartsevOptimized IR for vec_splat
2010-12-01 Ted KremenekRename all 'EvalXXX' methods in libChecker to
2010-12-01 Douglas GregorImprove our handling of cv-qualifiers in Objective...
2010-12-01 Ted KremenekRename 'SValuator' to 'SValBuilder'. The new name
2010-12-01 Shantonu SenFix build of in-tree libcxx. libcxx doesn't actually
2010-12-01 Douglas GregorNot content to implement just "extern" explicit template
2010-12-01 Bob WilsonAdd some comments.
2010-12-01 Peter CollingbourneSerialization: support for CUDA language extensions
2010-12-01 Douglas GregorAfter parsing a ':' in an enum-specifier within class...
2010-12-01 Douglas GregorImprove the diagnostic when the fixed underlying type...
2010-12-01 Douglas GregorAST printing for scoped enumerations and enumerations...
2010-12-01 John McCallEliminate vtables from the Type hierarchy.
2010-12-01 John McCallRestore the lvalue-to-rvalue conversion patch with...
2010-12-01 Nick LewyckyRemove stray emacs mode marker.
2010-12-01 Peter Collingbournetest: add .cu extension
2010-12-01 Peter CollingbourneBasic, Sema: add support for CUDA location attributes
2010-12-01 Peter CollingbourneDriver, Frontend: add CUDA language support
2010-12-01 Peter CollingbourneBasic: Add CUDA language option
2010-12-01 Dan GohmanDon't check the isysroot path for Path::isValid();...
2010-12-01 Chris Lattneradd some infrastructure that will let us codegen
2010-12-01 Rafael EspindolaHandle -nostartfiles.
2010-12-01 Chris Lattnerget some i32/i8/i1 constants from Builder, which is...
2010-12-01 Douglas GregorImplement AST import support for class template special...
2010-12-01 Fariborz JahanianWhen unknown method is sent to a receiver of
2010-11-30 John McCallA CGRecordLayout object persists. Since its contained...
2010-11-30 John McCallCGRecordLayoutBuilder does not need to be exported...
2010-11-30 Ted KremenekUpdate checker build.
2010-11-30 Fariborz JahanianDeclaring local static in global block
2010-11-30 Argyrios KyrtzidisFollow through references to catch returned stack addre...
2010-11-30 Douglas GregorImplement basic AST importing and merging support for...
2010-11-30 Douglas GregorEliminate more pointless default statements
2010-11-30 Fariborz JahanianAdd objc_getClass as an objc builtin function
2010-11-30 John McCallL-value to r-value conversion is not ready for prime...
2010-11-30 Fariborz JahanianSuch function decls,as objc's objc_msgSend, builtins in
2010-11-30 John McCallIntroduce an r-value to l-value cast kind. I'm not...
2010-11-30 John McCallMake the dumper safe against null declaration names.
2010-11-30 John McCallUpdate Xcode project: remove Action.cpp, add DumpXML...
2010-11-30 Duncan SandsSystem was renamed Support. Fix the build.
2010-11-30 Nick LewyckyTake John McCall's suggestion and fix this silly gcc...
2010-11-30 Douglas GregorI hate pointless default statements
2010-11-30 Douglas GregorHarden CGDebugInfo::CreateType() a bit for cases where...
2010-11-30 Douglas GregorAdd missing file from last commit
2010-11-30 Douglas GregorWhen using a precompiled preamble with detailed preproc...
2010-11-30 Douglas GregorDe-C99-ify for loop
2010-11-30 Douglas GregorTeach c-index-test to reparse the source file a few...
2010-11-30 Douglas GregorWhen loading a precompiled preamble, use the file ID...
2010-11-30 Nico WeberFix bug in r120299 spotted by dgregor.
2010-11-30 John McCallFix another case of giving the wrong value kind to...
2010-11-30 Nick LewyckyReplace \r\n with \n. No functional change.
2010-11-30 Nick LewyckyAdd a default clause to avoid this GCC warning:
2010-11-29 Argyrios KyrtzidisRevert r120331 since it causes spurious warnings and...
2010-11-29 Fariborz JahanianIncomplete enum types not to be treated as integer...
2010-11-29 Argyrios KyrtzidisEmit warnings if we are returning a reference to a...
2010-11-29 Nico WeberAlways use a function's decl context when building...
2010-11-29 Michael J.... Merge System into Support.
2010-11-29 John McCallRevert r120063, it was wrong.
2010-11-29 Douglas GregorI hate default statements
2010-11-29 Douglas GregorAdd a test for C++ [stmt.label]p1, from Sashan!
2010-11-29 Douglas GregorWhen performing code completion within ASTUnit, allocat...
2010-11-29 Douglas GregorTeach the ASTImporter how to create CXXMethodDecls...
2010-11-29 NAKAMURA Takumitest/CMakeLists.txt: Implement the target "check-all...
2010-11-28 Anders CarlssonDon't store the maximum alignment, we can trivially...
2010-11-28 Nico WeberRevert parts of r120266 that I did not mean to commit
2010-11-28 Nico WeberMinor whitespace and comment fixes. No functionality...
2010-11-28 Anders CarlssonMore work on laying out virtual bases.
2010-11-28 Chris Lattnertighten up operator= to ensure we don't get multiple...
2010-11-28 Chris Lattnerfix typo
2010-11-28 Anders CarlssonBuildVirtualCall doesn't need to take a reference to...
2010-11-28 Anders CarlssonMake the destructor be the 'vtable anchor' of the CGCXX...
2010-11-28 Anders CarlssonMove CGCXXABI functions to CGCXXABI.cpp
2010-11-28 Anders CarlssonAdd a CGCXXABI.cpp file.
2010-11-28 Anders CarlssonLook through parentheses when deciding whether an expr...
2010-11-28 Chandler CarruthAdd GCC 4.4.5 for Gentoo, and order them in a more...
2010-11-28 Rafael EspindolaAdd missing else.
2010-11-26 Sebastian RedlForgot a file in r120182
2010-11-26 Sebastian RedlAllow access to non-static members without an object...
2010-11-26 John McCallFor internal consistency's sake, compute the value...
2010-11-26 Zhongxing XuDo not use StripCasts() in this context.
2010-11-26 Zhongxing XuShould not use StripCasts() in this context.
2010-11-26 Zhongxing XuRename CXXObjectRegion to CXXTempObjectRegion.
2010-11-26 Zhongxing Xufix a bug introduced in r120173.
2010-11-26 Zhongxing XuRegionstore: support derived-to-base cast by creating...
2010-11-26 Zhongxing XuAdd a fixme.
2010-11-25 Rafael EspindolaAdd C++ header path for openSUSE 11.4.
2010-11-25 Benjamin KramerHide a bunch of symbols.
2010-11-25 Benjamin KramerOpaquePtrs are POD-like.
2010-11-25 Zhongxing XuFor CFGAutomaticObjDtor, the type may be reference...
2010-11-25 Zhongxing Xuhandle CXXFunctionalCastExpr in visitLValue and Environ...
2010-11-25 Zhongxing XuImprove comments.
2010-11-25 Zhongxing XuAdd dump method.
2010-11-25 Anders CarlssonBegin work on actually laying out virtual bases.
2010-11-25 Anders CarlssonUpdate Xcode project.
2010-11-25 Anders CarlssonMove isNearlyEmpty out into the ASTContext so it can...
2010-11-25 Peter CollingbourneBasic: add log2{,f,l}, round{,f,l} builtins
2010-11-25 Nick LewyckyTie DefineVTablesUsed() in with recursive function...
2010-11-24 Anders CarlssonRemove the PrimaryBaseInfo class.
next