llvm-6502/test
Chris Lattner f286f6fd93 Fix PR1850 by removing an unsafe transformation from VMCore/ConstantFold.cpp.
Reimplement the xform in Analysis/ConstantFolding.cpp where we can use
targetdata to validate that it is safe.  While I'm in there, fix some const
correctness issues and generalize the interface to the "operand folder".


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@44817 91177308-0d34-0410-b5e6-96231b3b80d8
2007-12-10 22:53:04 +00:00
..
Analysis Fix PR1782, patch by Wojtek Matyjewicz! 2007-12-09 07:35:13 +00:00
Archive
Assembler Fix PR1850 by removing an unsafe transformation from VMCore/ConstantFold.cpp. 2007-12-10 22:53:04 +00:00
Bindings/Ocaml Adding a collector name attribute to Function in the IR. These 2007-12-10 03:18:06 +00:00
Bitcode
BugPoint
C++Frontend
CFrontend New testcase for PR1744 2007-11-28 22:43:34 +00:00
CodeGen Improve branch folding by recgonizing that explict successor relationships impact the value of fall-through choices. 2007-12-10 07:24:06 +00:00
DebugInfo
ExecutionEngine Fix PR1836: in the interpreter, read and write apints 2007-12-10 17:43:13 +00:00
Feature Fix PR1146: parameter attributes are longer part of 2007-11-27 13:23:08 +00:00
FrontendAda
FrontendObjC
Integer Fix PR1146: parameter attributes are longer part of 2007-11-27 13:23:08 +00:00
lib Fix bug in regression tests that ignored stderr output in RUN lines. Updated tests and fixed broken run lines. 2007-11-28 04:57:00 +00:00
Linker
Other
Scripts
TableGen
Transforms Fix PR1850 by removing an unsafe transformation from VMCore/ConstantFold.cpp. 2007-12-10 22:53:04 +00:00
Verifier Change &| to |&. 2007-11-27 00:50:57 +00:00
Makefile
Makefile.tests
TestRunner.sh