llvm-mirror/lib
Chris Lattner b94c8f4ed8 shave another 150K off of kc++, by using a 7-bit encoding for BB names
where we can.  This shrinks kc++'s down to 3368K, with a VST record of:

  Block ID #14 (VALUE_SYMTAB):
      Num Instances: 2345
         Total Size: 1.29508e+07b/1.61885e+06B/404713W
       Average Size: 5522.73b/690.342B/172.585W
          % of file: 48.0645
  Tot/Avg SubBlocks: 0/0
    Tot/Avg Abbrevs: 7035/3
    Tot/Avg Records: 120924/51.5667
      % Abbrev Recs: 100

Isn't it nice to be able to optimizer bc size without touching the reader? :)

llvm-svn: 36759
2007-05-04 20:58:35 +00:00
..
Analysis
AsmParser regenerate 2007-05-04 04:01:37 +00:00
Bitcode shave another 150K off of kc++, by using a 7-bit encoding for BB names 2007-05-04 20:58:35 +00:00
Bytecode
CodeGen A bitcast of a global variable may have been constant folded to a GEP - 2007-05-04 17:12:26 +00:00
Debugger
ExecutionEngine Bitcast all the bits of a floating point value, not just one. The zero 2007-05-04 03:37:38 +00:00
Linker
Support This is a patch to fix a compile error in STLExtras.h, and 2007-05-03 18:32:10 +00:00
System silence annoying gcc 4.3 warnings 2007-05-03 18:15:56 +00:00
Target Add an "implies" field to features. This indicates that, if the current 2007-05-04 20:38:40 +00:00
Transforms Use IntrinsicInst to test for prefetch instructions, which is ever so 2007-05-04 14:59:09 +00:00
VMCore if functiontype is going to have a pointer to a paramattr object, it better 2007-05-04 03:39:28 +00:00
Makefile