summaryrefslogtreecommitdiff
path: root/tools/standalone_miri
AgeCommit message (Collapse)AuthorFilesLines
2018-05-19Standalone MIRI - Use some more helpersJohn Hodge6-84/+114
2018-05-19Standalone MIRI - Better logging (can redirect to a file, leaving stdout for ↵John Hodge7-93/+147
the program)
2018-05-19Standalone MIRI - Pass argv to the targetJohn Hodge4-8/+79
2018-05-18Standalone MIRI - Range limit on FFI pointersJohn Hodge2-2/+3
2018-05-16Standalone MIRI - Split interpreter into its own fileJohn Hodge4-2365/+2387
2018-05-15Standalone MIRI - Split AllocationPtr into AllocationHandle and RelocationPtrJohn Hodge4-218/+280
2018-05-13Standalone MIRI - Refactor to remove linkage of host and VM stackJohn Hodge1-1127/+1263
2018-05-13Standalone MIRI - Working hello.rsJohn Hodge2-3/+36
2018-05-13Standalone MIRI - Shallow drops and better tracingJohn Hodge4-32/+109
2018-05-13Standalone MIRI - Misc cleanupsJohn Hodge1-10/+18
2018-05-13Standalone MIRI - memrchr and better null checkingJohn Hodge2-0/+25
2018-05-13Standalone MIRI - Create allocations for static dataJohn Hodge1-2/+5
2018-05-13Standalone MIRI - Better vtable handling, fix to offset with null pointersJohn Hodge4-58/+65
2018-05-13Standalone MIRI - Atomic add, catch_panicJohn Hodge1-22/+72
2018-05-12Standalone MIRI - TLS and some other messing aboutJohn Hodge3-56/+227
2018-05-12Standalone MIRI - Fiddling aroundJohn Hodge2-6/+11
2018-05-12Standalone MIRI - Better handling of staticsJohn Hodge2-10/+32
2018-05-12Standalone MIRI - Get type for statics, add some pthread_* FFI stubsJohn Hodge3-22/+50
2018-05-12Standalone MIRI - De-duplicate some value codeJohn Hodge2-81/+133
2018-05-12Standalone Miri - More implementation workJohn Hodge2-9/+43
2018-05-12Standalone Miri - Linux build supportJohn Hodge7-4/+101
2018-03-17Standalone MIRI - size_of_val and drop_in_placeJohn Hodge5-70/+207
2018-03-17Standalone MIRI - Coming along slowly.John Hodge6-102/+429
2018-03-17Standalone MIRI - Filled with hacks, but advancingJohn Hodge4-46/+191
2018-03-17Standalone Miri - More work blasting alongJohn Hodge2-17/+161
2018-03-17Standalone MIRI - Fiddling aroundJohn Hodge3-37/+332
2018-02-25Standalone MIRI - __rust_allocate, slice derefJohn Hodge1-2/+34
2018-02-25Standalone MIR - Better drop handling, RValue::Struct, RValue::SizedArray, ...John Hodge6-41/+123
2018-02-24Standalone MIRI + Codegen MMIR - Drop supportJohn Hodge4-12/+82
2018-02-23Standalone MIRI - Slice derefs, pointer comparisons, uni-ops, intrinsics, ↵John Hodge5-108/+379
strings
2018-02-18Standalone MIRI - Implement BinOp comparisons and Terminator::IfJohn Hodge1-15/+170
2018-02-18Standalone MIRI - Wrap an external function.John Hodge1-3/+27
2018-02-18Standalone MIRI - Add a function trace wrapper (with indent)John Hodge2-0/+54
2018-02-18Standalone MIRI (and mmir codegen) - Support external functionsJohn Hodge2-3/+23
2018-02-18Standalone MIRI - "atomic_store" intrinsic, Terminator::Switch, handle ! localsJohn Hodge4-18/+162
2018-02-17Standalone MIRI - Refactor Value/Allocation handling to allow deref to work.John Hodge7-318/+459
2018-02-16Standalone MIRI - Hacking along, hit a blocker that will need some refactor.John Hodge9-84/+578
2018-02-11Standalone MIRI - Working borrow (for now)John Hodge3-10/+20
2018-02-11Standalone MIRI - Implementation sprint, statics in process.John Hodge7-30/+478
2018-01-28standalone_miri - Up to attempting to run `hello`John Hodge5-73/+433
2018-01-26standalone_miri - Lots of work with parser.John Hodge6-93/+671
2018-01-24standalone_miri - New side-tool to attempt to execute pre-monomorphised MIRJohn Hodge11-0/+2253