index
:
minix3
master
Git Repository for an attempted revival of the Minix 3 Operating System
magh
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
minix
/
llvm
/
passes
Age
Commit message (
Expand
)
Author
2016-01-13
magic pass: disable extra isArrayAsStructTy check
David van Moolenbroek
2016-01-13
passes: updates for LLVM 3.6.1
David van Moolenbroek
2015-09-17
ASR pass: disable caller padding by default
David van Moolenbroek
2015-09-17
Import ASR pass from llvm-apps
David van Moolenbroek
2015-09-17
magic pass: register additional compatible types
David van Moolenbroek
2015-09-17
Disable malloc instrumentation for VM (#2)
David van Moolenbroek
2015-09-17
Disable malloc instrumentation for VM (#1)
David van Moolenbroek
2015-09-17
Fix mmap leak in malloc code upon state transfer
David van Moolenbroek
2015-09-17
Do not instrument malloc implementation variables
David van Moolenbroek
2015-09-17
Import magic pass from llvm-apps
David van Moolenbroek
2015-09-17
Import sectionify pass from llvm-apps
David van Moolenbroek
2015-09-17
LLVM passes: centralize Makefile structure
David van Moolenbroek
2014-08-29
minix/llvm/passes/Makefile.inc: Fix
Lionel Sambuc
2014-07-31
New sources layout
Lionel Sambuc
2014-07-28
llvm: Use default LLVMPREFIX when building passes.
Cristiano Giuffrida
2014-07-28
LLVM Hello pass: inserts printf statement in main() method.
Koustubha Bhat
2014-07-28
Bridging Minix & llvm-apps repos for instrumentating Minix
Koustubha Bhat