llvm-6502/lib
Nick Lewycky 61e2ff8f82 Teach globalopt to play nice with leak checkers. This is a reapplication of
r160529 that was subsequently reverted. The fix was to not call
GV->eraseFromParent() right before the caller does the same. The existing
testcases already caught this bug if run under valgrind.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@160602 91177308-0d34-0410-b5e6-96231b3b80d8
2012-07-21 08:29:45 +00:00
..
Analysis baby steps toward fixing some problems with inbound GEPs that overflow, as discussed 2 months ago or so. 2012-07-20 23:07:40 +00:00
Archive
AsmParser
Bitcode Remove tabs. 2012-07-19 00:15:11 +00:00
CodeGen Remove unused private member variables uncovered by the recent changes to clang's -Wunused-private-field. 2012-07-20 22:05:57 +00:00
DebugInfo DebugInfo library: add support for fetching absolute paths to source files 2012-07-19 07:03:58 +00:00
ExecutionEngine Remove tabs. 2012-07-19 00:04:14 +00:00
Linker
MC Add VK_Mips_HIGHER and VK_Mips_HIGHEST to MCSymbolRefExpr::VariantKind. 2012-07-21 02:15:19 +00:00
Object Reverting r 160419. 2012-07-19 21:43:55 +00:00
Support Remove unused private member variables uncovered by the recent changes to clang's -Wunused-private-field. 2012-07-20 22:05:57 +00:00
TableGen TableGen: Location information for diagnostic. 2012-07-12 00:53:31 +00:00
Target Fix Mips long branch pass. 2012-07-21 03:30:44 +00:00
Transforms Teach globalopt to play nice with leak checkers. This is a reapplication of 2012-07-21 08:29:45 +00:00
VMCore Fix a dangling StringRef bug in the auto upgrader. In one case, we reset 2012-07-20 21:09:18 +00:00
CMakeLists.txt
LLVMBuild.txt
Makefile