llvm-6502/lib/VMCore
Chris Lattner 4d143ee019 IA64 compat
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@14867 91177308-0d34-0410-b5e6-96231b3b80d8
2004-07-16 00:08:28 +00:00
..
AsmWriter.cpp Fixes for PR341 2004-07-15 02:51:31 +00:00
BasicBlock.cpp
ConstantFold.cpp Implement folding of expressions like 'uint cast (int* getelementptr (int* 2004-07-15 01:16:59 +00:00
ConstantFold.h
ConstantFolding.h
ConstantRange.cpp Bug fixes for PR341 2004-07-15 01:29:12 +00:00
Constants.cpp implement new helper method 2004-07-12 20:35:11 +00:00
Dominators.cpp
Function.cpp Fix a really nasty logic error that VC noticed. 2004-07-12 20:27:31 +00:00
iBranch.cpp
iCall.cpp
iMemory.cpp Implement new helper methods for creating two-index GEP instructions 2004-07-14 18:14:33 +00:00
InstrTypes.cpp
Instruction.cpp
iOperators.cpp
iSwitch.cpp
LeakDetector.cpp Bug fixes for PR341 2004-07-15 01:29:12 +00:00
Linker.cpp
Makefile
Mangler.cpp Do not call Type::getUniqueID 2004-07-08 22:09:34 +00:00
Module.cpp Replace use of defunct Type::setName method with SymbolTable::insert. 2004-07-10 16:37:42 +00:00
ModuleProvider.cpp
Pass.cpp There is no error message to print out, end sentence with `!' 2004-07-07 21:22:05 +00:00
PassManagerT.h IA64 compat 2004-07-16 00:08:28 +00:00
SymbolTable.cpp
SymbolTableListTraitsImpl.h
Type.cpp Catch aggregates passed by value sooner rather than later. 2004-07-13 20:09:51 +00:00
Value.cpp Fix regressions in these testcases: 2004-07-07 18:07:46 +00:00
Verifier.cpp