llvm-6502/lib
Benjamin Kramer 018cbd5ddf Use StringRef::substr instead of std::string::substr to avoid using a free'd
string temporary. This should fix PR6590.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@98349 91177308-0d34-0410-b5e6-96231b3b80d8
2010-03-12 13:54:59 +00:00
..
Analysis Add a DominatorTree argument to isLCSSA so that it doesn't have to 2010-03-10 19:38:49 +00:00
Archive
AsmParser
Bitcode Add a LLVMWriteBitcodeToFD that exposes the raw_fd_ostream options. 2010-03-06 00:30:06 +00:00
CodeGen Now that it's supported, turn copysignl into a COPYSIGN node. 2010-03-12 12:13:59 +00:00
CompilerDriver
ExecutionEngine Add a new jump table encoding to indicate jump tables entries 2010-03-11 14:58:16 +00:00
Linker
MC enhance MCContext::GetOrCreateTemporarySymbol() to create a new symbol 2010-03-11 22:56:10 +00:00
Support
System Update CMake build. 2010-03-11 07:51:23 +00:00
Target Use StringRef::substr instead of std::string::substr to avoid using a free'd 2010-03-12 13:54:59 +00:00
Transforms Factor checked library call optimization into a common helper class and use it 2010-03-12 09:27:41 +00:00
VMCore Remove duplicated code. No functionality change. 2010-03-10 16:04:20 +00:00
Makefile