]> granicus.if.org Git - clang/shortlog
clang
2010-07-19 Rafael EspindolaImplement support for reading arguments specified in...
2010-07-19 Zhongxing XuFix construction of AnalysisContext. Thanks Daniel.
2010-07-19 Benjamin KramerAdjust test for float printing differences. Windows...
2010-07-19 Argyrios KyrtzidisFix http://llvm.org/PR7660
2010-07-19 Daniel DunbarRevert r108672, "Implement support for reading argument...
2010-07-19 Chris Lattnertidy up comment.
2010-07-19 Rafael EspindolaImplement support for reading arguments specified in...
2010-07-19 Zhongxing Xufix test case.
2010-07-19 Zhongxing Xuremove CallInliner.cpp.
2010-07-19 Zhongxing XuAdd double close check to StreamChecker. Patch by Lei...
2010-07-19 Zhongxing XuReapply r108617.
2010-07-19 Daniel DunbarDriver: Change the driver to take the path to the main...
2010-07-19 Daniel DunbarUpdate for LLVM API change.
2010-07-18 Rafael EspindolaRefactor the code a bit so that there is only one call...
2010-07-18 Daniel DunbarDriver: Fix a possible use after free.
2010-07-18 Chandler CarruthFix a goof in my previous patch -- not all of the built...
2010-07-18 Eli FriedmanFix mangling for static member variables of classes...
2010-07-18 Chris Lattnerdaniel doesn't hate me, he hates macpython 2.5, which
2010-07-18 Peter CollingbourneWhen instantiating function definitions set parameter...
2010-07-18 Douglas GregorRevert -Wdiscard-qual typo
2010-07-18 Chandler CarruthImprove the representation of the atomic builtins in...
2010-07-18 Chris LattnerBUILD_ARCHIVE is the default for libraries, no need...
2010-07-17 Eli FriedmanFix crash initializing a bit-field with a non-constant...
2010-07-17 Eli FriedmanCheck for casts to an incomplete type in C. Improves...
2010-07-17 Fariborz JahanianAdded PCH/ASTImporter code for ObjCIvarDecl's field.
2010-07-17 Chris LattnerAdd another terrible VC++ compatibility hack: allow...
2010-07-17 Chris Lattnerrename test
2010-07-17 Chris Lattnerrename test
2010-07-17 Benjamin KramerRevert r108617, it broke the build.
2010-07-17 Zhongxing XuFix cmake build.
2010-07-17 Zhongxing XuPrepare the analyzer for the callee in another translat...
2010-07-17 Daniel Dunbarclang -cc1as: Switch to using AsmParser constructor...
2010-07-17 Ted KremenekFix '<rdar://problem/8202272> __imag passed non-complex...
2010-07-17 Fariborz JahanianAnother test case for on demand synthesis of ivars.
2010-07-17 Fariborz JahanianPatch to synthesize property ivars on demand as
2010-07-17 John McCallThe GNU-runtime ObjC personality function doesn't let...
2010-07-17 Ted KremenekFix APFloat assertion failure in IdempotentOperationChe...
2010-07-17 Sebastian RedlTeach the PCH reader to load the dependency when encoun...
2010-07-16 Anders CarlssonWhen checking whether to bind an expression to a tempor...
2010-07-16 Craig SilversteinFix typeid the same way I fixed sizeof. Sad I had...
2010-07-16 Ted KremenekRemove unicode quotes characters that somehow made...
2010-07-16 Sebastian RedlSeparate out the initial loading of a PCH so that loadi...
2010-07-16 Tom CareImproved false positive rate for the idempotent operati...
2010-07-16 Nick LewyckyGive the 'self/array-comparison is always true/false...
2010-07-16 Ted KremenekHook up warning for an incomplete scanlist in scanf...
2010-07-16 Ted KremenekTweak zero-field width in scanf format string diagnostic.
2010-07-16 Sebastian RedlFirst baby steps towards PCHReader being able to keep...
2010-07-16 Chandler CarruthMake this destructor virtual to placate GCC's warnings.
2010-07-16 Craig SilversteinFix up some of the visiting for array types -- we weren...
2010-07-16 John McCallInitialize a couple of fields inherited for our private...
2010-07-16 Douglas GregorWhen performing template name lookup for a dependent...
2010-07-16 Sebastian RedlAdd a little more data to chained PCHs. WIP
2010-07-16 Douglas GregorRevert Microsoft-specific override of the "typedef...
2010-07-16 Douglas GregorSuppress the "typedef requires a name" warning in Micro...
2010-07-16 John McCallTreat template parameters as part of the declaration...
2010-07-16 Chandler CarruthMake this grossness default to the error it should...
2010-07-16 Daniel DunbarSema: Fix a bug with #pragma options align=reset, reset...
2010-07-16 Chandler CarruthButcher a perfectly reasonable diagnostic to pacify...
2010-07-16 Ted KremenekAdd initial test cases for scanf format string checking.
2010-07-16 Ted KremenekAdd the main scanf-parsing logic that I meant to includ...
2010-07-16 Ted KremenekAdd missing header file.
2010-07-16 Ted KremenekAdd most of the boilerplate support for scanf format...
2010-07-16 Ted KremenekAdd builtin definition for scanf, including extending...
2010-07-16 Eli FriedmanFix for PR3800: make sure not to evaluate the expressio...
2010-07-16 Daniel DunbarBuiltins/ARM: __clear_cache doesn't seem to have a...
2010-07-16 Daniel DunbarIRgen: Support user defined attributes on block runtime...
2010-07-16 Daniel DunbarIRgen: Move blocks runtime interfaces to CodeGenModule.
2010-07-16 Daniel DunbarSuppress !+Asserts warning.
2010-07-15 John McCallWhen deferring the emission of declarations with initia...
2010-07-15 Devang PatelSet "optimization is ON" and supply other optional...
2010-07-15 Douglas GregorImprove test case. Thanks Eli
2010-07-15 Douglas GregorDon't suppress the emission of available_externally...
2010-07-15 Devang PatelMark implementation generated methods as artificial.
2010-07-15 John McCallAfter some discussion, the ABI list settled on a much...
2010-07-15 Douglas GregorWhen we're performing tentative parsing to determine...
2010-07-15 Daniel Dunbarbuild/Darwin: Add missing Info.plist template.
2010-07-15 Daniel Dunbarbuild/Darwin: Enable version information for clang...
2010-07-15 Douglas GregorReinstate the scalar-cast-to-const-reference improvemen...
2010-07-15 Douglas GregorMake the "unused result" warning a warning about run...
2010-07-15 Douglas GregorRevert r108431 and r108433 (the cast-to-const-reference...
2010-07-15 Douglas GregorAdd test case for PR5290; this bug was fixed with the...
2010-07-15 Devang PatelRevert 108220 and subsequent patch.
2010-07-15 Douglas GregorSpell isPRValue() properly.
2010-07-15 Douglas GregorTeach CodeGenFunction::EmitCastLValue() to handle casts...
2010-07-15 Douglas GregorCK_BitCast is not an lvalue bitcast any longer
2010-07-15 Daniel DunbarDriver/Darwin: Resolve deployment target defaulting...
2010-07-15 Daniel DunbarDriver/Darwin: Allow -m{ios,macosx}-version-min= to...
2010-07-15 Daniel DunbarCodeGen: Tweak ABI handling for Minix, patch by Kees...
2010-07-15 Chris Lattnersee comment.
2010-07-15 Daniel DunbarDriver: Support 'clang -x ir ...'.
2010-07-15 Chris Lattnerrestrict the && -> & warning to cover a case daniel...
2010-07-14 Sebastian RedlAdd a callback interface that allows interested parties...
2010-07-14 Daniel DunbarCodeGen/ObjC/NeXT: Fix Obj-C message send to match...
2010-07-14 Sebastian RedlThere is another implementation of PCHReaderListener...
2010-07-14 Douglas GregorWhen determining whether an overload set with explicit...
2010-07-14 Benjamin KramerPass StringRefs by value.
2010-07-14 Douglas GregorWhen there are extra or missing template parameter...
2010-07-14 Douglas GregorAdd lvalue-bitcast support for complex numbers.
2010-07-14 Sebastian RedlIncrease the max PCH level for declarations to 7. Add...
2010-07-14 Daniel DunbarDriver: When re'execing clang, use path to the main...
next