]> granicus.if.org Git - clang/shortlog
clang
2010-06-11 Jeffrey YasskinAdd an option -fshow-overloads=best|all to limit the...
2010-06-11 Charles DavisWhen mangling for the Microsoft C++ ABI, mangle variabl...
2010-06-11 Tom CareSmall fixes regarding printf fix suggestions.
2010-06-11 Charles DavisStart implementing the Microsoft-style name mangler...
2010-06-11 Charles DavisAdd an option to specify the target C++ ABI to the...
2010-06-11 Chandler CarruthImprove readability with TRY_TO, remove a redundant...
2010-06-11 John McCallSplit DependentNameType into two types. DependentNameT...
2010-06-11 John McCallProvide a method to clear the current state of a TypeLo...
2010-06-10 Chandler CarruthAvoid repeating the list of operators twice in Recursiv...
2010-06-10 Chandler CarruthTweak a comment on the visitor to clarify one order...
2010-06-10 Nate BegemanMultiplies, some shifts, set_lane
2010-06-10 Daniel Dunbarwww: Add note on running clang tests from a CMake build...
2010-06-10 Daniel DunbarDriver: Also mark -F as RenderJoined, the linker doesn...
2010-06-10 Chandler CarruthAnother chunk of the new RecursiveASTVisitor implementa...
2010-06-10 Rafael EspindolaCreate a LinuxTargetInfo on ARM. This make clang correc...
2010-06-10 Nate Begemansupport _lane ops, and multiplies by scalar.
2010-06-09 Charles DavisAdd a stub Microsoft Visual C++ ABI class (with stub...
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...
next