]> granicus.if.org Git - clang/shortlog
clang
2011-11-06 Argyrios Kyrtzidis[arcmt] Refactor PropertiesRewriter to use MigrationCon...
2011-11-06 NAKAMURA Takumitest/Driver/crash-cleanup.c: Remove "XFAIL: mingw32...
2011-11-06 Chandler CarruthThe version objects need to actually store the version...
2011-11-06 Chandler CarruthThrow the switch and move all Linux header search over...
2011-11-06 Chandler CarruthAdd a missing triple spotted by inspecting and testing...
2011-11-06 Benjamin KramerUnbreak gcc build.
2011-11-06 Chandler CarruthLift the GCCVersion type into the header file and start...
2011-11-06 Benjamin KramerMake format string 64 bit safe.
2011-11-06 Chandler CarruthSwitch some of these interfaces from std::string to...
2011-11-06 NAKAMURA Takumitest/Driver/crash-cleanup.c: Mark as XFAIL: mingw32...
2011-11-06 John McCallChange the AST representation of operations on Objective-C
2011-11-06 Chandler CarruthTake a better approach to detecting and selecting multi...
2011-11-06 Chandler CarruthRevert r143864, as the problem I was actually looking...
2011-11-06 Chandler CarruthStart pruning down the set of flags passed to CC1 for...
2011-11-06 Chandler CarruthThis test was assuming that /usr/include was in the...
2011-11-06 Peter CollingbourneXFAIL crash-cleanup.c only on Darwin and msys.
2011-11-06 Chad RosierXFAIL test until Peter has a chance to investigate.
2011-11-06 David BlaikieFixing -g break caused by a dead reference to a tempora...
2011-11-06 Peter CollingbourneAdd the depfile as a result file so that it is deleted...
2011-11-05 Chandler CarruthSwitch Lit to directly query the driver for the builtin...
2011-11-05 Chandler CarruthEnhance the GCC version parsing and comparison logic...
2011-11-05 Chandler CarruthRemove a pointless member. I have no idea why I made...
2011-11-05 Chandler CarruthRemove a no-longer needed helper function. Thanks for...
2011-11-05 Chandler CarruthMove the GCC installation detection helper a member...
2011-11-05 Chandler CarruthRemove support for Gentoo subversion-ebuild installed...
2011-11-05 Chandler CarruthTeach lit to ask the Clang it is running what version...
2011-11-05 Chandler CarruthMove the Linux header searching from the Frontend to...
2011-11-05 Benjamin KramerTry to reduce the nastiness that creeps in through...
2011-11-05 Chad Rosier[driver] If we're only linking, don't warn about unused...
2011-11-05 Chandler CarruthCompute the path properly on different platforms. Speci...
2011-11-05 Chandler CarruthChange this test to reflect the state we are moving...
2011-11-05 Chandler CarruthSwitch these two tests to use the Clang driver instead...
2011-11-05 Chandler CarruthTeach Lit to pass the CC1 invocation the builtin includ...
2011-11-05 Benjamin KramerFix markup weirdness.
2011-11-05 Chandler CarruthFix a significant oversight in my move of MSVC includes...
2011-11-05 Benjamin KramerNow that we have a portable 64 bit format string use...
2011-11-05 Chandler CarruthAdd two flags to the CC1 layer that I was hoping to...
2011-11-05 Ted KremenekTweak LookThroughStmt() in LiveVariables to properly...
2011-11-05 Argyrios KyrtzidisLookThroughStmt GM release.
2011-11-05 Argyrios KyrtzidisLookThroughStmt v4.6.3
2011-11-05 Argyrios KyrtzidisSimplify LookThroughStmt in LiveVariables.cpp
2011-11-05 Bob WilsonFix vector macros to correctly check argument types...
2011-11-05 Daniel Dunbartests: Remove some stray and unused -cc1 flags. These...
2011-11-05 Anna ZaksAnother correction to the LiveVariables commit (r143767...
2011-11-05 Anna Zaks[analyzer] Relax the cmp criteria for analyzer reports.
2011-11-05 Anna Zaks[analyzer] Add the list of available checkers to the...
2011-11-05 Anna Zaks[analyzer] There should be a space between "expect...
2011-11-05 Anna Zaks[analyzer] Add support for testing with individual...
2011-11-05 Argyrios KyrtzidisFix infinite loop in LiveVariables due to a misplaced...
2011-11-05 Argyrios Kyrtzidis[libclang] For "c-index-test -index-file", print out...
2011-11-05 Peter CollingbourneOn Linux, enable the gold plugin if we are using LTO.
2011-11-05 Peter CollingbourneCorrect the grammar for __builtin_astype.
2011-11-05 Ted Kremenekserialized diagnostics: include FixIt information in...
2011-11-05 Akira HatanakaMove definitions of SizeType and PtrDiffType to Mips32T...
2011-11-05 Eli FriedmanFix test so that it XFAILs consistently.
2011-11-05 Michael J.... Fix MSVC build.
2011-11-05 Eli FriedmanFix one last place where we weren't writing into a...
2011-11-05 Eli FriedmanFix incorrect format string in debug output.
2011-11-05 Ted KremenekTeach LiveVariables to look through OpaqueValueExprs...
2011-11-05 Ted KremenekPer discussion with John McCall, don't add OpaqueValueE...
2011-11-05 Ted Kremenekserialized diagnostics: pull emission of filenames...
2011-11-05 Ted Kremenekserialized diagnostics: pull emission of diagnostic...
2011-11-05 Ted KremenekSerialized diagnostics: pull category name serializatio...
2011-11-05 Ted Kremenekserialized diagnostics: emit source ranges.
2011-11-05 Ted KremenekMove definition of record/block IDs for serialized...
2011-11-05 Ted KremenekSerialized diagnostics: encode a 24 bit version number...
2011-11-05 Ted Kremenekserialized diagnostics: unique warning strings when...
2011-11-05 Ted KremenekSerialized diagnostics: serialize "notes" as sub diagno...
2011-11-05 Ted KremenekAlso include file modification time and size in output...
2011-11-05 Argyrios Kyrtzidis[arcmt] Fix an assertion hit in rdar://10336125; a...
2011-11-04 Chandler CarruthBegin the migration of header search logic to the drive...
2011-11-04 Chandler CarruthSwitch the C++ include interface in the ToolChain to...
2011-11-04 Argyrios KyrtzidisCheck for invalid after calling getSLocEntry, for safety.
2011-11-04 Argyrios Kyrtzidis[arcmt] In GC, error out when there is a call that...
2011-11-04 Argyrios KyrtzidisIn ARC, when applying an ownership to a non-objc pointe...
2011-11-04 Devang PatelEnable -flimit-debug-info by default. Now, clang lazily...
2011-11-04 Chad Rosier[driver] Don't blindly accept all -g options.
2011-11-04 Devang PatelRevert r143551. It is causing g++.dg/template/crash52...
2011-11-04 Fariborz Jahanianobjc: fixed enum type is supported in objc mode.
2011-11-04 Richard SmithClean up C++11 constant expression testing.
2011-11-04 Devang PatelAdd new test.
2011-11-04 Devang PatelAdd new test.
2011-11-04 Argyrios Kyrtzidis[arcmt] For GC, cleanup and turn -finalize to -dealloc.
2011-11-04 Argyrios Kyrtzidis[arcmt] In GC, error for use of CFMakeCollectable becau...
2011-11-04 Argyrios KyrtzidisIn C++ keep unavailable function calls in the AST,...
2011-11-04 Argyrios Kyrtzidis[arcmt] In GC, transform NSMakeCollectable to CFBridgin...
2011-11-04 Benjamin KramerRemove unused variables.
2011-11-04 Chandler CarruthSink the strange '-stdlib=...' flag handling into the...
2011-11-04 Chandler CarruthSink the handling of -fobjc-arc-cxxlib to live with...
2011-11-04 Chandler CarruthAdd a FIXME to cleanup the CPATH handling. It's current...
2011-11-04 Chandler CarruthAdd a system include management interface to the toolch...
2011-11-04 Richard SmithConstant expression evaluation: refactor to start the...
2011-11-04 Richard SmithConstant expression evaluation: track the manner in...
2011-11-04 Richard SmithConstant expression evaluation: although we don't know...
2011-11-03 Richard TrieuIn the AST dump, add a space between the type and value...
2011-11-03 Akira HatanakaUse a single integer type for a sub-doubleword part...
2011-11-03 Eli FriedmanFix alignment on alloca's for parameters using ABIArgIn...
2011-11-03 Chad RosierParse the warning options twice. The first pass sets...
2011-11-03 Argyrios KyrtzidisAfter resetting the diagnostic state, set the number...
2011-11-03 Eli FriedmanFix the alignment on scalar parameter variables so...
next