aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* remove the DisablePatternForFastISel predicate, which is a checkChris Lattner2010-02-141-24/+3
* add an insertion operator.Chris Lattner2010-02-141-0/+5
* tidy upChris Lattner2010-02-141-2/+4
* Fix whitespace.Dan Gohman2010-02-141-1/+1
* Fix a comment.Dan Gohman2010-02-141-1/+1
* When complicated expressions are broken down into subexpressionsDan Gohman2010-02-141-2/+8
* fixes to pagesel/banksel inserter.Sanjiv Gupta2010-02-141-13/+92
* Forgot to commit the headerAnton Korobeynikov2010-02-141-5/+0
* follow-on to PR6280Chris Lattner2010-02-141-1/+1
* Drop winmcasminfo and use normal AT&T COFF for all windows targets.Anton Korobeynikov2010-02-142-26/+2
* Try to factorize the specification of saturating add/subtract operations a bit,Johnny Chen2010-02-141-51/+36
* Actually, this code doesn't have to be quite so conservative inDan Gohman2010-02-141-6/+5
* In rememberInstruction, if the value being remembered is theDan Gohman2010-02-142-3/+15
* Simplify this code; no need for a custom subclass if it doesn't needDan Gohman2010-02-141-8/+3
* Remove a 'protected' keyword, now that SCEVExpander is no longerDan Gohman2010-02-141-1/+1
* Don't attempt aggressive post-inc uses if TargetLowering is not available,Dan Gohman2010-02-141-3/+8
* 2.7: Note that DataTypes.h moved.Daniel Dunbar2010-02-141-0/+3
* Make LSR not crash if invoked without target lowering info, e.g. if invokedJohn McCall2010-02-131-2/+2
* Fix a problem where we had bitcasted operands that gave usEric Christopher2010-02-132-5/+18
* 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