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