Displaying 7 results from an estimated 7 matches for "bitsetvector".
2002 Nov 14
1
[LLVMdev] problem checking out llvm
...k is full.. Please let me know how to fix this
problem.
Thanks,
xiaodong
xli3|csil-suna33|/usr/dcs/projects/cs426/xli3/llvm|[10]% cvs update
cvs update: Updating .
? gnumake.out
cvs update: Updating Support
cvs update: Updating include
cvs update: Updating include/Support
cvs update: cannot close BitSetVector.h: No space left on device
cvs update: could not check out include/Support/BitSetVector.h
cvs update: cannot close GraphWriter.h: No space left on device
cvs update: could not check out include/Support/GraphWriter.h
cvs update: cannot close TarjanSCCIterator.h: No space left on device
cvs update: c...
2005 Feb 20
0
[LLVMdev] LLVM CFE bootstrap problem at FreeBSDafterlast$(Install) changes in Makefile.rules
...local copy
> Makefile.rules (removing -D option from $(Install) call lines).
>
I found one more problem with $(Install) at FreebSD - now in LLVM install:
At FreebSD install can't autocreate directories at "Installing include
files" :
/home/wanderer/pkg/llvm/include/./llvm/ADT/BitSetVector.h
Note: see /dot/ part.
And then current LLVM state at FreebSD:
After
http://mail.cs.uiuc.edu/pipermail/llvm-commits/Week-of-Mon-20050214/024145.html
and
http://mail.cs.uiuc.edu/pipermail/llvm-commits/Week-of-Mon-20050214/024146.html
LLVM can't be installed with $(Install) -D (unsupported...
2005 Feb 17
3
[LLVMdev] LLVM CFE bootstrap problem at FreeBSD after last$(Install) changes in Makefile.rules
> Vladimir,
>
> Thanks for the note. Unfortunately, the install approach that we're
> using in the makefiles is a bit broken, based on Linux install program.
> We'll get this cleaned up soon so that it works on multiple unixes.
>
> Reid.
Ok
Temporary fixed by partly reverting $(Install) changes in local copy
Makefile.rules (removing -D option from $(Install) call
2007 May 09
0
[LLVMdev] EquivalenceClasses
...equivalence relation. Subset is not one
so this data structure just won't work correctly. I think that your relation
should be represented by another structure. E.g. undirected graph can be
used to represent any binary relation (if you chose binary matrix
representation I'd recommend using BitSetVector data structure found in
include/llvm/ADT directory).
FYI, in linear scan register allocator EquivalenceClasses object is used to
divide register classes via "alias" relation. See ComputeRelatedRegClasses
method in RegAllocLinearScan.cpp.
Anton.
-------------- next part --------------
An...
2007 May 09
2
[LLVMdev] EquivalenceClasses
Can someone explain the terminology used in the Doxygen
comments for EquivalenceClasses? Specifically, what is
a "Leader" as opposed to other members of an equivalence
class?
Say, for example, I want to create a set of equivalence
classes to specify subset relationships. Imagine B is
a subset of A, C is a subset of B, E is a subset of D
and D has no relation to any other set. I'd
2004 Dec 03
0
[LLVMdev] [Fwd: Updated LLVM Visual Studio project files]
...; RelativePath="..\..\include\llvm\Support\TypeInfo.h">
> > </File>
> > </Filter>
> > <Filter
> > Name="ADT"
> > Filter="">
> > <File
> > RelativePath="..\..\include\llvm\Adt\BitSetVector.h">
> > </File>
> > <File
> > RelativePath="..\..\include\llvm\Adt\DenseMap.h">
> > </File>
> > <File
> > RelativePath="..\..\include\llvm\Adt\DepthFirstIterator.h">
> > </File>...
2004 Dec 03
2
[LLVMdev] [Fwd: Updated LLVM Visual Studio project files]
...</File>
> <File
> RelativePath="..\..\include\llvm\Support\TypeInfo.h">
> </File>
> </Filter>
> <Filter
> Name="ADT"
> Filter="">
> <File
> RelativePath="..\..\include\llvm\Adt\BitSetVector.h">
> </File>
> <File
> RelativePath="..\..\include\llvm\Adt\DenseMap.h">
> </File>
> <File
> RelativePath="..\..\include\llvm\Adt\DepthFirstIterator.h">
> </File>
> <File
> Relativ...