aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2007-05-23This commit was manufactured by cvs2svn to create tag 'RELEASE_20'.svn-tags/RELEASE_20cvs2svn
2007-05-08move this out of Codegen/Generic, because it requires the ARM backend to beChris Lattner
2007-05-08move to CodeGen/ARM/2007-05-07-tailmerge-1.llChris Lattner
2007-05-08Don't generate branch to entry block.Dale Johannesen
2007-05-07Fix PR1390 in a better way.Lauro Ramos Venancio
2007-05-07Fix tests.Evan Cheng
2007-05-07Add some tests for (conv (load x)) -> (load (conv*)x) xform.Evan Cheng
2007-05-07Fix test case.Evan Cheng
2007-05-07Forgot a check.Evan Cheng
2007-05-07This is no longer needed after enabling the DAG combiner xform.Evan Cheng
2007-05-07Enable a couple of xforms:Evan Cheng
2007-05-07Handle some non-exit blocks in tail merging.Dale Johannesen
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