1. 9d48b55 Fix PR4865. This syncs up the JIT's DWARF emitter with what's in the by Bill Wendling · 16 years ago
  2. af76e59 Rename TargetAsmInfo (and its subclasses) to MCAsmInfo. by Chris Lattner · 16 years ago
  3. 01248e6 Fix a bug where the DWARF emitter in the JIT was not initializing alignment by Reid Kleckner · 16 years ago
  4. c23197a llvm_unreachable->llvm_unreachable(0), LLVM_UNREACHABLE->llvm_unreachable. by Torok Edwin · 16 years ago
  5. c25e758 assert(0) -> LLVM_UNREACHABLE. by Torok Edwin · 16 years ago
  6. a3f99f9 First patch in the direction of splitting MachineCodeEmitter in two subclasses: by Bruno Cardoso Lopes · 16 years ago
  7. 42cc8f1 On 64bit we may have a personality function which requires 64 bits to by Nicolas Geoffray · 16 years ago
  8. 67c8c4c Implement support for JIT exceptions on X86_64. Relative offsets are by Nicolas Geoffray · 17 years ago
  9. 489032a Unbreak build. by Daniel Dunbar · 17 years ago
  10. 2d450eb Update the JIT exception writer to better mimic the codegen exception writer. by Nicolas Geoffray · 17 years ago
  11. ffe31d7 Move SLEB/ULEB size calculation routines from AsmPrinter to TargetAsmInfo. This makes JIT asmprinter-free. by Anton Korobeynikov · 17 years ago
  12. 4406604 Split ISD::LABEL into ISD::DBG_LABEL and ISD::EH_LABEL, eliminating by Dan Gohman · 17 years ago
  13. 719de53 Use back() instead of [size()-1]. by Dan Gohman · 17 years ago
  14. 844731a Clean up the use of static and anonymous namespaces. This turned up by Dan Gohman · 17 years ago
  15. 580631a Be pessimistic in computing the buffer size when aligning. by Nicolas Geoffray · 17 years ago
  16. 5913e6c Cosmetic changes, as suggested by Evan. No functionality changes. by Nicolas Geoffray · 17 years ago
  17. dc17ab2 Enable jitting with a known memory size. by Nicolas Geoffray · 17 years ago
  18. afe6c2b Enable exception handling int JIT by Nicolas Geoffray · 18 years ago