]> granicus.if.org Git - clang/shortlog
clang
2009-02-18 Chris Lattneradd iterators for string token locations.
2009-02-18 Chris Lattnerprivatize all of the string literal memory allocation...
2009-02-18 Douglas GregorDon't allow calls to functions marked "unavailable...
2009-02-18 Chris Lattneradd some comments describing what is happening here.
2009-02-18 Chris Lattnersimplify the code used to compute the type of an objc...
2009-02-18 Chris Lattnerrename CheckBuiltinCFStringArgument -> CheckObjCString
2009-02-18 Chris Lattnersimplify some code.
2009-02-18 Chris Lattnerchange the StringLiteral AST node to track all of the...
2009-02-18 Ted KremenekFix performance bug in RangeConstraintManager (that...
2009-02-18 Fariborz JahanianRepresentation of objc gc's attribute using ExtQualType.
2009-02-18 Daniel Dunbarccc: Forward -ftime-report to clang.
2009-02-18 Chris Lattnerpass -verify in exprs.m, merge const-id.m into message.m
2009-02-18 Chris Lattnerfix rdar://6597252: two exactly identical pointer types...
2009-02-18 Chris Lattnerrename some variables, no functionality change.
2009-02-18 Chris LattnerOptimize dyld startup time by specifying a trivial...
2009-02-18 Ted KremenekHooked up the necessary machinery to allow the retain...
2009-02-18 Daniel Dunbarx86_64 ABI: Two bug fixes.
2009-02-18 Ted KremenekUpdate checker build.
2009-02-18 Ted Kremenekretain/release checker: Record the summary used to...
2009-02-18 Chris Lattneradd a bunch of timers for -E and other modes. This...
2009-02-18 Chris Lattnerteach -ftime-report to time the code generator and...
2009-02-18 Chris Lattnermove llvm backend specific #includes into Backend.cpp...
2009-02-18 Chris Lattnerindentation and formatting
2009-02-18 Chris Lattnerclang will hopefully never support ratfor.
2009-02-18 Chris Lattnerwire up a minimal -ftime-report, which prints the optim...
2009-02-18 Eli FriedmanFix test: config.h is not guaranteed to exist at the...
2009-02-18 Eli FriedmanFix test on platforms where size_t != unsigned long.
2009-02-18 Daniel DunbarisICE was evaluating ?: incorrectly with missing-gcc...
2009-02-18 Daniel DunbarConvert isIntegerConstantExpr to use ASTContext::MakeIn...
2009-02-18 Daniel DunbarAdd ASTContext::MakeIntValue
2009-02-18 Chris Lattnerstop searching GCC install directories for standard...
2009-02-18 Chris LattnerAnalysisConsumer.h is gone
2009-02-17 Ted KremenekUpdate several tests to explicitly use BasicConstraintM...
2009-02-17 Ted Kremenekccc-analyzer:
2009-02-17 Ted KremenekAdd panic function.
2009-02-17 Mike StumpAvoid getNameAsCString when the decl doesn't have a...
2009-02-17 Daniel DunbarRename UnaryTypeTraitExpr::Evaluate to EvaluateTrait...
2009-02-17 Chris Lattnergcc spells it "warn_unused_result" (already supported...
2009-02-17 Douglas GregorImplement basic parsing and semantic analysis for explicit
2009-02-17 Daniel DunbarABITest: Add some checking of values for return types...
2009-02-17 Daniel DunbarNote some more things to integrate into ABITest
2009-02-17 Daniel DunbarEliminate dependency on where test is run from.
2009-02-17 Ted KremenekBasicValueFactory: getMinValue/getMaxValue can be appli...
2009-02-17 Ted KremenekAttribute 'iboutlet' can be applied to Objective-C...
2009-02-17 Daniel DunbarEek! getDeclAlign sometimes returned alignment in bits.
2009-02-17 Chris Lattnerinitial reimplement tgmath.h, written by Howard Hinnant!
2009-02-17 Fariborz JahanianSimplified ExtQualType per Chris's feedback.
2009-02-17 Argyrios KyrtzidisRemove one more redundant dyn_cast.
2009-02-17 Argyrios KyrtzidisMove DeclContext::getParent and getLexicalParent in...
2009-02-17 Argyrios KyrtzidisCurrently all DeclContexts are Decls as well; use cast...
2009-02-17 Argyrios KyrtzidisRemove some redundant Decl -> Decl castings.
2009-02-17 Argyrios KyrtzidisNow that ObjC decls have DeclContexts too, remove an...
2009-02-17 Argyrios KyrtzidisAll Decls have a DeclContext now, hooray! Fans of consi...
2009-02-17 Fariborz JahanianAdded support for objc's gc attribute in ExtQualType.
2009-02-17 Ted KremenekConvert tabs to spaces.
2009-02-17 Daniel DunbarBackend: Accept -mcpu and -mattr for use by TargetMachine.
2009-02-17 Ted KremenekEnhance tests to exercise more combinations of using...
2009-02-17 Ted KremenekRevised RangeConstraintManager based on several discuss...
2009-02-17 Ted KremenekBasicValueFactory: getMaxValue and getMinValue now...
2009-02-17 Daniel Dunbarccc: Pass -{MM,MMD,MF,MP,MT} to clang. Error on -{M...
2009-02-17 Douglas GregorProof that attribute __overloadable__ works as well...
2009-02-17 Daniel DunbarChange EmitConstantExpr to allow failure.
2009-02-17 Daniel Dunbar80-cols.
2009-02-17 Fariborz JahanianRenamed ASQualType to ExtQualType to reflect its more
2009-02-17 Daniel Dunbarccc: Recognize -isystem.
2009-02-17 Daniel Dunbarccc: Assume gcc will accept piped assembler input when...
2009-02-17 Daniel Dunbarccc: Fix a FIXME.
2009-02-17 Ted KremenekAdd '_assert' to list of known panic functions.
2009-02-17 Ben LaurieDon't include alloca.h if it doesn't exist.
2009-02-17 Ben LaurieHandle fatal errors.
2009-02-17 Mike StumpBe sure to initialize Name.
2009-02-17 Mike StumpFixup spacing a little.
2009-02-17 Douglas GregorRemove the error about redefining library functions...
2009-02-17 Daniel DunbarGrammar tweak.
2009-02-17 Chris LattnerAs an experimental hack, emit "instantiated from" infor...
2009-02-17 Chris Lattneradd an accessor.
2009-02-17 Chris Lattneremit:
2009-02-17 Chris Lattneradd an accessor.
2009-02-17 Daniel DunbarSpell __always_inline__ correctly.
2009-02-17 Daniel Dunbarx86_64 ABI: Fix assert on return of _Complex long double.
2009-02-17 Chris Lattnersink a call to getInstantiationLoc to eliminate an...
2009-02-17 Chris Lattnerbreak down EmitCaretDiagnostic to use more primitive...
2009-02-17 Ted KremenekUpdate checker build.
2009-02-17 Chris Lattneradd some files to fix the cmake build, patch by Piotr...
2009-02-17 Chris Lattnersplit caret diagnostic printing out into its own function.
2009-02-17 Chris Lattnersimplify some code.
2009-02-17 Chris Lattnerremove "; candidates are/is:" from various ambiguity...
2009-02-17 Chris Lattnerclarify the behavior of note.
2009-02-17 Chris Lattnerfix a minor bug with my previous patch
2009-02-17 Chris Lattnerfix notes so that they are always filtered with the...
2009-02-17 Chris LattnerIf a source range comes through a function-like macro...
2009-02-17 Ted KremenekFix broken line.
2009-02-17 Ted KremenekStatic Analyzer driver/options (partial) cleanup:
2009-02-17 Douglas GregorStatic variables and functions won't collide with stand...
2009-02-17 Anders CarlssonAdd SSSE3 header
2009-02-17 Daniel Dunbarx86_64 ABI: Implement classification for bit-fields.
2009-02-17 Chris Lattnerremove dead macros
2009-02-17 Chris Lattnerexplicitly cast integers to double. This a) silences any
2009-02-17 Chris Lattnerasin support. No we don't care about complex int :)
2009-02-17 Chris Lattnerhand macro expand this to make "candidate" set printing...
next