search for: brho

Displaying 11 results from an estimated 11 matches for "brho".

Did you mean: brhc
2019 Apr 12
0
[klibc:master] Fix missing include in sys/mman.h
Commit-ID: d4853d030639cf3542ae39129c18b654d8d4f020 Gitweb: http://git.kernel.org/?p=libs/klibc/klibc.git;a=commit;h=d4853d030639cf3542ae39129c18b654d8d4f020 Author: Barret Rhoden <brho at google.com> AuthorDate: Thu, 14 Mar 2019 17:30:38 -0400 Committer: Ben Hutchings <ben at decadent.org.uk> CommitDate: Thu, 11 Apr 2019 23:40:06 +0100 Fix missing include in sys/mman.h Linux commit 746c9398f5ac ("arch: move common mmap flags to linux/mman.h") moved a few mma...
2019 Jun 10
2
RFC: changing variable naming rules in LLVM codebase
...After that, I think I can create a mechanical change to rename variables to see how it will look like. > > Thanks, > > -Michael > > > > [1] https://llvm.org/docs/Proposals/VariableNames.html#provisional-plan > > [2] https://public-inbox.org/git/20190515214503.77162-8-brho at google.com/T/ > > > > *From:* Rui Ueyama <ruiu at google.com> > *Sent:* 07 June 2019 08:42 > *To:* Chris Lattner <clattner at nondot.org> > *Cc:* Michael Platings <Michael.Platings at arm.com>; llvm-dev at lists.llvm.org; > nd <nd at arm.com> >...
2019 Jul 09
4
RFC: changing variable naming rules in LLVM codebase
...w it will look like. > > > Thanks, > > -Michael > > > > [1] https://llvm.org/docs/Proposals/VariableNames.html#provisional-plan <https://llvm.org/docs/Proposals/VariableNames.html#provisional-plan> > [2] https://public-inbox.org/git/20190515214503.77162-8-brho at google.com/T/ <https://public-inbox.org/git/20190515214503.77162-8-brho at google.com/T/> > > > From: Rui Ueyama <ruiu at google.com <mailto:ruiu at google.com>> > Sent: 07 June 2019 08:42 > To: Chris Lattner <clattner at nondot.org <mailto:clattner at...
2019 Jul 12
5
RFC: changing variable naming rules in LLVM codebase
...e variables to see how it will look like. >> >> Thanks, >> >> -Michael >> >> [1] >> https://llvm.org/docs/Proposals/VariableNames.html#provisional-plan >> [2] >> >> [2] >> > https://public-inbox.org/git/20190515214503.77162-8-brho at google.com/T/ >> [3] >> >> FROM: Rui Ueyama <ruiu at google.com> >> SENT: 07 June 2019 08:42 >> TO: Chris Lattner <clattner at nondot.org> >> CC: Michael Platings <Michael.Platings at arm.com>; >> llvm-dev at lists.llvm.org; nd <nd...
2019 Mar 14
0
[PATCH] Fix missing include in sys/mman.h
...gs to linux/mman.h") moved a few mmap flags, particularly MAP_PRIVATE, from asm/mman.h to linux/mman.h. This broke klibc's build, which uses MAP_PRIVATE. linux/mman.h includes asm/mman.h, so this commit merely includes linux/mman.h instead of asm/mman.h. Signed-off-by: Barret Rhoden <brho at google.com> --- That patch is in linux-next: $ git describe 746c9398f5ac2b3f5730da4ed09e99ef4bb50b4a v5.0-rc1-3-g746c9398f5ac usr/include/sys/mman.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/usr/include/sys/mman.h b/usr/include/sys/mman.h index 56f0b65cb025..3fd...
2019 Jul 09
2
RFC: changing variable naming rules in LLVM codebase
...; Thanks, >>>> >>>> -Michael >>>> >>>> >>>> >>>> [1] https://llvm.org/docs/Proposals/VariableNames.html#provisional-plan >>>> >>>> [2] >>>> https://public-inbox.org/git/20190515214503.77162-8-brho at google.com/T/ >>>> >>>> >>>> >>>> *From:* Rui Ueyama <ruiu at google.com> >>>> *Sent:* 07 June 2019 08:42 >>>> *To:* Chris Lattner <clattner at nondot.org> >>>> *Cc:* Michael Platings <Michael.Plat...
2019 Jun 07
2
RFC: changing variable naming rules in LLVM codebase
This thread is not active for a while, but I'm still interested in seeing a change. Reading through this thread, looks like we can agree that we want to change the local variable naming scheme so that they start with a lowercase letter. Besides that, there were discussions about lower_case, camelCase, m_ prefix, and each argument seems as convincing as others. I'm not sure what is the
2019 Jul 09
2
RFC: changing variable naming rules in LLVM codebase
...;>> >>>>> -Michael >>>>> >>>>> >>>>> >>>>> [1] https://llvm.org/docs/Proposals/VariableNames.html#provisional-plan >>>>> >>>>> [2] https://public-inbox.org/git/20190515214503.77162-8-brho at google.com/T/ >>>>> >>>>> >>>>> >>>>> From: Rui Ueyama <ruiu at google.com> >>>>> Sent: 07 June 2019 08:42 >>>>> To: Chris Lattner <clattner at nondot.org> >>>>> Cc: Michael...
2019 Jul 10
4
RFC: changing variable naming rules in LLVM codebase
...t;>>>>>> >>>>>>> [1] >>>>>>> https://llvm.org/docs/Proposals/VariableNames.html#provisional-plan >>>>>>> >>>>>>> [2] >>>>>>> https://public-inbox.org/git/20190515214503.77162-8-brho at google.com/T/ >>>>>>> >>>>>>> >>>>>>> >>>>>>> *From:* Rui Ueyama <ruiu at google.com> >>>>>>> *Sent:* 07 June 2019 08:42 >>>>>>> *To:* Chris Lattner <clattner at...
2019 Jul 10
3
RFC: changing variable naming rules in LLVM codebase
...ael >>>>> >>>>> >>>>> >>>>> [1] >>>>> https://llvm.org/docs/Proposals/VariableNames.html#provisional-plan >>>>> >>>>> [2] >>>>> https://public-inbox.org/git/20190515214503.77162-8-brho at google.com/T/ >>>>> >>>>> >>>>> >>>>> *From:* Rui Ueyama <ruiu at google.com> >>>>> *Sent:* 07 June 2019 08:42 >>>>> *To:* Chris Lattner <clattner at nondot.org> >>>>> *Cc:* Micha...
2019 Jul 18
4
RFC: changing variable naming rules in LLVM codebase
...> >> Thanks, > >> > >> -Michael > >> > >> [1] > >> https://llvm.org/docs/Proposals/VariableNames.html#provisional-plan > >> [2] > >> > >> [2] > >> > > https://public-inbox.org/git/20190515214503.77162-8-brho at google.com/T/ > >> [3] > >> > >> FROM: Rui Ueyama <ruiu at google.com> > >> SENT: 07 June 2019 08:42 > >> TO: Chris Lattner <clattner at nondot.org> > >> CC: Michael Platings <Michael.Platings at arm.com>; > >> llvm...