index
:
external_llvm.git
replicant-6.0
Android's llvm
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
include
/
llvm
/
Bitcode
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix minor doxygen nits.
Reid Spencer
2007-08-05
1
-3
/
+5
*
Long double, part 1 of N. Support in IR.
Dale Johannesen
2007-08-03
1
-1
/
+8
*
finishing touches of bytecode -> bitcode changes. also unbreak Windows
Gabor Greif
2007-07-06
1
-5
/
+4
*
eliminate residual cruft related to recognizing bytecode
Gabor Greif
2007-07-06
1
-8
/
+2
*
Here is the bulk of the sanitizing.
Gabor Greif
2007-07-05
1
-11
/
+11
*
update comments, no functionality change
Chris Lattner
2007-05-08
1
-4
/
+4
*
Move this here from Bytecode/Archive.h
Chris Lattner
2007-05-06
1
-0
/
+562
*
allow zero-length arrays
Chris Lattner
2007-05-06
1
-1
/
+1
*
we aren't at the end of stream until we've consumed all the bytes AND all
Chris Lattner
2007-05-06
1
-1
/
+3
*
Make code more 64-bit aware.
Jeff Cohen
2007-05-06
1
-3
/
+3
*
Unbreak VC++.
Jeff Cohen
2007-05-06
3
-8
/
+10
*
add a new CreateBitcodeWriterPass method, which creates a bitcode writer as
Chris Lattner
2007-05-06
1
-0
/
+5
*
add inline asm code
Chris Lattner
2007-05-06
1
-1
/
+2
*
Fix a subtle bug that prevented round-tripping 470.lbm
Chris Lattner
2007-05-06
1
-1
/
+1
*
add a denser encoding for null terminated strings, add a 6-bit abbrev as
Chris Lattner
2007-05-06
1
-8
/
+9
*
implement the 'string constant' optimization. This shrinks kc.bit from
Chris Lattner
2007-05-06
1
-8
/
+9
*
fix a bug I introduced when I merged some code together
Chris Lattner
2007-05-05
1
-1
/
+1
*
minor bugfix
Chris Lattner
2007-05-05
1
-0
/
+1
*
add a 6-bit encoding type for strings.
Chris Lattner
2007-05-05
3
-3
/
+38
*
Implement support for globally associating abbrevs with block IDs, which
Chris Lattner
2007-05-05
3
-12
/
+213
*
use a template to eliminate manual code duplication
Chris Lattner
2007-05-04
1
-47
/
+2
*
add support for array abbreviations.
Chris Lattner
2007-05-04
3
-59
/
+101
*
eliminate lengths from record bodies
Chris Lattner
2007-05-04
1
-16
/
+16
*
minor cleanups. Add provisions for a new standard BLOCKINFO_BLOCK
Chris Lattner
2007-05-04
4
-17
/
+41
*
refcount BitCodeAbbrev objects
Chris Lattner
2007-05-04
3
-7
/
+13
*
remove unused code
Chris Lattner
2007-05-04
1
-12
/
+11
*
add new codes
Chris Lattner
2007-05-04
1
-5
/
+11
*
add a new code
Chris Lattner
2007-05-03
1
-1
/
+2
*
update to reflect reality
Chris Lattner
2007-05-02
1
-1
/
+1
*
several bitfixes to JumpToBit
Chris Lattner
2007-05-01
1
-4
/
+7
*
add JumpToBit, an explicit init method, and a default ctor.
Chris Lattner
2007-05-01
1
-2
/
+28
*
add missing opcode.
Chris Lattner
2007-05-01
1
-9
/
+10
*
add some helpers
Chris Lattner
2007-04-29
2
-2
/
+5
*
compute this value correctly
Chris Lattner
2007-04-29
1
-2
/
+4
*
add a method
Chris Lattner
2007-04-29
1
-0
/
+6
*
make this file self-contained
Chris Lattner
2007-04-29
1
-0
/
+1
*
Switch the bitcode reader interface to take a MemoryBuffer instead of knowing
Chris Lattner
2007-04-29
1
-5
/
+10
*
start defining codes for instructions
Chris Lattner
2007-04-26
1
-6
/
+34
*
add a new code
Chris Lattner
2007-04-26
1
-1
/
+4
*
add alias support to bitcode
Chris Lattner
2007-04-26
1
-1
/
+4
*
comentate
Chris Lattner
2007-04-24
1
-0
/
+8
*
add records for constant exprs
Chris Lattner
2007-04-24
1
-9
/
+46
*
add codes for constants table
Chris Lattner
2007-04-23
1
-3
/
+17
*
Fix a bug in bitstream writer handling abbrevs, add value symtab
Chris Lattner
2007-04-23
2
-6
/
+12
*
implement reading of abbrevs
Chris Lattner
2007-04-23
1
-6
/
+89
*
minor cleanups
Chris Lattner
2007-04-23
1
-3
/
+5
*
finish implementation of basic abbrev writing.
Chris Lattner
2007-04-23
1
-4
/
+69
*
first part of implementation of abbrevs. The writer isn't fully there yet an...
Chris Lattner
2007-04-23
3
-13
/
+109
*
promote this to being a public header.
Chris Lattner
2007-04-23
1
-0
/
+87
*
Terminate with newline.
Reid Spencer
2007-04-22
1
-2
/
+0
[next]