1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-10-19 19:12:56 +02:00
llvm-mirror/lib
Chris Lattner 937bf05f43 The local "ConstantFold" method is now just a watered down version of
ConstantFoldInstOperands.  Switch to ConstantFoldInstOperands and remove
ConstantFold.

llvm-svn: 33683
2007-01-30 23:52:44 +00:00
..
Analysis The local "ConstantFold" method is now just a watered down version of 2007-01-30 23:52:44 +00:00
AsmParser For PR1136: Rename GlobalVariable::isExternal as isDeclaration to avoid 2007-01-30 20:08:39 +00:00
Bytecode For PR1136: Rename GlobalVariable::isExternal as isDeclaration to avoid 2007-01-30 20:08:39 +00:00
CodeGen For PR1136: Rename GlobalVariable::isExternal as isDeclaration to avoid 2007-01-30 20:08:39 +00:00
Debugger Don't use <sstream> in Streams.h but <iosfwd> instead. 2006-12-07 23:41:45 +00:00
ExecutionEngine For PR1136: Rename GlobalVariable::isExternal as isDeclaration to avoid 2007-01-30 20:08:39 +00:00
Linker For PR1136: Rename GlobalVariable::isExternal as isDeclaration to avoid 2007-01-30 20:08:39 +00:00
Support reformat comment 2007-01-30 23:16:22 +00:00
System Moved disassembler to libSystem 2007-01-23 10:26:08 +00:00
Target During PEI, if the immediate value of sp + offset is too large (i.e. something 2007-01-30 23:01:46 +00:00
Transforms Adjust #includes to match movement of constant folding code from transformutils to libanalysis. 2007-01-30 23:46:24 +00:00
VMCore For PR1136: Rename GlobalVariable::isExternal as isDeclaration to avoid 2007-01-30 20:08:39 +00:00
Makefile Make some changes suggested by Chris: 2006-05-17 22:55:35 +00:00