llvm-6502/lib
Dan Gohman 51bb47480e When creating X86ISD::INC and X86ISD::DEC nodes, only add one operand.
The extra operand didn't appear to cause any trouble, but it was
erroneous regardless.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@66206 91177308-0d34-0410-b5e6-96231b3b80d8
2009-03-05 21:29:28 +00:00
..
Analysis Ignore the debug info intrinsics when looking for dependency through basic block. 2009-03-05 01:45:43 +00:00
Archive Add the private linkage. 2009-01-15 20:18:42 +00:00
AsmParser Fix a pretty awesome bug that only happened in a strange case with anonymous 2009-03-01 00:53:13 +00:00
Bitcode Add suppport for ConstantExprs of shufflevectors whose result type is not equal to the 2009-02-12 21:28:33 +00:00
CodeGen (Hopefully) silence a warning. 2009-03-05 08:23:20 +00:00
CompilerDriver Reorganize llvmc code. 2009-03-02 09:01:14 +00:00
Debugger Removed trailing whitespace from Makefiles. 2009-01-09 16:44:42 +00:00
ExecutionEngine switch this message back to only being in -debug mode. 2009-03-05 06:48:16 +00:00
Linker Oops. 2009-03-03 10:04:23 +00:00
Support Add missing file. 2009-03-05 09:19:13 +00:00
System move some code to gracefully handle the case when a handler crashes. 2009-03-05 18:22:14 +00:00
Target When creating X86ISD::INC and X86ISD::DEC nodes, only add one operand. 2009-03-05 21:29:28 +00:00
Transforms GlobalOpt only process non constant local GVs while optimizing global vars. 2009-03-05 18:12:02 +00:00
VMCore Fix a bunch of Doxygen syntax issues. Escape special characters, 2009-03-03 02:55:14 +00:00
Makefile Reorganize llvmc code. 2009-03-02 09:01:14 +00:00