| Commit message (Expand) | Author | Age | Files | Lines |
* | Forward parameter options as '-option=parameter'. | Mikhail Glushenkov | 2010-02-13 | 2 | -3/+3 |
* | Support some more Darwin-only options. | Mikhail Glushenkov | 2010-02-13 | 1 | -2/+22 |
* | Support -mfix-and-continue properly. | Mikhail Glushenkov | 2010-02-13 | 1 | -0/+3 |
* | Revert r94752, turns out we don't need to touch these options. | Mikhail Glushenkov | 2010-02-13 | 1 | -9/+0 |
* | Trim trailing spaces (aka, trigger rebuild). | Daniel Dunbar | 2010-02-13 | 1 | -2/+0 |
* | pull a bunch of huge inline methods in the PatternCodeEmitter | Chris Lattner | 2010-02-13 | 1 | -866/+890 |
* | teach the encoder to handle pseudo instructions like FP_REG_KILL, | Chris Lattner | 2010-02-13 | 1 | -3/+4 |
* | remove dead code. | Chris Lattner | 2010-02-13 | 1 | -46/+7 |
* | MCAssembler: Fix pcrel relocations. Oh and, | Daniel Dunbar | 2010-02-13 | 1 | -2/+23 |
* | MC/Mach-O: Start emitting fixups/relocations for instructions. | Daniel Dunbar | 2010-02-13 | 2 | -2/+20 |
* | MCAssembler: Switch MCAsmFixup to storing MCFixupKind instead of just a size. | Daniel Dunbar | 2010-02-13 | 4 | -13/+39 |
* | MCAssembler: Sink fixup list into MCDataFragment. | Daniel Dunbar | 2010-02-13 | 2 | -54/+41 |
* | MCAssembler: Switch MCFillFragment to only taking constant values. Symbolic e... | Daniel Dunbar | 2010-02-13 | 2 | -51/+9 |
* | MC/Mach-O: Implement EmitValue using data fragments + fixups instead of fill ... | Daniel Dunbar | 2010-02-13 | 1 | -1/+17 |
* | MCAssembler: Start applying fixups in the data section. | Daniel Dunbar | 2010-02-13 | 2 | -10/+25 |
* | MCAssembler: Add assorted dump() methods. | Daniel Dunbar | 2010-02-13 | 2 | -31/+193 |
* | X86: Move extended MCFixupKinds into X86FixupKinds.h | Daniel Dunbar | 2010-02-13 | 2 | -11/+26 |
* | Split some code out to a helper function (FindReusablePredBB) | Chris Lattner | 2010-02-13 | 1 | -50/+72 |
* | Speed up codegen prepare from 3.58s to 0.488s. | Chris Lattner | 2010-02-13 | 1 | -19/+52 |
* | PHINode::getBasicBlockIndex is O(n) in the number of inputs | Chris Lattner | 2010-02-13 | 1 | -3/+10 |
* | iterate over preds using PHI information when available instead of | Chris Lattner | 2010-02-13 | 1 | -6/+14 |
* | speed up CGP a bit by scanning predecessors through phi operands | Chris Lattner | 2010-02-13 | 1 | -22/+22 |
* | add encoder support and tests for rdtscp | Chris Lattner | 2010-02-13 | 4 | -1/+14 |
* | Add SETEND and BXJ instructions for disassembly only. | Johnny Chen | 2010-02-13 | 1 | -0/+28 |
* | Added the rdtscp instruction to the x86 instruction | Sean Callanan | 2010-02-13 | 3 | -2/+6 |
* | Fix PR6283. | Jakob Stoklund Olesen | 2010-02-13 | 3 | -19/+298 |
* | Fix a pruning heuristic which implicitly assumed that SmallPtrSet is | Dan Gohman | 2010-02-13 | 1 | -45/+68 |
* | Teach MachineFrameInfo to track maximum alignment while stack objects are being | Evan Cheng | 2010-02-13 | 4 | -39/+6 |
* | Enable the inlinehint attribute in the Inliner. | Jakob Stoklund Olesen | 2010-02-13 | 1 | -13/+12 |
* | Fixed encodings for invlpg, invept, and invvpid. | Sean Callanan | 2010-02-13 | 2 | -35/+10 |
* | MC/AsmParser: Attempt to constant fold expressions up-front. This ensures we ... | Daniel Dunbar | 2010-02-13 | 4 | -12/+26 |
* | Added a bunch of saturating add/subtract instructions for disassembly only. | Johnny Chen | 2010-02-13 | 1 | -0/+72 |
* | rip out the 'heinous' x86 MCCodeEmitter implementation. | Chris Lattner | 2010-02-13 | 5 | -340/+4 |
* | remove special cases for vmlaunch, vmresume, vmxoff, and swapgs | Chris Lattner | 2010-02-13 | 8 | -21/+73 |
* | Besides removing phi cycles that reduce to a single value, also remove dead | Bob Wilson | 2010-02-13 | 6 | -25/+114 |
* | Override dominates and properlyDominates for SCEVAddRecExpr, as a | Dan Gohman | 2010-02-13 | 2 | -0/+19 |
* | MC/X86: Push immediate operands as immediates not expressions when possible. | Daniel Dunbar | 2010-02-13 | 4 | -20/+24 |
* | Make PassRegistrar thread-safe since it can be modified by code running in | Jeffrey Yasskin | 2010-02-13 | 1 | -0/+9 |
* | Remove special cases for [LM]FENCE, MONITOR and MWAIT from | Chris Lattner | 2010-02-12 | 4 | -41/+9 |
* | add some disassemble testcases for weird instructions | Chris Lattner | 2010-02-12 | 1 | -0/+14 |
* | Reworked the Intel disassembler to support instructions | Sean Callanan | 2010-02-12 | 1 | -17/+51 |
* | implement the rest of correct x86-64 encoder support for | Chris Lattner | 2010-02-12 | 2 | -5/+39 |
* | Add the problem I just hacked around in 96015/96020. | Dale Johannesen | 2010-02-12 | 1 | -0/+17 |
* | give MCCodeEmitters access to the current MCContext. | Chris Lattner | 2010-02-12 | 6 | -16/+25 |
* | Make JIT::runFunction clean up the generated stub function. | Jeffrey Yasskin | 2010-02-12 | 1 | -2/+6 |
* | implement infrastructure to support fixups for rip-rel | Chris Lattner | 2010-02-12 | 2 | -13/+32 |
* | Add YIELD, WFE, WFI, and SEV instructions for disassembly only. | Johnny Chen | 2010-02-12 | 2 | -5/+36 |
* | pull the rip-relative addressing mode case up early. | Chris Lattner | 2010-02-12 | 1 | -5/+12 |
* | fixme resolved! | Chris Lattner | 2010-02-12 | 1 | -1/+0 |
* | start producing reloc_pcrel_4byte/reloc_pcrel_1byte for calls. | Chris Lattner | 2010-02-12 | 1 | -23/+28 |