llvm-6502/lib
Nate Begeman 50cd6fda9e When allocating stubs, keep track of which Functions are referencing the stub.
This invalidates the stubs in the resolver map when they are no longer referenced,
and should the JIT memory manager ever pick up a deallocateStub interface, the
JIT could reclaim the memory for unused stubs as well.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@66141 91177308-0d34-0410-b5e6-96231b3b80d8
2009-03-05 06:34:37 +00:00
..
Analysis Ignore the debug info intrinsics when looking for dependency through basic block. 2009-03-05 01:45:43 +00:00
Archive
AsmParser Fix a pretty awesome bug that only happened in a strange case with anonymous 2009-03-01 00:53:13 +00:00
Bitcode Add suppport for ConstantExprs of shufflevectors whose result type is not equal to the 2009-02-12 21:28:33 +00:00
CodeGen Fix how livein live intervals are handled. Previously it could end at MBB start. Sorry, no small test case possible. 2009-03-05 03:34:26 +00:00
CompilerDriver Reorganize llvmc code. 2009-03-02 09:01:14 +00:00
Debugger
ExecutionEngine When allocating stubs, keep track of which Functions are referencing the stub. 2009-03-05 06:34:37 +00:00
Linker Oops. 2009-03-03 10:04:23 +00:00
Support add some helper classes for building light-weight symbolic stack traces 2009-03-04 21:40:23 +00:00
System Add a new 'AddSignalHandler' function to Signals.h that allows 2009-03-04 21:21:36 +00:00
Target Re-apply 66008, now that the unfoldMemoryOperand bug is fixed. 2009-03-04 19:44:21 +00:00
Transforms Do not split edges to EH landing pads. It will cause code size explosion. 2009-03-05 06:31:26 +00:00
VMCore Fix a bunch of Doxygen syntax issues. Escape special characters, 2009-03-03 02:55:14 +00:00
Makefile Reorganize llvmc code. 2009-03-02 09:01:14 +00:00