- f72fb67 Extend the vcmp/fcmp LLVM IR instructions to take vectors as arguments by Dan Gohman · 17 years ago
- 7ad033c Read and write function notes. by Devang Patel · 17 years ago
- e35f1ca add #include by Chris Lattner · 17 years ago
- 5eca075 Rename some GC classes so that their roll will hopefully be clearer. by Gordon Henriksen · 17 years ago
- fc74abf Enable first-class aggregates support. by Dan Gohman · 17 years ago
- e089160 InsertValue and ExtractValue constant expressions are always by Dan Gohman · 17 years ago
- 6fa6a32 Add a little wrapper header that is put around bc files when emitting by Chris Lattner · 17 years ago
- b0a882f Turn stdout into binary mode during bitcode emission. by Anton Korobeynikov · 17 years ago
- 0aab28b Improved bitcode support for insertvalue/extractvalue. by Dan Gohman · 17 years ago
- 81a0c0b IR, bitcode reader, bitcode writer, and asmparser changes to by Dan Gohman · 17 years ago
- e4977cf Make structs and arrays first-class types, and add assembly by Dan Gohman · 17 years ago
- 6667646 Allow an extra bit for CommonLinkage. by Dale Johannesen · 17 years ago
- aafce77 Add CommonLinkage; currently tentative definitions by Dale Johannesen · 17 years ago
- ac80ade Add two new instructions to the llvm IR, vicmp and vfcmp. see updated LangRef by Nate Begeman · 17 years ago
- 280a6e6 Remove 'unwinds to' support from mainline. This patch undoes r47802 r47989 by Nick Lewycky · 17 years ago
- 58d7491 Reimplement the parameter attributes support, phase #1. hilights: by Chris Lattner · 17 years ago
- f8342b9 Honour aliases visibility when reading from/writing to bitcode by Anton Korobeynikov · 17 years ago
- fc82fab Add an unwind_to field to basic blocks, making them Users instead of Values. by Nick Lewycky · 17 years ago
- 9a8a88b Remove debugging help. by Devang Patel · 17 years ago
- d9d99ff Update bitcode reader and writer to handle multiple return values. Take 2. by Devang Patel · 17 years ago
- 1df4397 Backing out r47521 for now. This has broken a number of tests. by Evan Cheng · 17 years ago
- e9fabd9 Properly read and write bitcodes for multiple return values. by Devang Patel · 17 years ago
- 22c3979 Split ParameterAttributes.h, putting the complicated by Dale Johannesen · 17 years ago
- 197be3d Read and write getresult. by Devang Patel · 17 years ago
- 8d1433c Support alignment within ParamAttrs in the I/O handling. by Dale Johannesen · 17 years ago
- 0d51e7e Expand ParameterAttributes to 32 bits (in preparation by Dale Johannesen · 17 years ago
- 4ee451d Remove attribution from file headers, per discussion on llvmdev. by Chris Lattner · 17 years ago
- d49e18d Implement part of review feedback for address spaces. by Christopher Lamb · 17 years ago
- 216b74c Fix compilation. by Duncan Sands · 17 years ago
- fe63fb9 Implement address space attribute for LLVM pointer types. Address spaces are by Christopher Lamb · 17 years ago
- 80a75bf Adding a collector name attribute to Function in the IR. These by Gordon Henriksen · 17 years ago
- a1afde7 Unbreak backwards compatibility with bytecode format. Regression by Chris Lattner · 17 years ago
- dc02467 Fix PR1146: parameter attributes are longer part of by Duncan Sands · 17 years ago
- a471c2e Next PPC long double bits. First cut at constants. by Dale Johannesen · 18 years ago
- 693717f Make temporaries explicit to avoid premature by Dale Johannesen · 18 years ago
- 9d5f456 Revise previous patch per review comments. by Dale Johannesen · 18 years ago
- 3f6eb74 Add APInt interfaces to APFloat (allows directly by Dale Johannesen · 18 years ago
- 073d48d Revert previous change to IR. by Dale Johannesen · 18 years ago
- 43421b3 Next round of APFloat changes. by Dale Johannesen · 18 years ago
- ebbc95d Patch 10 for long double. Doing constants right needs expanding ConstantFP by Dale Johannesen · 18 years ago
- 320fc8a Long double, part 1 of N. Support in IR. by Dale Johannesen · 18 years ago
- 3a08abf remove a dead case by Chris Lattner · 18 years ago
- 384003d allow partially materialized modules to be written out, which just strips out by Chris Lattner · 18 years ago
- a9bb713 Make a preemptive bitcode format change to support PR1146. This lets us do by Chris Lattner · 18 years ago
- 4eab2e5 Flush the file after writing bitcode so that clients who don't close their by Chris Lattner · 18 years ago
- 332376b Unbreak VC++. by Jeff Cohen · 18 years ago
- f9f2e83 add abbrevs for binops and casts. This shrinks a testcase from 725132->682500 by Chris Lattner · 18 years ago
- 2bce93a implement reading/writing of inlineasm objects by Chris Lattner · 18 years ago
- 94687ac add some abbrevs for ret and unreachable, shrinking kc++ from 2717360->2705388 by Chris Lattner · 18 years ago
- cb3d91b add a denser encoding for null terminated strings, add a 6-bit abbrev as by Chris Lattner · 18 years ago
- 817f08a add an abbreviation for the string constants opzn, shrinking the constnats by Chris Lattner · 18 years ago
- ff7fc5d implement the 'string constant' optimization. This shrinks kc.bit from by Chris Lattner · 18 years ago
- abfbf85 further reduce the redundancy of types in the instruction encoding. This by Chris Lattner · 18 years ago
- 7337ab9 stop encoding type/value pairs when the type is implied by the value. by Chris Lattner · 18 years ago
- 440168b add an abbrev for loads. This shrinks the function block about 50K, from: by Chris Lattner · 18 years ago
- a0f1ecc add abbrevs for the constants tables. This shrinks it from 4.49755e6 bits by Chris Lattner · 18 years ago
- d092e0e Add abbreviations to the TYPE_BLOCK for pointers, functions, structs and arrays. by Chris Lattner · 18 years ago
- ff294a4 add a char6 abbrev for bbnames and value names. This represents each character by Chris Lattner · 18 years ago
- 7a263ea add an abbreviation for the type symtab, this shrinks the TST from 175197 bits by Chris Lattner · 18 years ago
- e17b658 Implement support for globally associating abbrevs with block IDs, which by Chris Lattner · 18 years ago
- fd1ae95 allow the 8-bit abbrev to be used for either bb or other values by Chris Lattner · 18 years ago
- 2453f71 shave another 150K off of kc++, by using a 7-bit encoding for BB names by Chris Lattner · 18 years ago
- 5969830 where possible, encode symtab names with 7 bits per char instead of 8. This by Chris Lattner · 18 years ago
- 2e7899d Encode all value symtab strings as arrays of 8-bit fixed width integers, by Chris Lattner · 18 years ago
- 15e6d17 eliminate internal length fields from record. Records already know their by Chris Lattner · 18 years ago
- 07faafc stub out creation of BLOCKINFO_BLOCK by Chris Lattner · 18 years ago
- 1d1f9ad fix encoding of invoke instructions. kc++ now round trips by Chris Lattner · 18 years ago
- 9113e73 encode and read param attrs along with function type. WE can now roundtrip Olden/voronoi loslessly by Chris Lattner · 18 years ago
- f6f9cd1 fix a bug encoding param attrs by Chris Lattner · 18 years ago
- f0a6531 add writer support for param attrs by Chris Lattner · 18 years ago
- 62bbeea trivial scaffolding for param attrs by Chris Lattner · 18 years ago
- 7652019 Encoding calling conv info in call/invoke instrs, tree add now round trips completely by Chris Lattner · 18 years ago
- 38b12ce don't bother encoding # varargs by Chris Lattner · 18 years ago
- e825ed5 fix encoding of BB names in the symtab by Chris Lattner · 18 years ago
- f4c8e52 add reader logic for terminator instrs. by Chris Lattner · 18 years ago
- f639875 use the correct code for binop instrs by Chris Lattner · 18 years ago
- 60ce9b5 fix build with non-buggy compilers by Chris Lattner · 18 years ago
- be1f993 write the symbol table for function bodies by Chris Lattner · 18 years ago
- d309c75 encode all of the instructions. by Chris Lattner · 18 years ago
- 9cd3ccf Implement visibility checking during linking. Also implement protected by Anton Korobeynikov · 18 years ago
- 01b2745 Fix this to use the right block ID by Chris Lattner · 18 years ago
- 1a9df8e moved Writer.cpp -> BitcodeWriter.cpp to make it more unique in the tree. by Chris Lattner · 18 years ago
- b9d0c2a start code for writing out instructions. Separate BB#s from normal value #'s. by Chris Lattner · 18 years ago
- 8d35c79 add support for incorporating and purging functions to the value enumerator by Chris Lattner · 18 years ago
- 51d5f29 improve a comment by Chris Lattner · 18 years ago
- 198f34a move some code around, fix a bug in the reader reading globalinits (which by Chris Lattner · 18 years ago
- 07d98b4 add bitcode alias support by Chris Lattner · 18 years ago
- f581c3b implement reading and writing of constant exprs. by Chris Lattner · 18 years ago
- 631a8ed fix off-by-one computing size for section abbrevs by Chris Lattner · 18 years ago
- 2edd22b Emit module-level constants. by Chris Lattner · 18 years ago
- b992be1 write out the symtab for globals. by Chris Lattner · 18 years ago
- d127c1b implement reading of abbrevs, and writing of abbreviated global varrs. by Chris Lattner · 18 years ago
- 36d5e7d first part of implementation of abbrevs. The writer isn't fully there yet and the by Chris Lattner · 18 years ago
- 47f96bf promote LLVMBitCodes to be a public header by Chris Lattner · 18 years ago
- fd57cec Initial support for writing bitcode files. This currently only writes types, by Chris Lattner · 18 years ago