summaryrefslogtreecommitdiffstats
path: root/llvm/lib/ExecutionEngine/JIT/JITDebugRegisterer.cpp
Commit message (Expand)AuthorAgeFilesLines
* Remove the old ELF writer.Rafael Espindola2012-01-051-211/+0
* Move global variables in TargetMachine into new TargetOptions class. As an APINick Lewycky2011-12-021-1/+1
* Remove all remaining uses of Value::getNameStr().Benjamin Kramer2011-11-151-1/+1
* Fix a C++0x portability issue with std::make_pair. Explicitly providing templ...Douglas Gregor2011-04-291-1/+1
* Remove unused STL header includes.Jay Foad2011-04-231-1/+0
* Merge System into Support.Michael J. Spencer2010-11-291-1/+1
* Move the remaining attribute macros to systematic names based on the attributeChandler Carruth2010-10-231-1/+1
* Get rid of a bunch of duplicated ELF enum values.Eli Friedman2010-07-161-5/+5
* Fix -Wcast-qual warnings.Dan Gohman2010-04-171-1/+1
* Avoid a memory leak in JITDebugRegisterer.Jeffrey Yasskin2010-03-161-1/+4
* Implement DISABLE_INLINE for MSVC. This required changing the position in allBenjamin Kramer2009-11-141-1/+1
* Random include cleanup.Benjamin Kramer2009-10-221-0/+1
* Use Compiler.h macro instead of __attribute__.Daniel Dunbar2009-09-221-1/+1
* Implement the JIT side of the GDB JIT debugging interface. To enable thisReid Kleckner2009-09-201-0/+208
OpenPOWER on IntegriCloud