llvm-6502/lib/IR
David Blaikie 4d0cdca6f6 Fix the build broken in r177239
Seems some accidental C++11 crept in there. Reported by the C++98 buildbots.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@177241 91177308-0d34-0410-b5e6-96231b3b80d8
2013-03-17 21:32:54 +00:00
..
AsmWriter.cpp Remove support for versioned debug info. 2013-03-11 23:39:23 +00:00
AttributeImpl.h
Attributes.cpp Add some additonal attribute helper functions. Test will be on follow 2013-03-13 20:20:08 +00:00
AutoUpgrade.cpp
BasicBlock.cpp
CMakeLists.txt
ConstantFold.cpp
ConstantFold.h
Constants.cpp Replace temporary vectors with arrays. 2013-03-07 20:53:34 +00:00
ConstantsContext.h
Core.cpp
DataLayout.cpp Add a doFinalization method to the DataLayout pass. 2013-03-12 17:37:31 +00:00
DebugInfo.cpp Split out filename & directory from DIFile to start generalizing over DIScopes 2013-03-17 21:13:55 +00:00
DebugLoc.cpp
DIBuilder.cpp Fix the build broken in r177239 2013-03-17 21:32:54 +00:00
Dominators.cpp
Function.cpp Cache the result of Function::getIntrinsicID() in a DenseMap attached to the LLVMContext. 2013-03-01 18:48:54 +00:00
GCOV.cpp
Globals.cpp
GVMaterializer.cpp
InlineAsm.cpp
Instruction.cpp
Instructions.cpp Modify {Call,Invoke}Inst::addAttribute to take an AttrKind. 2013-03-02 01:20:18 +00:00
IntrinsicInst.cpp
IRBuilder.cpp
LeakDetector.cpp
LeaksContext.h
LLVMBuild.txt
LLVMContext.cpp Memory Dependence Analysis (not mem-dep test) take advantage of "invariant.load" metadata. 2013-03-06 17:48:48 +00:00
LLVMContextImpl.cpp
LLVMContextImpl.h Cache the result of Function::getIntrinsicID() in a DenseMap attached to the LLVMContext. 2013-03-01 18:48:54 +00:00
Makefile
Metadata.cpp Assert to bounds check MDNode::getOperand. 2013-03-08 21:08:23 +00:00
Module.cpp Removed extraneous #include "LLVMContextImpl.h" from lib/IR/Module.cpp 2013-03-01 21:37:24 +00:00
Pass.cpp
PassManager.cpp
PassRegistry.cpp
PrintModulePass.cpp
SymbolTableListTraitsImpl.h
Type.cpp
TypeFinder.cpp
Use.cpp
User.cpp
Value.cpp Cache the result of Function::getIntrinsicID() in a DenseMap attached to the LLVMContext. 2013-03-01 18:48:54 +00:00
ValueSymbolTable.cpp
ValueTypes.cpp
Verifier.cpp