aboutsummaryrefslogtreecommitdiff
path: root/lib/Bytecode/Writer/Writer.cpp
AgeCommit message (Expand)Author
2006-06-07For PR787:Reid Spencer
2006-05-26Fix a bug in the bc reader/writer: we were not correctly encoding varargsChris Lattner
2006-05-19Fix misencoding of calling conventionsChris Lattner
2006-01-25add bc reader/writer support for inline asmChris Lattner
2006-01-24Rename methodChris Lattner
2006-01-23Add support for reading/writing inline asmChris Lattner
2005-11-12trivial cleanupChris Lattner
2005-11-12Read and write section info from/to .bc filesChris Lattner
2005-11-12Wrap long line.Jeff Cohen
2005-11-12Fix VC++ warning that bools cannot be ORed.Jeff Cohen
2005-11-06don't misencode CC#'sChris Lattner
2005-11-06encode/decode function alignment in bc filesChris Lattner
2005-11-06Read/write global variable alignments if presentChris Lattner
2005-11-05Write/read allocation instruction alignment info to .bc files.Chris Lattner
2005-08-17Culling out use of unions for converting FP to bits and vice versa.Jim Laskey
2005-07-27Eliminate all remaining tabs and trailing spaces.Jeff Cohen
2005-06-18core changes for varargsAndrew Lenharth
2005-05-13fix the assertionChris Lattner
2005-05-07Silence VC++ warnings about unsafe mixing of ints and bools with the | operator.Jeff Cohen
2005-05-06encode calling conventions for call/invoke instructions.Chris Lattner
2005-05-06encode function calling convs in the bytecode file. invoke and call areChris Lattner
2005-05-06wrap a longlineChris Lattner
2005-05-06add bytecode reader support for tail callsChris Lattner
2005-05-05Remove vim settings from source code; people should use llvm/utils/vim/vimrcMisha Brukman
2005-05-05add support for undef values of opaque type, addressing PR541Chris Lattner
2005-04-21* Remove trailing whitespaceMisha Brukman
2005-03-15This mega patch converts us from using Function::a{iterator|begin|end} toChris Lattner
2005-03-07Fix an apparent ambiguity compiling on PPCChris Lattner
2005-03-06simplify and speed up some codeChris Lattner
2005-02-27Fix spelling, patch contributed by Gabor Greif!Chris Lattner
2004-12-04Check in some patches for better assertionsChris Lattner
2004-11-25Adjust to Compressor interface changeReid Spencer
2004-11-15Do not emit FunctionBlock blocks for external functions. This shrinksChris Lattner
2004-11-15Disable this change, it was prematureChris Lattner
2004-11-15If a function is external, do not output a FunctionBlock for the functionChris Lattner
2004-11-14Simplify compression code by using the high level interface to the CompressorReid Spencer
2004-11-07* Add comments and cleanup per CL code reviewReid Spencer
2004-11-06Add support for compressed bytecodeReid Spencer
2004-10-16Add support for undef, unreachable, and function flagsChris Lattner
2004-10-14Today is not my day. Fix broken #Chris Lattner
2004-10-14unbreak previous checkin :(Chris Lattner
2004-10-14Add back a missing parenChris Lattner
2004-10-14Wrap to 80 cols, delete some seriously old debugging printoutsChris Lattner
2004-10-14Minor cleanupsChris Lattner
2004-09-01Changes For Bug 352Reid Spencer
2004-08-27Prevent an empty compaction table from being written to the bytecode file.Reid Spencer
2004-08-20Packed types, brought to you by Brad JonesBrian Gaeke
2004-08-17Bytecode File Format Changes:Reid Spencer
2004-08-17Correct the comments in the symbol table writer to reflect reality.Reid Spencer
2004-08-04Stop using getValues().Alkis Evlogimenos