llvm-mirror/lib
Evan Cheng 6cba4e114e Fix for PR1075: bottom-up register-reduction scheduling actually increases register pressure.
- Fixed bugs in sethi-ullman number computation and priority queue comparison
functions.
- Separate code that handles priority computation special cases from SU number computation.

llvm-svn: 33025
2007-01-08 23:50:38 +00:00
..
Analysis Fix a bug in an assert that would never trigger. 2007-01-08 05:34:39 +00:00
AsmParser Make packed structs use packed initialiers for consistency 2007-01-08 18:16:47 +00:00
Bytecode remove support for old-style varargs upgrading 2007-01-07 06:45:57 +00:00
CodeGen Fix for PR1075: bottom-up register-reduction scheduling actually increases register pressure. 2007-01-08 23:50:38 +00:00
Debugger Don't use <sstream> in Streams.h but <iosfwd> instead. 2006-12-07 23:41:45 +00:00
ExecutionEngine For PR950: 2006-12-31 05:51:36 +00:00
Linker For PR411: 2007-01-06 07:24:44 +00:00
Support wow, the link was already broken :) 2007-01-06 23:20:51 +00:00
System Partly fixed JITing on mingw32 platform. The support is not full due to 2006-12-19 15:24:18 +00:00
Target For PR1090: 2007-01-08 08:00:00 +00:00
Transforms Unbreak VC++ build. 2007-01-08 20:17:17 +00:00
VMCore Parameter attributes are part of a FunctionType and deserve to be factored 2007-01-08 19:41:01 +00:00
Makefile Make some changes suggested by Chris: 2006-05-17 22:55:35 +00:00