aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2009-09-08Use "opt < %s" instead of "opt %s" so that opt doesn't print the testDan Gohman
2009-09-08Unbreak getOnesVector() / getZeroVector() to use valid ARM extended imm's.Anton Korobeynikov
2009-09-08Convert a few more opt | llvm-dis to opt -S.Dan Gohman
2009-09-08filecheckize some testsChris Lattner
2009-09-08Use opt -S instead of piping bitcode output through llvm-dis.Dan Gohman
2009-09-08Use MemoryBuffer::getBufferIdentifier() in the AsmPrinter insteadDan Gohman
2009-09-08This should unbreak the build on 64-bit Linux.Mikhail Glushenkov
2009-09-08Fix PR4909, patch by Jakub Staszak.Owen Anderson
2009-09-08Const-correctness.Mikhail Glushenkov
2009-09-08Since Program is basically a PID, it should be copyable.Mikhail Glushenkov
2009-09-08Get rid of the Pid_ member in the Program class.Mikhail Glushenkov
2009-09-08Add a Kill() function to the Program class.Mikhail Glushenkov
2009-09-08another typoChris Lattner
2009-09-08Do not specify -mmacosx-version-min if building for arm-apple-darwin.Evan Cheng
2009-09-08remove an extremely dubious instcombine transformation ofChris Lattner
2009-09-08Remove dead code.Devang Patel
2009-09-08Trim unnecessary declarations.Dan Gohman
2009-09-08Change these tests to feed the assembly files to opt directly, insteadDan Gohman
2009-09-08Fix may-be-used-uninitialized warning.Daniel Dunbar
2009-09-08llvm-as is no longer needed here, now that opt can read assemblyDan Gohman
2009-09-08Re-apply r80926, with fixes: keep the domtree informed of new blocksDan Gohman
2009-09-08Add NEON 'laned' operations. This fixes another bunch of gcc testsuite fails andAnton Korobeynikov
2009-09-08fix a couple typos pointed out by edwin and duncanChris Lattner
2009-09-08Unbreak these tests. Chris, please verify that these changes are intended.Dan Gohman
2009-09-08Add source debug information to the Sparc code generator.Richard Pennington
2009-09-08When emitting a label for a PostCall safe point, the machineNicolas Geoffray
2009-09-08Also emit a label for TargetInstrInfo::GC_LABEL.Nicolas Geoffray
2009-09-08UnbreakAnton Korobeynikov
2009-09-08When remat'ing and destination virtual register has a sub-register index. Mak...Evan Cheng
2009-09-08Print "X-42" instead of "X+-42".Chris Lattner
2009-09-08make formatting of expressions more closely match the existing asmprinter.Chris Lattner
2009-09-08tidy whitespace.Chris Lattner
2009-09-08disable some irrelevant eh emissionChris Lattner
2009-09-08add support for some missing modifiers on jumptable/constant pool entries.Chris Lattner
2009-09-08add a bunch more evil lowering code to work around various :subreg32 modifiersChris Lattner
2009-09-08lit needs bash for tcl-as-sh execution, we use set -o pipefail.Daniel Dunbar
2009-09-08ADd support for "lowering" the X86::MOVZX16rr8/X86::MOVZX16rm8Chris Lattner
2009-09-08add a hack to lower MOV16r0 to MOV32r0 in MCInstLower, eliminatingChris Lattner
2009-09-08Fix typo that worked on python 2.6.Daniel Dunbar
2009-09-08Hoist out the test+insert to CheckedTypes. This doesn't seem to affectNick Lewycky
2009-09-08Fix a refactoro.Daniel Dunbar
2009-09-08Add 'lit' support for llvm tests.Daniel Dunbar
2009-09-08Add 'lit' testing tool.Daniel Dunbar
2009-09-08llvm::cerr is gone.Chris Lattner
2009-09-08update this to use raw_ostreamChris Lattner
2009-09-08fix PR4767, a crash because fp stackifier visited blocks inChris Lattner
2009-09-08remove a turdChris Lattner
2009-09-08instcombine transforms vector loads that are only used byChris Lattner
2009-09-08fix pastoChris Lattner
2009-09-08add getVectorOperand/getIndexOperand accessors to ExtractElementInst.Chris Lattner