| Commit message (Expand) | Author | Age | Files | Lines |
* | Trailing whitespace. | Jim Grosbach | 2011-03-22 | 1 | -23/+23 |
* | Rename TargetFrameInfo into TargetFrameLowering. Also, put couple of FIXMEs a... | Anton Korobeynikov | 2011-01-10 | 1 | -5/+5 |
* | Move getInitialFrameState() to TargetFrameInfo | Anton Korobeynikov | 2010-11-18 | 1 | -1/+2 |
* | remove the dwarf sizing stuff which is now dead, it was | Chris Lattner | 2010-07-22 | 1 | -440/+0 |
* | Don't rely upon the MCSymbol "isDefined" method to indicate if a label has been | Bill Wendling | 2010-04-18 | 1 | -2/+2 |
* | The JIT calls TidyLandingPads to tidy up the landing pads. However, because the | Bill Wendling | 2010-04-16 | 1 | -2/+2 |
* | Add const qualifiers to CodeGen's use of LLVM IR constructs. | Dan Gohman | 2010-04-15 | 1 | -5/+5 |
* | fix these two get the mcsymbol operand instead of imm operand. | Chris Lattner | 2010-03-14 | 1 | -5/+2 |
* | Now that DBG_LABEL is updated, we can finally make MachineMove | Chris Lattner | 2010-03-14 | 1 | -12/+8 |
* | change EH related stuff (other than EH_LABEL) to use MCSymbol | Chris Lattner | 2010-03-14 | 1 | -31/+25 |
* | strength reduce MMI::MappedLabel to MMI::isLabelDeleted, | Chris Lattner | 2010-03-09 | 1 | -6/+4 |
* | Apply patch from http://llvm.org/bugs/attachment.cgi?id=4136 now that PR5004 is | Bill Wendling | 2010-02-16 | 1 | -1/+5 |
* | Remove dead store and simplify code. | Bill Wendling | 2009-12-28 | 1 | -5/+4 |
* | Remove isPod() from DenseMapInfo, splitting it out to its own | Chris Lattner | 2009-12-15 | 1 | -1/+0 |
* | Register the MachineModuleInfo for the ARM JIT, and update JITDwarfEmitter to | Daniel Dunbar | 2009-09-21 | 1 | -1/+5 |
* | Implement the JIT side of the GDB JIT debugging interface. To enable this | Reid Kleckner | 2009-09-20 | 1 | -2/+2 |
* | remove a dead variable. | Chris Lattner | 2009-09-16 | 1 | -2/+0 |
* | Fix PR4865. This syncs up the JIT's DWARF emitter with what's in the | Bill Wendling | 2009-09-09 | 1 | -20/+21 |
* | Rename TargetAsmInfo (and its subclasses) to MCAsmInfo. | Chris Lattner | 2009-08-22 | 1 | -41/+41 |
* | Fix a bug where the DWARF emitter in the JIT was not initializing alignment | Reid Kleckner | 2009-08-21 | 1 | -28/+18 |
* | llvm_unreachable->llvm_unreachable(0), LLVM_UNREACHABLE->llvm_unreachable. | Torok Edwin | 2009-07-14 | 1 | -4/+4 |
* | assert(0) -> LLVM_UNREACHABLE. | Torok Edwin | 2009-07-11 | 1 | -4/+5 |
* | First patch in the direction of splitting MachineCodeEmitter in two subclasses: | Bruno Cardoso Lopes | 2009-05-30 | 1 | -87/+87 |
* | On 64bit we may have a personality function which requires 64 bits to | Nicolas Geoffray | 2009-02-15 | 1 | -7/+13 |
* | Implement support for JIT exceptions on X86_64. Relative offsets are | Nicolas Geoffray | 2008-11-18 | 1 | -61/+27 |
* | Unbreak build. | Daniel Dunbar | 2008-10-03 | 1 | -18/+18 |
* | Update the JIT exception writer to better mimic the codegen exception writer. | Nicolas Geoffray | 2008-08-19 | 1 | -11/+10 |
* | Move SLEB/ULEB size calculation routines from AsmPrinter to TargetAsmInfo. Th... | Anton Korobeynikov | 2008-08-16 | 1 | -40/+39 |
* | Split ISD::LABEL into ISD::DBG_LABEL and ISD::EH_LABEL, eliminating | Dan Gohman | 2008-07-01 | 1 | -2/+2 |
* | Use back() instead of [size()-1]. | Dan Gohman | 2008-06-21 | 1 | -2/+2 |
* | Clean up the use of static and anonymous namespaces. This turned up | Dan Gohman | 2008-05-13 | 1 | -0/+4 |
* | Be pessimistic in computing the buffer size when aligning. | Nicolas Geoffray | 2008-04-20 | 1 | -1/+2 |
* | Cosmetic changes, as suggested by Evan. No functionality changes. | Nicolas Geoffray | 2008-04-20 | 1 | -85/+61 |
* | Enable jitting with a known memory size. | Nicolas Geoffray | 2008-04-18 | 1 | -0/+469 |
* | Enable exception handling int JIT | Nicolas Geoffray | 2008-02-13 | 1 | -0/+636 |