aboutsummaryrefslogtreecommitdiffstats
path: root/lib/ExecutionEngine/JIT/JITDwarfEmitter.h
Commit message (Expand)AuthorAgeFilesLines
* Move getInitialFrameState from TargetFrameInfo to MCAsmInfo (suggestions forEvan Cheng2011-07-181-2/+2
* Trailing whitespace.Jim Grosbach2011-03-221-12/+12
* Rename TargetFrameInfo into TargetFrameLowering. Also, put couple of FIXMEs a...Anton Korobeynikov2011-01-101-2/+2
* Move getInitialFrameState() to TargetFrameInfoAnton Korobeynikov2010-11-181-0/+2
* remove the dwarf sizing stuff which is now dead, it wasChris Lattner2010-07-221-16/+0
* Implement the JIT side of the GDB JIT debugging interface. To enable thisReid Kleckner2009-09-201-1/+2
* remove a dead variable.Chris Lattner2009-09-161-1/+0
* First patch in the direction of splitting MachineCodeEmitter in two subclasses:Bruno Cardoso Lopes2009-05-301-4/+4
* Cosmetic changes, as suggested by Evan. No functionality changes.Nicolas Geoffray2008-04-201-14/+15
* Enable jitting with a known memory size.Nicolas Geoffray2008-04-181-3/+20
* Enable exception handling int JITNicolas Geoffray2008-02-131-0/+69