search for: scubed

Displaying 3 results from an estimated 3 matches for "scubed".

2007 Sep 22
2
[LLVMdev] LLVM 2.1 Pre-release Version 2 Online
LLVMers, The LLVM 2.1 pre-release version2 is now available: http://llvm.org/prereleases/2.1/version2/ You can help test this pre-release by doing one of the following: 1) Download llvm-2.1, llvm-test-2.1, and the appropriate llvm-gcc4.0 binary. Run "make check" and the full llvm-test suite (make TEST=nightly report). 2) Download llvm-2.1, llvm-test-2.1, and the llvm-gcc4.0 source.
2007 Sep 15
22
[LLVMdev] 2.1 Pre-Release Available (testers needed)
LLVMers, The 2.1 pre-release (version 1) is available for testing: http://llvm.org/prereleases/2.1/version1/ I'm looking for members of the LLVM community to test the 2.1 release. There are 2 ways you can help: 1) Download llvm-2.1, llvm-test-2.1, and the appropriate llvm-gcc4.0 binary. Run "make check" and the full llvm-test suite (make TEST=nightly report). 2) Download
2010 Feb 22
3
[LLVMdev] Default target
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Currently, if you have BitCode that does not specify a target, it gets a default architecture. This is especially odd if you are doing llvm-ld -native but it first applies optimizations for a target other than what it is currently compiling for. Ideally, target-specific optimizations wouldn't be applied until a target was given. This would allow