llvm-6502/lib
Evan Cheng cf985a9545 Clean up spill weight computation. Also some changes to give loop induction
variable increment / decrement slighter high priority. 

This has major impact on some micro-benchmarks. On MultiSource/Applications
and spec tests, it's a minor win. It also reduce 256.bzip instruction count
by 8%, 55 on 164.gzip on i386 / Darwin.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@82485 91177308-0d34-0410-b5e6-96231b3b80d8
2009-09-21 21:12:25 +00:00
..
Analysis Revert r82404, it is causing a bootstrap miscompile. This is very very 2009-09-20 22:44:26 +00:00
Archive
AsmParser Tabs -> spaces, and remove trailing whitespace. 2009-09-20 02:20:51 +00:00
Bitcode Tabs -> spaces, and remove trailing whitespace. 2009-09-20 02:20:51 +00:00
CodeGen Clean up spill weight computation. Also some changes to give loop induction 2009-09-21 21:12:25 +00:00
CompilerDriver
Debugger
ExecutionEngine Update cmake. 2009-09-21 08:08:29 +00:00
Linker
MC eliminate a use of strtoul. 2009-09-20 06:58:54 +00:00
Support simplify as daniel suggests 2009-09-20 22:56:43 +00:00
System
Target Add Cortex-A8 VFP model. 2009-09-21 20:52:17 +00:00
Transforms big endian systems shift by bits too, hopefully this will fix the ppc 2009-09-21 17:55:47 +00:00
VMCore initialize SymbolsCanStartWithDigit to false by default 2009-09-21 14:11:56 +00:00
Makefile