- 8a923e7 Reimplement the parameter attributes support, phase #1. hilights: by Chris Lattner · 18 years ago
- e7b1903 when the bitcode reader is referencing a paramattr, make sure to bump its refcount. by Chris Lattner · 18 years ago
- 2f22e3f Be backward compatible by Anton Korobeynikov · 18 years ago
- db691cb Honour aliases visibility when reading from/writing to bitcode by Anton Korobeynikov · 18 years ago
- 3cc9be0 Add an unwind_to field to basic blocks, making them Users instead of Values. by Nick Lewycky · 18 years ago
- a736c00 Use SmallVector while constructing ReturnInst. by Devang Patel · 18 years ago
- bbfd874 Update bitcode reader and writer to handle multiple return values. Take 2. by Devang Patel · 18 years ago
- 2f18c39 Backing out r47521 for now. This has broken a number of tests. by Evan Cheng · 18 years ago
- 6a49782 Properly read and write bitcodes for multiple return values. by Devang Patel · 18 years ago
- 09f410b Split ParameterAttributes.h, putting the complicated by Dale Johannesen · 18 years ago
- 49cfe70 Read and write getresult. by Devang Patel · 18 years ago
- 70de4cb Use empty() instead of comparing size() with zero. by Dan Gohman · 18 years ago
- f3ebc3f Remove attribution from file headers, per discussion on llvmdev. by Chris Lattner · 18 years ago
- 0e179d0 Bring back int_x86_sse2_movl_dq intrinsic for backward compatibility. Make sure by Evan Cheng · 18 years ago
- edf0788 Change the PointerType api for creating pointer types. The old functionality of PointerType::get() has become PointerType::getUnqual(), which returns a pointer in the generic address space. The new prototype of PointerType::get() requires both a type and an address space. by Christopher Lamb · 18 years ago
- 54dd24c Implement address space attribute for LLVM pointer types. Address spaces are by Christopher Lamb · 18 years ago
- 71183b6 Adding a collector name attribute to Function in the IR. These by Gordon Henriksen · 18 years ago
- 1dfc48d Unbreak backwards compatibility with bytecode format. Regression by Chris Lattner · 18 years ago
- ad0ea2d Fix PR1146: parameter attributes are longer part of by Duncan Sands · 18 years ago
- 04eb67e In order for parameter attribute uniquing to make by Duncan Sands · 18 years ago
- d320810 Add explicit keywords. by Dan Gohman · 18 years ago
- 4646aa3 Make labels work in asm blocks; allow labels as by Dale Johannesen · 18 years ago
- 007aa37 Next PPC long double bits. First cut at constants. by Dale Johannesen · 18 years ago
- 028084e Revise previous patch per review comments. by Dale Johannesen · 18 years ago
- 245dceb Add APInt interfaces to APFloat (allows directly by Dale Johannesen · 18 years ago
- b6d795c Revert previous change to IR. by Dale Johannesen · 18 years ago
- bed9dc4 Next round of APFloat changes. by Dale Johannesen · 18 years ago
- c656cbb by David Greene · 18 years ago
- 703623d by David Greene · 18 years ago
- bdad809 Patch 10 for long double. Doing constants right needs expanding ConstantFP by Dale Johannesen · 18 years ago
- 7132e00 This is the patch to provide clean intrinsic function overloading support in LLVM. It cleans up the intrinsic definitions and generally smooths the process for more complicated intrinsic writing. It will be used by the upcoming atomic intrinsics as well as vector and float intrinsics in the future. by Chandler Carruth · 18 years ago
- 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 · 18 years ago
- 3c5616e Allow structs with zero fields. by Chris Lattner · 18 years ago
- a77bb94 add a missing check by Chris Lattner · 18 years ago
- af8fffc implement reading/writing of inlineasm objects by Chris Lattner · 18 years ago
- f25f710 add a denser encoding for null terminated strings, add a 6-bit abbrev as by Chris Lattner · 18 years ago
- 036d1bd implement the 'string constant' optimization. This shrinks kc.bit from by Chris Lattner · 18 years ago
- e9759c2 further reduce the redundancy of types in the instruction encoding. This by Chris Lattner · 18 years ago
- df1233d stop encoding type/value pairs when the type is implied by the value. by Chris Lattner · 18 years ago
- 6eeea5d add support for BLOCKINFO records at the module level. This fixes the reader by Chris Lattner · 18 years ago
- 982ec1e Implement support for globally associating abbrevs with block IDs, which by Chris Lattner · 18 years ago
- e14cb88 eliminate internal length fields from record. Records already know their by Chris Lattner · 18 years ago
- beca065 storeinst ctor takes isvolatile before alignment. With this, 176.gcc roundtrips by Chris Lattner · 18 years ago
- e11c6ce fix a misplaced error by Chris Lattner · 18 years ago
- 70f4566 encode and read param attrs along with function type. WE can now roundtrip Olden/voronoi loslessly by Chris Lattner · 18 years ago
- fee5a37 add support for reading the param attrs block by Chris Lattner · 18 years ago
- a68e3c7 remove dead code by Chris Lattner · 18 years ago
- dea02bd Allow this to compile with gcc 4.0.X by Reid Spencer · 18 years ago
- 4704527 Encoding calling conv info in call/invoke instrs, tree add now round trips completely by Chris Lattner · 18 years ago
- c1d86cd the type field for a store is the type of the pointer, not the value. by Chris Lattner · 18 years ago
- 6be58c6 fix encoding of BB names in the symtab by Chris Lattner · 18 years ago
- 6ce15cb bug fixes by Chris Lattner · 18 years ago
- 9f600c5 implement the rest of the instructions by Chris Lattner · 18 years ago
- c332bba add a few more instructions, getting close by Chris Lattner · 18 years ago
- 5285b5e add reader logic for terminator instrs. by Chris Lattner · 18 years ago
- 1fc27f0 add reader support for a bunch of new instructions by Chris Lattner · 18 years ago
- e53603e read a few instructions, fix some bugs. This is enough to be able to round by Chris Lattner · 18 years ago
- 8393055 handle function-level forward references, read binops. by Chris Lattner · 18 years ago
- 85b7b40 implement materializeModule, force deallocation of vector memory when we by Chris Lattner · 18 years ago
- 48a8de3 The stream to read from is now an ivar by Chris Lattner · 18 years ago
- 51ffe7c implement scafolding for lazy deserialization of function bodies by Chris Lattner · 18 years ago
- 31fc4f9 Implement visibility checking during linking. Also implement protected by Anton Korobeynikov · 18 years ago
- 6694f60 Switch the bitcode reader interface to take a MemoryBuffer instead of knowing by Chris Lattner · 18 years ago
- daf358b This is not "FIXME" anymore by Anton Korobeynikov · 18 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