- e288105 Remove the one-definition-rule version of extern_weak by Duncan Sands · 17 years ago
- 12da8ce Introduce new linkage types linkonce_odr, weak_odr, common_odr by Duncan Sands · 17 years ago
- 94aa38d Add suppport for ConstantExprs of shufflevectors whose result type is not equal to the by Nate Begeman · 17 years ago
- 1933b00 use precise getters by Gabor Greif · 17 years ago
- 4b79e47 use specialized accessor instead of plain getOperand(0) by Gabor Greif · 17 years ago
- 6de96a1 Add the private linkage. by Rafael Espindola · 17 years ago
- 6aa83bd revert to functionally equivalent formulation by Gabor Greif · 17 years ago
- 6ecd6f4 use the obvious getters by Gabor Greif · 17 years ago
- af4c0bf Add support for writing LLVM IR to a specified BitstreamWriter. by Chris Lattner · 17 years ago
- 8d69f48 Commit missed files from nocapture change. by Nick Lewycky · 17 years ago
- a397bae Temporarily revert r61019, r61030, and r61040. These were breaking LLVM Release by Bill Wendling · 17 years ago
- 8d2ea18 It turns out that "align 1" and unaligned are different. Add a bias to the by Nick Lewycky · 17 years ago
- ddffe62 Introducing nocapture, a parameter attribute for pointers to indicate that the by Nick Lewycky · 17 years ago
- f4be246 Make sure to set stdout to binary when writing bitcode files via by Daniel Dunbar · 17 years ago
- 890d0de Add raw_ostream versions of WriteBitcodeToFile and BitcodeWriterPass. by Daniel Dunbar · 17 years ago
- 54306fe Rename APFloat::convertToAPInt to bitcastToAPInt to by Dale Johannesen · 17 years ago
- 4c758ea Large mechanical patch. by Devang Patel · 17 years ago
- 6402c72 s/ParamAttrsWithIndex/FnAttributeWithIndex/g by Devang Patel · 17 years ago
- 82fed67 Use parameter attribute store (soon to be renamed) for by Devang Patel · 17 years ago
- c5d2892 Re-enables the new vector select in the bitcode reader, by modifying the by Dan Gohman · 17 years ago
- c579d97 Extend the vcmp/fcmp LLVM IR instructions to take vectors as arguments by Dan Gohman · 17 years ago
- ca9d93e Read and write function notes. by Devang Patel · 17 years ago
- 339c3ca add #include by Chris Lattner · 17 years ago
- d930f91 Rename some GC classes so that their roll will hopefully be clearer. by Gordon Henriksen · 17 years ago
- fa1211f Enable first-class aggregates support. by Dan Gohman · 17 years ago
- d5d24f6 InsertValue and ExtractValue constant expressions are always by Dan Gohman · 17 years ago
- a660f4b Add a little wrapper header that is put around bc files when emitting by Chris Lattner · 17 years ago
- 5b3e396 Turn stdout into binary mode during bitcode emission. by Anton Korobeynikov · 17 years ago
- ca0256a Improved bitcode support for insertvalue/extractvalue. by Dan Gohman · 17 years ago
- 1ecaf45 IR, bitcode reader, bitcode writer, and asmparser changes to by Dan Gohman · 17 years ago
- 3049984 Make structs and arrays first-class types, and add assembly by Dan Gohman · 17 years ago
- 6ef726a Allow an extra bit for CommonLinkage. by Dale Johannesen · 17 years ago
- ce4396b Add CommonLinkage; currently tentative definitions by Dale Johannesen · 17 years ago
- d219570 Add two new instructions to the llvm IR, vicmp and vfcmp. see updated LangRef by Nate Begeman · 17 years ago
- 4d43d3c Remove 'unwinds to' support from mainline. This patch undoes r47802 r47989 by Nick Lewycky · 18 years ago
- 8a923e7 Reimplement the parameter attributes support, phase #1. hilights: by Chris Lattner · 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
- 443018e Remove debugging help. 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
- 965155a Support alignment within ParamAttrs in the I/O handling. by Dale Johannesen · 18 years ago
- 89268bc Expand ParameterAttributes to 32 bits (in preparation by Dale Johannesen · 18 years ago
- f3ebc3f Remove attribution from file headers, per discussion on llvmdev. by Chris Lattner · 18 years ago
- 25f5076 Implement part of review feedback for address spaces. by Christopher Lamb · 18 years ago
- f41217d Fix compilation. by Duncan Sands · 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
- 007aa37 Next PPC long double bits. First cut at constants. by Dale Johannesen · 18 years ago
- 34aa41c Make temporaries explicit to avoid premature 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
- bdad809 Patch 10 for long double. Doing constants right needs expanding ConstantFP by Dale Johannesen · 18 years ago
- ff4c3be Long double, part 1 of N. Support in IR. by Dale Johannesen · 18 years ago
- de8c7b6 remove a dead case by Chris Lattner · 18 years ago
- a261531 allow partially materialized modules to be written out, which just strips out by Chris Lattner · 18 years ago
- 4c0a6d6 Make a preemptive bitcode format change to support PR1146. This lets us do by Chris Lattner · 19 years ago
- 44f8ad1 Flush the file after writing bitcode so that clients who don't close their by Chris Lattner · 19 years ago
- b3f36d4 Unbreak VC++. by Jeff Cohen · 19 years ago
- c67e6d9 add abbrevs for binops and casts. This shrinks a testcase from 725132->682500 by Chris Lattner · 19 years ago
- af8fffc implement reading/writing of inlineasm objects by Chris Lattner · 19 years ago
- cc6d4c9 add some abbrevs for ret and unreachable, shrinking kc++ from 2717360->2705388 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
- 4b6ce8f add an abbreviation for the string constants opzn, shrinking the constnats 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
- b80751d add an abbrev for loads. This shrinks the function block about 50K, from: by Chris Lattner · 19 years ago
- da5e5d2 add abbrevs for the constants tables. This shrinks it from 4.49755e6 bits by Chris Lattner · 19 years ago
- ccee706 Add abbreviations to the TYPE_BLOCK for pointers, functions, structs and arrays. by Chris Lattner · 19 years ago
- e760d6f add a char6 abbrev for bbnames and value names. This represents each character by Chris Lattner · 19 years ago
- de05f6b add an abbreviation for the type symtab, this shrinks the TST from 175197 bits by Chris Lattner · 19 years ago
- 982ec1e Implement support for globally associating abbrevs with block IDs, which by Chris Lattner · 19 years ago
- a098796 allow the 8-bit abbrev to be used for either bb or other values by Chris Lattner · 19 years ago
- fd1ad10 shave another 150K off of kc++, by using a 7-bit encoding for BB names by Chris Lattner · 19 years ago
- 4d92598 where possible, encode symtab names with 7 bits per char instead of 8. This by Chris Lattner · 19 years ago
- 2eae59f Encode all value symtab strings as arrays of 8-bit fixed width integers, by Chris Lattner · 19 years ago
- e14cb88 eliminate internal length fields from record. Records already know their by Chris Lattner · 19 years ago
- 702658c stub out creation of BLOCKINFO_BLOCK by Chris Lattner · 19 years ago
- 485a6d8 fix encoding of invoke instructions. kc++ now round trips 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
- fc5b619 fix a bug encoding param attrs by Chris Lattner · 19 years ago
- e72bf9f add writer support for param attrs by Chris Lattner · 19 years ago
- e2f98ef trivial scaffolding for param attrs by Chris Lattner · 19 years ago
- 4704527 Encoding calling conv info in call/invoke instrs, tree add now round trips completely by Chris Lattner · 19 years ago
- 4bb39db don't bother encoding # varargs by Chris Lattner · 19 years ago
- 6be58c6 fix encoding of BB names in the symtab by Chris Lattner · 19 years ago
- 5285b5e add reader logic for terminator instrs. by Chris Lattner · 19 years ago
- 9f35f91 use the correct code for binop instrs by Chris Lattner · 19 years ago
- b811e95 fix build with non-buggy compilers by Chris Lattner · 19 years ago
- fb6f940 write the symbol table for function bodies by Chris Lattner · 19 years ago
- 0a60325 encode all of the instructions. by Chris Lattner · 19 years ago
- 31fc4f9 Implement visibility checking during linking. Also implement protected by Anton Korobeynikov · 19 years ago