| /llvm-project/llvm/docs/HistoricalNotes/ |
| H A D | 2000-11-18-EarlyDesignIdeas.txt | 10 portability and safety like the Java VM? Or shall we focus on the 13 important for portable Java-type VMs? 17 the second question. The Java compiler and OS community care much more 21 Java-type VMs, the design constraints are very different.
|
| H A D | 2000-11-18-EarlyDesignIdeasResp.txt | 10 > portability and safety like the Java VM? Or shall we focus on the 13 > important for portable Java-type VMs? 22 to be able to statically eliminate many bounds checks in Java 26 * Java bytecode is used as our "safe" representation (to avoid 28 user chooses to execute Java bytecodes directly (ie, not 35 * To keep things "safe" ie to enforce a sandbox on Java/foreign code, 44 > the second question. The Java compiler and OS community care much more 81 C functions directly from Java without using the nasty/slow/gross JNI 97 a uniform way for the entire VM... so that C functions can call Java
|
| H A D | 2001-02-13-Reference-Memory.txt | 17 works fine for lots of stuff... except that Java really has 21 an object, etc...) and more closely matches Java semantics. The
|
| H A D | 2001-02-06-TypeNotationDebateResp2.txt | 25 * This fits more closely with what Java needs, ie what we need in the 26 short term. Java arrays are always zero based.
|
| H A D | 2001-02-13-Reference-MemoryResponse.txt | 8 > works fine for lots of stuff... except that Java really has 12 > an object, etc...) and more closely matches Java semantics. The
|
| H A D | 2001-05-18-ExceptionHandling.txt | 1 Meeting notes: Implementation idea: Exception Handling in C++/Java 196 llvm. Java would be very similar, except it only uses destructors to unlock 201 It would be trivial to get exception interoperability between C++ and Java.
|
| H A D | 2001-02-09-AdveComments.txt | 26 the val-type uint? Most HLL switch statements (including Java and C++) 53 C, C++ Java and Fortran 90 would not be able to use our malloc anyway
|
| H A D | 2001-01-31-UniversalIRIdea.txt | 9 Java vm, a Lisp vm, ..
|
| H A D | 2001-05-19-ExceptionResponse.txt | 10 > The finally clause in Java may need more thought. The code for this clause
|
| H A D | 2001-02-09-AdveCommentsResponse.txt | 68 in a language like C. Even in a Java like language, you need upcasts
|
| /llvm-project/llvm/test/Transforms/InstCombine/ |
| H A D | JavaCompare.ll | 1 ; This is the sequence of stuff that the Java front-end expands for a single
|
| /llvm-project/llvm/docs/ |
| H A D | FaultMaps.rst | 20 For example, Java requires null checks on objects before they are read 24 extremely rare in well-behaved Java programs, and typically the null
|
| H A D | Atomics.rst | 28 * Proper semantics for Java-style memory, for both ``volatile`` and regular 29 shared variables. (`Java Specification 163 for a "safe" language like Java, use Unordered to load and store any shared 195 This is intended to match the Java memory model for shared variables. 198 This cannot be used for synchronization, but is useful for Java and other 202 wider loads, like a 64-bit store on ARM. (A frontend for Java or other "safe" 342 This corresponds to the C++/C ``memory_order_seq_cst``, Java volatile, and
|
| H A D | GarbageCollection.rst | 140 broad class of garbage collected languages including Scheme, ML, Java, C#, 276 Consider the following fragment of Java code: 296 ;; Java has type-tags on objects, so we pass null as metadata. 304 ;; Java null-initializes pointers.
|
| /llvm-project/llvm/lib/BinaryFormat/ |
| H A D | XCOFF.cpp | 104 LANG_CASE(Java) in getNameForTracebackTableLanguageId()
|
| /llvm-project/clang/docs/ |
| H A D | ClangFormat.rst | 14 to format C/C++/Java/JavaScript/JSON/Objective-C/Protobuf/C# code. 21 OVERVIEW: A tool to format C/C++/Java/JavaScript/JSON/Objective-C/Protobuf/C# code. 51 Java: .java
|
| H A D | ClangFormatStyleOptions.rst | 2712 Break after each annotation on a field in Java files. 3600 In C# and Java: 4474 Format integer literal separators (``'`` for C++ and ``_`` for C#, Java, 4557 A vector of prefixes ordered by the desired groups for Java imports. 4568 formatted as in the Java example below. 4751 * ``LK_Java`` (in configuration: ``Java``) 4752 Should be used for Java. 5913 When sorting Java imports, by default static imports are placed before
|
| H A D | Toolchain.rst | 99 * Java (``-x java``)
|
| /llvm-project/polly/lib/External/isl/imath/ |
| H A D | README.md | 35 programming languages, including Java, Perl, and Python provide arbitrary
|
| /llvm-project/llvm/include/llvm/DebugInfo/CodeView/ |
| H A D | CodeView.h | 160 Java = 0x0d, enumerator
|
| /llvm-project/lldb/test/Shell/Minidump/ |
| H A D | fb-dump.test | 104 # CHECK-JAVA: Facebook Java Stack:
|
| /llvm-project/clang/include/clang/Driver/ |
| H A D | Types.def | 93 TYPE("java", Java, INVALID, nullptr, phases::Compile, phases::Backend, phases::Assemble, phases::Link)
|
| /llvm-project/llvm/lib/DebugInfo/PDB/ |
| H A D | PDBExtras.cpp | 229 CASE_OUTPUT_ENUM_CLASS_NAME(PDB_Lang, Java, OS) in operator <<()
|
| /llvm-project/llvm/lib/DebugInfo/CodeView/ |
| H A D | EnumTables.cpp | 104 CV_ENUM_ENT(SourceLanguage, ILAsm), CV_ENUM_ENT(SourceLanguage, Java),
|
| /llvm-project/llvm/include/llvm/BinaryFormat/ |
| H A D | Dwarf.def | 921 HANDLE_DW_LANG(0x000b, Java, 0, 3, DWARF) 1006 HANDLE_DW_LNAME(0x000c, Java, "Java", 0)
|