Next | Query returned 171 messages, browsing 121 to 130 | Previous

History of commit frequency

CVS Commit History:


   2015-04-06 19:25:05 by Tobias Nygren | Files touched by this commit (10)
Log message:
Teach the llvm shared library build rules about NetBSD so we get a single
shlib with whole-archive like on other platforms. Bump revision and bl3.
   2015-04-03 13:06:57 by Tobias Nygren | Files touched by this commit (2)
Log message:
Remove shlib option. lang/libLLVM provides equivalent functionality.
   2015-03-22 17:07:59 by Tobias Nygren | Files touched by this commit (2)
Log message:
need zlib
   2015-03-13 19:00:33 by Tobias Nygren | Files touched by this commit (1)
Log message:
needs gzip(1) tool for generation of html.tar.gz
   2015-03-04 18:03:33 by Tobias Nygren | Files touched by this commit (1)
Log message:
delete bl3.mk. It only has a handful of users in wip/, will adjust them.
   2015-03-04 14:57:42 by Tobias Nygren | Files touched by this commit (3)
Log message:
Makefile: move some stuff from Makefile.common here
PLIST: unsubstitute ${MACHINE_ARCH}
   2015-03-04 10:59:57 by Tobias Nygren | Files touched by this commit (3)
Log message:
convert to Makefile.common-style package so libLLVM can reference this
   2015-03-03 17:27:33 by Tobias Nygren | Files touched by this commit (6)
Log message:
Add default off shlib option for building PIC & installing shared libLLVM libs.
I will spin this off to a libLLVM package when we have a ready use case for it.

Packages that may want to use libLLVM are for example MesaLib and OpenJDK.
   2015-03-03 13:04:08 by Tobias Nygren | Files touched by this commit (3)
Log message:
Update to clang-3.6.0 (2015-02-27)
Non-comprehensive list of changes in this release:
- Support for AuroraUX has been removed.
- Added support for a native object file-based bitcode wrapper format.
- Added support for MSVC?s __vectorcall calling convention as x86_vectorcallcc.
   2015-01-29 12:38:30 by Adam Ciarcinski | Files touched by this commit (2)
Log message:
Changes 3.5.1:
All backends have been changed to use the MC asm printer and support for the non \ 
MC one has been removed.
Clang can now successfully self-host itself on Linux/Sparc64 and on FreeBSD/Sparc64.
LLVM now assumes the assembler supports .loc for generating debug line numbers. \ 
The old support for printing the debug line info directly was only used by llc \ 
and has been removed.
All inline assembly is parsed by the integrated assembler when it is enabled. \ 
Previously this was only the case for object-file output. It is now the case for \ 
assembly output as well. The integrated assembler can be disabled with the \ 
-no-integrated-as option.
llvm-ar now handles IR files like regular object files. In particular, a regular \ 
symbol table is created for symbols defined in IR files, including those in file \ 
scope inline assembly.
LLVM now always uses cfi directives for producing most stack unwinding information.
The prefix for loop vectorizer hint metadata has been changed from \ 
llvm.vectorizer to llvm.loop.vectorize. In addition, llvm.vectorizer.unroll \ 
metadata has been renamed llvm.loop.interleave.count.
Some backends previously implemented Atomic NAND(x,y) as x & ~y. Now all \ 
backends implement it as ~(x & y), matching the semantics of GCC 4.4 and \ 
later.

Next | Query returned 171 messages, browsing 121 to 130 | Previous