aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2007-05-07Parameter attributes on invoke calls were being lost due to the wrongDuncan Sands
2007-05-07Testcase for PR1398.Duncan Sands
2007-05-07Initialize variable to null so it has a value in the off chance that aReid Spencer
2007-05-07Update.Evan Cheng
2007-05-07Unbreak VC++ build.Jeff Cohen
2007-05-06use the new MemoryBuffer interfaces to simplify error reporting in clients.Chris Lattner
2007-05-06Enhance MemoryBuffer to return error messages in strings if they occur.Chris Lattner
2007-05-06remove dead optionChris Lattner
2007-05-06this is obsoleteChris Lattner
2007-05-06link to the bitcode docChris Lattner
2007-05-06bzip2 is goneChris Lattner
2007-05-06Fix PR1395, by passing the ID correctlyChris Lattner
2007-05-06Update fieldsAnton Korobeynikov
2007-05-06add this backChris Lattner
2007-05-06DetabifyAnton Korobeynikov
2007-05-06Update MSIL BE. This patch fixes most weird glitches outlined inAnton Korobeynikov
2007-05-06lib/Bytecode is deadChris Lattner
2007-05-06move this to lib/ArchiveChris Lattner
2007-05-06build lib/Archive instead of lib/BytecodeChris Lattner
2007-05-06adjust this to live in lib/ArchiveChris Lattner
2007-05-06remove bytecode headersChris Lattner
2007-05-06remove dead headerChris Lattner
2007-05-06Fix a buggy conversion from bytecode to bitcodeChris Lattner
2007-05-06remove bytecode readerChris Lattner
2007-05-06remove the old bc writerChris Lattner
2007-05-06fix off-by-one that caused the llvm2cpp test to failChris Lattner
2007-05-06remove libbzip2 from this. This should use llvm-config or something.Chris Lattner
2007-05-06Flush the file after writing bitcode so that clients who don't close theirChris Lattner
2007-05-06make sure the ofstream for opt's output file is destroyed, so that the bitsChris Lattner
2007-05-06remove this file for now, we can bring it back from cvs if we need it inChris Lattner
2007-05-06remove libbzip2, it is deadChris Lattner
2007-05-06Testcase for yet another global constant Ada f-e bug.Duncan Sands
2007-05-06Fix typo in comment.Nick Lewycky
2007-05-06switch tools to bitcode from bytecodeChris Lattner
2007-05-06don't build bzip2 for nowChris Lattner
2007-05-06disable this for nowChris Lattner
2007-05-06don't build bcreader/bcwriterChris Lattner
2007-05-06switch tools to bitcode instead of bytecodeChris Lattner
2007-05-06switch this to bitcode instead of bytecodeChris Lattner
2007-05-06Switch this over to bitcode instead of bytecode.Chris Lattner
2007-05-06Move this here from Bytecode/Archive.hChris Lattner
2007-05-06Fix a nasty problem where we would miss enumeration of some types. This fixesChris Lattner
2007-05-06allow zero-length arraysChris Lattner
2007-05-06Allow structs with zero fields.Chris Lattner
2007-05-06we aren't at the end of stream until we've consumed all the bytes AND allChris Lattner
2007-05-063DNowA implies 3DNow. 64-bit implies SSE1, SSE2, and I assume MMX.Bill Wendling
2007-05-06add a missing checkChris Lattner
2007-05-06Fix MemoryBuffer::getFile to return null if it has an error opening theChris Lattner
2007-05-06Fix a bug in my previous patchChris Lattner
2007-05-06add bitcode supportChris Lattner