]> granicus.if.org Git - clang/shortlog
clang
2014-04-11 Warren Hunt[MS-ABI] Update to vtordisp computation
2014-04-11 Yunzhong GaoAdd a test to distinguish between reserved tokens and...
2014-04-11 Bob Wilson[PGO] Change MapRegionCounters to be a RecursiveASTVisitor.
2014-04-11 Reid KlecknerSimplify RecordLayoutBuilder with getAsCXXRecordDecl()
2014-04-11 Manuel KlimekCorrectly handle escaped newlines when the next token...
2014-04-11 Daniel JasperAdd -fmodules-strict-decluse to check that all headers...
2014-04-11 Justin BognerCodeGen: Handle binary conditional operators in PGO...
2014-04-11 Adrian PrantlCleanup: Add default arguments to CodeGenFunction:...
2014-04-11 Richard SmithFix handling of redeclaration lookup for using declarat...
2014-04-11 Warren Hunt[MS-ABI] Update Comments in RecordLayoutBuilder - no...
2014-04-11 Duncan P. N... Switch from constexpr to const char *const
2014-04-11 Warren Hunt[MS-ABI] Update virtual base padding rules to match...
2014-04-10 Duncan P. N... InstrProf: Rename Decl parameters from S to D
2014-04-10 Duncan P. N... InstrProf: Read unsigned numbers with strtoul and strtoull
2014-04-10 Warren Hunt[MS-ABI] Fix to vbptr injection site calculation.
2014-04-10 Adrian PrantlDebug info: (Bugfix) Make sure artificial functions...
2014-04-10 Reid KlecknerUpdate Clang for LLVM split stack API changes in r205997
2014-04-10 Warren Hunt[MS-ABI] Fixed __declspec(align()) on bitfields under...
2014-04-10 Reid Klecknerinalloca: Pad the struct *after* inserting each arg
2014-04-10 Justin BognerCodeGen: Move PGO initialization into Release()
2014-04-10 Aaron BallmanSome minor improvements to the thread safety intermedia...
2014-04-10 Ben LangmuirWhen module umbrellas change, rebuild them
2014-04-10 David MajnemerCodeGen: Clean up CommonLinkage calculation
2014-04-10 Christian PirkerARM: Add command line option to select big or little...
2014-04-10 Christian PirkerAArch64: Add command line option to select big or littl...
2014-04-10 Richard Sandiford[SystemZ] Don't indent SystemZTargetInfo relative to...
2014-04-10 Daniel Jasperclang-format: Fix false positive in braced list detecti...
2014-04-10 Eric ChristopherAdd global static variables for anonymous union fields...
2014-04-10 Reid KlecknerAvoid crashing when failing to emit a thunk
2014-04-10 Reid KlecknerFix the build with LLVM_DELETED_FUNCTION instead of...
2014-04-10 David MajnemerRemove Unicode introduced in r205943
2014-04-10 David MajnemerAST: Implement proposal for dependent elaborated type...
2014-04-10 Ben LangmuirMove search for header in umbrella directories into...
2014-04-09 DeLesley HutchinsThread Safety Analysis: reorganized SExpr header files...
2014-04-09 Reid KlecknerThread safety: move the inline function back into a...
2014-04-09 Warren Hunt[MS-ABI] Update to alias-avoidance padding
2014-04-09 Aaron BallmanSwitching back from a static namespace-scoped function...
2014-04-09 Aaron BallmanThread Safety Analysis: now with less includes. No...
2014-04-09 Reid Klecknerclang-cl: Disable TBAA by default for MSVC compatibility
2014-04-09 Anders WaldenborgHandle difference in signedness of 'char' in test/Index...
2014-04-09 Anders WaldenborgMake c-index-test -test-print-type include pointeekind...
2014-04-09 Bob WilsonAdd a -triple argument so that this new test passes...
2014-04-09 Argyrios Kyrtzidis[Preprocessor/CodeComplete] Don't add include guard...
2014-04-09 Aaron BallmanCannot have the base class destructor be private (or...
2014-04-09 Aaron BallmanThread Safety Analysis: some minor cleanups to the...
2014-04-09 Daniel Jasperclang-format: Update flag documentation, and generation...
2014-04-09 Daniel Jasperclang-format: Treat a trailing comment like a trailing...
2014-04-09 Daniel Jasperclang-format: Fix bug where clang-format would break...
2014-04-09 Daniel Jasperclang-format: Improve format of calls with several...
2014-04-09 Daniel Jasperclang-format: Allow breaking between trailing annotatio...
2014-04-09 Daniel Jasperclang-format: Keep more trailing annotations on the...
2014-04-09 Daniel Jasperclang-format: Recognize lists ending in trailing commas...
2014-04-09 Daniel Jasperclang-format: Add proto files and JavaScript to git...
2014-04-09 NAKAMURA TakumiSema::SectionInfo() should have an empty body. Sorry...
2014-04-09 NAKAMURA TakumiSema::SectionInfo: Prune "default" for now. Defaulted...
2014-04-09 Richard TrieuAdd missing include.
2014-04-09 Jordan Rose[analyzer] When checking Foundation method calls, match...
2014-04-08 Warren Hunt[MS-ABI] Lit fix for r205810
2014-04-08 Warren Hunt[MS-ABI] Add support for #pragma section and related...
2014-04-08 DeLesley HutchinsThread Safety Analysis. Misc fixes to SExpr code,...
2014-04-08 Reid KlecknerFix the funcsig test with an explicit triple
2014-04-08 Reid KlecknerAdd support for MSVC's __FUNCSIG__
2014-04-08 Reid Klecknerintrin.h: Fix up bugs in the cr3 and msr intrinsics
2014-04-08 Ben LangmuirHave validate-system-headers override validate-once...
2014-04-08 Daniel Jasperclang-format: Fix incorrect multi-block-parameter compu...
2014-04-08 Richard SmithIf a header is explicitly included in module A, and...
2014-04-08 Daniel Jasperclang-format: Correctly understand arrays of pointers.
2014-04-08 Daniel Jasperclang-format: Extend AllowShortFunctions.. to only...
2014-04-08 Richard SmithPR19346: Adding 0 to a null pointer has defined behavio...
2014-04-08 Reid Klecknerintrin.h: Implement __readmsr, __readcr3, and __writecr3
2014-04-07 DeLesley HutchinsThread Safety Analysis: various fixes to new SExpr...
2014-04-07 DeLesley HutchinsThread Safety Analysis: fix warning.
2014-04-07 Reid Kleckner-fms-extensions: Don't define __PRETTY_FUNCTION__ to...
2014-04-07 DeLesley HutchinsThread Safety Analysis: update to internal SExpr handling.
2014-04-07 Reid KlecknerMangle the vbptr offset into pointers to member functions
2014-04-07 Jordan Rose[analyzer] Fix mistake in example for potential checker...
2014-04-07 Jordan Rose[analyzer] Re-enable test I accidentally committed...
2014-04-07 Fariborz JahanianRevert r205646 (keeping the test in its modified form) as
2014-04-07 David MajnemerFix a typo introduced in r205716
2014-04-07 David Majnemerclang-cl: make /Gw map to -fdata-sections
2014-04-07 Richard SmithFix clang-tidy warning (argument comments don't match...
2014-04-07 Dmitri Gribenkolibclang: add clang_CXXMethod_isConst API that allows...
2014-04-07 Serge PavlovUpdated phabricator server.
2014-04-06 David BlaikieDebugInfo: Support type alias templates
2014-04-06 David BlaikieDebugInfo: emit namespace aliases as named imported...
2014-04-06 Argyrios Kyrtzidis[Frontend] If the module file lock owner have died...
2014-04-05 David BlaikieReapply r205655, DebugInfo: Place global constants...
2014-04-05 David BlaikieDebugInfo: Avoid emitting constnants for every use
2014-04-05 Jordan Rose[analyzer] Add an ErrnoChecker (PR18701) to the Potenti...
2014-04-05 Jordan Rose[analyzer] Update Open Projects page with BitwiseConstr...
2014-04-05 Richard TrieuAdd a new subgroup to -Wtautological-compare, -Wtautolo...
2014-04-05 David BlaikieRevert "DebugInfo: Place global constants in their...
2014-04-05 Jordan Rose[analyzer] Look through temporary destructors when...
2014-04-04 Fariborz JahanianObjective-C arc [Sema]. Allow bridge cast of a qualifie...
2014-04-04 David BlaikieDebugInfo: Place global constants in their appropriate...
2014-04-04 Kaelyn TakataTry harder about not suggesting methods as corrections...
2014-04-04 David BlaikieDebugInfo: PR19298: function local const variables...
2014-04-04 Saleem AbdulrasoolDriver: add target definition for Windows on ARM
2014-04-04 Fariborz JahanianVector [Sema]. Vector "splats" which are truncated...
2014-04-04 Ben LangmuirAdd a test where the module map is overriden in the vfs
next