Canonicalize header guards into a common format.
[oota-llvm.git] / tools / lli / RemoteMemoryManager.h
2014-08-13 Benjamin KramerCanonicalize header guards into a common format.
2014-04-28 Craig Topper[C++] Use 'nullptr'.
2014-03-08 Craig Topper[C++11] Add 'override' keyword to virtual methods that...
2014-01-13 Chandler CarruthRe-sort #include lines again, prior to moving headers...
2013-10-27 NAKAMURA TakumiMCJIT-remote: __main should be resolved in child context.
2013-10-26 NAKAMURA Takumilli/RemoteMemoryManager.cpp: Resurrect __main stuff...
2013-10-16 Andrew KaylorAdding support for deregistering EH frames with MCJIT.
2013-10-11 Andrew KaylorFixing problems in lli's RemoteMemoryManager.
2013-10-11 Andrew KaylorAdding multiple object support to MCJIT EH frame handling
2013-10-04 Andrew KaylorFixing container/pointer bug in remote-lli found by...
2013-10-04 Andrew KaylorAdding support and tests for multiple module handling...