aboutsummaryrefslogtreecommitdiff
path: root/lib/ExecutionEngine/JIT/JITDebugRegisterer.cpp
AgeCommit message (Expand)Author
2012-01-05Remove the old ELF writer.Rafael Espindola
2011-12-02Move global variables in TargetMachine into new TargetOptions class. As an APINick Lewycky
2011-11-15Remove all remaining uses of Value::getNameStr().Benjamin Kramer
2011-04-29Fix a C++0x portability issue with std::make_pair. Explicitly providing templ...Douglas Gregor
2011-04-23Remove unused STL header includes.Jay Foad
2010-11-29Merge System into Support.Michael J. Spencer
2010-10-23Move the remaining attribute macros to systematic names based on the attributeChandler Carruth
2010-07-16Get rid of a bunch of duplicated ELF enum values.Eli Friedman
2010-04-17Fix -Wcast-qual warnings.Dan Gohman
2010-03-16Avoid a memory leak in JITDebugRegisterer.Jeffrey Yasskin
2009-11-14Implement DISABLE_INLINE for MSVC. This required changing the position in allBenjamin Kramer
2009-10-22Random include cleanup.Benjamin Kramer
2009-09-22Use Compiler.h macro instead of __attribute__.Daniel Dunbar
2009-09-20Implement the JIT side of the GDB JIT debugging interface. To enable thisReid Kleckner