]> granicus.if.org Git - clang/shortlog
clang
2010-06-09 Daniel Dunbartests: Update test for previous change.
2010-06-09 Daniel DunbarDriver: -L should be marked as RenderJoined, the linker...
2010-06-09 Daniel DunbarDriver: Eliminate flags on aliases, they are unnecessar...
2010-06-09 Daniel DunbarDriver: Change Option parsing to always create argument...
2010-06-09 Daniel DunbarDriver: Eliminate Arg subclasses, which are now unneces...
2010-06-09 Daniel DunbarDriver: Keep the rendering style in the option, instead...
2010-06-09 Daniel DunbarDriver: Change Arg to just hold the values directly...
2010-06-09 Daniel DunbarFrontend: Fix crashes on error paths.
2010-06-09 Sebastian RedlCommit my WIP on constexpr support. This commit: an...
2010-06-09 Sebastian RedlFix two typos in comments.
2010-06-09 Daniel DunbarRevert "Driver: Change Option parsing to always create...
2010-06-09 Daniel DunbarDriver: Change Option parsing to always create argument...
2010-06-09 Daniel DunbarDriver: Add an explicit offset to JoinedArg and JoinedA...
2010-06-09 Daniel DunbarDriver: Change Arg::render methods to use option name...
2010-06-09 Nate BegemanImplement codegen for hadd, hsub, max, min, mlal, movl...
2010-06-09 Abramo BagnaraAdded inherited info to template and non-type arguments...
2010-06-09 Chandler CarruthMajor redesign of the RecursiveASTVisitor. This impleme...
2010-06-09 Chandler CarruthRemove an entry for a now deleted file. Fixes the negle...
2010-06-09 John McCallCorrectly handle > 257 substitutions in a single mangli...
2010-06-09 Zhongxing XuMerge StackAddrLeakChecker and ReturnStackAddressChecker.
2010-06-09 Zhongxing XuDirectly compare the StackFrameContext. This greatly...
2010-06-09 Nate BegemanMore accurate BuiltinsARM.def
2010-06-09 Douglas GregorFix a typo that breaks the GCC build. Turns out that...
2010-06-09 Tom CareAdded FixIt support to printf format string checking.
2010-06-09 Douglas GregorTweak our handling of the notion of a standard conversi...
2010-06-09 Rafael EspindolaSimplify the code a bit and avoid a gcc waring about...
2010-06-09 Anders CarlssonGet rid of getMangledCXXCtorName and getMangledCXXDtorName.
2010-06-09 Anders CarlssonMore mangling cleanup.
2010-06-09 Anders CarlssonGet rid of an unnecessary getMangledName overload.
2010-06-09 Rafael EspindolaFix a gcc warning.
2010-06-09 Anders CarlssonFix test.
2010-06-09 Nate BegemanImplement transpose/zip/unzip & table lookup.
2010-06-09 Tom CareAdded helper function to Type class to determine if...
2010-06-08 Anders CarlssonTry to fix buildbot tests.
2010-06-08 Ted KremenekFix memory leak in ASTContext where ASTRecordLayout...
2010-06-08 Ted KremenekFix memory leak in Preprocessor where MacroInfo objects...
2010-06-08 Jordy RoseCode cleanup: remove explicit flush() in favor of using...
2010-06-08 Anders CarlssonAdd test case.
2010-06-08 Anders CarlssonOn Darwin, initialization and destruction functions...
2010-06-08 Anders CarlssonAdd a global CreateGlobalInitOrDestructFunction and...
2010-06-08 Anders CarlssonRename __tcf_ to __cxx_global_array_dtor. Remove the...
2010-06-08 Anders CarlssonMove GenerateCXXAggrDestructorHelper to CGDeclCXX.cpp...
2010-06-08 Anders CarlssonSimplify GenerateCXXAggrDestructorHelper.
2010-06-08 Daniel DunbarGlobally disable -fno-strict-aliasing, for reasons...
2010-06-08 Douglas GregorWhen referring to a tag that was previously declared...
2010-06-08 Douglas GregorA built-in overload candidate is consider a non-templat...
2010-06-08 Fariborz JahanianBlock Code Gen. API. Call destructor on descriptior
2010-06-08 Daniel DunbarMakefiles: Remove unnecessary early include of Makefile...
2010-06-08 Daniel DunbarSimplify libIndex Makefile, which doesn't need to worry...
2010-06-08 Daniel DunbarMakefiles: Set Clang CPP compiler flags in a single...
2010-06-08 Daniel DunbarMakefile: Switch Clang Makefiles to always include...
2010-06-08 Anders CarlssonUpdate Xcode project.
2010-06-08 Douglas GregorWarn about comparisons between arrays and improve self...
2010-06-08 Douglas GregorTeach the PrintFunctionNames example to be a proper...
2010-06-08 Anders CarlssonCorrectly handle fields with virtual bases containing...
2010-06-08 Ted KremenekAdd ccc-analyzer support for '-imacros'. Fixes PR...
2010-06-08 Fariborz JahanianFixes a typo which prevented proper code gen. for
2010-06-08 Douglas GregorImplement a warning when converting the literal 'false...
2010-06-08 Anders CarlssonWhen checking whether we can place a base subobject...
2010-06-08 Anders CarlssonMinor cleanups to the empty subobject map.
2010-06-08 Daniel DunbarUpdate LINK_COMPONENTS for examples.
2010-06-08 Anders CarlssonCorrectly mangle static variables of anonymous struct...
2010-06-08 Benjamin KramerToken is POD-like.
2010-06-08 Zhongxing XuAdd a checker check if a global variable holds a local...
2010-06-08 Nate BegemanFix NEON intrinsic argument passing, support vext....
2010-06-08 Jeffrey YasskinImplement -fcaret-diagnostics to undo -fno-caret-diagno...
2010-06-08 Rafael EspindolaAdd a test to the previous commit.
2010-06-08 Rafael EspindolaFix what looks like a merge problem that broke __clear_...
2010-06-08 Rafael EspindolaAdd test for previous commit.
2010-06-08 Nate BegemanSince the enum values for each arch's builtins overlap...
2010-06-08 Rafael EspindolaFix passing and returning of objects with non trivial...
2010-06-08 Nate BegemanImplement ARM NEON up through vcvt, alphabetically.
2010-06-08 Nate BegemanExtend __builtin_shufflevector to expose the full power...
2010-06-07 Daniel DunbarDriver: Support invoking Clang on .ll or .bc inputs.
2010-06-07 Daniel DunbarFrontend: Add CodeGenAction support for handling LLVM...
2010-06-07 Daniel DunbarFrontend: Add FrontendAction support for handling LLVM...
2010-06-07 Daniel DunbarFrontendAction: Track active file kind.
2010-06-07 Daniel DunbarFrontend: Rename hasASTSupport to hasASTFileSupport...
2010-06-07 Daniel DunbarFrontend: Move some initialization from CompilerInstanc...
2010-06-07 Daniel DunbarFrontend: Change FrontendAction::BeginSourceFile to...
2010-06-07 Daniel DunbarFrontend: Lift InputKind enumeration to top level.
2010-06-07 Daniel DunbarFrontend: Drop unnecessary TargetData argument to EmitB...
2010-06-07 Daniel DunbarFrontend: Factor clang::EmitBackendOutput out of CodeGe...
2010-06-07 Daniel DunbarFrontend: Add CodeGenOptions::SimplifyLibCalls, and...
2010-06-07 Fariborz JahanianWhen using property-dot assignment syntax to call a...
2010-06-07 Fariborz JahanianFixed a block regression caused by trying to use
2010-06-07 Jordy RoseCatch free()s on non-regions and regions known to be...
2010-06-07 Rafael EspindolaImplement __clear_cache on ARM.
2010-06-07 Fariborz JahanianUse MaybeCreateCXXExprWithTemporaries for potential...
2010-06-07 Nate Begemanweekend checkpoint of arm neon builtins codegen.
2010-06-07 Jeffrey YasskinPR7245: Make binding a reference to a temporary without...
2010-06-05 John McCallSimplify the methods for creating a pointer, reference...
2010-06-05 Abramo BagnaraAdded AccessSpecDecl node.
2010-06-05 Jeffrey YasskinAdd an extension to avoid an error when a global templa...
2010-06-05 Devang PatelPreserve type info for local variables in optimized...
2010-06-04 John McCallAlter the interface of GetTypeForDeclarator to return...
2010-06-04 Rafael EspindolaCorrectly align large arrays in x86-64. This fixes...
2010-06-04 Anders CarlssonWhen deciding whether reinterpret_cast casts away const...
2010-06-04 John McCallAdd indexing support for the block and @property type...
2010-06-04 Nate BegemanInitial support for ARM NEON builtins, codegen up next
next