llvm-6502/lib/VMCore
Chris Lattner 33b1758e16 simplify code a bit.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@94281 91177308-0d34-0410-b5e6-96231b3b80d8
2010-01-23 04:42:42 +00:00
..
AsmWriter.cpp Refactor common parts of MDNode::getFunction() and assertLocalFunction() into getFunctionForValue() 2010-01-20 04:45:57 +00:00
Attributes.cpp Remove the InlineHint attribute. There are no current or planned 2010-01-15 21:36:30 +00:00
AutoUpgrade.cpp Improve llvm.dbg.declare intrinsic by referring directly to the storage in its first argument, via function-local metadata (instead of via a bitcast). 2010-01-15 19:04:09 +00:00
BasicBlock.cpp
CMakeLists.txt Update CMake files for Mangler move. 2010-01-16 22:23:09 +00:00
ConstantFold.cpp Fix a crasher trying to fold each element in a comparison between two vectors 2010-01-21 07:03:21 +00:00
ConstantFold.h
Constants.cpp Fix a crasher trying to fold each element in a comparison between two vectors 2010-01-21 07:03:21 +00:00
ConstantsContext.h
Core.cpp
Dominators.cpp
Function.cpp
Globals.cpp
InlineAsm.cpp
Instruction.cpp
Instructions.cpp simplify code a bit. 2010-01-23 04:42:42 +00:00
IntrinsicInst.cpp Improve llvm.dbg.declare intrinsic by referring directly to the storage in its first argument, via function-local metadata (instead of via a bitcast). 2010-01-15 19:04:09 +00:00
IRBuilder.cpp
LeakDetector.cpp
LeaksContext.h
LLVMContext.cpp
LLVMContextImpl.h
Makefile Stop building RTTI information for *most* llvm libraries. Notable 2010-01-22 06:49:46 +00:00
Metadata.cpp Remove MetadataBase class because it is not adding significant value. 2010-01-22 22:52:10 +00:00
Module.cpp
ModuleProvider.cpp
Pass.cpp give PassNameParser a home. 2010-01-22 06:29:25 +00:00
PassManager.cpp elimiante the dynamic_cast's from opt. 2010-01-22 06:03:06 +00:00
PrintModulePass.cpp
SymbolTableListTraitsImpl.h
Type.cpp
TypesContext.h
TypeSymbolTable.cpp
Use.cpp
Value.cpp Introduce Twine::toStringRef, a variant of toVector which avoids the copy if the 2010-01-13 12:45:23 +00:00
ValueSymbolTable.cpp
ValueTypes.cpp
Verifier.cpp Fix/strengthen verification of llvm.dbg.declare 2010-01-22 19:06:12 +00:00