linux-sparse.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2017-06-20 16:43:02 to 2017-07-18 02:54:14 UTC [more...]

[PATCH 2/4] V2 Makefile: add selfcheck target
 2017-07-18  2:54 UTC 

[PATCH 1/4] V2 Makefile: clean up and simplify
 2017-07-18  2:53 UTC 

[PATCH V2 0/4] Adding selfcheck target
 2017-07-18  2:51 UTC 

make selfcheck
 2017-07-17 19:28 UTC  (4+ messages)

[PATCH] Makefile: suppress pkg-config output from make
 2017-07-17 17:07 UTC  (2+ messages)

[PATCH 3/3] Adding _Pragma()
 2017-07-17  4:01 UTC 

[PATCH 2/3] Makefile: add selfcheck target
 2017-07-17  3:59 UTC 

[PATCH 1/3] Makefile: clean up and simplify
 2017-07-17  2:02 UTC 

[PATCH 0/3] Adding selfcheck target
 2017-07-17  1:55 UTC 

sparse-next and preview of 0.5.1-rc5
 2017-07-17  1:20 UTC  (4+ messages)

[PATCH RFC] Let pseudo->users loop on duplicate version of list
 2017-07-13 12:23 UTC  (9+ messages)

[PATCH] V2 move kill_unreachable_bbs to outer cse stage Was Re: [PATCH 1/5] do not corrupt ptrlist while killing unreachable BBs
 2017-07-13  6:31 UTC  (8+ messages)

Bug relate to delete ptr list entry while parent looping on it
 2017-07-10 13:54 UTC  (6+ messages)

[PATCH 0/5] fixes for rare crashes
 2017-07-09 16:11 UTC  (47+ messages)
` [PATCH 1/5] do not corrupt ptrlist while killing unreachable BBs
` [PATCH 2/5] avoid crash when ep->active is NULL
` [PATCH 3/5] avoid crash in rewrite_branch()
` [PATCH 4/5] avoid some crashes in add_dominators()
` [PATCH 5/5] avoid crash with sym->bb_target == NULL

[RFC 00/34] ptrlist rework with iterator
 2017-07-09 10:34 UTC  (42+ messages)
` [PATCH 01/34] ptrlist: simplify DO_FOR_EACH/DO_END_FOR_EACH
` [PATCH 02/34] ptrlist: simplify DO_FOR_EACH_REVERSE/
` [PATCH 03/34] ptrlist: simplify DO_NEXT link walking
` [PATCH 04/34] ptrlist: add helper __PTR_STRIP_TAG()
` [PATCH 05/34] ptrlist: introduce the ptr_list iterator structure
` [PATCH 06/34] ptrlist: add ptr_cur_entry() to get iterator's current entry
` [PATCH 07/34] ptrlist: add forward iterator
` [PATCH 08/34] ptrlist: let first_ptr_list() use the iterator API
` [PATCH 09/34] ptrlist: add backward iterator
` [PATCH 10/34] ptrlist: let lastst_ptr_list() use the iterator API
` [PATCH 11/34] ptrlist: mechanically replace head-list-nr triplets by an iterator struct
` [PATCH 12/34] ptrlist: simplify initialization of DO_REVERSE()'s cursor
` [PATCH 13/34] ptrlist: abstract away iterator initialization
` [PATCH 14/34] ptrlist: CUR_ENTRY/CUR_ENTRY_NOTAG
` [PATCH 15/34] ptrlist: use iterator API for PREPARE/NEXT_PTR_LIST()
` [PATCH 16/34] ptrlist: use iterator API for RESET_PTR_LIST()
` [PATCH 17/34] ptrlist: use iterator for FOR_EACH_PTR()
` [PATCH 18/34] ptrlist: use iterator for FOR_EACH_PTR_REVERSE()
` [PATCH 19/34] ptrlist: remove unneeded DO_INIT()
` [PATCH 20/34] ptrlist: use the iterator API for DO_INSERT_CURRENT()
` [PATCH 21/34] ptrlist: extract ptr_cur_insert from ptrlist.h
` [PATCH 22/34] ptrlist: simplify ptr_cur_insert()
` [PATCH 23/34] ptrlist: use the iterator API for DO_DELETE_CURRENT()
` [PATCH 24/34] ptrlist: extract prt_cur_delete() from ptrlist.h
` [PATCH 25/34] ptrlist: let delete_ptr_list() use the iterator API
` [PATCH 26/34] ptrlist: let replace_ptr_list_entry() "
` [PATCH 27/34] ptrlist: let concat_ptr_list() "
` [PATCH 28/34] ptrlist: let undo_ptr_list_last() "
` [PATCH 29/34] ptrlist: let delete_ptr_list_last() "
` [PATCH 30/34] ptrlist: simplify common case for __add_ptr_list()
` [PATCH 31/34] ptrlist: explicitely tagged
` [PATCH 32/34] ptrlist: tag/notag common case
` [PATCH 33/34] ptrlist: drop the now unneeded _NOTAG versions
` [PATCH 34/34] ptrlist: addr vs entry

Git url for the ptrlist checking branch Was: Re: [PATCH 1/5] do not corrupt ptrlist
 2017-07-07  6:43 UTC 

Sparse release v0.5.1 RC4
 2017-07-05 21:41 UTC  (3+ messages)

New backend for Sparse
 2017-07-04 22:11 UTC 

[PATCH 0/2] list of gcc supported attribute name
 2017-07-04 15:07 UTC  (3+ messages)

[PATCH] Adding ignored attribute optimize
 2017-07-03 20:41 UTC  (8+ messages)

[PATCH 2/2] Add full list of gcc attribute
 2017-07-03 18:43 UTC 

[PATCH 1/2] Let create_symbol check for previous same symbol
 2017-07-03 18:41 UTC 

[PATCH 0/7] put struct symbol & friends on diet
 2017-07-03  8:51 UTC  (19+ messages)
` [PATCH 1/7] use long for all mem stats
` [PATCH 2/7] diet: use smaller LIST_NODE_NR (29 -> 13)
` [PATCH 3/7] diet: remove unused struct scope::token
` [PATCH 4/7] diet: remove unused struct symbol::arg_count
` [PATCH 5/7] diet: remove unused struct symbol::value
` [PATCH 6/7] diet: squeeze struct symbol's members
` [PATCH 7/7] diet: squeeze struct ctype's members

Sparse release v0.5.1 RC3
 2017-07-01 20:46 UTC  (5+ messages)

[PATCH 0/2] simplify for-statement & make struct statement smaller
 2017-07-01 14:03 UTC  (6+ messages)
` [PATCH 1/2] avoid some struct symbol member for for-statements
` [PATCH 2/2] make for-loop statement simpler

Product Inquiry
 2017-06-26 21:52 UTC 

[GIT PULL] patches for -rc3
 2017-06-22  5:20 UTC  (5+ messages)

[PATCH] arm64: pass machine size to sparse
 2017-06-21 16:54 UTC  (5+ messages)

[PATCH] cgcc: teach cgcc about arm
 2017-06-21 13:35 UTC 

[PATCH] cgcc: teach cgcc about ppc64[le]
 2017-06-21 13:34 UTC 

[PATCH] fix: __builtin_bswap{16,32,64}() constantness
 2017-06-21  4:50 UTC  (2+ messages)

[PATCH 0/3] teach sparse about endianness
 2017-06-21  4:13 UTC  (5+ messages)
` [PATCH 1/3] teach sparse about -m{big,little}-endian
` [PATCH 2/3] teach sparse about __{BIG,LITTLE}_ENDIAN__
` [PATCH 3/3] teach sparse about __BYTE_ORDER__ & __ORDER_{BIG,LITTLE}_ENDIAN__

[PATCH] cgcc: teach cgcc about arm64
 2017-06-20 22:12 UTC 

[PATCH 0/2] fix bogus "crazy progammer"
 2017-06-20 18:48 UTC  (9+ messages)

[PATCH] dissect: use built_in_ident() instead of MK_IDENT()
 2017-06-20 16:56 UTC  (6+ messages)


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).