llvm-6502/lib
Jim Grosbach 596e474101 Fix a memory leak in MachOObjectFile.
MachOObjectFile owns a MachOObj, but never frees it. Both MachOObjectFile
and MachOObj want to own the MemoryBuffer, though, so we have to be careful
and give them each one of their own.

Thanks to Greg Clayton, Eric Christopher and Michael Spencer for helping
figure out what's going wrong here.

rdar://12561773

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@168923 91177308-0d34-0410-b5e6-96231b3b80d8
2012-11-29 19:14:11 +00:00
..
Analysis Follow up to 168711: It's safe to base this analysis on the found compare, just return the value for the right predicate. 2012-11-29 19:07:57 +00:00
Archive
AsmParser Add back support for reading and parsing 'deplibs'. 2012-11-28 08:41:48 +00:00
Bitcode Add back support for reading and parsing 'deplibs'. 2012-11-28 08:41:48 +00:00
CodeGen misched: Recompute priority queue when DFSResults are updated. 2012-11-29 14:36:26 +00:00
DebugInfo
ExecutionEngine MCJIT depends on JIT. 2012-11-28 18:35:35 +00:00
Linker
MC
Object Fix a memory leak in MachOObjectFile. 2012-11-29 19:14:11 +00:00
Support Add backreference matching capabilities to Support/Regex, with 2012-11-28 19:00:02 +00:00
TableGen
Target Added atomic 64 min/max/umin/umax instrinsics support in the ARM backend. 2012-11-29 14:41:25 +00:00
Transforms [ASan] Simplify check added in r168861. Bail out from module pass early if the module is blacklisted. 2012-11-29 18:27:01 +00:00
VMCore One more step towards making doInitialization and doFinalization useful for 2012-11-29 17:47:05 +00:00
CMakeLists.txt
LLVMBuild.txt
Makefile