llvm/lib
Nate Begeman 41aaf7016e Fix bug 537 test 2, which checks to make sure that we fold A+(B-A) -> B for
integer types.  Add a couple checks to not perform these kinds of transform
on floating point values.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@22228 91177308-0d34-0410-b5e6-96231b3b80d8
2005-06-16 07:06:03 +00:00
..
Analysis By definition, 'tail' calls cannot access the stack frame of their caller. 2005-05-08 23:58:12 +00:00
Archive Remove vim settings from source code; people should use llvm/utils/vim/vimrc 2005-05-05 22:33:09 +00:00
AsmParser Give the asmparser the ability to parse strings. Patch contributed by 2005-05-20 03:25:47 +00:00
Bytecode Remove code for conversion from old style va_args. Preparing the way for 2005-06-08 00:49:08 +00:00
CodeGen Fix bug 537 test 2, which checks to make sure that we fold A+(B-A) -> B for 2005-06-16 07:06:03 +00:00
Debugger
ExecutionEngine Fix a really horrible problem that causes the JIT to miscompile any program 2005-05-12 06:01:28 +00:00
Linker Preserve CC's when linking modules 2005-05-09 01:09:39 +00:00
Support HP-UX system headers make a mess of isinf(), so much so that gcc fixincludes 2005-05-16 06:45:57 +00:00
System Put in a hack for Cygwin that prevents mkdtemp from being used since 2005-06-02 05:38:20 +00:00
Target Commit fix for generating conditional branch pseudo instructions that 2005-06-15 18:22:43 +00:00
Transforms Fix PR583 and testcase Transforms/InstCombine/2005-06-15-DivSelectCrash.ll 2005-06-16 04:55:52 +00:00
VMCore Some cleanups for compilation with GCC 4.0.0 to remove warnings: 2005-05-15 16:13:11 +00:00
Makefile