Pinned Repositories
ant-build
AntScriptWithJaCoCo
atlas_starter_java
atlas_starter_nodejs
AtomicCounter
An LLVM pass to count the dynamic atomic instructions executed
AutoWebTT
imhmede's Repositories
imhmede/AtomicCounter
An LLVM pass to count the dynamic atomic instructions executed
imhmede/awesome-llvm
A curated list of awesome LLVM related docs, tools, and other resources.
imhmede/baremetalembedded
Understanding build procedure and linker script for bare metal embedded systems(ARM Cortex Mx)
imhmede/clang-llvm-tutorial
clang & llvm examples, e.g. AST Interpreter, Function Pointer Analysis, Value Range Analysis, Data-Flow Analysis, Andersen Pointer Analysis, LLVM Backend...
imhmede/compilerbook-examples
Example code for compilers textbook.
imhmede/cpp-periphery
A C++11 library for peripheral I/O (GPIO, SPI, I2C, MMIO, Serial) in Linux.
imhmede/cppreg
A C++11 header-only library for MMIO registers
imhmede/ir-trace
imhmede/lab_setup
This file will help you setup the simplescalar under Ubuntu 12
imhmede/Liveness-LLVM
imhmede/Liveness_llvm
imhmede/LivenessAnalysis
Liveness analysis is a program analysis mechanism - data flow analysis. Checks for the liveness of a variable at a particular program point. Variables are live, if they have any further use in the successors ahead. It is a backward and may analysis. Leads to compiler optimizations like dead code elimination, register allocation. The pass is implemented in LLVM infrastructure.
imhmede/LivenessAnalysisLLVM
imhmede/llvm-clang-samples
UNMAINTAINED: Examples of using the LLVM and Clang compilation libraries and tools
imhmede/llvm-dataflow-analysis
imhmede/LLVM-DataFlow-Analysis-1
Available Expressions and Liveness Analysis
imhmede/LLVM-Liveness-Analysis
This LLVM pass performs basic liveness analysis on functions with basic operations
imhmede/llvm-pass-skeleton
example LLVM pass
imhmede/llvm-project
The LLVM Project is a collection of modular and reusable compiler and toolchain technologies. Note: the repository does not accept github pull requests at this moment. Please submit your patches at http://reviews.llvm.org.
imhmede/llvm-transmem
imhmede/LLVM_Liveness-Analysis
UCR CS201 final project
imhmede/llvm_profiling
imhmede/LLVMTaintAnalysis
An llvm pass to perform taint analysis on your code.
imhmede/memPass
imhmede/mio
Cross-platform C++11 header-only library for memory mapped file IO
imhmede/MIPS-Simulator
A simple MIPS Simulator that can simulate execution in MIPS for a small subset of instructions under several restrictions
imhmede/multi2sim-1
Multi2Sim source code
imhmede/SimMIPS
A simulator for the MIPS 1 ISA written in C++
imhmede/SLVA
Strong Live Variable Analysis in LLVM
imhmede/student-code-quality
Automated analysis of code quality in student programs