aboutsummaryrefslogtreecommitdiff
path: root/lib/Bytecode/Writer/Writer.cpp
AgeCommit message (Expand)Author
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
2004-07-25Adjust to new Module.h interface for dependent libraries.Reid Spencer
2004-07-25bug 263:Reid Spencer
2004-07-18bug 122:Reid Spencer
2004-07-04Remove Tabs.Reid Spencer
2004-07-04Implement new output functions for types and compacted type planes. AlsoReid Spencer
2004-06-25No functionality changes here:Chris Lattner
2004-06-25Fix more warnings building with VC++Chris Lattner
2004-05-27Use the SymbolTable::isEmpty() method instead of checking for no valueReid Spencer
2004-05-26Part of bug 122:Reid Spencer
2004-05-25Changed to use SymbolTable's new iteration interfaces.Reid Spencer
2004-04-05Implement support for a new LLVM 1.3 bytecode format, which uses uint'sChris Lattner
2004-02-01Remove all of the annoying statistics now that I'm finished (for the nearChris Lattner
2004-01-20Bugfixes for dealing with partially compactified functionsChris Lattner
2004-01-18Save another 30K from 176.gcc by encoding the compaction table a bit moreChris Lattner
2004-01-18Remove -debug outputChris Lattner