- ff4c3be Long double, part 1 of N. Support in IR. by Dale Johannesen · 18 years ago
- 17a5dfe by David Greene · 18 years ago
- e16561c Here is the bulk of the sanitizing. by Gabor Greif · 18 years ago
- 9eeada9 Fix PR1434 and test/Linker/link-archive.ll, this is a regression from 1.9. by Chris Lattner · 18 years ago
- a6f88ce implement the ModuleProvider::dematerializeFunction hook by Chris Lattner · 18 years ago
- 4c0a6d6 Make a preemptive bitcode format change to support PR1146. This lets us do by Chris Lattner · 18 years ago
- 53862f7 fix off-by-one that caused the llvm2cpp test to fail by Chris Lattner · 19 years ago
- 3c5616e Allow structs with zero fields. by Chris Lattner · 19 years ago
- a77bb94 add a missing check by Chris Lattner · 19 years ago
- af8fffc implement reading/writing of inlineasm objects by Chris Lattner · 19 years ago
- f25f710 add a denser encoding for null terminated strings, add a 6-bit abbrev as by Chris Lattner · 19 years ago
- 036d1bd implement the 'string constant' optimization. This shrinks kc.bit from by Chris Lattner · 19 years ago
- e9759c2 further reduce the redundancy of types in the instruction encoding. This by Chris Lattner · 19 years ago
- df1233d stop encoding type/value pairs when the type is implied by the value. by Chris Lattner · 19 years ago
- 6eeea5d add support for BLOCKINFO records at the module level. This fixes the reader by Chris Lattner · 19 years ago
- 982ec1e Implement support for globally associating abbrevs with block IDs, which by Chris Lattner · 19 years ago
- e14cb88 eliminate internal length fields from record. Records already know their by Chris Lattner · 19 years ago
- beca065 storeinst ctor takes isvolatile before alignment. With this, 176.gcc roundtrips by Chris Lattner · 19 years ago
- e11c6ce fix a misplaced error by Chris Lattner · 19 years ago
- 70f4566 encode and read param attrs along with function type. WE can now roundtrip Olden/voronoi loslessly by Chris Lattner · 19 years ago
- fee5a37 add support for reading the param attrs block by Chris Lattner · 19 years ago
- a68e3c7 remove dead code by Chris Lattner · 19 years ago
- dea02bd Allow this to compile with gcc 4.0.X by Reid Spencer · 19 years ago
- 4704527 Encoding calling conv info in call/invoke instrs, tree add now round trips completely by Chris Lattner · 19 years ago
- c1d86cd the type field for a store is the type of the pointer, not the value. by Chris Lattner · 19 years ago
- 6be58c6 fix encoding of BB names in the symtab by Chris Lattner · 19 years ago
- 6ce15cb bug fixes by Chris Lattner · 19 years ago
- 9f600c5 implement the rest of the instructions by Chris Lattner · 19 years ago
- c332bba add a few more instructions, getting close by Chris Lattner · 19 years ago
- 5285b5e add reader logic for terminator instrs. by Chris Lattner · 19 years ago
- 1fc27f0 add reader support for a bunch of new instructions by Chris Lattner · 19 years ago
- e53603e read a few instructions, fix some bugs. This is enough to be able to round by Chris Lattner · 19 years ago
- 8393055 handle function-level forward references, read binops. by Chris Lattner · 19 years ago
- 85b7b40 implement materializeModule, force deallocation of vector memory when we by Chris Lattner · 19 years ago
- 48a8de3 The stream to read from is now an ivar by Chris Lattner · 19 years ago
- 51ffe7c implement scafolding for lazy deserialization of function bodies by Chris Lattner · 19 years ago
- 31fc4f9 Implement visibility checking during linking. Also implement protected by Anton Korobeynikov · 19 years ago
- 6694f60 Switch the bitcode reader interface to take a MemoryBuffer instead of knowing by Chris Lattner · 19 years ago
- daf358b This is not "FIXME" anymore by Anton Korobeynikov · 19 years ago
- 831d420 move some code around, fix a bug in the reader reading globalinits (which by Chris Lattner · 19 years ago
- 44c1707 add bitcode alias support by Chris Lattner · 19 years ago
- 890683d ensure that every error return sets a message (and goes through Error, for by Chris Lattner · 19 years ago
- 0ee6a3a fix memory leak by Chris Lattner · 19 years ago
- 1e16bcf7 implement reading and writing of constant exprs. by Chris Lattner · 19 years ago
- 1663cca implement support for reading aggregate constants, including handling forward by Chris Lattner · 19 years ago
- 08feb1e add supprot for FP constants, wide integers, and fix the encoding of MININT by Chris Lattner · 19 years ago
- fbc1d33 read basic constants: null, undef, integers <= 64bits by Chris Lattner · 19 years ago
- a272ead move check to the right place :) by Chris Lattner · 19 years ago
- 47d131b track global inits by Chris Lattner · 19 years ago
- ccaa448 Read global symtab by Chris Lattner · 19 years ago
- b549137 implement reading of abbrevs, and writing of abbreviated global varrs. by Chris Lattner · 19 years ago
- 4b00d92 first part of implementation of abbrevs. The writer isn't fully there yet and the by Chris Lattner · 19 years ago
- 1314b99 Initial support for reading bitcode files. They currently only read types, by Chris Lattner · 19 years ago