llvm-6502/lib
Dale Johannesen dd1f9e4bf6 Enhance induction variable code to remove the
sext around sext(shorter IV + constant), using a
longer IV instead, when it can figure out the
add can't overflow.  This comes up a lot in
subscripting; mainly affects 64 bit.



git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@69123 91177308-0d34-0410-b5e6-96231b3b80d8
2009-04-15 01:10:12 +00:00
..
Analysis Add a method to check that the subprogram holds debug info for the given Function or not. 2009-04-15 00:06:07 +00:00
Archive
AsmParser Fix warning in .ll parser, detect and reject available_externally on function 2009-04-13 07:02:02 +00:00
Bitcode Add a new "available_externally" linkage type. This is intended 2009-04-13 05:44:34 +00:00
CodeGen Construct and emit DW_TAG_inlined_subroutine DIEs for inlined subroutine scopes (only in FastISel mode). 2009-04-15 00:10:26 +00:00
CompilerDriver
Debugger
ExecutionEngine Mac OS X 10.6 and above do not use key manager to register EH frames. 2009-04-14 22:31:59 +00:00
Linker Add a new "available_externally" linkage type. This is intended 2009-04-13 05:44:34 +00:00
Support
System Call CreateProcess with bInheritHandles = TRUE. 2009-04-14 21:31:36 +00:00
Target Do for GR16_NOREX what r69049 did for GR8_NOREX, to avoid trouble with 2009-04-15 00:10:16 +00:00
Transforms Enhance induction variable code to remove the 2009-04-15 01:10:12 +00:00
VMCore Add a new "available_externally" linkage type. This is intended 2009-04-13 05:44:34 +00:00
Makefile