aboutsummaryrefslogtreecommitdiff
path: root/lib/ExecutionEngine/JIT/JITDebugRegisterer.cpp
AgeCommit message (Expand)Author
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