tidy up
[oota-llvm.git] / lib /
2010-02-14 Dan GohmanFix whitespace.
2010-02-14 Dan GohmanFix a comment.
2010-02-14 Dan GohmanWhen complicated expressions are broken down into subex...
2010-02-14 Sanjiv Guptafixes to pagesel/banksel inserter.
2010-02-14 Anton KorobeynikovForgot to commit the header
2010-02-14 Chris Lattnerfollow-on to PR6280
2010-02-14 Anton KorobeynikovDrop winmcasminfo and use normal AT&T COFF for all...
2010-02-14 Johnny ChenTry to factorize the specification of saturating add...
2010-02-14 Dan GohmanActually, this code doesn't have to be quite so conserv...
2010-02-14 Dan GohmanIn rememberInstruction, if the value being remembered...
2010-02-14 Dan GohmanSimplify this code; no need for a custom subclass if...
2010-02-14 Dan GohmanDon't attempt aggressive post-inc uses if TargetLowerin...
2010-02-13 John McCallMake LSR not crash if invoked without target lowering...
2010-02-13 Eric ChristopherFix a problem where we had bitcasted operands that...
2010-02-13 Chris Lattnerteach the encoder to handle pseudo instructions like...
2010-02-13 Chris Lattnerremove dead code.
2010-02-13 Daniel DunbarMCAssembler: Fix pcrel relocations. Oh and,
2010-02-13 Daniel DunbarMC/Mach-O: Start emitting fixups/relocations for instru...
2010-02-13 Daniel DunbarMCAssembler: Switch MCAsmFixup to storing MCFixupKind...
2010-02-13 Daniel DunbarMCAssembler: Sink fixup list into MCDataFragment.
2010-02-13 Daniel DunbarMCAssembler: Switch MCFillFragment to only taking const...
2010-02-13 Daniel DunbarMC/Mach-O: Implement EmitValue using data fragments...
2010-02-13 Daniel DunbarMCAssembler: Start applying fixups in the data section.
2010-02-13 Daniel DunbarMCAssembler: Add assorted dump() methods.
2010-02-13 Daniel DunbarX86: Move extended MCFixupKinds into X86FixupKinds.h
2010-02-13 Chris LattnerSplit some code out to a helper function (FindReusableP...
2010-02-13 Chris LattnerSpeed up codegen prepare from 3.58s to 0.488s.
2010-02-13 Chris LattnerPHINode::getBasicBlockIndex is O(n) in the number of...
2010-02-13 Chris Lattneriterate over preds using PHI information when available...
2010-02-13 Chris Lattnerspeed up CGP a bit by scanning predecessors through...
2010-02-13 Chris Lattneradd encoder support and tests for rdtscp
2010-02-13 Johnny ChenAdd SETEND and BXJ instructions for disassembly only.
2010-02-13 Sean CallananAdded the rdtscp instruction to the x86 instruction
2010-02-13 Jakob Stoklund OlesenFix PR6283.
2010-02-13 Dan GohmanFix a pruning heuristic which implicitly assumed that...
2010-02-13 Evan ChengTeach MachineFrameInfo to track maximum alignment while...
2010-02-13 Jakob Stoklund OlesenEnable the inlinehint attribute in the Inliner.
2010-02-13 Sean CallananFixed encodings for invlpg, invept, and invvpid.
2010-02-13 Daniel DunbarMC/AsmParser: Attempt to constant fold expressions...
2010-02-13 Johnny ChenAdded a bunch of saturating add/subtract instructions...
2010-02-13 Chris Lattnerrip out the 'heinous' x86 MCCodeEmitter implementation.
2010-02-13 Chris Lattnerremove special cases for vmlaunch, vmresume, vmxoff...
2010-02-13 Bob WilsonBesides removing phi cycles that reduce to a single...
2010-02-13 Dan GohmanOverride dominates and properlyDominates for SCEVAddRec...
2010-02-13 Daniel DunbarMC/X86: Push immediate operands as immediates not expre...
2010-02-13 Jeffrey YasskinMake PassRegistrar thread-safe since it can be modified...
2010-02-12 Chris LattnerRemove special cases for [LM]FENCE, MONITOR and MWAIT...
2010-02-12 Chris Lattnerimplement the rest of correct x86-64 encoder support for
2010-02-12 Dale JohannesenAdd the problem I just hacked around in 96015/96020.
2010-02-12 Chris Lattnergive MCCodeEmitters access to the current MCContext.
2010-02-12 Jeffrey YasskinMake JIT::runFunction clean up the generated stub function.
2010-02-12 Chris Lattnerimplement infrastructure to support fixups for rip-rel
2010-02-12 Johnny ChenAdd YIELD, WFE, WFI, and SEV instructions for disassemb...
2010-02-12 Chris Lattnerpull the rip-relative addressing mode case up early.
2010-02-12 Chris Lattnerfixme resolved!
2010-02-12 Chris Lattnerstart producing reloc_pcrel_4byte/reloc_pcrel_1byte...
2010-02-12 Chris Lattnerenhance the immediate field encoding to know whether...
2010-02-12 Evan ChengLoad / store multiple instructions cannot load / store...
2010-02-12 Dale JohannesenThis should have gone in with 26015, see comments there.
2010-02-12 Johnny ChenAdd halfword multiply accumulate long SMLALBB/BT/TB...
2010-02-12 Dale JohannesenWhen save/restoring CR at prolog/epilog, in a large
2010-02-12 Chris LattnerAdd support for a union type in LLVM IR. Patch by...
2010-02-12 Johnny ChenAdd SWP (Swap) and SWPB (Swap Byte) for disassembly...
2010-02-12 Evan ChengAlso recognize armv6t2-* and armv5te-* triplets.
2010-02-12 Dan GohmanFix a case of mismatched types in an Add that turned...
2010-02-12 Evan ChengAdd ARM bitcode file magic.
2010-02-12 Dan GohmanReapply 95979, a compile-time speedup, now that the...
2010-02-12 Dan GohmanFix this code to avoid dereferencing an end() iterator in
2010-02-12 Johnny ChenAdd CPS, MRS, MRSsys, MSR, MSRsys for disassembly only.
2010-02-12 Dale JohannesenRewrite handling of DBG_VALUE; previous algorithm
2010-02-12 Chris Lattner1. modernize the constantmerge pass, using densemap...
2010-02-12 Daniel DunbarRevert "Reverse the order for collecting the parts...
2010-02-12 Anton KorobeynikovSetup correct data layout to match gcc's expectations...
2010-02-12 Anton KorobeynikovCleanup stdcall / fastcall name mangling.
2010-02-12 Dan GohmanReverse the order for collecting the parts of an addrec...
2010-02-12 Dan GohmanReapply the new LoopStrengthReduction code, with compil...
2010-02-12 Lang Hames* Updated the cost matrix normalization proceedure...
2010-02-12 Chris Lattneradd a bunch of mod/rm encoding types for fixed mod...
2010-02-12 Chris Lattnerrevert r95949, it turns out that adding new prefixes...
2010-02-12 Johnny ChenAdded coprocessor Instructions CDP, CDP2, MCR, MCR2...
2010-02-12 Bob WilsonAdd a new pass on machine instructions to optimize...
2010-02-12 Daniel DunbarX86: Fix definition for RCL/RCR.*m? operations -- they...
2010-02-12 Chris Lattneradd another bit of space for new kinds of instruction...
2010-02-12 Nate BegemanAdd a missing pattern for movhps so that we get:
2010-02-12 Chris Lattnerfix the encodings of monitor and mwait, which were...
2010-02-12 Chris Lattnerimprove support for minix, PR6280, patch by
2010-02-12 Charles DavisAdd a new function attribute, 'alignstack'. It will...
2010-02-11 Jakob Stoklund OlesenReapply coalescer fix for better cross-class coalescing.
2010-02-11 Chris Lattnerenhance llvm-mc -show-inst to print the enum of an...
2010-02-11 Chris Lattneradd a new MCInstPrinter::getOpcodeName interface, when...
2010-02-11 Chris Lattnerimprove encoding information for branches. We now...
2010-02-11 Daniel DunbarMC: Move assembler-backend's fixup list into the fragment.
2010-02-11 Daniel DunbarMC: Move MCSectionData::Fixup out to MCAsmFixup.
2010-02-11 Chris Lattnermake getFixupKindInfo return a const reference, allowing
2010-02-11 Jakob Stoklund OlesenRevert functional change. This broke a bunch of tests.
2010-02-11 Chris Lattnerswitch to target-indep fixups for 1/2/4/8 byte data.
2010-02-11 Devang Patelrevert 95903.
2010-02-11 Jakob Stoklund OlesenIt is always good to do a cross-class join when the...
2010-02-11 Johnny ChenAdded LDRT/LDRBT/STRT/STRBT for disassembly only.
2010-02-11 Chris Lattnerunbreak the build.
next