search for: isfinal

Displaying 2 results from an estimated 2 matches for "isfinal".

Did you mean: final
2015 Jul 27
0
[LLVMdev] LLVM Weekly - #82, Jul 27th 2015
.... * The last remnant of the AliasAnalysis legacy update API have been removed. [r242881](http://reviews.llvm.org/rL242881). * LoopUnswitch can now unswitch multiple trivial conditions in a single pass invocation. [r243203](http://reviews.llvm.org/rL243203). ## Clang commits * Clang gained the `isFinal()` AST matcher. [r243107](http://reviews.llvm.org/rL243107). ## Other project commits * A new ELF linker has been born, based on the PE/COFF linker. [r243161](http://reviews.llvm.org/rL243161). * libcxx gained a default searcher for `std::experimental::search`. [r242682](http://reviews.llvm.org...
2017 Apr 04
3
RFC: Adding a string table to the bitcode format
On Tue, Apr 4, 2017 at 12:36 PM, Duncan P. N. Exon Smith < dexonsmith at apple.com> wrote: > > On 2017-Apr-04, at 12:12, Peter Collingbourne <peter at pcc.me.uk> wrote: > > On Mon, Apr 3, 2017 at 8:13 PM, Mehdi Amini <mehdi.amini at apple.com> wrote: > >> >> On Apr 3, 2017, at 7:08 PM, Peter Collingbourne <peter at pcc.me.uk> wrote: >>