summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* This commit was manufactured by cvs2svn to create tag 'RELEASE_20'.svn-tags/RELEASE_20cvs2svn2007-05-2355-1727/+7464
* move this out of Codegen/Generic, because it requires the ARM backend to beChris Lattner2007-05-081-0/+65
* move to CodeGen/ARM/2007-05-07-tailmerge-1.llChris Lattner2007-05-081-65/+0
* Don't generate branch to entry block.Dale Johannesen2007-05-081-1/+3
* Fix PR1390 in a better way.Lauro Ramos Venancio2007-05-071-12/+41
* Fix tests.Evan Cheng2007-05-072-9/+7
* Add some tests for (conv (load x)) -> (load (conv*)x) xform.Evan Cheng2007-05-071-10/+18
* Fix test case.Evan Cheng2007-05-071-1/+1
* Forgot a check.Evan Cheng2007-05-071-1/+1
* This is no longer needed after enabling the DAG combiner xform.Evan Cheng2007-05-071-5/+0
* Enable a couple of xforms:Evan Cheng2007-05-071-16/+27
* Handle some non-exit blocks in tail merging.Dale Johannesen2007-05-072-11/+146
* 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