llvm-6502/lib
Nick Lewycky 9dce873c1a Remove redundant test for vector-nature. Scan the vector first to see whether
our optz'n will apply to it, then build the replacement vector only if needed.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@61279 91177308-0d34-0410-b5e6-96231b3b80d8
2008-12-20 16:48:00 +00:00
..
Analysis Resubmit support for the 'nocapture' attribute. 2008-12-19 06:39:12 +00:00
Archive Silence unused variable warnings. 2008-11-21 20:00:59 +00:00
AsmParser Update the .cvs files for nocapture. 2008-12-19 09:41:54 +00:00
Bitcode Add support for writing LLVM IR to a specified BitstreamWriter. 2008-12-19 18:37:59 +00:00
CodeGen Use SmallVector's pop_back_val. 2008-12-20 16:42:33 +00:00
Debugger Initial support for the CMake build system. 2008-09-22 01:08:49 +00:00
ExecutionEngine Fix MachineCodeEmitter to use uintptr_t instead of intptr_t. This avoids some overflow issues. Patch by Thomas Jablin. 2008-12-10 02:32:19 +00:00
Linker Make comments and code for QuietWarnings and QuietErrors 2008-10-25 17:57:20 +00:00
Support remove unused var 2008-12-09 17:04:06 +00:00
System Don't use plain %x to print pointer values. I had changed it from %p 2008-12-05 23:39:24 +00:00
Target Move the patterns which have i8 immediates before the patterns 2008-12-19 18:25:21 +00:00
Transforms Remove redundant test for vector-nature. Scan the vector first to see whether 2008-12-20 16:48:00 +00:00
VMCore The fields for the stoppoint debug intrinsic have not changed, so update the 2008-12-19 19:56:36 +00:00
Makefile