Don't use 'using std::error_code' in include/llvm.
[oota-llvm.git] / lib / ExecutionEngine / MCJIT / SectionMemoryManager.cpp
2014-06-12 Rafael EspindolaDon't use 'using std::error_code' in include/llvm.
2014-05-31 Rafael EspindolaUse error_code() instead of error_code::succes()
2014-04-24 Craig Topper[C++] Use 'nullptr'.
2014-01-24 Alp TokerFix known typos
2013-10-02 Filip PizloThis threads SectionName through the allocateCodeSectio...
2013-10-01 Andrew KaylorAdding multiple module support for MCJIT.
2013-05-21 Filip PizloPut RTDyldMemoryManager into its own file, and make...
2013-05-21 Filip PizloRoll out r182411 and 182412 because it's still broken.
2013-05-21 Filip PizloPut RTDyldMemoryManager into its own file, and make...
2013-05-21 Filip PizloRoll out r182407 and r182408 because they broke builds.
2013-05-21 Filip PizloPut RTDyldMemoryManager into its own file, and make...
2013-05-17 David TweedMinor changes to the MCJITTest unittests to use the...
2013-05-05 Rafael EspindolaAdd EH support to the MCJIT.
2013-04-24 Andrew KaylorMaking invalidateInstructionCache automatic in SectionM...
2012-11-28 Andrew KaylorMoving SectionMemoryManager to MCJIT to avoid cross...