HomeSort by relevance Sort by last modified time
    Searched full:llvm (Results 51 - 75 of 14624) sorted by null

1 23 4 5 6 7 8 91011>>

  /external/llvm/tools/llvm-objdump/
CMakeLists.txt 10 add_llvm_tool(llvm-objdump
11 llvm-objdump.cpp
  /external/llvm/docs/CommandGuide/
index.rst 0 LLVM Command Guide
4 The following documents are command descriptions for all of the LLVM tools.
5 These pages describe how to use the LLVM commands and what their options are.
17 llvm-as
18 llvm-dis
22 llvm-link
23 llvm-ar
24 llvm-nm
25 llvm-prof
26 llvm-confi
    [all...]
  /external/llvm/bindings/ocaml/transforms/ipo/
llvm_ipo.ml 1 (*===-- llvm_ipo.mli - LLVM Ocaml Interface ------------*- OCaml -*-===*
3 * The LLVM Compiler Infrastructure
12 This interface provides an ocaml API for LLVM interprocedural optimizations, the
15 (** See llvm::createAddArgumentPromotionPass *)
16 external add_argument_promotion : [ | `Module ] Llvm.PassManager.t -> unit =
19 (** See llvm::createConstantMergePass function. *)
20 external add_constant_merge : [ | `Module ] Llvm.PassManager.t -> unit =
23 (** See llvm::createDeadArgEliminationPass function. *)
25 [ | `Module ] Llvm.PassManager.t -> unit = "llvm_add_dead_arg_elimination"
27 (** See llvm::createFunctionAttrsPass function. *
    [all...]
llvm_ipo.mli 1 (*===-- llvm_ipo.mli - LLVM Ocaml Interface ------------*- OCaml -*-===*
3 * The LLVM Compiler Infrastructure
12 This interface provides an ocaml API for LLVM interprocedural optimizations, the
15 (** See llvm::createAddArgumentPromotionPass *)
16 external add_argument_promotion : [ | `Module ] Llvm.PassManager.t -> unit =
19 (** See llvm::createConstantMergePass function. *)
20 external add_constant_merge : [ | `Module ] Llvm.PassManager.t -> unit =
23 (** See llvm::createDeadArgEliminationPass function. *)
25 [ | `Module ] Llvm.PassManager.t -> unit = "llvm_add_dead_arg_elimination"
27 (** See llvm::createFunctionAttrsPass function. *
    [all...]
  /external/llvm/test/Transforms/IndVarSimplify/
2004-04-05-InvokeCastCrash.ll 4 %"struct.__gnu_cxx::_Hashtable_node<const llvm::Constant*>" = type { %"struct.__gnu_cxx::_Hashtable_node<const llvm::Constant*>"*, %"struct.llvm::Constant"* }
5 %"struct.__gnu_cxx::_Hashtable_node<std::pair<const llvm::Value* const, int> >" = type { %"struct.__gnu_cxx::_Hashtable_node<std::pair<const llvm::Value* const, int> >"*, %"struct.std::pair<const llvm::Value* const,int>" }
6 %"struct.__gnu_cxx::hash_map<const llvm::Value*,int,__gnu_cxx::hash<const llvm::Value*>,std::equal_to<const llvm::Value*>,std::allocator<int> >" = type { %"struct.__gnu_cxx::hashtable<std::pair<const llvm::Value* const, int>,const llvm::Value*,__gnu_cxx::hash<const llvm::Value*>,std::_Select1st<std::pa (…)
    [all...]
  /external/clang/
.arcconfig 3 "conduit_uri" : "http://llvm-reviews.chandlerc.com/"
  /external/clang/test/CodeGen/
2003-10-28-ident.c 1 // RUN: %clang_cc1 -emit-llvm %s -o /dev/null
builtin-stackaddress.c 1 // RUN: %clang_cc1 -emit-llvm < %s | grep "llvm.returnaddress"
2 // RUN: %clang_cc1 -emit-llvm < %s | grep "llvm.frameaddress"
weak-global.c 1 // RUN: %clang_cc1 -emit-llvm < %s | grep common
  /external/compiler-rt/
.arcconfig 3 "conduit_uri" : "http://llvm-reviews.chandlerc.com/"
  /external/llvm/bindings/ocaml/transforms/scalar/
scalar_opts_ocaml.c 1 /*===-- scalar_opts_ocaml.c - LLVM Ocaml Glue -------------------*- C++ -*-===*\
3 |* The LLVM Compiler Infrastructure *|
10 |* This file glues LLVM's ocaml interface to its C interface. These functions *|
18 #include "llvm-c/Transforms/Scalar.h"
22 /* [<Llvm.PassManager.any] Llvm.PassManager.t -> unit */
28 /* [<Llvm.PassManager.any] Llvm.PassManager.t -> unit */
34 /* [<Llvm.PassManager.any] Llvm.PassManager.t -> unit *
    [all...]
  /external/llvm/cmake/
README 1 See docs/CMake.html for instructions on how to build LLVM with CMake.
  /external/llvm/docs/_themes/llvm-theme/
theme.conf 3 stylesheet = llvm-theme.css
  /external/llvm/test/Assembler/
2002-04-07-InfConstant.ll 3 ; RUN: llvm-as < %s | llvm-dis | llvm-as | llvm-dis | grep 0x7FF0000000000000
2002-07-25-QuoteInString.ll 2 ; RUN: llvm-as < %s | llvm-dis | llvm-as | llvm-dis
2007-09-29-GC.ll 1 ; RUN: llvm-as < %s | llvm-dis | grep "@f.*gc.*shadowstack"
2 ; RUN: llvm-as < %s | llvm-dis | grep "@g.*gc.*java"
2008-09-29-RetAttr.ll 2 ; RUN: llvm-as < %s | llvm-dis | grep "define inreg i32"
3 ; RUN: llvm-as < %s | llvm-dis | grep "call inreg i32"
  /external/llvm/test/Feature/
NamedMDNode.ll 1 ; RUN: llvm-as < %s | llvm-dis | grep "llvm.stuff = "
6 !llvm.stuff = !{!0, !1}
linker_private_linkages.ll 1 ; RUN: llvm-as < %s | llvm-dis > %t1.ll
2 ; RUN: llvm-as %t1.ll -o - | llvm-dis > %t2.ll
properties.ll 1 ; RUN: llvm-as < %s | llvm-dis > %t1.ll
2 ; RUN: llvm-as %t1.ll -o - | llvm-dis > %t2.ll
small.ll 1 ; RUN: llvm-as < %s | llvm-dis > %t1.ll
2 ; RUN: llvm-as %t1.ll -o - | llvm-dis > %t2.ll
smallest.ll 1 ; RUN: llvm-as < %s | llvm-dis > %t1.ll
2 ; RUN: llvm-as %t1.ll -o - | llvm-dis > %t2.ll
unreachable.ll 1 ; RUN: llvm-as < %s | llvm-dis > %t1.ll
2 ; RUN: llvm-as %t1.ll -o - | llvm-dis > %t2.ll
  /external/llvm/test/MC/X86/
x86_nop.s 1 # RUN: llvm-mc -filetype=obj -arch=x86 -mcpu=generic %s | llvm-objdump -d - | FileCheck %s
2 # RUN: llvm-mc -filetype=obj -arch=x86 -mcpu=i386 %s | llvm-objdump -d - | FileCheck %s
3 # RUN: llvm-mc -filetype=obj -arch=x86 -mcpu=i486 %s | llvm-objdump -d - | FileCheck %s
4 # RUN: llvm-mc -filetype=obj -arch=x86 -mcpu=i586 %s | llvm-objdump -d - | FileCheck %s
5 # RUN: llvm-mc -filetype=obj -arch=x86 -mcpu=pentium %s | llvm-objdump -d - | FileCheck %
    [all...]
  /external/llvm/test/TableGen/
UnterminatedComment.td 1 // RUN: not llvm-tblgen < %s >& /dev/null

Completed in 263 milliseconds

1 23 4 5 6 7 8 91011>>