llvm-6502/lib
Dan Gohman f37cfed791 Grab an LLVM Context from an instruction that exists rather than one
that is deleted in some situations. This fixes a use-after-free.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@82903 91177308-0d34-0410-b5e6-96231b3b80d8
2009-09-27 16:10:30 +00:00
..
Analysis Instead of testing whether an instruction dominates the loop preheader, 2009-09-27 15:30:00 +00:00
Archive Prune #includes from llvm/Linker.h and llvm/System/Path.h, 2009-08-23 22:45:37 +00:00
AsmParser Revert 82694 "Auto-upgrade malloc instructions to malloc calls." because it causes regressions in the nightly tests. 2009-09-25 18:11:52 +00:00
Bitcode Revert 82694 "Auto-upgrade malloc instructions to malloc calls." because it causes regressions in the nightly tests. 2009-09-25 18:11:52 +00:00
CodeGen Convert comparisons like (x == infinity) to (x >= infinity) on targets 2009-09-26 15:24:17 +00:00
CompilerDriver convert LoopInfo.h and GraphWriter.h to use raw_ostream 2009-08-23 07:19:13 +00:00
Debugger Prune #includes from llvm/Linker.h and llvm/System/Path.h, 2009-08-23 22:45:37 +00:00
ExecutionEngine Fix a struct/class mismatch. 2009-09-23 11:48:57 +00:00
Linker Remove unnecessary #include. 2009-09-12 22:24:25 +00:00
MC eliminate a use of strtoul. 2009-09-20 06:58:54 +00:00
Support Avoid using mutex locks if not in multithreaded mode by using a SmartScopedMutex 2009-09-27 11:08:03 +00:00
System ... missed hiding a variable for MSVC only. 2009-09-22 16:10:35 +00:00
Target Enable pre-regalloc load / store multiple pass for Thumb2. 2009-09-27 09:46:04 +00:00
Transforms Grab an LLVM Context from an instruction that exists rather than one 2009-09-27 16:10:30 +00:00
VMCore Micro-optimize DerivedType::dropAllTypeUses. 2009-09-27 15:32:21 +00:00
Makefile LLVMC doesn't need ENABLE_PIC to build now. 2009-07-04 03:54:54 +00:00