search for: ohmantics

Displaying 6 results from an estimated 6 matches for "ohmantics".

2014 Dec 19
3
[LLVMdev] [RFC] Stripping unusable intrinsics
...s so people can take a look. >> >> The attached diffs are for clang, I’ve also attached a c++ test file. >> >> -Chris >> <impossible_enum.cpp> >> <impossible_enum.diff> >> >>> On Dec 16, 2014, at 12:09 PM, Alex Rosenberg <alexr at ohmantics.com> wrote: >>> >>> Random shower thought: >>> >>> I think the markup can be minimized if it only appears once in the header where the enums are defined instead of at every place where the enums are used. Then we could value propagate that certain enum value...
2014 Dec 19
2
[LLVMdev] [RFC] Stripping unusable intrinsics
...s some discussion on IRC today whether or not this was the right way to do this, but I thought I’d send these patches out anyways so people can take a look. The attached diffs are for clang, I’ve also attached a c++ test file. -Chris > On Dec 16, 2014, at 12:09 PM, Alex Rosenberg <alexr at ohmantics.com> wrote: > > Random shower thought: > > I think the markup can be minimized if it only appears once in the header where the enums are defined instead of at every place where the enums are used. Then we could value propagate that certain enum values are never possible where they&...
2015 Sep 10
3
macho-dump deprecation/removal plan
With the correct list this time. On Wed, Sep 9, 2015 at 6:59 PM, Davide Italiano <davide at freebsd.org> wrote: > Hi, > in the last month I spent some time implementing the missing MachO > specific features in llvm-readobj, and converting all the remaining > tests that used macho-dump to the new format. > llvm-readobj should have all the functionality that macho-dump had. If
2014 Feb 01
3
[LLVMdev] Sanitizers libs in Compiler-RT
> On Jan 30, 2014, at 1:50 PM, Reid Kleckner <rnk at google.com> wrote: > >> On Thu, Jan 30, 2014 at 1:19 PM, Renato Golin <renato.golin at linaro.org> wrote: >>> On 30 January 2014 20:33, Reid Kleckner <rnk at google.com> wrote: >>> Basically, compiler-rt contains the only runtime libraries we ship with Clang. The sanitizers are runtime libraries
2014 Dec 20
3
[LLVMdev] [RFC] Stripping unusable intrinsics
...The attached diffs are for clang, I’ve also attached a c++ test file. >>>> >>>> -Chris >>>> <impossible_enum.cpp> >>>> <impossible_enum.diff> >>>> >>>>> On Dec 16, 2014, at 12:09 PM, Alex Rosenberg <alexr at ohmantics.com> wrote: >>>>> >>>>> Random shower thought: >>>>> >>>>> I think the markup can be minimized if it only appears once in the header where the enums are defined instead of at every place where the enums are used. Then we could value p...
2014 Dec 10
9
[LLVMdev] [RFC] Stripping unusable intrinsics
llvm-dev, In my ongoing saga to improve LLVM for embedded use, we would like to support stripping out unused intrinsics based on the LLVM targets actually being built. I’ve attached two patches. The first is a new flag for tablegen to take a list of targets. If passed tablegen will only emit intrinsics that either have empty target prefixes, or target prefixes matching one of the targets in the