oota-llvm.git
2010-07-11 Jakob Stoklund... Replace copyRegToReg with COPY in FastISelEmitter.
2010-07-11 Jakob Stoklund... Use COPY for extracting ImplicitDef'ed values from...
2010-07-11 Jakob Stoklund... Use COPY in FastISel everywhere it is safe and trivial.
2010-07-11 Jakob Stoklund... Replace copyRegToReg with copyPhysReg for Mips.
2010-07-11 Jakob Stoklund... Replace copyRegToReg with copyPhysReg for Alpha.
2010-07-11 Dan Gohmansdiv overflow is outright undefined behavior, with...
2010-07-10 Jakob Stoklund... Use COPY in targets
2010-07-10 Jakob Stoklund... Replace copyRegToReg with COPY everywhere in lib/CodeGe...
2010-07-10 Jakob Stoklund... Only collect subreg extracting copies for later coalescing.
2010-07-10 Dan GohmanFix a bug in the code which re-inserts DBG_VALUE nodes...
2010-07-10 Dan GohmanFix this test.
2010-07-10 Duncan SandsThe accumulator tail recursion transform claims to...
2010-07-10 Jakob Stoklund... Emit COPY instructions instead of using copyRegToReg...
2010-07-10 Bill WendlingUse non-bool values for .count.
2010-07-10 Jakob Stoklund... Don't emit st(0)/st(1) copies as FpMOV instructions...
2010-07-10 Jakob Stoklund... FileCheckize inline asm FP stack tests
2010-07-10 Dan GohmanInsert IMPLICIT_DEF instructions at the current insert...
2010-07-10 Chandler CarruthAdd parentheses yet again to satisfy GCC's warnings.
2010-07-10 Dan GohmanAdd an explicit triple to make this test behave consist...
2010-07-10 Dan GohmanFix this XTARGET so that this does doesn't XPASS on...
2010-07-10 Dan GohmanReapply bottom-up fast-isel, with several fixes for...
2010-07-10 Jakob Stoklund... An x86 function returns a floating point value in st...
2010-07-09 Devang PatelUpdate DBG_VALUE to refer appropriate stack slot in...
2010-07-09 Bruno Cardoso... Declare YMM subregisters in the right way! Thanks Jakob
2010-07-09 Bruno Cardoso... Add AVX 256-bit packed MOVNT variants
2010-07-09 Jakob Stoklund... Remember the *_TC opcodes for load/store
2010-07-09 Bruno Cardoso... Add AVX 256-bit unpack and interleave
2010-07-09 Jakob Stoklund... Fix small bug in isMoveInstr -> COPY translation
2010-07-09 Jakob Stoklund... Automatically fold COPY instructions into stack load...
2010-07-09 Jakob Stoklund... Fix a few tests
2010-07-09 Jakob Stoklund... Remat uncoalescable COPY instrs
2010-07-09 Jim GrosbachIn the presence of variable sized objects, allocate...
2010-07-09 Bill WendlingClarify what mysterious check means.
2010-07-09 Dan GohmanAdd a target triple.
2010-07-09 Dan GohmanFix MachineLICM to actually visit inner loops.
2010-07-09 Bruno Cardoso... Start the support for AVX instructions with 256-bit...
2010-07-09 Jakob Stoklund... Change TII::foldMemoryOperand API to require the machin...
2010-07-09 Gabor Greifcache result of operator*
2010-07-09 Gabor Greifremove useless cast and fix typos in comment
2010-07-09 Gabor Greifcache result of operator*
2010-07-09 Bob Wilson--- Reverse-merging r107947 into '.':
2010-07-09 Gabor Greifcache result of operator*
2010-07-09 Gabor Greifcache result of operator*
2010-07-09 Gabor Greifcache result of operator*
2010-07-09 Gabor Greifcache result of operator*
2010-07-09 Gabor Greifcache result of operator*
2010-07-09 Gabor Greifcache result of operator*
2010-07-09 Gabor Greifcache result of operator*
2010-07-09 Gabor Greifcache result of operator*
2010-07-09 Gabor Greifcache result of operator*
2010-07-09 Gabor Greifcache result of operator*
2010-07-09 Gabor Greifcache result of operator*
2010-07-09 Gabor Greifcache result of operator*
2010-07-09 Gabor Greifcache result of operator* (found by inspection)
2010-07-09 Gabor Greiffix clang selfhost issue (shadowing)
2010-07-09 Gabor Greifcache result of operator*
2010-07-09 Gabor Greifcache result of operator*
2010-07-09 Gabor Greifcache result of operator*
2010-07-09 Gabor Greifcache result of operator*
2010-07-09 Gabor Greifcache operator*'s result (in multiple functions)
2010-07-09 Gabor Greifrefactor type expressions and cache operator*'s result
2010-07-09 Gabor Greifdo not repeatedly dereference use_iterator
2010-07-09 Gabor Greifdo not repeatedly dereference use_iterator
2010-07-09 Gabor Greiftwo more cases of reuse result of operator*, found...
2010-07-09 Gabor Greifanother case of reuse result of operator*, it is expens...
2010-07-09 Gabor Greifreuse result of operator*, it is expensive to recompute
2010-07-09 Lang HamesAdded a support for inserting new MBBs into the numbering.
2010-07-09 Jakob Stoklund... Avoid creating %physreg:subidx operands in SimpleRegist...
2010-07-09 Jakob Stoklund... Deal with a few remaining spots that assume physical...
2010-07-09 Bruno Cardoso... Merge VEX enums with other x86 enum forms. Also fix...
2010-07-09 Jakob Stoklund... Fix test to be less sensitive of regalloc accidents
2010-07-09 Jakob Stoklund... Fix broken isCopy handling in TrimLiveIntervalToLastUse.
2010-07-09 Jakob Stoklund... Handle COPY in VirtRegRewriter.
2010-07-09 Dan GohmanFix the memoperand offsets in code generated for va_start.
2010-07-09 Dan GohmanThese changes should have accompanied r107943.
2010-07-09 Chris Lattnerhave the mc lowering process handle a few tail call...
2010-07-09 Bob WilsonPrint "dregpair" NEON operands with a space between...
2010-07-09 Dan GohmanRe-apply bottom-up fast-isel, with fixes. Be very caref...
2010-07-09 Bruno Cardoso... Factor out x86 segment override prefix encoding, and...
2010-07-09 Bob WilsonReenable DAG combining for vector shuffles. It looks...
2010-07-09 Chris Lattnerreject pseudo instructions early in the encoder.
2010-07-09 Bruno Cardoso... Remove trailing whitespaces from file
2010-07-08 Chris LattnerChange LEA to have 5 operands for its memory operand...
2010-07-08 Stuart HastingsReverting r107918 and r107919. Radar 8063111.
2010-07-08 Jakob Stoklund... Revert "Fix broken isCopy handling in TrimLiveIntervalT...
2010-07-08 Chris Lattneradd some long-overdue enums to refer to the parts of...
2010-07-08 Devang PatelRelax assertion. In optimized code, it is possible...
2010-07-08 Bill WendlingExtension of r107506. Make sure that we don't mark...
2010-07-08 Jakob Stoklund... Fix broken isCopy handling in TrimLiveIntervalToLastUse
2010-07-08 Jakob Stoklund... Remember the VR64 register class
2010-07-08 Stuart HastingsFix decl/def debug info for template functions. Radar...
2010-07-08 Chris LattnerRework segment prefix emission code to handle segments
2010-07-08 Chris Lattnerintroduce a new X86II::getMemoryOperandNo method, which
2010-07-08 Kalle RaiskilaSwitch SPU calling convention (function arguments)
2010-07-08 Stuart HastingsTest case for r107843. Radar 8152866.
2010-07-08 Kevin EnderbyRevert some unneeded parts of the change in r107886...
2010-07-08 Evan ChengCheck for FiniteOnlyFPMath as well.
2010-07-08 Devang PatelReuse DIEInteger for 1. This is frequently used while...
2010-07-08 Jakob Stoklund... Teach the x86 floating point stackifier to handle COPY...
2010-07-08 Jakob Stoklund... Implement X86InstrInfo::copyPhysReg
next