search for: elf_word

Displaying 9 results from an estimated 9 matches for "elf_word".

Did you mean: elf32_word
2016 Aug 31
3
[cfe-dev] Revisiting our informal policy to support two versions of MSVC
...onitoring our VS 2013 buildbots, I would say that I am ready to throw in the towel on MSVC 2013. Since this discussion, I have committed five (!) workarounds for MSVC 2013: # in llvm $ git log --author=rnk --grep=2013 --after='Aug 4 2016' --oneline 21a8ade Fix the MSVC 2013 build by using Elf_Word instead of making a local typedef 27e101d Revert "Add an optional parameter with a list of undefs to extendToIndices" e8beddd Make vec_fabs.ll pass with MSVC 2013 ca77873 [AMDGPU] Give enum an explicit 64-bit type to fix MSVC 2013 failures # in clang $ git log --author=rnk --grep=2013 -...
2016 Sep 01
2
[cfe-dev] Revisiting our informal policy to support two versions of MSVC
...I am ready to throw in > the towel on MSVC 2013. Since this discussion, I have committed five (!) > workarounds for MSVC 2013: > > > > # in llvm > > $ git log --author=rnk --grep=2013 --after='Aug 4 2016' --oneline > > 21a8ade Fix the MSVC 2013 build by using Elf_Word instead of making a > local typedef > > 27e101d Revert "Add an optional parameter with a list of undefs to > extendToIndices" > > e8beddd Make vec_fabs.ll pass with MSVC 2013 > > ca77873 [AMDGPU] Give enum an explicit 64-bit type to fix MSVC 2013 > failures >...
2016 Sep 01
2
[cfe-dev] Revisiting our informal policy to support two versions of MSVC
...e committed five (!) > >> workarounds for MSVC 2013: > >> > >> > >> > >> # in llvm > >> > >> $ git log --author=rnk --grep=2013 --after='Aug 4 2016' --oneline > >> > >> 21a8ade Fix the MSVC 2013 build by using Elf_Word instead of making a > >> local typedef > >> > >> 27e101d Revert "Add an optional parameter with a list of undefs to > >> extendToIndices" > >> > >> e8beddd Make vec_fabs.ll pass with MSVC 2013 > >> > >> ca77873 [AMDGP...
2012 Aug 10
0
[PATCH v2 3/6] x86/xen: Read variables from dynamically allocated per_cpu data
...ymbol_exists("__per_cpu_shift")) { diff -Npru crash-6.0.8.orig/xen_hyper_defs.h crash-6.0.8/xen_hyper_defs.h --- crash-6.0.8.orig/xen_hyper_defs.h 2012-06-29 16:59:18.000000000 +0200 +++ crash-6.0.8/xen_hyper_defs.h 2012-07-05 15:50:19.000000000 +0200 @@ -136,7 +136,13 @@ typedef uint32_t Elf_Word; #if defined(X86) || defined(X86_64) #define xen_hyper_per_cpu(var, cpu) \ - ((ulong)(var) + (((ulong)(cpu))<<xht->percpu_shift)) + ({ ulong __var_addr; \ + if (xht->__per_cpu_offset) \ + __var_addr = (xht->flags & XEN_HYPER_SMP) ? \ + ((ulong)(var) + xht->__per_cpu...
2016 Sep 01
2
[cfe-dev] Revisiting our informal policy to support two versions of MSVC
...gt; >> > >> >> > >> >> > >> >> # in llvm > >> >> > >> >> $ git log --author=rnk --grep=2013 --after='Aug 4 2016' --oneline > >> >> > >> >> 21a8ade Fix the MSVC 2013 build by using Elf_Word instead of making a > >> >> local typedef > >> >> > >> >> 27e101d Revert "Add an optional parameter with a list of undefs to > >> >> extendToIndices" > >> >> > >> >> e8beddd Make vec_fabs.ll pass wit...
2016 Sep 01
2
[cfe-dev] Revisiting our informal policy to support two versions of MSVC
...>> >> >>> >> >> # in llvm >>> >> >> >>> >> >> $ git log --author=rnk --grep=2013 --after='Aug 4 2016' --oneline >>> >> >> >>> >> >> 21a8ade Fix the MSVC 2013 build by using Elf_Word instead of >>> making a >>> >> >> local typedef >>> >> >> >>> >> >> 27e101d Revert "Add an optional parameter with a list of undefs to >>> >> >> extendToIndices" >>> >> >> &gt...
2017 Dec 06
2
[LLD] Slow callstacks in gdb
Rui Ueyama <ruiu at google.com> writes: > On Tue, Dec 5, 2017 at 1:22 PM, Rafael Avila de Espindola < > rafael.espindola at gmail.com> wrote: > >> Martin Richtarsky <s at martinien.de> writes: >> >> > Output looks as follows [1] Seems sh_offset is missing? >> >> That is what readelf prints as Off >> >> > [17] .rela.text
2016 Aug 03
2
[cfe-dev] Revisiting our informal policy to support two versions of MSVC
Hi, This sounds like a decent idea to me. However we use 2013 for all our windows builds at the moment and it will take around 2 weeks to upgrade the installations on our cluster. We're pushing this hard to get it done soon so we don't get caught short, but a grace period would be much appreciated. Cheers, James On Tue, 2 Aug 2016 at 21:24 Nico Weber via cfe-dev <cfe-dev at
2016 Sep 01
3
[cfe-dev] Revisiting our informal policy to support two versions of MSVC
...n llvm >>>>> >> >> >>>>> >> >> $ git log --author=rnk --grep=2013 --after='Aug 4 2016' >>>>> --oneline >>>>> >> >> >>>>> >> >> 21a8ade Fix the MSVC 2013 build by using Elf_Word instead of >>>>> making a >>>>> >> >> local typedef >>>>> >> >> >>>>> >> >> 27e101d Revert "Add an optional parameter with a list of undefs >>>>> to >>>>> >> >...