summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2009-09-09Eliminate more uses of llvm-as and llvm-dis.Dan Gohman1178-1654/+1654
2009-09-08Eliminate more uses of llvm-as and llvm-dis.Dan Gohman968-1256/+1281
2009-09-08update various tests for signedness changes in .s file.Chris Lattner8-10/+13
2009-09-08adjust for signedness change. I'd appreciate it if an ARM flavored personChris Lattner1-2/+2
2009-09-08Merge Archive/extract* tests into one; this avoids a race when tests are run inDaniel Dunbar5-23/+16
2009-09-08merge thumb2-bic2.ll into thumb2-bic.ll and update for signedness changes.Chris Lattner2-25/+34
2009-09-08Add Triple::getArchTypeForDarwinArchName, which converts a "Darwin" architectureDaniel Dunbar2-2/+45
2009-09-08tweak this to pass on linux.Chris Lattner1-3/+3
2009-09-08Improve JIT error message for users crazy enough to use -march with JIT, andDaniel Dunbar2-3/+6
2009-09-08parenthesize symbol names that start with $, fixing X86/dollar-name.ll withChris Lattner1-2/+13
2009-09-08convert to filecheck syntaxChris Lattner1-3/+4
2009-09-08change selectiondag to add the sign extended versions of immediate operandsChris Lattner15-38/+36
2009-09-08Use "opt < %s" instead of "opt %s" so that opt doesn't print the testDan Gohman5-8/+8
2009-09-08Unbreak getOnesVector() / getZeroVector() to use valid ARM extended imm's.Anton Korobeynikov3-19/+43
2009-09-08Convert a few more opt | llvm-dis to opt -S.Dan Gohman10-12/+11
2009-09-08filecheckize some testsChris Lattner2-30/+30
2009-09-08Use opt -S instead of piping bitcode output through llvm-dis.Dan Gohman865-973/+973
2009-09-08Use MemoryBuffer::getBufferIdentifier() in the AsmPrinter insteadDan Gohman3-13/+9
2009-09-08This should unbreak the build on 64-bit Linux.Mikhail Glushenkov1-3/+6
2009-09-08Fix PR4909, patch by Jakub Staszak.Owen Anderson2-1/+17
2009-09-08Const-correctness.Mikhail Glushenkov3-3/+3
2009-09-08Since Program is basically a PID, it should be copyable.Mikhail Glushenkov1-4/+0
2009-09-08Get rid of the Pid_ member in the Program class.Mikhail Glushenkov3-24/+31
2009-09-08Add a Kill() function to the Program class.Mikhail Glushenkov3-12/+44
2009-09-08another typoChris Lattner1-1/+1
2009-09-08Do not specify -mmacosx-version-min if building for arm-apple-darwin.Evan Cheng1-2/+7
2009-09-08remove an extremely dubious instcombine transformation ofChris Lattner2-65/+14
2009-09-08Remove dead code.Devang Patel1-2/+0
2009-09-08Trim unnecessary declarations.Dan Gohman1-550/+0
2009-09-08Change these tests to feed the assembly files to opt directly, insteadDan Gohman1404-1514/+1514
2009-09-08Fix may-be-used-uninitialized warning.Daniel Dunbar1-2/+2
2009-09-08llvm-as is no longer needed here, now that opt can read assemblyDan Gohman1-5/+4
2009-09-08Re-apply r80926, with fixes: keep the domtree informed of new blocksDan Gohman12-197/+959
2009-09-08Add NEON 'laned' operations. This fixes another bunch of gcc testsuite fails andAnton Korobeynikov12-22/+773
2009-09-08fix a couple typos pointed out by edwin and duncanChris Lattner1-2/+2
2009-09-08Unbreak these tests. Chris, please verify that these changes are intended.Dan Gohman3-8/+8
2009-09-08Add source debug information to the Sparc code generator.Richard Pennington3-6/+11
2009-09-08When emitting a label for a PostCall safe point, the machineNicolas Geoffray1-6/+11
2009-09-08Also emit a label for TargetInstrInfo::GC_LABEL.Nicolas Geoffray1-0/+1
2009-09-08UnbreakAnton Korobeynikov1-1/+1
2009-09-08When remat'ing and destination virtual register has a sub-register index. Mak...Evan Cheng2-0/+64
2009-09-08Print "X-42" instead of "X+-42".Chris Lattner1-1/+11
2009-09-08make formatting of expressions more closely match the existing asmprinter.Chris Lattner1-6/+19
2009-09-08tidy whitespace.Chris Lattner1-7/+4
2009-09-08disable some irrelevant eh emissionChris Lattner1-2/+2
2009-09-08add support for some missing modifiers on jumptable/constant pool entries.Chris Lattner1-0/+20
2009-09-08add a bunch more evil lowering code to work around various :subreg32 modifiersChris Lattner1-3/+39
2009-09-08lit needs bash for tcl-as-sh execution, we use set -o pipefail.Daniel Dunbar1-1/+1
2009-09-08ADd support for "lowering" the X86::MOVZX16rr8/X86::MOVZX16rm8Chris Lattner1-1/+8
2009-09-08add a hack to lower MOV16r0 to MOV32r0 in MCInstLower, eliminatingChris Lattner1-0/+12