]> granicus.if.org Git - clang/shortlog
clang
2011-07-10 Chris LattnerFix the clang bootstrap and Jay's testcase from llvm...
2011-07-10 Chris Lattnerwhen emitting pointer load from an lvalue or storing...
2011-07-10 NAKAMURA Takumic-arcmt-test.c: MSVCRT does not have setenv. Use putenv...
2011-07-10 Chris Lattnerhow about we initialize RecursionState.
2011-07-10 Chris LattnerRename CGT::VerifyFuncTypeComplete to isFuncTypeConvert...
2011-07-09 NAKAMURA Takumitest/CMakeLists.txt: Add missing c-arcmt-test to clang...
2011-07-09 Argyrios KyrtzidisFix linker problem in buildbot.
2011-07-09 Argyrios KyrtzidisUgh, fix CMake.
2011-07-09 Argyrios Kyrtzidis[libclang] Fix linker error in buildbots.
2011-07-09 Argyrios Kyrtzidis[arcmt] Remove test/ARCMT/with-working-dir.m which...
2011-07-09 Argyrios Kyrtzidis[arcmt] Introduce new '-ccc-arcmt-migrate <path>' ARC...
2011-07-09 Chris Lattnerwhen an enum type is completed, only flush the type...
2011-07-09 Chris Lattnerfix this on 32-bit hosts.
2011-07-09 Chris Lattnerclang side to match the LLVM IR type system rewrite...
2011-07-09 John McCallMore compiler workarounds. I have to admit that I...
2011-07-09 Evan Chengcc1 must initialize MC subtarget infos for inline asm...
2011-07-09 Chris Lattnerdisable this test to get the botz green again.
2011-07-09 Evan ChengcreateAsmParser API change.
2011-07-09 John McCallGCC 4.2 compatibility hack.
2011-07-09 John McCallA number of array-related IR-gen cleanups.
2011-07-08 Eli FriedmanSilly typo in test for r134770.
2011-07-08 Eli FriedmanChange -mno-mmx to be more compatible with gcc. Specif...
2011-07-08 Bruno Cardoso... Revert x86_64 ABI changes until I have time to check...
2011-07-08 Jakub StaszakIntroduce __builtin_expect() intrinsic support.
2011-07-08 Bruno Cardoso... Add support for AVX 256-bit in the x86_64 ABI (as in...
2011-07-08 Cameron ZwarichAdd codegen support for the fma/fmal/fmaf builtins.
2011-07-08 Benjamin KramerInitialize all the AnalysisBasedWarnings statistics...
2011-07-08 Benjamin KramerRemove unused variable.
2011-07-08 Eli FriedmanFix up dependency file name printing to more closely...
2011-07-08 Fariborz Jahanianobjc++-arc: more diagnosis of converting a weak-unavailable
2011-07-08 Douglas GregorTeach CXXUnresolvedConstructExpr when it should be an
2011-07-08 Chandler CarruthAdd several CFG-stress-testing input source files....
2011-07-08 Chandler CarruthMake the worklist in the uninitialized values checker...
2011-07-08 Evan ChengFix a FIXME in clang ARM driver that was exposed as...
2011-07-08 Francois PichetRandom cleanup:
2011-07-08 Chandler CarruthRemove a no-op break after a return, and correct one...
2011-07-08 Chandler CarruthMinor style cleanup.
2011-07-08 Chandler CarruthUpdate the creation of the TargetAsmParser based on...
2011-07-08 Chandler CarruthTweak formatting.
2011-07-08 Chandler CarruthSwitch the token-paste source locations inside of funct...
2011-07-07 Chandler CarruthKeep track of which source locations are part of a...
2011-07-07 Eric ChristopherAdd a testcase for the previous commit and update an...
2011-07-07 Fariborz Jahanianobjc++-arc: diagnose assignment/cast of a weak-unavailable
2011-07-07 Eric ChristopherFix a typo in the fpsr register and add the fpcr register.
2011-07-07 Jonathan D... Remove BoostCon-specific code from Clang. FWIW, I...
2011-07-07 Argyrios KyrtzidisMove SourceManager::isAt[Start/End]OfMacroInstantiation...
2011-07-07 Bill WendlingLayout the code for trapping arithmetic so that the...
2011-07-07 Cameron Zwarichr134634 causes a failure on MultiSource/Benchmarks...
2011-07-07 Nick LewyckyA redeclaration of an inline method in C99 mode should...
2011-07-07 Sean HuntUndo r134587 as the bug was actually a deep and hideous...
2011-07-07 Fariborz Jahanianobjc-arc: diagnose assignment/cast of a weak-unavailable
2011-07-07 Argyrios KyrtzidisTurn hashhash into tok::unkwown when it comes from...
2011-07-07 Joerg SonnenbergerFreeBSD gets FreeBSD target, just mipsel.
2011-07-07 Joerg SonnenbergerSlightly improve the code to derive target from program...
2011-07-07 Douglas GregorIntroduce a new libclang aPI function,
2011-07-07 David ChisnallIf we're using the pure non-fragile ABI, then skip...
2011-07-07 David ChisnallSet a flag to tell the runtime when we're compiling...
2011-07-07 David ChisnallFix example: variable is initialized to 10 and then...
2011-07-07 John McCallIn ARC, reclaim all return values of retainable type...
2011-07-07 Argyrios Kyrtzidis[arcmt] Add -ccc-arcmt-check/-ccc-arcmt-modify driver...
2011-07-07 Nick LewyckySort #includes.
2011-07-07 Argyrios KyrtzidisWhen expanding macro arguments, treat '##' coming from...
2011-07-07 Argyrios KyrtzidisMake the Preprocessor more memory efficient and improve...
2011-07-07 Argyrios KyrtzidisFix bug in SourceManager::getDecomposedInstantiationLoc...
2011-07-07 Argyrios KyrtzidisFor -print-stats, add the number of bytes that SLocEntr...
2011-07-07 Nick LewyckyIn an in-class initialization, defer checks for value...
2011-07-07 Eli FriedmanZap a couple unnecessary loops.
2011-07-07 Tanya LattnerDo not violate the opencl casting rules. This test...
2011-07-07 John McCallMove and elaborate the section on objc_arc_weak_unavail...
2011-07-06 Sean HuntEnsure that we actually visit function parameter declar...
2011-07-06 Fariborz JahanianUpdate document for objc_arc_weak_unavailable attribute
2011-07-06 Fariborz JahanianUpdate document on use of ns_returns_not_retained
2011-07-06 Chandler CarruthBased on comments from Chris, switch to using CFG:...
2011-07-06 Francois PichetMSVC doesn't like mixing declarations and statements...
2011-07-06 Douglas GregorProperly implement the scope restriction on the NRVO for
2011-07-06 Fariborz JahanianUpdate documentation for // rdar://9619861
2011-07-06 Fariborz Jahanianrevert patch for // rdar://9227352
2011-07-06 Fariborz JahanianSome code cleanup of r134522
2011-07-06 Evan ChengcreateMCInstPrinter doesn't need TargetMachine anymore.
2011-07-06 Fariborz Jahanianobjc-arc: Support objc_arc_weak_unavailable on those
2011-07-06 Douglas GregorDon't try to type-check a copy construction of an exception
2011-07-06 Jonathan D... Update docs to remove reference to OverloadedFunctionDe...
2011-07-06 Douglas GregorKeep track of when "unrecoverable" errors occur, then...
2011-07-06 Benjamin KramerSmallVectorize a critical vector.
2011-07-06 Douglas Gregorlibclang: Allow callers of clang_saveTranslationUnit...
2011-07-06 Chandler CarruthBuild up statistics about the work done for analysis...
2011-07-06 Douglas GregorTeach the static analyzer's interpretation of Cocoa...
2011-07-06 Rafael EspindolaUse attributes from the definition (if available) when
2011-07-06 Joerg SonnenbergerFix C&P error
2011-07-06 John McCallWhen tree-transforming an expression sequence, always...
2011-07-06 John McCallFixed enum types can be complete without actually being...
2011-07-06 John McCallProperly protect colons when parsing a nested-name...
2011-07-06 Douglas GregorImprove the Python bindings for libclang in a few ways...
2011-07-06 John McCallSomehow the -fgnu-runtime option itself got lost in...
2011-07-06 John McCallCall objc_terminate() instead of abort() when a cleanup...
2011-07-06 John McCallMissing header from last commit; accidental change.
2011-07-06 Fariborz JahanianAdded a missing case label.
2011-07-06 John McCallChange the driver's logic about Objective-C runtimes...
2011-07-05 Fariborz Jahanianobjc-arc: enforce performSelector rules in rejecting...
2011-07-05 Dan GohmanAdd the ObjC ARC optimization passes manually, now...
next