Home
last modified time | relevance | path

Searched refs:lli (Results 1 – 25 of 103) sorted by relevance

12345

/external/llvm/docs/CommandGuide/
Dlli.rst1 lli - directly execute programs from LLVM bitcode
9 **lli** [*options*] [*filename*] [*program args*]
16 **lli** directly executes programs in LLVM bitcode format. It takes a program
18 available for the current architecture, or an interpreter. **lli** takes all of
20 **lli** is using the just-in-time compiler.
22 If *filename* is not specified, then **lli** reads the LLVM bitcode for the
55 Causes **lli** to load the plugin (shared object) named *pluginfilename* and use
76 Print out the version of **lli** and exit without doing anything else.
147 Causes **lli** to enable optimizations that may decrease floating point
154 Causes **lli** to generate software floating point library calls instead of
[all …]
/external/llvm/tools/lli/
DCMakeLists.txt33 add_llvm_tool(lli
34 lli.cpp
39 set_target_properties(lli PROPERTIES ENABLE_EXPORTS 1)
DLLVMBuild.txt1 ;===- ./tools/lli/LLVMBuild.txt --------------------------------*- Conf -*--===;
23 name = lli
DAndroid.mk11 lli.cpp \
70 LOCAL_MODULE := lli
DMakefile11 TOOLNAME := lli
/external/llvm/tools/lli/ChildTarget/
DLLVMBuild.txt1 ;===- ./tools/lli/ChildTarget/LLVMBuild.txt --------------------*- Conf -*--===;
20 name = lli-child-target
21 parent = lli
DCMakeLists.txt3 add_llvm_executable(lli-child-target
8 set_target_properties(lli-child-target PROPERTIES FOLDER "Misc")
DMakefile11 TOOLNAME := lli-child-target
/external/clang/test/Sema/
Dshift.c50 long long int lli; in test() local
51 lli = INT_MIN << 2; // expected-warning {{bits to represent, but 'int' only has}} in test()
52 lli = 1LL << (sizeof(long long) * CHAR_BIT - 2); in test()
/external/llvm/docs/
DDebuggingJITedCode.rst42 Note that lli has to be passed the ``-use-mcjit`` flag to JIT the code with
84 code via ``lli`` inside GDB:
89 $ gdb --quiet --args $BINPATH/lli -use-mcjit showdebug.ll 5
90 Reading symbols from $BINPATH/lli...done.
96 Starting program: $BINPATH/lli -use-mcjit showdebug.ll 5
127 … argv=0x7fffffffe018, envp=0x7fffffffe040) at /home/ebenders_test/llvm_svn_rw/tools/lli/lli.cpp:324
/external/llvm/test/
DCMakeLists.txt24 lli
25 lli-child-target
/external/llvm/test/ExecutionEngine/
Dsimplesttest.ll1 ; RUN: %lli %s > /dev/null
Dtest-return.ll1 ; RUN: %lli %s > /dev/null
D2010-01-15-UndefValue.ll1 ; RUN: %lli -force-interpreter=true %s
Dsimpletest.ll1 ; RUN: %lli %s > /dev/null
D2003-01-04-PhiTest.ll1 ; RUN: %lli %s > /dev/null
Dtest-branch.ll1 ; RUN: %lli %s > /dev/null
Dtest-call-no-external-funcs.ll1 ; RUN: %lli %s > /dev/null
Dmov64zext32.ll1 ; RUN: %lli %s > /dev/null
D2003-01-10-FUCOM.ll1 ; RUN: %lli %s > /dev/null
D2003-01-09-SARTest.ll1 ; RUN: %lli %s > /dev/null
D2003-05-07-ArgumentTest.ll1 ; RUN: %lli %s test
Dhello.ll1 ; RUN: %lli %s > /dev/null
D2003-08-15-AllocaAssertion.ll1 ; RUN: %lli %s > /dev/null
/external/llvm/test/ExecutionEngine/MCJIT/remote/
Dsimpletest-remote.ll1 ; RUN: %lli_mcjit -remote-mcjit -mcjit-remote-process=lli-child-target%exeext %s > /dev/null

12345