index
:
bcm5719-llvm
meklort-10.0.0
meklort-10.0.1
ortega-7.0.1
Project Ortega BCM5719 LLVM
Raptor Computing Systems
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
llvm
/
lib
/
Bitcode
/
Writer
/
ValueEnumerator.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix a nasty problem where we would miss enumeration of some types. This fixes
Chris Lattner
2007-05-06
1
-1
/
+17
*
enumerate the operands of a constant before we enumerate the constant itself
Chris Lattner
2007-05-06
1
-9
/
+22
*
implement the 'string constant' optimization. This shrinks kc.bit from
Chris Lattner
2007-05-06
1
-4
/
+5
*
optimize constant layout. This fixes encoding of 181.mcf (by ensuring
Chris Lattner
2007-05-04
1
-5
/
+46
*
simple optimization for the type table
Chris Lattner
2007-05-04
1
-5
/
+29
*
enumerate parameter attr lists.
Chris Lattner
2007-05-03
1
-0
/
+17
*
fix encoding of BB names in the symtab
Chris Lattner
2007-05-03
1
-1
/
+1
*
start code for writing out instructions. Separate BB#s from normal value
Chris Lattner
2007-04-26
1
-3
/
+7
*
enumerate BB's separately from other function values.
Chris Lattner
2007-04-26
1
-1
/
+6
*
add support for incorporating and purging functions to the value enumerator
Chris Lattner
2007-04-26
1
-96
/
+31
*
move some code around, fix a bug in the reader reading globalinits (which
Chris Lattner
2007-04-26
1
-0
/
+16
*
add bitcode alias support
Chris Lattner
2007-04-26
1
-0
/
+10
*
Emit module-level constants.
Chris Lattner
2007-04-24
1
-1
/
+4
*
Initial support for writing bitcode files. This currently only writes types,
Chris Lattner
2007-04-22
1
-0
/
+235