Age | Commit message (Expand) | Author |
2009-09-08 | Add Triple::getArchTypeForDarwinArchName, which converts a "Darwin" architecture | Daniel Dunbar |
2009-09-08 | Improve JIT error message for users crazy enough to use -march with JIT, and | Daniel Dunbar |
2009-09-08 | parenthesize symbol names that start with $, fixing X86/dollar-name.ll with | Chris Lattner |
2009-09-08 | change selectiondag to add the sign extended versions of immediate operands | Chris Lattner |
2009-09-08 | Unbreak getOnesVector() / getZeroVector() to use valid ARM extended imm's. | Anton Korobeynikov |
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 | 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 | remove an extremely dubious instcombine transformation of | Chris Lattner |
2009-09-08 | Remove dead code. | Devang Patel |
2009-09-08 | Fix may-be-used-uninitialized warning. | Daniel Dunbar |
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 | 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 | 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 | 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 | 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 | Hoist out the test+insert to CheckedTypes. This doesn't seem to affect | Nick Lewycky |
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 | Simplify from my last change. Assert1 is a macro that makes its caller return, | Nick Lewycky |
2009-09-08 | Fix an abort on a store of an empty struct member. getValue returns | Dan Gohman |
2009-09-08 | Verify types. Invalid types can be constructed when assertions are off. | Nick Lewycky |
2009-09-08 | Fix PR4882, by making MemCpyOpt not dereference removed stores to get the | Chris Lattner |
2009-09-08 | fix ComputeMaskedBits handling of zext/sext/trunc to work with vectors. | Chris Lattner |
2009-09-08 | add some comments to describe the invariants. | Chris Lattner |
2009-09-07 | Reappy r80998, now that the GlobalOpt bug that it exposed on MiniSAT is fixed. | Dan Gohman |
2009-09-07 | Fix a thinko: When lowering fneg with xor, bitcast the operands | Dan Gohman |
2009-09-07 | Don't commit stores with addresses that have indices that are not | Dan Gohman |
2009-09-07 | Don't commit addresses of aggregate values. This avoids problems with | Dan Gohman |
2009-09-07 | Fix GlobalOpt to avoid committing a store if the address getelementptr | Dan Gohman |
2009-09-07 | Preserve the InBounds flag when evaluating a getelementptr instruction | Dan Gohman |
2009-09-07 | Simplify this code by using hasDefinitiveInitializer(). | Dan Gohman |
2009-09-07 | Express this in the canonical way. | Nick Lewycky |
2009-09-07 | Homogenize whitespace. | Nick Lewycky |
2009-09-07 | Using a signal handler that does nothing should be | Duncan Sands |
2009-09-07 | Disable MDNode uniquing. | Daniel Dunbar |
2009-09-06 | Fix comment. | Eric Christopher |
2009-09-06 | Do not create calls via PLT in compilation callback - this is higly platform | Anton Korobeynikov |