Displaying 20 results from an estimated 38 matches for "cartec69".
2002 Sep 11
2
[LLVMdev] Porting to x86 Linux
So, I had to make a few changes to the llvm sources to allow compilation
on x86 redhat 7.3 (gcc-2.96, glibc 2.2.4). Is there any general
interest in maintaining a port? I will happily submit patches.
--
Casey Carter
Casey at Carter.net
ccarter at uiuc.edu
AIM: cartec69
2002 Sep 13
2
[LLVMdev] Linux-x86 Compatability
...if. If this functionality is actually desired, it would be more
portable to hack up main() to join getcwd() with basename(argv[0]) to
find the desired pathname.
PATCH: Apply from llvm top-level directory with "patch -p0."
--
Casey Carter
Casey at Carter.net
ccarter at uiuc.edu
AIM: cartec69
-------------- next part --------------
An embedded and charset-unspecified text was scrubbed...
Name: patch
URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20020913/31df4406/attachment.ksh>
2002 Sep 13
2
[LLVMdev] Linux-x86 Compatability
...S not defined. I think
the best solution to this problem is to change DataTypes.h to simply:
#define __STDC_LIMIT_MACROS
#include <inttypes.h>
Which will work on both Linux and Solaris without requiring platform detection.
--
Casey Carter
Casey at Carter.net
ccarter at uiuc.edu
AIM: cartec69
2002 Sep 17
1
[LLVMdev] Bug in InstructionCombining.cpp
...reference of an invalid iterator, and an attempt to
replace %pbobel with "getelementptr %bob* %pbob1, ubyte 0".
ACTION: When combining constant index expressions in InstCombiner,
treat the source index as 0 if not present.
--
Casey Carter
Casey at Carter.net
ccarter at uiuc.edu
AIM: cartec69
-------------- next part --------------
An embedded and charset-unspecified text was scrubbed...
Name: patch
URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20020917/9f72978f/attachment.ksh>
2002 Oct 27
2
[LLVMdev] Compile error in include/Support/GraphWriter.h
Issue: GraphWriter includes <ostream>, which my gcc2 apparently thinks
is <ostream.h>.
Fix: Make a new <Support/ostream> that handles this discrepancy, ala
<Support/hash_set>.
--
Casey Carter
Casey at Carter.net
ccarter at uiuc.edu
AIM: cartec69
-------------- next part --------------
An embedded and charset-unspecified text was scrubbed...
Name: patch
URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20021027/e3876b5d/attachment.ksh>
2002 Sep 13
2
[LLVMdev] Linux-x86 Compatability
...included and that __STD_LIMIT_MACROS is #defined before _any_ #include
(you never know which header includes what header on whatever system, so
paranoia is good).
PATCH: Apply from llvm top level directory with "patch -p0."
--
Casey Carter
Casey at Carter.net
ccarter at uiuc.edu
AIM: cartec69
-------------- next part --------------
An embedded and charset-unspecified text was scrubbed...
Name: patch
URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20020913/c34eb6e2/attachment.ksh>
2002 Sep 13
3
[LLVMdev] Linux-x86 Compatability
...d <stdint.h>?
>
>
Nope. Autoconf is definitely the way to go here (even though converting
is a pain).
>Thanks,
>
>-Chris
>
>http://llvm.cs.uiuc.edu/
>http://www.nondot.org/~sabre/Projects/
>
>
--
Casey Carter
Casey at Carter.net
ccarter at uiuc.edu
AIM: cartec69
2002 Oct 18
2
[LLVMdev] PassManager and dependencies
...onst PassInfo *, Pass *) [with UnitType = Module]: Assertion `Parent != 0 && "Pass available but not found!"' failed.
I don't grok this error message. Of course, -opt-a and -opt-b both work
fine in isolation.
--
Casey Carter
Casey at Carter.net
ccarter at uiuc.edu
AIM: cartec69
-------------- next part --------------
An embedded and charset-unspecified text was scrubbed...
Name: duh.cpp
URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20021018/5f76155b/attachment.ksh>
2002 Sep 13
1
[LLVMdev] Linux-x86 Compatability
...r<char[n]>("Some text string", x).
ACTION: Duplicate the template specialization for applicator<char[n]> as
applicator<const char[n]>.
PATCH: Apply from llvm top level directory with "patch -p0":
--
Casey Carter
Casey at Carter.net
ccarter at uiuc.edu
AIM: cartec69
-------------- next part --------------
An embedded and charset-unspecified text was scrubbed...
Name: patch
URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20020913/8024e6f6/attachment.ksh>
2002 Sep 13
1
[LLVMdev] Linux-x86 Compatability
...Interpreter::executeInstruction(), _sys_siglistp is a Solarisism.
ACTION: Replace _sys_siglistp[signo] with strsignal(signo) which is more
portable, maybe POSIX?
PATCH: Apply from llvm top-level directory with "patch -p0."
--
Casey Carter
Casey at Carter.net
ccarter at uiuc.edu
AIM: cartec69
-------------- next part --------------
An embedded and charset-unspecified text was scrubbed...
Name: patch
URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20020913/7fe9dc4b/attachment.ksh>
2002 Sep 13
0
[LLVMdev] Linux-x86 Compatibility
ISSUE: getTimeRecord in lib/VMCore/Pass.cpp uses timeval and
gettimeofday() without including sys/time.h.
ACTION: Include sys/time.h.
PATCH: Apply from llvm top-level directory with "patch -p0."
--
Casey Carter
Casey at Carter.net
ccarter at uiuc.edu
AIM: cartec69
-------------- next part --------------
An embedded and charset-unspecified text was scrubbed...
Name: patch
URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20020913/5f3de995/attachment.ksh>
2002 Sep 13
1
[LLVMdev] Linux-x86 Compatability
...he FSF is trying not to pollute the C namespace. ;)
ACTION: Hack the Makefile to #define _GNU_SOURCE while compiling in
tools/lli. Yes, I know that this is ugly.
PATCH: Apply from llvm top-level directory with "patch -p0".
--
Casey Carter
Casey at Carter.net
ccarter at uiuc.edu
AIM: cartec69
-------------- next part --------------
An embedded and charset-unspecified text was scrubbed...
Name: patch
URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20020913/d8071f18/attachment.ksh>
2002 Sep 13
1
[LLVMdev] Linux-x86 Compatability
ISSUE: Linux doesn't have any steenking SIGEMT signal, as referred to in
lib/Support/Signals.cpp.
ACTION: Wrap the use with a #ifdef SIGEMT / #endif.
PATCH: Apply from llvm top-level directory with "patch -p0".
--
Casey Carter
Casey at Carter.net
ccarter at uiuc.edu
AIM: cartec69
-------------- next part --------------
An embedded and charset-unspecified text was scrubbed...
Name: patch
URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20020913/c2a65b95/attachment.ksh>
2002 Sep 13
1
[LLVMdev] Linux-x86 Compatibility
...-G".
ACTION: Compile with "g++ -shared" instead of "g++ -G", i.e., use the
alternate definition of "MakeSO" in Makefile.common.
PATCH: Apply from llvm top-level directory with "patch -p0".
--
Casey Carter
Casey at Carter.net
ccarter at uiuc.edu
AIM: cartec69
-------------- next part --------------
An embedded and charset-unspecified text was scrubbed...
Name: patch
URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20020913/d1b1d5a9/attachment.ksh>
2002 Sep 13
0
[LLVMdev] Dynamic loading on x86-Linux
...ION: Ensure that opt is linked with "-Wl,--export-dynamic" on the G++
command line by defining "ExportSymbols" in Makefile.common. For
Solaris this definition should be commented out.
PATCH: top-level, patch -p0.
--
Casey Carter
Casey at Carter.net
ccarter at uiuc.edu
AIM: cartec69
-------------- next part --------------
An embedded and charset-unspecified text was scrubbed...
Name: patch
URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20020913/d2c36cbf/attachment.ksh>
2002 Sep 13
1
[LLVMdev] Linux-x86 and Solaris Makefile configuration
...ted out
the different settings into new files Makefile.$(PLATFORM) in the
top-level directory of llvm. A dirty hack to Makefile.common
automatically includes the proper arch-specific file by setting PLATFORM
to the output of uname.
--
Casey Carter
Casey at Carter.net
ccarter at uiuc.edu
AIM: cartec69
-------------- next part --------------
An embedded and charset-unspecified text was scrubbed...
Name: patch
URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20020913/2d84aadd/attachment.ksh>
2002 Sep 13
1
[LLVMdev] Linux-x86 Compatability
...error Ooops. Fix include/llvm/Bytecode/Primitive.h for your endianness.
#endif
#endif
>#endif /* LLVM_SUPPORT_DATATYPES_H */
>
>-Chris
>
>http://llvm.cs.uiuc.edu/
>http://www.nondot.org/~sabre/Projects/
>
>
--
Casey Carter
Casey at Carter.net
ccarter at uiuc.edu
AIM: cartec69
2002 Sep 14
1
[LLVMdev] MP1: names
Does our pass need to ensure that the new names it creates for the field
allocations are, in fact, unique?
--
Casey Carter
Casey at Carter.net
ccarter at uiuc.edu
AIM: cartec69
2002 Sep 17
0
[LLVMdev] Typo in Pass.h
Like the subject says.
--
Casey Carter
Casey at Carter.net
ccarter at uiuc.edu
AIM: cartec69
-------------- next part --------------
An embedded and charset-unspecified text was scrubbed...
Name: patch
URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20020917/496d0a9c/attachment.ksh>
2002 Sep 17
0
[LLVMdev] Linux-x86 Dynamic loading
ISSUE: Every tool that uses dynamic module loading must be linked with
$(ExportSymbols).
ACTION: Alter Makefiles for analyze, llc, and opt. lli is ready.
--
Casey Carter
Casey at Carter.net
ccarter at uiuc.edu
AIM: cartec69
-------------- next part --------------
An embedded and charset-unspecified text was scrubbed...
Name: patch
URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20020917/85dc3a6a/attachment.ksh>