| /llvm-project-15.0.7/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-15.0.7/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-15.0.7/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 | 21 * Proper semantics for Java-style memory, for both ``volatile`` and regular 22 shared variables. (`Java Specification 155 for a "safe" language like Java, use Unordered to load and store any shared 187 This is intended to match the Java memory model for shared variables. 190 This cannot be used for synchronization, but is useful for Java and other 194 wider loads, like a 64-bit store on ARM. (A frontend for Java or other "safe" 334 This corresponds to the C++11/C11 ``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-15.0.7/llvm/lib/BinaryFormat/ |
| H A D | XCOFF.cpp | 102 LANG_CASE(Java) in getNameForTracebackTableLanguageId()
|
| /llvm-project-15.0.7/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 | Toolchain.rst | 99 * Java (``-x java``)
|
| H A D | ClangFormatStyleOptions.rst | 1692 Break after each annotation on a field in Java files. 3035 A vector of prefixes ordered by the desired groups for Java imports. 3046 formatted as in the Java example below. 3176 * ``LK_Java`` (in configuration: ``Java``) 3177 Should be used for Java. 3959 When sorting Java imports, by default static imports are placed before
|
| /llvm-project-15.0.7/polly/lib/External/isl/imath/ |
| H A D | README.md | 35 programming languages, including Java, Perl, and Python provide arbitrary
|
| /llvm-project-15.0.7/llvm/include/llvm/DebugInfo/CodeView/ |
| H A D | CodeView.h | 160 Java = 0x0d, enumerator
|
| /llvm-project-15.0.7/lldb/test/Shell/Minidump/ |
| H A D | fb-dump.test | 104 # CHECK-JAVA: Facebook Java Stack:
|
| /llvm-project-15.0.7/clang/include/clang/Driver/ |
| H A D | Types.def | 82 TYPE("java", Java, INVALID, nullptr, phases::Compile, phases::…
|
| /llvm-project-15.0.7/llvm/lib/DebugInfo/PDB/ |
| H A D | PDBExtras.cpp | 228 CASE_OUTPUT_ENUM_CLASS_NAME(PDB_Lang, Java, OS) in operator <<()
|
| /llvm-project-15.0.7/llvm/lib/DebugInfo/CodeView/ |
| H A D | EnumTables.cpp | 104 CV_ENUM_ENT(SourceLanguage, ILAsm), CV_ENUM_ENT(SourceLanguage, Java),
|
| /llvm-project-15.0.7/llvm/docs/tutorial/MyFirstLanguageFrontend/ |
| H A D | LangImpl10.rst | 159 for a program written in Java to corrupt its address space and crash the
|