index
:
bcm5719-llvm
meklort-10.0.0
meklort-10.0.1
ortega-7.0.1
Project Ortega BCM5719 LLVM
Raptor Computing Systems
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
llvm
/
lib
/
ExecutionEngine
/
JIT
/
JITDwarfEmitter.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
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