Displaying 6 results from an estimated 6 matches for "simplevaluetypevalu".
Did you mean:
simplevaluetypevalue
2009 Mar 10
1
[LLVMdev] 2.5 Pre-release1 available for testing
...y)
@@ -21,6 +21,8 @@
#include "llvm/Support/DataTypes.h"
#include "llvm/Support/MathExtras.h"
+static const uintptr_t minus_one = -1;
+
namespace llvm {
class Type;
@@ -92,7 +94,10 @@
iPTR = 255,
// LastSimpleValueType - The greatest valid SimpleValueTypevalue.
- LastSimpleValueType = 255
+ LastSimpleValueType = 255,
+
+ // force the size of the enum to be sizeof(uintptr_t)
+ _BigValue = minus_one
};
private:
2009 Feb 23
0
[LLVMdev] 2.5 Pre-release1 available for testing
On Fri, Feb 6, 2009 at 8:42 PM, Tanya Lattner <tonic at nondot.org> wrote:
> LLVMers,
>
> The 2.5 pre-release is available for testing:
> http://llvm.org/prereleases/2.5/
>
I'm updating the Fedora packaging of LLVM, and with the 02/20
prerelease it fails to build on ppc64:
http://koji.fedoraproject.org/koji/taskinfo?taskID=1148023
make[1]: Entering directory
2009 Apr 07
0
[LLVMdev] Porting to System z
Hi,
> llvm[1]: Building Intrinsics.gen.tmp from Intrinsics.td
> tblgen: IntrinsicEmitter.cpp:163: void EmitTypeForValueType(std::ostream&,
> llvm::MVT::SimpleValueType): Assertion `false && "Unsupported ValueType!"'
> failed.
this came up before IIRC, but I don't remember the details - buggy system
compiler? Try searching the archives. Also, if you
2009 Apr 07
2
[LLVMdev] Porting to System z
Hi,
I am beginning the porting process for Linux on System z (aka IBM
Mainframe). I thought I¹d build LLVM first with the c and cpp backends so
that tools like TableGen would be created that I¹d then use to process the
.td files that I¹ll be creating. So I used svn to grab the code from the
repository and ran configure and make. However, the build breaks at this
point:
llvm[1]: Building
2009 Apr 07
6
[LLVMdev] Porting to System z
...y)
@@ -21,6 +21,8 @@
#include "llvm/Support/DataTypes.h"
#include "llvm/Support/MathExtras.h"
+static const uintptr_t minus_one = -1;
+
namespace llvm {
class Type;
@@ -92,7 +94,10 @@
iPTR = 255,
// LastSimpleValueType - The greatest valid SimpleValueTypevalue.
- LastSimpleValueType = 255
+ LastSimpleValueType = 255,
+
+ // force the size of the enum to be sizeof(uintptr_t)
+ _BigValue = minus_one
};
private:
I added this code but, apart from generating warnings about a negative value
being assigned to an unsigned variabl...
2009 Feb 07
11
[LLVMdev] 2.5 Pre-release1 available for testing
LLVMers,
The 2.5 pre-release is available for testing:
http://llvm.org/prereleases/2.5/
If you have time, I'd appreciate anyone who can help test the release.
Please do the following:
1) Download/compile llvm source, and either compile llvm-gcc source or
use llvm-gcc binary (please compile llvm-gcc with fortran if you can).
2) Run make check, send me the testrun.log
3) Run "make