llvm-6502/lib
Bill Wendling ca460d5a39 Convert
// fold (sub c1, c2) -> c1-c2

from a no-op into an actual transformation.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@55886 91177308-0d34-0410-b5e6-96231b3b80d8
2008-09-07 11:34:47 +00:00
..
Analysis When PruneEH turned an invoke into an ordinary 2008-09-06 17:19:29 +00:00
Archive
AsmParser Parse and print opt_size note. 2008-09-03 22:10:21 +00:00
Bitcode Tidy up several unbeseeming casts from pointer to intptr_t. 2008-09-04 17:05:41 +00:00
CodeGen Convert 2008-09-07 11:34:47 +00:00
Debugger
ExecutionEngine MMI may be null. 2008-09-02 08:14:01 +00:00
Linker
Support
System
Target Initial fastisel call support for C, Fast, and X86_FastCall calling conventions. It's meant to handle "simple" calls, i.e. no byval, structret, etc. It doesn't support multi-result returns either. 2008-09-07 09:09:33 +00:00
Transforms Correct a comment and strip trailing whitespace. 2008-09-07 09:54:09 +00:00
VMCore Tidy up several unbeseeming casts from pointer to intptr_t. 2008-09-04 17:05:41 +00:00
Makefile