Age | Commit message (Expand) | Author |
2009-09-09 | When widening a vector load, use the correct chain. This fixes PR4891. | Dan Gohman |
2009-09-09 | Fixed wrong storage option for ProfileVerifierDisableAssertions. | Andreas Neustifter |
2009-09-09 | Updated ProfileInfo to have clean seperation between different sentinels. | Andreas Neustifter |
2009-09-09 | Add a shortcut for OS X to Path::GetMainExecutable. This gives a nice speedup on | Benjamin Kramer |
2009-09-09 | Check that the 'kill' call succeeded. | Mikhail Glushenkov |
2009-09-09 | Provide proper section flags for various BSS flavours | Anton Korobeynikov |
2009-09-09 | Whitespace cleanup | Anton Korobeynikov |
2009-09-09 | disable the new asmprinter by default. Both the Mangler and MCSymbol | Chris Lattner |
2009-09-09 | Cast MO.getImm() to unsigned before comparing with an unsigned limit. | Evan Cheng |
2009-09-09 | Make sure to make stub region writable before emission, executable after emis... | Evan Cheng |
2009-09-09 | Fix arm jit encoding bug introduced by 75048. Some instructions', e.g. MOVi, ... | Evan Cheng |
2009-09-09 | Make sure the memory range is writable before memset'ing it. | Evan Cheng |
2009-09-09 | Remove comments which don't add much to .s readibility. | Evan Cheng |
2009-09-09 | turn the mcinst asmprinter on by default for x86, tweaking two tests to | Chris Lattner |
2009-09-09 | tidy up | Chris Lattner |
2009-09-09 | make sure to send external symbols through the mangler, | Chris Lattner |
2009-09-09 | allow @ in symbol names without quoting the identifier. This | Chris Lattner |
2009-09-09 | Fix PR4865. This syncs up the JIT's DWARF emitter with what's in the | Bill Wendling |
2009-09-09 | add support for @PLT and friends on external symbols, fixes | Chris Lattner |
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 |