aboutsummaryrefslogtreecommitdiff
path: root/lib/ExecutionEngine/JIT/JITMemoryManager.cpp
AgeCommit message (Expand)Author
2008-03-07fix 80 col violationsChris Lattner
2008-02-20Unbreak build with gcc 4.3: provide missed includes and silence most annoying...Anton Korobeynikov
2008-02-13Enable exception handling int JITNicolas Geoffray
2007-12-29Remove attribution from file headers, per discussion on llvmdev.Chris Lattner
2007-12-06Adjust VStudio files to add JITMemoryManager files + include <cassert> from s...Chuck Rose III
2007-12-05split the JIT memory management code out from the main JIT logic into itsChris Lattner