search for: llvmx86info

Displaying 17 results from an estimated 17 matches for "llvmx86info".

Did you mean: lllvmx86info
2010 Jul 21
1
[LLVMdev] Is there a guide to LLVM's components?
...LLVMX86AsmPrinter, "lib\Target\X86\AsmPrinter\LLVMX86AsmPrinter.vcproj" LLVMX86CodeGen, "lib\Target\X86\LLVMX86CodeGen.vcproj" LLVMX86Disassembler, "lib\Target\X86\Disassembler\LLVMX86Disassembler.vcproj" LLVMX86Info, "lib\Target\X86\TargetInfo\LLVMX86Info.vcproj" LLVMipa, "lib\Analysis\IPA\LLVMipa.vcproj" LLVMipo, "lib\Transforms\IPO\LLVMipo.vcproj" ModuleMaker, "examples\ModuleMaker\ModuleMaker.vcproj" X86C...
2016 Mar 18
2
Building with LLVM_PARALLEL_XXX_JOBS
...TPUT ] >> LLVMLTO_LIB_DEPENDS:STATIC= >> LLVM_ENALBLE_LTO:UNINITIALIZED=ON >> LLVM_TOOL_LLVM_LTO_BUILD:BOOL=ON >> LLVM_TOOL_LTO_BUILD:BOOL=ON >> LTO_LIB_DEPENDS:STATIC=general;LLVMX86CodeGen;general;LLVMX86AsmPrinter;general;LLVMX86AsmParser;general;LLVMX86Desc;general;LLVMX86Info;general;LLVMX86Disassembler;general;LLVMCore;general;LLVMLTO;general;LLVMMC;general;LLVMMCDisassembler;general;LLVMSupport;general;LLVMTarget; >> COMPILER_RT_HAS_FNO_LTO_FLAG:INTERNAL=1 >> LLVM_TOOL_LLVM_LTO_BUILD-ADVANCED:INTERNAL=1 >> LLVM_TOOL_LTO_BUILD-ADVANCED:INTERNAL=1 >...
2010 Jul 22
2
[LLVMdev] Is there a guide to LLVM's components?
...LLVMX86AsmPrinter, "lib\Target\X86\AsmPrinter\LLVMX86AsmPrinter.vcproj" LLVMX86CodeGen, "lib\Target\X86\LLVMX86CodeGen.vcproj" LLVMX86Disassembler, "lib\Target\X86\Disassembler\LLVMX86Disassembler.vcproj" LLVMX86Info, "lib\Target\X86\TargetInfo\LLVMX86Info.vcproj" LLVMipa, "lib\Analysis\IPA\LLVMipa.vcproj" LLVMipo, "lib\Transforms\IPO\LLVMipo.vcproj" ModuleMaker, "examples\ModuleMaker\ModuleMaker.vcproj" X86C...
2016 Feb 28
4
[cfe-dev] [3.8 Release] We have branched
...target LLVMDebugInfoCodeView [ 34%] Built target LLVMTarget [ 35%] Built target X86CommonTableGen [ 35%] Built target LLVMX86AsmParser [ 36%] Built target LLVMX86CodeGen [ 36%] Built target LLVMX86Disassembler [ 36%] Built target LLVMX86AsmPrinter [ 37%] Built target LLVMX86Desc [ 37%] Built target LLVMX86Info [ 37%] Built target LLVMX86Utils [ 37%] Built target LLVMAsmParser [ 39%] Built target LLVMProfileData [ 40%] Built target obj.clang-tblgen [ 40%] Built target clang-tblgen [ 41%] Built target ClangAttrClasses [ 41%] Built target ClangAttrImpl [ 41%] Built target ClangAttrDump [ 43%] Built target C...
2010 Aug 02
0
[LLVMdev] CMake broken?
I'm seeing this as well, but for the LLVMAlphaAsmParser: CMake Error at cmake/modules/LLVMConfig.cmake:90 (message): Library LLVMAlphaAsmPrinter not found in list of llvm libraries. Call Stack (most recent call first): cmake/modules/LLVMConfig.cmake:27 (explicit_map_components_to_libraries) cmake/modules/LLVMConfig.cmake:20 (explicit_llvm_config) cmake/modules/AddLLVM.cmake:61
2011 Jun 21
1
[LLVMdev] Instantiating a JIT on win64
hi all, I'm trying to write an LLVM-based interpreter for a small DSL that we have. The language is very simple (essentially a calculator), but I'd like it to execute efficiently. I've been following the tutorial, and have the following code for instantiating an ExecutionEngine: #include <LLVM\ExecutionEngine\JIT.h> #include
2016 Feb 29
0
[cfe-dev] [3.8 Release] We have branched
...target LLVMDebugInfoCodeView [ 34%] Built target LLVMTarget [ 35%] Built target X86CommonTableGen [ 35%] Built target LLVMX86AsmParser [ 36%] Built target LLVMX86CodeGen [ 36%] Built target LLVMX86Disassembler [ 36%] Built target LLVMX86AsmPrinter [ 37%] Built target LLVMX86Desc [ 37%] Built target LLVMX86Info [ 37%] Built target LLVMX86Utils [ 37%] Built target LLVMAsmParser [ 39%] Built target LLVMProfileData [ 40%] Built target obj.clang-tblgen [ 40%] Built target clang-tblgen [ 41%] Built target ClangAttrClasses [ 41%] Built target ClangAttrImpl [ 41%] Built target ClangAttrDump [ 43%] Built target C...
2012 May 25
0
[LLVMdev] Minor correction to the Visual Studio documentation
...de facto interface. From what I understand the C bindings are not complete, but they are quite usable. this is the library section of my CMake build script for the final executable: ${PLATFORM_LIBS} #LLVMX86Disassembler #LLVMX86AsmParser LLVMX86AsmPrinter LLVMX86CodeGen LLVMX86Utils LLVMX86Desc LLVMX86Info LLVMSelectionDAG LLVMAsmPrinter #LLVMJIT #LLVMExecutionEngine LLVMCodeGen LLVMScalarOpts LLVMTransformUtils #LLVMipa LLVMAnalysis LLVMTarget LLVMMCParser LLVMMC LLVMCore LLVMSupport It took me a little while to get the ordering right the first time, but it has been pretty stable since then....
2016 Feb 29
0
[cfe-dev] [3.8 Release] We have branched
...target LLVMDebugInfoCodeView [ 34%] Built target LLVMTarget [ 35%] Built target X86CommonTableGen [ 35%] Built target LLVMX86AsmParser [ 36%] Built target LLVMX86CodeGen [ 36%] Built target LLVMX86Disassembler [ 36%] Built target LLVMX86AsmPrinter [ 37%] Built target LLVMX86Desc [ 37%] Built target LLVMX86Info [ 37%] Built target LLVMX86Utils [ 37%] Built target LLVMAsmParser [ 39%] Built target LLVMProfileData [ 40%] Built target obj.clang-tblgen [ 40%] Built target clang-tblgen [ 41%] Built target ClangAttrClasses [ 41%] Built target ClangAttrImpl [ 41%] Built target ClangAttrDump [ 43%] Built target C...
2010 Aug 02
6
[LLVMdev] CMake broken?
Hi all, CMake seems to have broken in the last few days - or is it just me? tcare:llvm-release tcare$ make -j4 -- Target triple: x86_64-apple-darwin10.5.0 -- Native target architecture is X86 -- Threads enabled. -- Building with -fPIC -- Targeting X86 CMake Error at cmake/modules/LLVMConfig.cmake:90 (message): Library LLVMARMAsmParser not found in list of llvm libraries. Call Stack (most
2009 Nov 01
1
[LLVMdev] Issue compiling LLVM 2.6 on Windows with MinGW
...t LLVMMSIL [ 50%] Built target LLVMMSILInfo [ 52%] Built target PowerPCCodeGenTable_gen [ 56%] Built target LLVMPowerPCCodeGen [ 56%] Built target LLVMPowerPCInfo [ 56%] Built target LLVMPowerPCAsmPrinter [ 58%] Built target X86CodeGenTable_gen [ 62%] Built target LLVMX86CodeGen [ 63%] Built target LLVMX86Info [ 63%] Built target LLVMX86AsmPrinter [ 63%] Built target LLVMX86AsmParser [ 63%] Built target LLVMExecutionEngine [ 64%] Built target LLVMInterpreter [ 64%] Built target LLVMJIT [ 67%] Built target LLVMTarget [ 67%] Built target LLVMAsmParser [ 68%] Built target LLVMDebugger [ 68%] Built target LL...
2016 Mar 17
2
Building with LLVM_PARALLEL_XXX_JOBS
...grep -i lto CMakeCache.txt | grep ^[A-Z] [ OUTPUT ] LLVMLTO_LIB_DEPENDS:STATIC= LLVM_ENALBLE_LTO:UNINITIALIZED=ON LLVM_TOOL_LLVM_LTO_BUILD:BOOL=ON LLVM_TOOL_LTO_BUILD:BOOL=ON LTO_LIB_DEPENDS:STATIC=general;LLVMX86CodeGen;general;LLVMX86AsmPrinter;general;LLVMX86AsmParser;general;LLVMX86Desc;general;LLVMX86Info;general;LLVMX86Disassembler;general;LLVMCore;general;LLVMLTO;general;LLVMMC;general;LLVMMCDisassembler;general;LLVMSupport;general;LLVMTarget; COMPILER_RT_HAS_FNO_LTO_FLAG:INTERNAL=1 LLVM_TOOL_LLVM_LTO_BUILD-ADVANCED:INTERNAL=1 LLVM_TOOL_LTO_BUILD-ADVANCED:INTERNAL=1 [ /OUTPUT ] But is no more doc...
2017 Feb 11
2
Asan self host problems: Failed to deallocate
Trying to run a self host "ninja check-clang" with ASan enabled I hit a /lot/ of errors like this (strangely I hit none of these in check-llvm, only in check-clang): Any ideas? ==10525==ERROR: AddressSanitizer failed to deallocate 0x10800 (67584) bytes at address 0x631000014800 ==10525==AddressSanitizer CHECK failed:
2017 Feb 15
2
Asan self host problems: Failed to deallocate
...LIB_DEPENDS:STATIC= //Dependencies for target LLVMX86AsmPrinter_LIB_DEPENDS:STATIC= //Dependencies for target LLVMX86CodeGen_LIB_DEPENDS:STATIC= //Dependencies for target LLVMX86Desc_LIB_DEPENDS:STATIC= //Dependencies for target LLVMX86Disassembler_LIB_DEPENDS:STATIC= //Dependencies for target LLVMX86Info_LIB_DEPENDS:STATIC= //Dependencies for target LLVMX86Utils_LIB_DEPENDS:STATIC= //Dependencies for target LLVMXCoreAsmPrinter_LIB_DEPENDS:STATIC= //Dependencies for target LLVMXCoreCodeGen_LIB_DEPENDS:STATIC= //Dependencies for target LLVMXCoreDesc_LIB_DEPENDS:STATIC= //Dependencies for target...
2012 May 23
6
[LLVMdev] Minor correction to the Visual Studio documentation
Hi again, The Visual Studio getting started guide ( http://llvm.org/docs/GettingStartedVS.html) mentions the "llvm-lit" tool, but fails to mention these things: 1. Either you need to run it from bash or a similar Unix shell, as Windows does not recognize the extensionless Python script that it is. 2. Alternatively, you can invoke it using Python like this: python bin/llvm-lit
2016 Mar 12
4
Building with LLVM_PARALLEL_XXX_JOBS
On Fri, Mar 4, 2016 at 11:28 AM, Tilmann Scheller <tilmann at osg.samsung.com> wrote: > Hi Sedat, > > On 03/03/2016 08:09 AM, Sedat Dilek via llvm-dev wrote: >> >> It might be that a CLANG generated with LTO/PGO speeds up the build. >> Can you confirm this? > > Yes, a Clang host compiler built with LTO or PGO is generally faster than an > -O3 build. >
2019 Apr 30
6
Disk space and RAM requirements in docs
...llvm/trunk 648K build/lib/Target/X86/TargetInfo/CMakeFiles 644K build/tools/clang/test/Modules/Output/dependency-dump.m.tmp/vfs/usr 644K build/tools/clang/test/Modules/Output/dependency-dump-dependent-module.m.tmp/vfs/usr/home/petr/src/llvm/trunk/llvm 644K build/lib/Target/X86/TargetInfo/CMakeFiles/LLVMX86Info.dir 640K build/tools/clang/test/Modules/Output/dependency-dump.m.tmp/vfs/usr/home 640K build/tools/clang/test/Modules/Output/dependency-dump-dependent-module.m.tmp/vfs/usr/home/petr/src/llvm/trunk/llvm/tools 636K build/tools/llvm-c-test 636K build/tools/clang/test/Modules/Output/dependency-dump.m.t...