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