search for: customcheck

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

Did you mean: customchecked
2006 Nov 08
0
[LLVMdev] 1.9 Next Steps
...ench/fftbench ^^ PR990 llc /SingleSource/Benchmarks/Shootout-C++/except jit /SingleSource/Benchmarks/Shootout-C++/except cbe /SingleSource/Benchmarks/Shootout-C++/except llc /SingleSource/Benchmarks/Misc-C++/bigfib jit /SingleSource/Benchmarks/Misc-C++/bigfib ^^ C++ EH again llc /SingleSource/CustomChecked/oopack_v1p8 cbe /SingleSource/CustomChecked/oopack_v1p8 ^^ Not sure, but I suspect its lack of vector support again. On Tue, 2006-11-07 at 22:39 -0800, Tanya M. Lattner wrote: > I created the 1.9 release branch last night. As a reminder, please do not > check in any code changes to the...
2006 Nov 08
6
[LLVMdev] 1.9 Next Steps
I created the 1.9 release branch last night. As a reminder, please do not check in any code changes to the release branch. Please send me email if you have changes that need to be merged into the release branch. To check out the release branch: cvs -d <CVS Repository> co -r release_19 llvm cvs -d <CVS Repository> co -r release_19 llvm-test cvs -d <CVS Repository> co -r
2004 Dec 23
0
[LLVMdev] small patch for llvm configure.ac
...; Yes, but "TARGET_HAS_JIT" seems to be unused, so what is this for ? projects/llvm-test/Makefile.programs:175:ifdef TARGET_HAS_JIT projects/llvm-test/Makefile.programs:182:endif#TARGET_HAS_JIT projects/llvm-test/LLVMSource/Makefile:22:ifdef TARGET_HAS_JIT projects/llvm-test/SingleSource/CustomChecked/Makefile:27:ifdef TARGET_HAS_JIT > Markus > > P.S. please apply this one-line patch > > > RCS file: /var/cvs/llvm/llvm/autoconf/configure.ac,v > retrieving revision 1.148 > diff -u -r1.148 configure.ac > --- configure.ac 23 Dec 2004 06:22:33 -0000 1.148...