summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Bytecode/Writer/Writer.cpp
Commit message (Expand)AuthorAgeFilesLines
...
* For PR950: Implement read/write of ICmp and FCmp constant expressionsReid Spencer2006-12-041-0/+2
* Support ICmp/FCmp constant expression reading and writing.Reid Spencer2006-12-031-0/+7
* Implement reading and writing of the ICmp and FCmp instructions.Reid Spencer2006-12-031-0/+9
* Replacing std::iostreams with llvm iostreams. Some of these changes involveBill Wendling2006-11-291-8/+9
* For PR950:Reid Spencer2006-11-271-18/+12
* Bump the bytecode version number to 7. Implement upgrade of version 6 andReid Spencer2006-11-081-1/+1
* For PR786:Reid Spencer2006-11-021-1/+1
* For PR950:Reid Spencer2006-10-261-1/+1
* For PR950:Reid Spencer2006-10-201-6/+6
* Adding dllimport, dllexport and external weak linkage types.Anton Korobeynikov2006-09-141-9/+26
* formatting cleanupsChris Lattner2006-07-281-12/+11
* For PR787:Reid Spencer2006-06-071-0/+6
* Fix a bug in the bc reader/writer: we were not correctly encoding varargsChris Lattner2006-05-261-1/+10
* Fix misencoding of calling conventionsChris Lattner2006-05-191-2/+3
* add bc reader/writer support for inline asmChris Lattner2006-01-251-3/+19
* Rename methodChris Lattner2006-01-241-1/+1
* Add support for reading/writing inline asmChris Lattner2006-01-231-0/+3
* trivial cleanupChris Lattner2005-11-121-2/+2
* Read and write section info from/to .bc filesChris Lattner2005-11-121-6/+38
* Wrap long line.Jeff Cohen2005-11-121-1/+2
* Fix VC++ warning that bools cannot be ORed.Jeff Cohen2005-11-121-1/+1
* don't misencode CC#'sChris Lattner2005-11-061-3/+4
* encode/decode function alignment in bc filesChris Lattner2005-11-061-10/+14
* Read/write global variable alignments if presentChris Lattner2005-11-061-6/+25
* Write/read allocation instruction alignment info to .bc files.Chris Lattner2005-11-051-0/+7
* Culling out use of unions for converting FP to bits and vice versa.Jim Laskey2005-08-171-22/+15
* Eliminate all remaining tabs and trailing spaces.Jeff Cohen2005-07-271-1/+1
* core changes for varargsAndrew Lenharth2005-06-181-10/+1
* fix the assertionChris Lattner2005-05-131-1/+1
* Silence VC++ warnings about unsafe mixing of ints and bools with the | operator.Jeff Cohen2005-05-071-2/+2
* encode calling conventions for call/invoke instructions.Chris Lattner2005-05-061-7/+43
* encode function calling convs in the bytecode file. invoke and call areChris Lattner2005-05-061-1/+8
* wrap a longlineChris Lattner2005-05-061-1/+2
* add bytecode reader support for tail callsChris Lattner2005-05-061-1/+4
* Remove vim settings from source code; people should use llvm/utils/vim/vimrcMisha Brukman2005-05-051-1/+0
* add support for undef values of opaque type, addressing PR541Chris Lattner2005-05-051-3/+3
* * Remove trailing whitespaceMisha Brukman2005-04-211-65/+65
* This mega patch converts us from using Function::a{iterator|begin|end} toChris Lattner2005-03-151-1/+1
* Fix an apparent ambiguity compiling on PPCChris Lattner2005-03-071-1/+1
* simplify and speed up some codeChris Lattner2005-03-061-1/+1
* Fix spelling, patch contributed by Gabor Greif!Chris Lattner2005-02-271-1/+1
* Check in some patches for better assertionsChris Lattner2004-12-041-0/+1
* Adjust to Compressor interface changeReid Spencer2004-11-251-2/+1
* Do not emit FunctionBlock blocks for external functions. This shrinksChris Lattner2004-11-151-3/+5
* Disable this change, it was prematureChris Lattner2004-11-151-3/+3
* If a function is external, do not output a FunctionBlock for the functionChris Lattner2004-11-151-3/+3
* Simplify compression code by using the high level interface to the CompressorReid Spencer2004-11-141-73/+4
* * Add comments and cleanup per CL code reviewReid Spencer2004-11-071-31/+65
* Add support for compressed bytecodeReid Spencer2004-11-061-20/+77
* Add support for undef, unreachable, and function flagsChris Lattner2004-10-161-14/+17
OpenPOWER on IntegriCloud