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