llvm-6502/lib/VMCore
Chris Lattner 9b50c1578d Add an arg to insertVal to allow us to prevent builtin types from being ignored
when they are inserted.

Ignore constant values without names.  If they are used, they will be inlined.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@303 91177308-0d34-0410-b5e6-96231b3b80d8
2001-07-26 16:28:37 +00:00
..
AsmWriter.cpp Add support for extern varargs methods & varargs method calls 2001-07-25 22:47:55 +00:00
BasicBlock.cpp * ValueHolder now takes 3 arguments 2001-07-14 06:13:19 +00:00
ConstantFold.cpp Add support for casts 2001-07-21 19:10:49 +00:00
ConstantFold.h Add support for casting operators 2001-07-21 19:10:33 +00:00
ConstantFolding.h Add support for casting operators 2001-07-21 19:10:33 +00:00
ConstantPool.cpp Moved inline/llvm/Tools/* to include/llvm/Support/* 2001-07-23 17:46:59 +00:00
ConstPoolVals.cpp Utility routines for simpler access to the value of an integer constant. 2001-07-21 12:44:00 +00:00
Dominators.cpp Moved inline/llvm/Tools/* to include/llvm/Support/* 2001-07-23 17:46:59 +00:00
Function.cpp * ValueHolder now takes 3 arguments 2001-07-14 06:13:19 +00:00
iBranch.cpp
iCall.cpp Add support for extern varargs methods & varargs method calls 2001-07-25 22:47:55 +00:00
iMemory.cpp Provide uniform access to the pointer operand and to the index 2001-07-20 21:07:06 +00:00
InstrTypes.cpp
Instruction.cpp Renamed include/llvm/Codegen to include/llvm/CodeGen 2001-07-21 20:58:30 +00:00
iOperators.cpp
iSwitch.cpp
Makefile
Module.cpp Moved inline/llvm/Tools/* to include/llvm/Support/* 2001-07-23 17:46:59 +00:00
SlotCalculator.cpp Add an arg to insertVal to allow us to prevent builtin types from being ignored 2001-07-26 16:28:37 +00:00
SymbolTable.cpp Moved inline/llvm/Tools/* to include/llvm/Support/* 2001-07-23 17:46:59 +00:00
Type.cpp Add support for extern varargs methods & varargs method calls 2001-07-25 22:47:55 +00:00
Value.cpp * ValueHolder now takes 3 arguments 2001-07-14 06:13:19 +00:00
ValueHolderImpl.h
Verifier.cpp