summaryrefslogtreecommitdiff
path: root/lib/ExecutionEngine/JIT/JITDwarfEmitter.h
Commit message (Expand)AuthorAge
* Use the new script to sort the includes of every file under lib.Chandler Carruth2012-12-03
* Move TargetData to DataLayout.Micah Villmow2012-10-08
* Move getInitialFrameState from TargetFrameInfo to MCAsmInfo (suggestions forEvan Cheng2011-07-18
* Trailing whitespace.Jim Grosbach2011-03-22
* Rename TargetFrameInfo into TargetFrameLowering. Also, put couple of FIXMEs a...Anton Korobeynikov2011-01-10
* Move getInitialFrameState() to TargetFrameInfoAnton Korobeynikov2010-11-18
* remove the dwarf sizing stuff which is now dead, it wasChris Lattner2010-07-22
* Implement the JIT side of the GDB JIT debugging interface. To enable thisReid Kleckner2009-09-20
* remove a dead variable.Chris Lattner2009-09-16
* First patch in the direction of splitting MachineCodeEmitter in two subclasses:Bruno Cardoso Lopes2009-05-30
* Cosmetic changes, as suggested by Evan. No functionality changes.Nicolas Geoffray2008-04-20
* Enable jitting with a known memory size.Nicolas Geoffray2008-04-18
* Enable exception handling int JITNicolas Geoffray2008-02-13