cache result of operator*
[oota-llvm.git] / lib /
2010-07-09 Gabor Greifcache result of operator*
2010-07-09 Gabor Greifcache operator*'s result (in multiple functions)
2010-07-09 Gabor Greifdo not repeatedly dereference use_iterator
2010-07-09 Gabor Greifdo not repeatedly dereference use_iterator
2010-07-09 Jakob Stoklund OlesenAvoid creating %physreg:subidx operands in SimpleRegist...
2010-07-09 Jakob Stoklund OlesenDeal with a few remaining spots that assume physical...
2010-07-09 Bruno Cardoso LopesMerge VEX enums with other x86 enum forms. Also fix...
2010-07-09 Jakob Stoklund OlesenFix broken isCopy handling in TrimLiveIntervalToLastUse.
2010-07-09 Jakob Stoklund OlesenHandle COPY in VirtRegRewriter.
2010-07-09 Dan GohmanFix the memoperand offsets in code generated for va_start.
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 LopesFactor 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 LopesRemove 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 OlesenRevert "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 OlesenFix broken isCopy handling in TrimLiveIntervalToLastUse
2010-07-08 Jakob Stoklund OlesenRemember 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 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 OlesenTeach the x86 floating point stackifier to handle COPY...
2010-07-08 Jakob Stoklund OlesenImplement X86InstrInfo::copyPhysReg
2010-07-08 Bob WilsonThe NEONPreAllocPass should never have to assign fixed...
2010-07-08 Bob WilsonFor big-endian systems, VLD2/VST2 with 32-bit vector...
2010-07-08 Kevin EnderbyAdded the darwin .weak_def_can_be_hidden directive.
2010-07-08 Bob WilsonClean up a comment.
2010-07-08 Jim GrosbachClean up scavengeRegister() a bit to prefer available...
2010-07-08 Jakob Stoklund OlesenConvert EXTRACT_SUBREG to COPY when emitting machine...
2010-07-08 Jakob Stoklund OlesenRemove references to INSERT_SUBREG after de-SSA.
2010-07-08 Benjamin KramerMerge the duplicated iabs optimization in DAGCombiner...
2010-07-08 Benjamin KramerTeach instcombine to transform
2010-07-08 Eric ChristopherA slight reworking of the custom patterns for x86-64...
2010-07-08 Evan Chengr107852 is only safe with -enable-unsafe-fp-math to...
2010-07-08 Jakob Stoklund OlesenAdd TargetInstrInfo::copyPhysReg hook and use it from...
2010-07-08 Evan ChengOptimize some vfp comparisons to integer ones. This...
2010-07-08 Dale JohannesenChanges to ARM tail calls, mostly cosmetic.
2010-07-08 Dan GohmanRevert 107840 107839 107813 107804 107800 107797 107791.
2010-07-08 Jim GrosbachWhen processing frame index virtual registers, consider...
2010-07-08 Chris LattnerFix the second half of PR7437: scalarrepl wasn't preserving
2010-07-07 Dan GohmanDon't forward-declare registers for static allocas...
2010-07-07 Dan GohmanFix -fast-isel-abort to check the right instruction.
2010-07-07 Chris Lattneruse PrintEscapedString to handle attribute section...
2010-07-07 Jakob Stoklund Olesenfix copies to/from GR8_ABCD_H even more
2010-07-07 Jim Grosbachgrammar
2010-07-07 Jim GrosbachHandle cases where the post-RA scheduler may move instr...
2010-07-07 Chris Lattnerfinish up support for callw: PR7195
2010-07-07 Chris LattnerImplement the major chunk of PR7195: support for 'callw'
2010-07-07 Bruno Cardoso LopesAdd more assembly opcodes for SSE compare instructions
2010-07-07 Devang PatelOne MDNode may be used to create regular DIE as well...
2010-07-07 Evan ChengMove getExtLoad() and (some) getLoad() DebugLoc argumen...
2010-07-07 Devang PatelPrint undefined/unknown debug value as "undef".
2010-07-07 Dan GohmanNot all custom inserters create new basic blocks. If...
2010-07-07 Jim Grosbachgrammar and trailing whitespace
2010-07-07 Devang PatelRename couple of maps.
2010-07-07 Jakob Stoklund OlesenAllow copies between GR8_ABCD_L and GR8_ABCD_H.
2010-07-07 Devang Patel80 cols.
2010-07-07 Dan GohmanImplement bottom-up fast-isel. This has the advantage...
2010-07-07 Dan GohmanAdd X86FastISel support for return statements. This...
2010-07-07 Bruno Cardoso LopesAdd AVX AES instructions
2010-07-07 Dan GohmanUpdate the insert position after scheduling, which...
2010-07-07 Devang PatelUpdate comment.
2010-07-07 Dan GohmanFix debugging strings.
2010-07-07 Dan GohmanGive FunctionLoweringInfo an MBB member, avoiding the...
2010-07-07 Dan GohmanSimplify FastISel's constructor by giving it a Function...
2010-07-07 Dan GohmanMove FunctionLoweringInfo.h out into include/llvm/CodeG...
2010-07-07 Dan GohmanSplit the SDValue out of OutputArg so that SelectionDAG...
2010-07-07 Chris Lattneradd some triple for minix, patch by Kees van Reeuwijk...
2010-07-07 Dan GohmanMove CallingConvLower.cpp out of the SelectionDAG direc...
2010-07-07 Jakob Stoklund OlesenFix more places assuming subregisters have live intervals
2010-07-07 Dan GohmanAdd a getFirstNonPHI utility function.
2010-07-07 Dan GohmanMinore code simplification.
2010-07-07 Dan GohmanRemove interprocedural-basic-aa and associated code...
2010-07-07 Gabor Greifconditionalize by CallInst::ArgOffset
2010-07-07 Duncan SandsRename "Release" builds as "Release+Asserts"; rename...
2010-07-07 Bruno Cardoso LopesAdd AVX SSE4.2 instructions
2010-07-07 Bruno Cardoso LopesUse only one multiclass to pinsrq instructions
2010-07-07 Bruno Cardoso LopesNow that almost all SSE4.1 AVX instructions are added...
2010-07-07 Bruno Cardoso LopesAdd AVX SSE4.1 insertps, ptest and movntdqa instructions
2010-07-07 Bruno Cardoso LopesAdd AVX SSE4.1 extractps and pinsr instructions
2010-07-07 Jakob Stoklund OlesenRevert "Remove references to INSERT_SUBREG after de...
2010-07-07 Bob WilsonAlso use REG_SEQUENCE for VTBX instructions.
2010-07-07 Jim GrosbachMark eh.sjlj.set/longjmp custom lowerings as Darwin...
2010-07-07 Bruno Cardoso LopesAdd AVX SSE4.1 Extract Integer instructions
2010-07-06 Jim GrosbachBy default, the eh.sjlj.setjmp/longjmp intrinsics shoul...
2010-07-06 Jakob Stoklund OlesenRemove references to INSERT_SUBREG after de-SSA
2010-07-06 Bob WilsonUse REG_SEQUENCE nodes to make the table registers...
2010-07-06 Dale JohannesenAccept RIP-relative symbols with 'i' constraint, and
2010-07-06 Jakob Stoklund OlesenConvert INSERT_SUBREG to COPY in TwoAddressInstructionPass.
next