search for: 84c84

Displaying 4 results from an estimated 4 matches for "84c84".

Did you mean: 8484
2016 Mar 15
2
Small patch: fix a lot of warnings by scan-build on FreeBSD
Hello (I'm new to LLVM project and I'm not yet familiar with local patch submission process. So please forgive me if I had to use pull requests on GitHub or something else instead. BTW link to the HowTo will be appreciated.) I'm LLVM/Clang 3.8 user and I discovered that there is a bug in ccc-analyzer script. Here is a patch that fixes it (see attachment). Without this patch running
2004 Sep 11
0
[LLVMdev] POST MORTEM: llvm-test changes
...or the heck of it I tried upgrading to gcc 3.4.2 (from 3.3.3). It didn't make a difference. So here are the failures for llvm-test. All diffs are against the "native" output. ===================== MultiSource/Applications/sgefa cbe failed differently from jit/llc. First cbe: 84c84 < One-Norm(A) ---------- 8.879153e+02. --- > One-Norm(A) ---------- 8.879156e+02. 100c100 < One-Norm(A) ---------- 5.000000e+35. --- > One-Norm(A) ---------- 5.000005e+35. And jit/llc: 79a80 > Zero Column 200 found ===================== MultiSource/Applications...
2004 Sep 10
2
[LLVMdev] POST MORTEM: llvm-test changes
On Thu, 9 Sep 2004 20:16:37 -0700 Jeff Cohen <jeffc at jolt-lang.org> wrote: > On Thu, 9 Sep 2004 08:52:10 -0700 > Jeff Cohen <jeffc at jolt-lang.org> wrote: > > > > I haven't got around to this yet but I will. The odds are good the > > > problem is in a BSD system header file so I need to capture the > > > preprocessed source. > > >
2004 Sep 11
2
[LLVMdev] POST MORTEM: llvm-test changes
...cc 3.4.2 (from 3.3.3). It > didn't make a difference. So here are the failures for llvm-test. All > diffs are against the "native" output. > > ===================== MultiSource/Applications/sgefa > > cbe failed differently from jit/llc. First cbe: > > 84c84 > < One-Norm(A) ---------- 8.879153e+02. > --- > > One-Norm(A) ---------- 8.879156e+02. > 100c100 > < One-Norm(A) ---------- 5.000000e+35. > --- > > One-Norm(A) ---------- 5.000005e+35. > > And jit/llc: > > 79a80 > > Zero Column...