]> granicus.if.org Git - clang/shortlog
clang
2009-09-18 Douglas GregorHandle using declarations and overload sets in code...
2009-09-18 Douglas GregorFor code completion in C++ member access expressions...
2009-09-18 Anders CarlssonFix PR4923.
2009-09-18 Douglas GregorWhen gathering results for code completion, only includ...
2009-09-18 Douglas GregorImplement code completion for tags, e.g., code completi...
2009-09-18 Douglas GregorMake the GCC warning flags passed by CMake the same...
2009-09-18 Daniel DunbarDisable questionable code for handling isNullPointerCon...
2009-09-18 Daniel DunbarForce a triple.
2009-09-18 Daniel DunbarSplit Darwin toolchain into Clang and GCC Darwin toolch...
2009-09-18 Daniel DunbarLift AddLinkRuntimeLibArgs into Darwin tool chain.
2009-09-18 Daniel DunbarMove isMacosxVersionLT helpers to Darwin tool chain.
2009-09-18 Daniel DunbarLift getMacosxVersionMin out into Darwin ToolChain.
2009-09-18 Daniel DunbarLift AddLinkerSearchPaths() into Darwin tool chain.
2009-09-18 Daniel DunbarRename a variable to match its semantics.
2009-09-18 Ted KremenekRevert most of r82198, which was causing a large number...
2009-09-18 Ted KremenekIntroduce caching of diagnostics in BugReporter. This...
2009-09-18 Chris Lattnerdon't stick an uninitialized 'stat' buf into the stat...
2009-09-18 Anders CarlssonMore mangling goodness.
2009-09-18 Anders CarlssonFix error in test.
2009-09-18 Anders CarlssonHandle mangling of TemplateSpecializationType.
2009-09-18 Fariborz JahanianFixed a bug in generation of the new write-barriers...
2009-09-17 Mike StumpFix typo.
2009-09-17 Douglas GregorInitial implementation of a code-completion interface...
2009-09-17 Mike StumpFix typo.
2009-09-17 Daniel DunbarTweak clang testing.
2009-09-17 Douglas GregorMerge uninstantiated default arguments more carefully...
2009-09-17 Steve NaroffAdd clang_disposeTranslationUnit() and clang_disposeInd...
2009-09-17 Daniel DunbarARM: Incremental improvement to preprocessor defines.
2009-09-17 Anders CarlssonIgnore extern "C++" { } when mangling.
2009-09-17 Daniel DunbarForce triple for tests using __strong.
2009-09-17 Daniel DunbarAdd ARM register names and aliases.
2009-09-17 Daniel DunbarDriver: Change -O to mean -O2, -O1 is meaningless.
2009-09-17 Daniel DunbarFix two crashes on value dependent expressions (shift...
2009-09-17 Daniel DunbarRemove trailing whitespace.
2009-09-17 Daniel DunbarAdd a bunch of math builtins, #include <cmath> passes...
2009-09-17 Anders CarlssonRevert r82123 for now.
2009-09-17 Anders CarlssonTemporary band-aid for handling empty classes somewhat...
2009-09-17 Anders CarlssonTreat an unqualified RecordType as a RecordDecl when...
2009-09-17 Anders CarlssonSubstitution for prefixes.
2009-09-17 Anders CarlssonConvert mangle-subst.cpp over to using FileCheck.
2009-09-17 Daniel DunbarImprove driver error message when only running the...
2009-09-17 Anders CarlssonSubstitute unscoped template names.
2009-09-17 Daniel DunbarIRgen/ObjC: Correctly construct the function info for...
2009-09-17 Daniel DunbarIRgen/ObjC: Make the target method decl available to...
2009-09-17 Anders CarlssonAdd mangleSubstitution/addSubstitution variants that...
2009-09-17 Anders CarlssonGet rid of the last grep.
2009-09-17 Anders CarlssonWhen mangling function template specialization, mangle...
2009-09-17 Anders CarlssonAdd new functions to the mangler for the <unscoped...
2009-09-17 Daniel DunbarPCH: When writing PCH files, tweak the predicate functi...
2009-09-17 Daniel DunbarPCH: When deserializing an explicit "external definitio...
2009-09-17 Daniel DunbarInitial support for code generation from .ast files.
2009-09-17 Daniel Dunbarclang-cc: Factor out code for creating one of the stand...
2009-09-17 Daniel DunbarWe don't need a -compile-ast clang-cc action, we can...
2009-09-17 Daniel DunbarSimplify.
2009-09-17 Daniel Dunbarclang-cc: Remove -ObjC -ObjC++ handling from clang-cc.
2009-09-17 Anders CarlssonAdd basic substitution to the C++ mangler. It currently...
2009-09-17 Daniel DunbarForce triple, although probably the real fix is to...
2009-09-17 Daniel DunbarFix substituto.
2009-09-17 Daniel DunbarAdd CLANG_{SOURCE,BINARY}_DIR cmake variables.
2009-09-16 Anders CarlssonAdd a simple const mangling test.
2009-09-16 Fariborz JahanianRemoved useless stuff from the test.
2009-09-16 Fariborz JahanianMore test for objc gc's mixed write-barriers.
2009-09-16 Anders CarlssonWhen creating function types, remove any top-level...
2009-09-16 Fariborz JahanianAdditional tests for write-bariers.
2009-09-16 Fariborz JahanianTest for variety of write-barriers.
2009-09-16 Fariborz Jahanianpatch for generating objc'2 objc_assign_ivar. WIP.
2009-09-16 John McCallImproved representation and support for friend class...
2009-09-16 Douglas GregorCMake: Generate LIT site configuration file for Clang...
2009-09-16 Douglas GregorThe CMake build system now derives the Clang version...
2009-09-16 Fariborz JahanianStarting patch to generate more specific API for objc's
2009-09-16 Mike StumpFix spelling.
2009-09-16 Chris Lattnerfit in 80 cols
2009-09-16 Anders CarlssonImprove handling of vector casts in C++.
2009-09-16 Chris Lattnergrammaro
2009-09-16 Douglas GregorTeach Sema::FindInstantiatedDecl to find instantiated...
2009-09-16 Fariborz JahanianDo not generate write-barrier in indirect assignment to
2009-09-16 Fariborz JahanianRemoved a superfluous check before setting
2009-09-16 Anders Carlssonx86-64 ABI: If a type is a C++ record with either a...
2009-09-16 Benjamin KramerPR4991: Properly remove trailing newline from __TIMESTA...
2009-09-16 Daniel DunbarIncremental improvement to logic determining whether...
2009-09-16 Ted KremenekHave divide-by-zero checker not handled undefined denom...
2009-09-16 Ted KremenekRemove ImplicitBadDivides/ExplicitBadDivides node sets...
2009-09-16 Chris Lattnerfix some ppc register name issues, patch by Richard...
2009-09-16 Daniel DunbarA toy for Doug: Add some 'lit' tests which just run...
2009-09-16 Daniel Dunbartests: Stash clang/clang-cc and LLVM src/obj paths...
2009-09-16 Mike StumpChris doesn't want the FIXME.
2009-09-16 Mike StumpAdd a FIXME, so the next person don't trip as hard...
2009-09-16 Mike StumpCollapse more clang version numbers down into fewer...
2009-09-16 Mike StumpSome people don't want to fix their broken code just...
2009-09-16 Douglas GregorFix a typo in a FIXME
2009-09-15 Mike StumpBack to 1.1 we go.
2009-09-15 Fariborz JahanianIn building list of visible conversion functions, use
2009-09-15 Mike StumpBack out for now, as apparently there is some really...
2009-09-15 Douglas GregorWhen implicitly declaring operators new, new[], delete...
2009-09-15 Douglas GregorUpdate Clang version for CMake
2009-09-15 Fariborz Jahanian1) don't do overload resolution in selecting conversion
2009-09-15 Mike StumpBump.
2009-09-15 Mike StumpBe sure to use the correct version instead of the wrong...
2009-09-15 Mike StumpBe sure to use the correct version instead of inventing...
2009-09-15 Anders CarlssonAdd back the workaround since it lead to constructor...
next