Displaying 12 results from an estimated 12 matches for "osstr".
Did you mean:
opstr
2014 Jul 09
5
[LLVMdev] [PATCH][REQUEST] Could someone submit this CSR Kalimba definitions patch please?
...))),
- SubArch(parseSubArch(getArchName())),
Vendor(parseVendor(getVendorName())),
OS(parseOS(getOSName())),
Environment(parseEnvironment(getEnvironmentName())),
@@ -413,7 +398,6 @@
Triple::Triple(const Twine &ArchStr, const Twine &VendorStr, const
Twine &OSStr)
: Data((ArchStr + Twine('-') + VendorStr + Twine('-') + OSStr).str()),
Arch(parseArch(ArchStr.str())),
- SubArch(parseSubArch(ArchStr.str())),
Vendor(parseVendor(VendorStr.str())),
OS(parseOS(OSStr.str())),
Environment(), ObjectFormat(Trip...
2012 Aug 17
3
[LLVMdev] RFC: MCJIT enhancements
...ormatType enum with all llvm-supported object formats.
>
> 3. Remove “MachO” from the llvm::Triple::EnvironmentType enum.
>
> 4. Add the following methods to llvm::Triple:
>
>
>
> Triple(const Twine &ArchStr, const Twine &VendorStr, const Twine &OSStr, const Twine &ObjFmtStr)
>
> Triple(const Twine &ArchStr, const Twine &VendorStr, const Twine &OSStr, const Twine &ObjFmtStr, const Twine &EnvStr)
>
> bool hasExplicitObjectFormat() const
>
> ObjectFormatType getObjectFormat() const
>
> StringRef...
2012 Aug 16
2
[LLVMdev] RFC: MCJIT enhancements
...2. Add an llvm::Triple::ObjectFormatType enum with all llvm-supported object formats.
3. Remove “MachO” from the llvm::Triple::EnvironmentType enum.
4. Add the following methods to llvm::Triple:
Triple(const Twine &ArchStr, const Twine &VendorStr, const Twine &OSStr, const Twine &ObjFmtStr)
Triple(const Twine &ArchStr, const Twine &VendorStr, const Twine &OSStr, const Twine &ObjFmtStr, const Twine &EnvStr)
bool hasExplicitObjectFormat() const
ObjectFormatType getObjectFormat() const
StringRef getObjectFormatName() const
bool isOutp...
2012 Aug 17
0
[LLVMdev] RFC: MCJIT enhancements
...vm-supported object formats.****
>
> **3. **Remove “MachO” from the llvm::Triple::EnvironmentType enum.**
> **
>
> **4. **Add the following methods to llvm::Triple:****
>
> ** **
>
> Triple(const Twine &ArchStr, const Twine &VendorStr, const Twine &OSStr,
> const Twine &ObjFmtStr)****
>
> Triple(const Twine &ArchStr, const Twine &VendorStr, const Twine &OSStr,
> const Twine &ObjFmtStr, const Twine &EnvStr)****
>
> bool hasExplicitObjectFormat() const****
>
> ObjectFormatType getObjectFormat() const***...
2012 Sep 05
2
[LLVMdev] RFC: MCJIT enhancements
...2. Add an llvm::Triple::ObjectFormatType enum with all llvm-supported object formats.
3. Remove “MachO” from the llvm::Triple::EnvironmentType enum.
4. Add the following methods to llvm::Triple:
Triple(const Twine &ArchStr, const Twine &VendorStr, const Twine &OSStr, const Twine &ObjFmtStr)
Triple(const Twine &ArchStr, const Twine &VendorStr, const Twine &OSStr, const Twine &ObjFmtStr, const Twine &EnvStr)
bool hasExplicitObjectFormat() const
ObjectFormatType getObjectFormat() const
StringRef getObjectFormatName() const
bool isOutp...
2012 Aug 28
0
[LLVMdev] RFC: MCJIT enhancements
...2. Add an llvm::Triple::ObjectFormatType enum with all llvm-supported object formats.
3. Remove “MachO” from the llvm::Triple::EnvironmentType enum.
4. Add the following methods to llvm::Triple:
Triple(const Twine &ArchStr, const Twine &VendorStr, const Twine &OSStr, const Twine &ObjFmtStr)
Triple(const Twine &ArchStr, const Twine &VendorStr, const Twine &OSStr, const Twine &ObjFmtStr, const Twine &EnvStr)
bool hasExplicitObjectFormat() const
ObjectFormatType getObjectFormat() const
StringRef getObjectFormatName() const
bool isOutp...
2012 Sep 05
0
[LLVMdev] RFC: MCJIT enhancements
...ormatType enum with all llvm-supported object formats.
>
> 3. Remove “MachO” from the llvm::Triple::EnvironmentType enum.
>
> 4. Add the following methods to llvm::Triple:
>
>
>
> Triple(const Twine &ArchStr, const Twine &VendorStr, const Twine &OSStr, const Twine &ObjFmtStr)
>
> Triple(const Twine &ArchStr, const Twine &VendorStr, const Twine &OSStr, const Twine &ObjFmtStr, const Twine &EnvStr)
>
> bool hasExplicitObjectFormat() const
>
> ObjectFormatType getObjectFormat() const
>
> StringRef...
2012 Sep 07
2
[LLVMdev] RFC: MCJIT enhancements
...ported object formats.
>>
>> 3. Remove “MachO” from the llvm::Triple::EnvironmentType enum.
>>
>> 4. Add the following methods to llvm::Triple:
>>
>>
>>
>> Triple(const Twine &ArchStr, const Twine &VendorStr, const Twine &OSStr, const Twine &ObjFmtStr)
>>
>> Triple(const Twine &ArchStr, const Twine &VendorStr, const Twine &OSStr, const Twine &ObjFmtStr, const Twine &EnvStr)
>>
>> bool hasExplicitObjectFormat() const
>>
>> ObjectFormatType getObjectFormat() con...
2012 Feb 06
1
virt-install: "ERROR Host does not support any virtualization options"
...19:57:29 DEBUG Traceback (most recent call last):
File "/usr/bin/virt-install-2.7", line 272, in get_virt_type
machine=options.machine)
File
"/usr/lib64/python2.7/site-packages/virtinst/CapabilitiesParser.py",
line 732, in guest_lookup
{'virttype' : osstr, 'arch' : archstr})
ValueError: Host does not support any virtualization options for arch
'x86_64'
hp ~ # virsh --connect qemu:///system
Welcome to virsh, the virtualization interactive terminal.
Type: 'help' for help with commands
'quit' to quit...
2012 Aug 16
0
[LLVMdev] RFC: MCJIT enhancements
On Wed, Jul 25, 2012 at 12:24 AM, Kaylor, Andrew <andrew.kaylor at intel.com>wrote:
>
> -------------------------------****
>
> ELF Support on Windows****
>
> -------------------------------****
>
> ****
>
> There are various reasons that it would be nice to be able to support
> generation of ELF objects on Windows through the MCJIT interface, one of
>
2012 Sep 07
0
[LLVMdev] RFC: MCJIT enhancements
...2. Add an llvm::Triple::ObjectFormatType enum with all llvm-supported object formats.
3. Remove “MachO” from the llvm::Triple::EnvironmentType enum.
4. Add the following methods to llvm::Triple:
Triple(const Twine &ArchStr, const Twine &VendorStr, const Twine &OSStr, const Twine &ObjFmtStr)
Triple(const Twine &ArchStr, const Twine &VendorStr, const Twine &OSStr, const Twine &ObjFmtStr, const Twine &EnvStr)
bool hasExplicitObjectFormat() const
ObjectFormatType getObjectFormat() const
StringRef getObjectFormatName() const
bool isOutp...
2012 Jul 24
5
[LLVMdev] RFC: MCJIT enhancements
Following up and expanding on an earlier conversation, I'd like to discuss making several non-trivial changes to the MCJIT engine and related objects. There may be some interdependencies between these changes, but I think that they can be logically grouped as follows:
* Lazy module compilation
* Enhance the JIT memory manager interface to enable section-based memory protection
* Clean up