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