Age | Commit message (Expand) | Author |
2010-02-15 | Fix changes from r75027 | Andrew Lenharth |
2010-02-15 | When testing whether a given SCEV depends on a temporary symbolic | Dan Gohman |
2010-02-15 | no need to add the instruction count anymore. | Chris Lattner |
2010-02-15 | enhance raw_svector_ostream::write_impl to work with unbuffered streams, | Chris Lattner |
2010-02-15 | make PadToColumn return the stream so you can use: | Chris Lattner |
2010-02-15 | Ignore DBG_VALUE in a couple more places. | Dale Johannesen |
2010-02-15 | When restoring a saved insert location, check to see if the saved | Dan Gohman |
2010-02-14 | mark "addr" as having type "iPTR", eliminating some type comparisons | Chris Lattner |
2010-02-14 | Fix whitespace. | Dan Gohman |
2010-02-14 | Fix a comment. | Dan Gohman |
2010-02-14 | When complicated expressions are broken down into subexpressions | Dan Gohman |
2010-02-14 | fixes to pagesel/banksel inserter. | Sanjiv Gupta |
2010-02-14 | Forgot to commit the header | Anton Korobeynikov |
2010-02-14 | follow-on to PR6280 | Chris Lattner |
2010-02-14 | Drop winmcasminfo and use normal AT&T COFF for all windows targets. | Anton Korobeynikov |
2010-02-14 | Try to factorize the specification of saturating add/subtract operations a bit, | Johnny Chen |
2010-02-14 | Actually, this code doesn't have to be quite so conservative in | Dan Gohman |
2010-02-14 | In rememberInstruction, if the value being remembered is the | Dan Gohman |
2010-02-14 | Simplify this code; no need for a custom subclass if it doesn't need | Dan Gohman |
2010-02-14 | Don't attempt aggressive post-inc uses if TargetLowering is not available, | Dan Gohman |
2010-02-13 | Make LSR not crash if invoked without target lowering info, e.g. if invoked | John McCall |
2010-02-13 | Fix a problem where we had bitcasted operands that gave us | Eric Christopher |
2010-02-13 | teach the encoder to handle pseudo instructions like FP_REG_KILL, | Chris Lattner |
2010-02-13 | remove dead code. | Chris Lattner |
2010-02-13 | MCAssembler: Fix pcrel relocations. Oh and, | Daniel Dunbar |
2010-02-13 | MC/Mach-O: Start emitting fixups/relocations for instructions. | Daniel Dunbar |
2010-02-13 | MCAssembler: Switch MCAsmFixup to storing MCFixupKind instead of just a size. | Daniel Dunbar |
2010-02-13 | MCAssembler: Sink fixup list into MCDataFragment. | Daniel Dunbar |
2010-02-13 | MCAssembler: Switch MCFillFragment to only taking constant values. Symbolic e... | Daniel Dunbar |
2010-02-13 | MC/Mach-O: Implement EmitValue using data fragments + fixups instead of fill ... | Daniel Dunbar |
2010-02-13 | MCAssembler: Start applying fixups in the data section. | Daniel Dunbar |
2010-02-13 | MCAssembler: Add assorted dump() methods. | Daniel Dunbar |
2010-02-13 | X86: Move extended MCFixupKinds into X86FixupKinds.h | Daniel Dunbar |
2010-02-13 | Split some code out to a helper function (FindReusablePredBB) | Chris Lattner |
2010-02-13 | Speed up codegen prepare from 3.58s to 0.488s. | Chris Lattner |
2010-02-13 | PHINode::getBasicBlockIndex is O(n) in the number of inputs | Chris Lattner |
2010-02-13 | iterate over preds using PHI information when available instead of | Chris Lattner |
2010-02-13 | speed up CGP a bit by scanning predecessors through phi operands | Chris Lattner |
2010-02-13 | add encoder support and tests for rdtscp | Chris Lattner |
2010-02-13 | Add SETEND and BXJ instructions for disassembly only. | Johnny Chen |
2010-02-13 | Added the rdtscp instruction to the x86 instruction | Sean Callanan |
2010-02-13 | Fix PR6283. | Jakob Stoklund Olesen |
2010-02-13 | Fix a pruning heuristic which implicitly assumed that SmallPtrSet is | Dan Gohman |
2010-02-13 | Teach MachineFrameInfo to track maximum alignment while stack objects are being | Evan Cheng |
2010-02-13 | Enable the inlinehint attribute in the Inliner. | Jakob Stoklund Olesen |
2010-02-13 | Fixed encodings for invlpg, invept, and invvpid. | Sean Callanan |
2010-02-13 | MC/AsmParser: Attempt to constant fold expressions up-front. This ensures we ... | Daniel Dunbar |
2010-02-13 | Added a bunch of saturating add/subtract instructions for disassembly only. | Johnny Chen |
2010-02-13 | rip out the 'heinous' x86 MCCodeEmitter implementation. | Chris Lattner |
2010-02-13 | remove special cases for vmlaunch, vmresume, vmxoff, and swapgs | Chris Lattner |