llvm-6502/lib/VMCore
Devang Patel afa5a34b30 Do not use StringRef in DebugInfo interface.
This allows StringRef to skip controversial if(str) check in constructor.
Buildbots, wait for corresponding clang and llvm-gcc FE check-ins!


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@86914 91177308-0d34-0410-b5e6-96231b3b80d8
2009-11-12 00:50:58 +00:00
..
AsmWriter.cpp
Attributes.cpp
AutoUpgrade.cpp
BasicBlock.cpp
CMakeLists.txt
ConstantFold.cpp
ConstantFold.h
Constants.cpp Pass StringRef by value. 2009-11-06 10:58:06 +00:00
ConstantsContext.h
Core.cpp Fix MemoryBuffer::getSTDIN to *not* return null if stdin is empty, this is a lame API. 2009-11-10 00:43:58 +00:00
Dominators.cpp
Function.cpp
Globals.cpp
InlineAsm.cpp Pass StringRef by value. 2009-11-06 10:58:06 +00:00
Instruction.cpp
Instructions.cpp make this handle redefinition of malloc function with different prototype correctly 2009-11-10 19:53:28 +00:00
IntrinsicInst.cpp
LeakDetector.cpp
LeaksContext.h
LLVMContext.cpp
LLVMContextImpl.h
Makefile
Mangler.cpp
Metadata.cpp Do not use StringRef in DebugInfo interface. 2009-11-12 00:50:58 +00:00
Module.cpp Pass StringRef by value. 2009-11-06 10:58:06 +00:00
ModuleProvider.cpp
Pass.cpp Pass StringRef by value. 2009-11-06 10:58:06 +00:00
PassManager.cpp Pass StringRef by value. 2009-11-06 10:58:06 +00:00
PrintModulePass.cpp
SymbolTableListTraitsImpl.h
Type.cpp
TypesContext.h
TypeSymbolTable.cpp Pass StringRef by value. 2009-11-06 10:58:06 +00:00
Use.cpp
Value.cpp
ValueSymbolTable.cpp Pass StringRef by value. 2009-11-06 10:58:06 +00:00
ValueTypes.cpp
Verifier.cpp Reject duplicate case values in a switch, PR5450. 2009-11-11 17:37:02 +00:00