summaryrefslogtreecommitdiff
path: root/lib/Bytecode/Writer
Commit message (Expand)AuthorAge
* Use archive libraries instead of object files for VMCore, BCReader,Reid Spencer2006-06-01
* Fix a bug in the bc reader/writer: we were not correctly encoding varargsChris Lattner2006-05-26
* Fix misencoding of calling conventionsChris Lattner2006-05-19
* add bc reader/writer support for inline asmChris Lattner2006-01-25
* Rename methodChris Lattner2006-01-24
* Add support for reading/writing inline asmChris Lattner2006-01-23
* trivial cleanupChris Lattner2005-11-12
* Read and write section info from/to .bc filesChris Lattner2005-11-12
* Wrap long line.Jeff Cohen2005-11-12
* Fix VC++ warning that bools cannot be ORed.Jeff Cohen2005-11-12
* don't misencode CC#'sChris Lattner2005-11-06
* encode/decode function alignment in bc filesChris Lattner2005-11-06
* Read/write global variable alignments if presentChris Lattner2005-11-06
* Write/read allocation instruction alignment info to .bc files.Chris Lattner2005-11-05
* Culling out use of unions for converting FP to bits and vice versa.Jim Laskey2005-08-17
* Eliminate all remaining tabs and trailing spaces.Jeff Cohen2005-07-27
* core changes for varargsAndrew Lenharth2005-06-18
* fix the assertionChris Lattner2005-05-13
* Silence VC++ warnings about unsafe mixing of ints and bools with the | operator.Jeff Cohen2005-05-07
* encode calling conventions for call/invoke instructions.Chris Lattner2005-05-06
* encode function calling convs in the bytecode file. invoke and call areChris Lattner2005-05-06
* wrap a longlineChris Lattner2005-05-06
* add bytecode reader support for tail callsChris Lattner2005-05-06
* Remove vim settings from source code; people should use llvm/utils/vim/vimrcMisha Brukman2005-05-05
* add support for undef values of opaque type, addressing PR541Chris Lattner2005-05-05
* Convert tabs to spacesMisha Brukman2005-04-22
* * Remove trailing whitespaceMisha Brukman2005-04-21
* This mega patch converts us from using Function::a{iterator|begin|end} toChris Lattner2005-03-15
* Fix an apparent ambiguity compiling on PPCChris Lattner2005-03-07
* simplify and speed up some codeChris Lattner2005-03-06
* Fix spelling, patch contributed by Gabor Greif!Chris Lattner2005-02-27
* Check in some patches for better assertionsChris Lattner2004-12-04
* Adjust to Compressor interface changeReid Spencer2004-11-25
* Do not emit FunctionBlock blocks for external functions. This shrinksChris Lattner2004-11-15
* Disable this change, it was prematureChris Lattner2004-11-15
* If a function is external, do not output a FunctionBlock for the functionChris Lattner2004-11-15
* Simplify compression code by using the high level interface to the CompressorReid Spencer2004-11-14
* * Add comments and cleanup per CL code reviewReid Spencer2004-11-07
* Add support for compressed bytecodeReid Spencer2004-11-06
* Fix name of libraryReid Spencer2004-10-28
* Fix the previous bug the correct way. This fixes ptrdist/bcChris Lattner2004-10-24
* Fix a bug that Brian brought to my attention. This corrects:Chris Lattner2004-10-23
* We won't use automakeReid Spencer2004-10-22
* Initial automake generated Makefile templateReid Spencer2004-10-18
* Add support for undef, unreachable, and function flagsChris Lattner2004-10-16
* Today is not my day. Fix broken #Chris Lattner2004-10-14
* unbreak previous checkin :(Chris Lattner2004-10-14
* Add back a missing parenChris Lattner2004-10-14
* Wrap to 80 cols, delete some seriously old debugging printoutsChris Lattner2004-10-14
* Minor cleanupsChris Lattner2004-10-14