llvm-6502/lib
Dan Gohman f3f1be6f06 When extending the operands of an addrec, iterate through all
the operands, rather than trying to partition them into a start
and a step. This handles non-affine add recurrences correctly.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@83011 91177308-0d34-0410-b5e6-96231b3b80d8
2009-09-28 21:01:47 +00:00
..
Analysis When extending the operands of an addrec, iterate through all 2009-09-28 21:01:47 +00:00
Archive
AsmParser Revert 82694 "Auto-upgrade malloc instructions to malloc calls." because it causes regressions in the nightly tests. 2009-09-25 18:11:52 +00:00
Bitcode Revert 82694 "Auto-upgrade malloc instructions to malloc calls." because it causes regressions in the nightly tests. 2009-09-25 18:11:52 +00:00
CodeGen Use KILL instead of IMPLICIT_DEF in LowerSubregs pass. 2009-09-28 20:32:46 +00:00
CompilerDriver
Debugger
ExecutionEngine
Linker
MC
Support Avoid using mutex locks if not in multithreaded mode by using a SmartScopedMutex 2009-09-27 11:08:03 +00:00
System
Target Fix Thumb2 IT block pass bug. t2MOVi32imm may not be the start of a IT block. 2009-09-28 20:47:15 +00:00
Transforms Remove a redundant #ifndef and add an assertion string. 2009-09-28 14:38:19 +00:00
VMCore Do not hardcode metadata names. 2009-09-28 20:56:00 +00:00
Makefile