HomeSort by relevance Sort by last modified time
    Searched full:llvm (Results 401 - 425 of 24291) sorted by null

<<11121314151617181920>>

  /external/clang/test/CodeGenCXX/
array-pointer-decay.cpp 1 // RUN: %clang_cc1 %s -emit-llvm -o -
empty-union.cpp 1 // RUN: %clang_cc1 -emit-llvm -o - %s
namespace-aliases.cpp 1 // RUN: %clang_cc1 -emit-llvm-only %s
return.cpp 1 // RUN: %clang_cc1 -emit-llvm -triple %itanium_abi_triple -o - %s | FileCheck %s
2 // RUN: %clang_cc1 -emit-llvm -triple %itanium_abi_triple -O -o - %s | FileCheck %s --check-prefix=CHECK-OPT
7 // CHECK: call void @llvm.trap
10 // CHECK-OPT-NOT: call void @llvm.trap
virtual-inherited-destructor.cpp 1 // RUN: %clang_cc1 %s -triple %itanium_abi_triple -emit-llvm-only
  /external/clang/test/CodeGenObjC/
deadcode_strip_used_var.m 1 // RUN: %clang_cc1 %s -emit-llvm -o %t -triple i386-apple-darwin10 -fobjc-runtime=macosx-fragile-10.5
2 // RUN: grep "llvm.used" %t | count 1
3 // RUN: %clang_cc1 %s -emit-llvm -o %t -triple x86_64-apple-darwin10 -fobjc-runtime=macosx-fragile-10.5
4 // RUN: grep "llvm.used" %t | count 1
  /external/clang/test/CodeGenObjCXX/
2007-10-03-MetadataPointers.mm 1 // RUN: %clang_cc1 -emit-llvm %s -o /dev/null
  /external/clang/test/Coverage/
targets.c 1 // RUN: %clang_cc1 -g -triple armv6-apple-darwin9 -emit-llvm -o %t %s
2 // RUN: %clang_cc1 -g -triple armv6-unknown-unknown -emit-llvm -o %t %s
3 // RUN: %clang_cc1 -g -triple i686-apple-darwin9 -emit-llvm -o %t %s
4 // RUN: %clang_cc1 -g -triple i686-pc-linux-gnu -emit-llvm -o %t %s
5 // RUN: %clang_cc1 -g -triple i686-unknown-dragonfly -emit-llvm -o %t %s
6 // RUN: %clang_cc1 -g -triple i686-unknown-unknown -emit-llvm -o %t %s
7 // RUN: %clang_cc1 -g -triple i686-unknown-win32 -emit-llvm -o %t %s
8 // RUN: %clang_cc1 -g -triple powerpc-apple-darwin9 -emit-llvm -o %t %s
9 // RUN: %clang_cc1 -g -triple powerpc-unknown-unknown -emit-llvm -o %t %s
10 // RUN: %clang_cc1 -g -triple powerpc64-apple-darwin9 -emit-llvm -o %t %
    [all...]
  /external/clang/www/demo/
syntax.css 0 /* LLVM syntax highlighting for the Web */
  /external/llvm/docs/
doxygen.header 4 <meta name="keywords" content="LLVM,Low Level Virtual Machine,C++,doxygen,API,documentation"/>
5 <meta name="description" content="C++ source code API documentation for LLVM."/>
6 <title>LLVM: $title</title>
9 <p class="title">LLVM API Documentation</p>
  /external/llvm/examples/OCaml-Kaleidoscope/Chapter3/
myocamlbuild.ml 3 ocaml_lib ~extern:true "llvm";;
  /external/llvm/lib/Target/R600/
CMakeLists.txt 3 tablegen(LLVM AMDGPUGenRegisterInfo.inc -gen-register-info)
4 tablegen(LLVM AMDGPUGenInstrInfo.inc -gen-instr-info)
5 tablegen(LLVM AMDGPUGenDAGISel.inc -gen-dag-isel)
6 tablegen(LLVM AMDGPUGenCallingConv.inc -gen-callingconv)
7 tablegen(LLVM AMDGPUGenSubtargetInfo.inc -gen-subtarget)
8 tablegen(LLVM AMDGPUGenIntrinsics.inc -gen-tgt-intrinsic)
9 tablegen(LLVM AMDGPUGenMCCodeEmitter.inc -gen-emitter -mc-emitter)
10 tablegen(LLVM AMDGPUGenDFAPacketizer.inc -gen-dfa-packetizer)
11 tablegen(LLVM AMDGPUGenAsmWriter.inc -gen-asm-writer)
  /external/llvm/test/Assembler/
2002-08-15-CastAmbiguity.ll 1 ; RUN: llvm-as %s -o /dev/null
2003-01-30-UnsignedString.ll 1 ; RUN: llvm-as %s -o /dev/null
2003-05-21-ConstantShiftExpr.ll 1 ; RUN: llvm-as %s -o /dev/null
2004-03-30-UnclosedFunctionCrash.ll 1 ; RUN: not llvm-as %s 2>&1 | grep "found end of file when expecting more instructions"
2005-01-31-CallingAggregateFunction.ll 1 ; RUN: llvm-as %s -o /dev/null
2007-11-26-AttributeOverload.ll 1 ; RUN: not llvm-as < %s >& /dev/null
2008-02-18-IntPointerCrash.ll 1 ; RUN: not llvm-as %s 2>&1 | grep "integer constant must have integer type"
2009-07-24-ZeroArgGEP.ll 1 ; RUN: llvm-as %s -o /dev/null
align-inst-alloca.ll 1 ; RUN: not llvm-as %s -o /dev/null 2>/dev/null
align-inst-load.ll 1 ; RUN: not llvm-as %s -o /dev/null 2>/dev/null
invalid-name.ll 1 ; RUN: not llvm-as %s 2>&1 | FileCheck %s
tls-models.ll 1 ; RUN: llvm-as < %s | llvm-dis | llvm-as | llvm-dis | FileCheck %s
vector-select.ll 1 ; RUN: llvm-as < %s | llvm-dis | llvm-as | llvm-dis | FileCheck %s

Completed in 304 milliseconds

<<11121314151617181920>>