aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2007-05-07Parameter attributes on invoke calls were being lost due to the wrongDuncan Sands1-4/+6
2007-05-07Testcase for PR1398.Duncan Sands1-0/+15
2007-05-07Initialize variable to null so it has a value in the off chance that aReid Spencer1-1/+1
2007-05-07Update.Evan Cheng1-0/+1
2007-05-07Unbreak VC++ build.Jeff Cohen5-131/+37
2007-05-06use the new MemoryBuffer interfaces to simplify error reporting in clients.Chris Lattner11-48/+27
2007-05-06Enhance MemoryBuffer to return error messages in strings if they occur.Chris Lattner2-9/+25
2007-05-06remove dead optionChris Lattner2-7/+0
2007-05-06this is obsoleteChris Lattner1-2158/+0
2007-05-06link to the bitcode docChris Lattner1-1/+1
2007-05-06bzip2 is goneChris Lattner1-1/+0
2007-05-06Fix PR1395, by passing the ID correctlyChris Lattner3-5/+4
2007-05-06Update fieldsAnton Korobeynikov1-1/+3
2007-05-06add this backChris Lattner1-0/+1
2007-05-06DetabifyAnton Korobeynikov1-1/+1
2007-05-06Update MSIL BE. This patch fixes most weird glitches outlined inAnton Korobeynikov3-145/+446
2007-05-06lib/Bytecode is deadChris Lattner1-14/+0
2007-05-06move this to lib/ArchiveChris Lattner5-1486/+0
2007-05-06build lib/Archive instead of lib/BytecodeChris Lattner1-1/+1
2007-05-06adjust this to live in lib/ArchiveChris Lattner5-0/+1486
2007-05-06remove bytecode headersChris Lattner7-1205/+0
2007-05-06remove dead headerChris Lattner1-163/+0
2007-05-06Fix a buggy conversion from bytecode to bitcodeChris Lattner1-1/+1
2007-05-06remove bytecode readerChris Lattner5-3646/+0
2007-05-06remove the old bc writerChris Lattner5-1945/+0
2007-05-06fix off-by-one that caused the llvm2cpp test to failChris Lattner1-2/+4
2007-05-06remove libbzip2 from this. This should use llvm-config or something.Chris Lattner1-1/+1
2007-05-06Flush the file after writing bitcode so that clients who don't close theirChris Lattner1-0/+3
2007-05-06make sure the ofstream for opt's output file is destroyed, so that the bitsChris Lattner1-0/+3
2007-05-06remove this file for now, we can bring it back from cvs if we need it inChris Lattner1-561/+0
2007-05-06remove libbzip2, it is deadChris Lattner15-6126/+0
2007-05-06Testcase for yet another global constant Ada f-e bug.Duncan Sands2-0/+9
2007-05-06Fix typo in comment.Nick Lewycky70-76/+76
2007-05-06switch tools to bitcode from bytecodeChris Lattner11-115/+45
2007-05-06don't build bzip2 for nowChris Lattner1-1/+0
2007-05-06disable this for nowChris Lattner1-0/+3
2007-05-06don't build bcreader/bcwriterChris Lattner1-1/+1
2007-05-06switch tools to bitcode instead of bytecodeChris Lattner22-236/+70
2007-05-06switch this to bitcode instead of bytecodeChris Lattner5-33/+17
2007-05-06Switch this over to bitcode instead of bytecode.Chris Lattner4-60/+40
2007-05-06Move this here from Bytecode/Archive.hChris Lattner1-0/+562
2007-05-06Fix a nasty problem where we would miss enumeration of some types. This fixesChris Lattner2-1/+18
2007-05-06allow zero-length arraysChris Lattner1-1/+1
2007-05-06Allow structs with zero fields.Chris Lattner1-1/+1
2007-05-06we aren't at the end of stream until we've consumed all the bytes AND allChris Lattner1-1/+3
2007-05-063DNowA implies 3DNow. 64-bit implies SSE1, SSE2, and I assume MMX.Bill Wendling1-3/+5
2007-05-06add a missing checkChris Lattner1-0/+1
2007-05-06Fix MemoryBuffer::getFile to return null if it has an error opening theChris Lattner1-8/+20
2007-05-06Fix a bug in my previous patchChris Lattner1-1/+1
2007-05-06add bitcode supportChris Lattner2-50/+44