llvm-6502/lib/VMCore
Chris Lattner b054bfd3ea Add a new ConstantExpr::getWithOperands that takes any array of operands
instead of requiring an std::vector.




git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@55084 91177308-0d34-0410-b5e6-96231b3b80d8
2008-08-20 22:27:40 +00:00
..
AsmWriter.cpp more cleanups, random methods shouldn't return ostreams. 2008-08-19 05:26:17 +00:00
AutoUpgrade.cpp
BasicBlock.cpp
ConstantFold.cpp
ConstantFold.h
Constants.cpp Add a new ConstantExpr::getWithOperands that takes any array of operands 2008-08-20 22:27:40 +00:00
Core.cpp Rename some GC classes so that their roll will hopefully be clearer. 2008-08-17 18:44:35 +00:00
Dominators.cpp
Function.cpp Rename some GC classes so that their roll will hopefully be clearer. 2008-08-17 18:44:35 +00:00
Globals.cpp
InlineAsm.cpp
Instruction.cpp
Instructions.cpp Improve support for vector casts in LLVM IR and CodeGen. 2008-08-14 20:04:46 +00:00
IntrinsicInst.cpp
LeakDetector.cpp Have LeakDetector use a SmallPtrSet instead of an std::set. 2008-08-14 20:40:10 +00:00
Makefile
Mangler.cpp
Module.cpp
ModuleProvider.cpp
ParameterAttributes.cpp
Pass.cpp
PassManager.cpp The pass manager is not able to schedule -loop-deletion -loop-index-split. 2008-08-14 23:07:48 +00:00
SymbolTableListTraitsImpl.h
Type.cpp Inline the fastpath of PATypeHolder::get(). This is a small speedup in 2008-08-15 15:16:50 +00:00
TypeSymbolTable.cpp
Use.cpp
Value.cpp
ValueSymbolTable.cpp
ValueTypes.cpp
Verifier.cpp whitespace cleanup 2008-08-19 04:45:47 +00:00