]> granicus.if.org Git - clang/shortlog
clang
2011-03-21 Ted KremenekImprove crash recovery cleanup to recovery CompilerInst...
2011-03-21 Ted KremenekRelax assertion to fail during crash recovery cleanup.
2011-03-21 Ted KremenekUse CrashRecoveryContextCleanup objects to reclaim...
2011-03-21 Chris Lattnerand now there are 3!
2011-03-21 Joerg SonnenbergerIntroduce FindTargetProgramPath to check for a target...
2011-03-21 Joerg SonnenbergerMemorize presence/absence of -nostdlib in Driver.
2011-03-21 Joerg SonnenbergerRemember sysroot in Driver. Pass it down to ld for...
2011-03-21 Bill WendlingPass in the TargetMachine parameter to the inst printer.
2011-03-21 Peter CollingbourneCode modification hints have been known as fix-it hints...
2011-03-20 David ChisnallFix Objective-C++ exceptions (GNU runtime).
2011-03-20 Anders Carlsson__cxa_atexit does not throw.
2011-03-20 Argyrios KyrtzidisIn clang_parseTranslationUnit_Impl,p ut the source...
2011-03-20 Peter CollingbourneOnly objects are declared const by a constexpr specifie...
2011-03-19 Francois PichetDowngrade err_mismatched_exception_spec to a ExtWarning...
2011-03-19 Benjamin KramerInitialize FakeAddressSpaceMap flag.
2011-03-19 Anton Yartsevmakes vec_step operator work when AltiVec support is...
2011-03-19 Daniel DunbarUnbreak build.
2011-03-19 Ken DyckUse CharUnits's new increment operator. No change in...
2011-03-19 Ken DyckAdd pre- and post-increment/decrement operators to...
2011-03-19 Daniel DunbarPreprocessor: Don't define __STDC__ in -traditional...
2011-03-19 Ted KremenekRecovery memory from TypeLocBuilders during crashes.
2011-03-19 Ted KremenekRecover memory from RecordLayoutBuilders during crashes.
2011-03-19 Ted KremenekRename class 'CFGReachabilityAnalysis' to 'CFGReverseBl...
2011-03-19 Ken DyckReplace literal '8's with CharWidth in AppendBitField...
2011-03-18 Ted KremenekAdd libclang hook 'clang_toggleCrashRecovery()', which...
2011-03-18 Ted KremenekRun all functional logic of clang_annotateTokens()...
2011-03-18 Peter CollingbourneAdd support for language-specific address spaces. ...
2011-03-18 Ted KremenekRemove '-Xclang' and '-mllvm' entries from Clang man...
2011-03-18 Daniel DunbarDriver: Forward -traditional and -traditional-cpp in...
2011-03-18 Daniel DunbarLexer: Add extremely limited support for -traditional...
2011-03-18 Daniel DunbarDriver/Darwin: Transparently fallback when compiling...
2011-03-18 Daniel DunbarDriver: Give SelectTool access to the action inputs.
2011-03-18 Daniel DunbarDriver/Darwin: Change fallback to use llvm-gcc search...
2011-03-18 Daniel DunbarDriver/Darwin: Kill the DarwinGCC toolchain.
2011-03-18 Anders CarlssonUse the newly added FileManager::getNoncachedStatValue...
2011-03-18 Anders CarlssonAdd FileManager::getNoncachedStatValue, which will...
2011-03-18 Anders CarlssonCorrectly store and keep track of the FileSystemOptions...
2011-03-18 Douglas GregorAdd an opt-in -Wheader-hygiene, which current diagnoses...
2011-03-18 Rafael EspindolaOn !Darwin, do use the integrated as with -static.
2011-03-18 Abramo BagnaraDefined friend functions are *implicitly* inlined,...
2011-03-18 Abramo BagnaraFixed inconsistency when adding TemplateParameterListsInfo.
2011-03-18 NAKAMURA Takumitest/CodeGenCXX/apple-kext-guard-variable.cpp: May...
2011-03-18 John McCallImprove the documentation for some of the analyzer...
2011-03-18 Ted KremenekConstruct 'Sema' object on the stack, so that crash...
2011-03-18 NAKAMURA Takumiwww/hacking.html: Add blurb of LLVM_LIT_TOOLS_DIR.
2011-03-18 NAKAMURA Takumiwww/hacking.html: Cosmetic change, to detabify, elimina...
2011-03-18 NAKAMURA Takumitest/Driver/sysroot-flags.c: Tweak for Mingw MSYS bash.
2011-03-18 NAKAMURA Takumitest/Driver/darwin-cc.c: FileCheck-ize and tweak for...
2011-03-18 John McCallThe Darwin kernel does not provide useful guard variabl...
2011-03-18 Ted KremenekUse CrashRecoveryContextCleanup objects to recover...
2011-03-18 Ted KremenekUse CrashRecoveryContextCleanup objects to release...
2011-03-18 Ken DyckConvert alignment values to CharUnits. No change in...
2011-03-18 Ken DyckConvert getSizeInBytes() to getSizeInChars(), which...
2011-03-18 Ken DyckConvert variables to CharUnits in ConvertStructToPacked...
2011-03-17 Daniel DunbarDriver/Obj-C: Be compatible with GCC behavior in that...
2011-03-17 Oscar FuentesFix some issues with include directories: remove a...
2011-03-17 Daniel DunbarDriver/Darwin: These are command line options, not...
2011-03-17 Daniel DunbarDriver/Darwin: Suppress spurious warning about -force_c...
2011-03-17 Daniel DunbarDriver/Darwin/ARM: Kernel/kext code has more strict...
2011-03-17 Richard SmithFix PR9488: 'auto' type substitution can fail (for...
2011-03-17 David ChisnallRemove code that was intentionally generating bad code...
2011-03-17 Ted KremenekFix test to test the right thing.
2011-03-17 Ted KremenekDon't construct two CFGs just to run -Wuninitialized...
2011-03-17 Ted KremenekMake test more portable.
2011-03-17 Ted KremenekTeach VariadicMethodTypeChecker about pointers attribut...
2011-03-17 Ted KremenekTeach VariadicMethodTypeChecker that CF references...
2011-03-17 Ted KremenekTweak RegionStore's handling of lazy compound values...
2011-03-17 Ted KremenekExtend -Wuninitialized to support vector types.
2011-03-17 Ted KremenekRename -Wuninitialized-maybe to -Wconditional-uninitial...
2011-03-17 Ken DyckConvert NextOffsetInBytes to CharUnits and rename to...
2011-03-17 Matt Beaumont-GayPolitely inform GCC that we will never fall off the...
2011-03-17 Daniel DunbarDriver/ARM: Match GCC behavior in that -msoft-float...
2011-03-16 Douglas GregorWhen libclang visits a translation unit via clang_visit...
2011-03-16 Joerg SonnenbergerUse C as fallback type if in C preprocessor mode.
2011-03-16 Eli FriedmanPR9494: Get rid of bitcast which was both unnecessary...
2011-03-16 Ted KremenekCompress argument processing in ccc-analyzer. No funct...
2011-03-16 Abramo BagnaraUse ElaboratedType also for C.
2011-03-16 Joerg SonnenbergerRefactor program name logic. Extend it to infer the...
2011-03-16 Douglas GregorDetect attempts to provide a specialization of a functi...
2011-03-16 Argyrios KyrtzidisHaving FileManager::getFile always open the file, broug...
2011-03-16 Douglas GregorClean up our handling of template-ids that resolve...
2011-03-16 Sandeep PatelFix duplicate argument processing
2011-03-16 Peter CollingbourneSupport for printing/dumping static asserts
2011-03-16 Peter CollingbourneRemove a duplicate language feature
2011-03-16 Chandler CarruthAdd a 'RawPath' parameter to the PPCallbacks interface...
2011-03-16 Douglas GregorDon't indescriminately print overload candidates when...
2011-03-16 Douglas GregorAllow function calls to dereferenced member pointers of
2011-03-16 Douglas GregorMake sure that we always pop a function's scope *before...
2011-03-16 Douglas GregorWhen we're inserting a synthesized label declaration...
2011-03-16 David ChisnallFix foreign exception handling (GNU runtime).
2011-03-16 Abramo BagnaraAdded missing methods to get Designators source range.
2011-03-16 NAKAMURA Takumitest/Driver/hello.c: Tweak for cygming.
2011-03-16 Ted KremenekTeach CFGBuilder that the 'default' branch of a switch...
2011-03-16 John McCallDon't emit read barriers for reading __weak __block...
2011-03-16 Ted KremenekVariadicMethodTypeChecker: don't warn for null pointer...
2011-03-15 Ted Kremenekc-index-test shouldn't crash when a goto has no matchin...
2011-03-15 Ted KremenekRemove warning for null characters in CFString literals...
2011-03-15 Ted KremenekDon't warn about null characters in Objective-C format...
2011-03-15 John McCallReorganize the emission of (unfoldable) constant casts...
2011-03-15 Sebastian RedlCreate __has_feature(cxx_noexcept) and mark it as working.
next