llvm-6502/lib
Duncan Sands 53388fcde6 Since build_vector is a variadic node, the number
of operands should be -1 not 0.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@54141 91177308-0d34-0410-b5e6-96231b3b80d8
2008-07-28 19:17:21 +00:00
..
Analysis Fix a subtle bug when removing instructions from memdep. In very specific 2008-07-28 16:00:58 +00:00
Archive
AsmParser Update the generated .cvs files. 2008-07-23 00:54:54 +00:00
Bitcode Enable first-class aggregates support. 2008-07-23 00:34:11 +00:00
CodeGen Fix a typo in a comment. 2008-07-28 18:43:51 +00:00
Debugger
ExecutionEngine Add a new hidden option to the interpreter to cause it to print 2008-07-08 17:25:49 +00:00
Linker Reimplement LinkFunctionProtos in terms of GetLinkageResult. This fixes 2008-07-14 07:23:24 +00:00
Support Fix PR2088. Use modulo linear equation solver to compute loop iteration 2008-07-20 15:55:14 +00:00
System Create temp. file in current path. 2008-07-24 00:35:38 +00:00
Target Since build_vector is a variadic node, the number 2008-07-28 19:17:21 +00:00
Transforms Add support for eliminating stores that store the same value that was just loaded. 2008-07-28 16:14:26 +00:00
VMCore Remove unnecessary implicit argument 2008-07-25 17:56:27 +00:00
Makefile