Skip to content

Releases: SRI-CSL/gllvm

v1.3.1

28 Sep 00:01
Compare
Choose a tag to compare

AUDIT log level plus the odd cosmetic change.

v1.3.0

18 Feb 18:01
Compare
Choose a tag to compare

A fix for the misinterpretation of the naked -W and -w flags, fixed by @woodruffw. Does wllvm suffer the same issue? I should check.

v1.2.9

31 Oct 15:15
Compare
Choose a tag to compare

Improvements to its behavior on FreeBSD, recognizing the extensions .pico and .nossppico and treating them
as the object files they are. Improvements to the dependency command line switches, so they do not get confused as inputs. Use of the debug/elf and debug/macho packages to recognize file types, and use this capability to have a fallback when simple minded (but fast) pattern matching doesn't work.

v1.2.8

13 Oct 16:07
Compare
Choose a tag to compare

Improved support for builds that use clang's link time optimization.
Added some flags as usual.
Beefed up the parsing so that it handles (non-nested) -Wl,start-group ... -Wl,end-group command line options.
Added an undocumented executable gparse which just parses the command line as would gclang or gclang++
and just prints the result rather than acting upon the input.

v1.2.7

04 Aug 18:06
Compare
Choose a tag to compare

Strict mode added to get-bc by @woodruffw

v1.2.6

24 Mar 21:50
Compare
Choose a tag to compare

Added support for LTO style flags in the bitcode generation phase.

v1.2.5

23 Oct 19:19
Compare
Choose a tag to compare

Fixes for issues number 30 and 31, as well as a request to push this release out.

v1.2.4

21 Jun 01:20
Compare
Choose a tag to compare

Roughly the same as wllvm's 1.2.7. Just a few minor fixes.

v1.2.3

05 Jan 15:16
Compare
Choose a tag to compare

Argument parsing fixes as usual. sysroot, pthread, and fuse-ld.

v1.2.2

01 Jun 13:23
Compare
Choose a tag to compare

Various fixes from large stress builds, plus repairing some self-inflicted wounds on mac os x.