1
I Use This!
Inactive

Commits : Listings

Analyzed 7 minutes ago. based on code collected 1 day ago.
Jul 01, 2025 — Jul 01, 2026
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Update some functions after merge. More... over 12 years ago
Merge branch 'master' into z80 More... over 12 years ago
IR: Properly canonicalize PointerType in ConstantExpr GEPs More... over 12 years ago
IR: Do not canonicalize constant GEPs into an out-of-bounds array access More... over 12 years ago
Run clang-format on file. More... over 12 years ago
Move copying of global initializers below the cloning of functions. More... over 12 years ago
Support for microMIPS trap instructions 1. More... over 12 years ago
llvm-c/Support.h: Add a newline at eof. More... over 12 years ago
Disable some code that is causing some warnings. It's in the process of being converted and this path is not relevant to anything at this time so I have just disabled it for a few days while I'm at the LLVM conference and don't have time to complete it or properly fix it. More... over 12 years ago
Add the fact that we anticipate switching to use (some subset of) C++11 after the 3.4 release to the release notes. See the *lengthy* llvmdev and cfe-dev threads on this subject. There will be more emails, discussion and announcements, but I want to make noise in as many places as I can to get everyone's concerns voiced and understood. More... over 12 years ago
R600: Fix LowerUDIVREM More... over 12 years ago
[AArch64] Remove NEON from "generic" CPU target. More... over 12 years ago
Add DT_VERSYM dynamic table entry tag definition. More... over 12 years ago
[SystemZ] Handle vectors in getSetCCResultType More... over 12 years ago
Add test case for PR12377, it was fixed by r194116. More... over 12 years ago
[llvm-c] Add parameter names in Target.h for C99 compliance More... over 12 years ago
Implement gpword directive for mips, test case added. Stype changes using clang-format are also included. More... over 12 years ago
Add newline at EOF in DynamicLibrary.cpp More... over 12 years ago
[llvm-c] Improve TargetMachine bindings More... over 12 years ago
[llvm-c] Specify explicit namespace in LLVMLoadLibraryPermanently More... over 12 years ago
[llvm-c] Correctly check for existence of native AsmParser, AsmPrinter, Disassembler More... over 12 years ago
[llvm-c] Add functions for initializing native AsmPrinter, AsmParser & Disassembler More... over 12 years ago
[llvm-c] Expose LLVMLoadLibraryPermanently More... over 12 years ago
[OCaml] Impement Llvm_irreader, bindings to LLVM assembly parser More... over 12 years ago
[llvm-c] Expose IRReader interface More... over 12 years ago
[OCaml] Implement Llvm.string_of_llvalue More... over 12 years ago
[llvm-c] Implement LLVMPrintValueToString More... over 12 years ago
Fix definition for Mips16 pc relative load word instructions. More... over 12 years ago
Implement AArch64 Neon instruction set Perm. More... over 12 years ago
Implement AArch64 Neon instruction set Bitwise Extract. More... over 12 years ago