llvm-6502/lib
David Majnemer fde22c17f5 CodeGen: Avoid multiple strlen calls
Use a StringRef to hold our section prefix.  This avoids multiple calls
to strlen.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@211602 91177308-0d34-0410-b5e6-96231b3b80d8
2014-06-24 16:01:53 +00:00
..
Analysis Support: Move class ScaledNumber 2014-06-24 00:38:09 +00:00
AsmParser
Bitcode Make ObjectFile and BitcodeReader always own the MemoryBuffer. 2014-06-23 21:53:12 +00:00
CodeGen CodeGen: Avoid multiple strlen calls 2014-06-24 16:01:53 +00:00
DebugInfo
ExecutionEngine Pass a unique_ptr<MemoryBuffer> to the constructors in the Binary hierarchy. 2014-06-24 13:56:32 +00:00
IR Revert r211287, "Remove support for LLVM runtime multi-threading." 2014-06-24 13:36:31 +00:00
IRReader
LineEditor
Linker
LTO Use the assignment operator. 2014-06-19 22:27:46 +00:00
MC Allow using .cfi_startproc without a leading symbol. 2014-06-23 15:34:32 +00:00
Object Replace two release calls with std::move. I missed this on the previous commit. 2014-06-24 14:25:17 +00:00
Option ArgList: use MakeArgList overloads in subclasses and clean up some calls. 2014-06-20 04:36:29 +00:00
ProfileData
Support Revert: r211588 - [mips] Use __clear_cache builtin instead of cacheflush() in Unix Memory::InvalidateInstructionCache() 2014-06-24 13:53:56 +00:00
TableGen Convert some assert(0) to llvm_unreachable or fold an 'if' condition into the assert. 2014-06-19 06:10:58 +00:00
Target ARM: Fix TPsoft for Thumb mode 2014-06-24 15:45:59 +00:00
Transforms InstCombine: Disable umul.with.overflow recognition for vectors. 2014-06-24 10:47:52 +00:00
CMakeLists.txt
LLVMBuild.txt
Makefile