1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-10-20 03:23:01 +02:00
llvm-mirror/lib/VMCore
Chris Lattner 2a1613d3b2 Implement support for internal methods
llvm-svn: 1373
2001-11-26 18:54:16 +00:00
..
AsmWriter.cpp Implement support for internal methods 2001-11-26 18:54:16 +00:00
BasicBlock.cpp Commit more code over to new cast style 2001-10-02 03:41:24 +00:00
ConstantHandling.cpp Implement constant propogation of null pointer values. 2001-11-01 05:55:13 +00:00
ConstPoolVals.cpp Remove C string capability from VMCore library. Move to Support 2001-10-29 13:27:09 +00:00
Dominators.cpp Fix a bad assertion to be correct . The root basic block can be used by PHI nodes. 2001-11-26 18:52:02 +00:00
Function.cpp Removed MachineCodeForMethod object and made it an annotation. 2001-11-08 04:38:58 +00:00
iBranch.cpp Changed the fundemental architecture of Operands for Instructions. Now 2001-07-07 08:36:50 +00:00
iCall.cpp Fix erroneous assertion failure on the following code: 2001-10-21 21:54:51 +00:00
iMemory.cpp Support Array Indexing 2001-11-26 17:02:05 +00:00
InstrTypes.cpp Add new TerminatorInst ctor for invoke 2001-10-13 06:57:47 +00:00
Instruction.cpp * Support new setname interface 2001-09-07 16:47:03 +00:00
iOperators.cpp Moved Cast from being a Unary instruction to being an "Other" instruction 2001-07-08 19:03:27 +00:00
iSwitch.cpp Changed the fundemental architecture of Operands for Instructions. Now 2001-07-07 08:36:50 +00:00
Makefile Initial revision 2001-06-06 20:29:01 +00:00
Module.cpp Add #includes to enable buiding in Release mode 2001-11-07 13:49:45 +00:00
SlotCalculator.cpp Support pointers to globals happily 2001-10-13 06:35:09 +00:00
SymbolTable.cpp If a name conflict occurs when inserting a value, rename it. 2001-11-26 17:01:18 +00:00
Type.cpp Implement: isLosslesslyConvertableTo and new CompositeType base class 2001-11-26 17:01:47 +00:00
Value.cpp Make error report a little more useful 2001-09-28 00:06:52 +00:00
ValueHolderImpl.h Changed an assertion message 2001-08-23 17:06:38 +00:00
Verifier.cpp Add notes 2001-11-06 22:53:11 +00:00