llvm-6502/lib
Jakob Stoklund Olesen 68c10a2ff7 Remove variable_ops from call instructions in most targets.
Call instructions are no longer required to be variadic, and
variable_ops should only be used for instructions that encode a variable
number of arguments, like the ARM stm/ldm instructions.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@160189 91177308-0d34-0410-b5e6-96231b3b80d8
2012-07-13 20:44:29 +00:00
..
Analysis Delete code for folding undefs in ScalarEvolution. It's invalid in 2012-07-09 23:51:20 +00:00
Archive
AsmParser
Bitcode
CodeGen Provide function name in 'Cannot select' fatal error. 2012-07-13 00:29:09 +00:00
DebugInfo
ExecutionEngine
Linker
MC
Object
Support Fixed few warnings. 2012-07-12 20:45:36 +00:00
TableGen TableGen: Location information for diagnostic. 2012-07-12 00:53:31 +00:00
Target Remove variable_ops from call instructions in most targets. 2012-07-13 20:44:29 +00:00
Transforms Make helper functions static. 2012-07-13 13:25:15 +00:00
VMCore Fixed few warnings; trimmed empty lines. 2012-07-13 01:25:27 +00:00
CMakeLists.txt
LLVMBuild.txt
Makefile