oota-llvm.git
2010-07-07 Duncan SandsIssue the warning about being slow whenever optimizatio...
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 ArgFlagsTy, OutputArg, and InputArg out of Selecti...
2010-07-07 Dan GohmanMove CallingConvLower.cpp out of the SelectionDAG direc...
2010-07-07 Jakob Stoklund... Fix more places assuming subregisters have live intervals
2010-07-07 Gabor Greifadapt condition for changed default build mode
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 Dan GohmanAdd Debug+Asserts and Release+Asserts to svn:ignore...
2010-07-07 Gabor Greiftypo in comment, regeneration not necessary
2010-07-07 Gabor Greifconditionalize by CallInst::ArgOffset
2010-07-07 Gabor Greifconditionalize on CallInst::ArgOffset
2010-07-07 Gabor Greifminor cosmetic changes that happened to sit in my tree
2010-07-07 Duncan SandsRename "Release" builds as "Release+Asserts"; rename...
2010-07-07 Bruno Cardoso... Add AVX SSE4.2 instructions
2010-07-07 Bruno Cardoso... Use only one multiclass to pinsrq instructions
2010-07-07 Bruno Cardoso... Now that almost all SSE4.1 AVX instructions are added...
2010-07-07 Bruno Cardoso... Add AVX SSE4.1 insertps, ptest and movntdqa instructions
2010-07-07 Bruno Cardoso... Add AVX SSE4.1 extractps and pinsr instructions
2010-07-07 Jakob Stoklund... Revert "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... Add AVX SSE4.1 Extract Integer instructions
2010-07-06 Jim GrosbachBy default, the eh.sjlj.setjmp/longjmp intrinsics shoul...
2010-07-06 Jakob Stoklund... Remove 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... Convert INSERT_SUBREG to COPY in TwoAddressInstructionPass.
2010-07-06 Jakob Stoklund... Track defs for all aliases in NEONMoveFix.
2010-07-06 Bruno Cardoso... Add the rest of AVX SSE4.1 packed move with sign/zero...
2010-07-06 Dale JohannesenMake test not hang waiting for input.
2010-07-06 Bruno Cardoso... Add part of AVX SSE4.1 packed move with sign/zero exten...
2010-07-06 Bruno Cardoso... Fix comment from previous patch
2010-07-06 Bruno Cardoso... Add AVX vblendvpd, vblendvps and vpblendvb instructions
2010-07-06 Dan GohmanCanLowerReturn doesn't need a SelectionDAG; it just...
2010-07-06 Devang PatelPropagate debug loc.
2010-07-06 Bob WilsonRepresent NEON load/store alignments in bytes, not...
2010-07-06 Jakob Stoklund... One more case assuming that subregs have live ranges.
2010-07-06 John McCallClosing tags start with slashes.
2010-07-06 Jakob Stoklund... Fix buildbot breakage where a def is missing.
2010-07-06 Devang PatelAdd fixme.
2010-07-06 Chris Lattnerminor typo
2010-07-06 Jakob Stoklund... Be more forgiving when calculating alias interference...
2010-07-06 Dan GohmanReapply r107655 with fixes; insert the pseudo instructi...
2010-07-06 Matt FlemingAdd X86_64 ELF relocation values and ELF64 relocation...
2010-07-06 Matt FlemingAdd some more ELF OSABI values as found in the System...
2010-07-06 Eric ChristopherFix to 80-col.
2010-07-06 John McCallProvide IRBuilder conveniences for creating integer...
2010-07-06 Nick LewyckyAlphabetize the list of function parameters.
2010-07-06 Devang PatelFix PR7545 crash.
2010-07-06 John McCallProvide an abstraction to save and restore the current...
2010-07-06 Rafael EspindolaDon't create neon moves in CopyRegToReg. NEONMoveFixPas...
2010-07-06 Chris Lattnertighten up this code.
2010-07-06 Duncan SandsBring the list of passes and their descriptions up...
2010-07-06 Dan GohmanRevert r107655.
2010-07-06 Gabor Greifsecond round of low-level interface squeeze-out:
2010-07-06 Dan GohmanAdd versions of OutputArgReg, AnalyzeReturn, and Analyz...
2010-07-06 Dan GohmanAdd a new CCValAssign LocInfo value, and a comment...
2010-07-06 Dan GohmanMake getMinimalPhysRegClass' comment mention what makes...
2010-07-06 Dan GohmanNote the relationship between C99 restrict and LLVM...
2010-07-06 Anton KorobeynikovFix a major regression on COFF targets introduced by...
2010-07-06 Dan GohmanAdd some more TODO comments.
2010-07-06 Dan GohmanAdd a comment.
2010-07-06 Dan GohmanFix a bunch of custom-inserter functions to handle...
2010-07-06 Eric ChristopherRemove mistakenly added test.
2010-07-06 Eric ChristopherFix up -fstack-protector on linux to use the segment
2010-07-06 Nick LewyckyDetabify this file.
2010-07-06 Nick LewyckyAdd default value to setIsNoInline for parity with...
2010-07-06 Nick LewyckyFix typo 'getter' where 'setter' was intended.
2010-07-05 Eric ChristopherHave the X86 backend use Triple instead of a string...
2010-07-05 Kalle RaiskilaRemove some unused/redundant code.
2010-07-05 Chris Lattnermore tidying.
2010-07-05 Chris Lattneranother v2f32 case, in this case showing poor codegen.
2010-07-05 Chris Lattnersome notes about suboptimal insertps's
2010-07-05 Chris Lattnerrandom tidying
2010-07-05 Chris Lattnerrip out even more sporadic v2f32 support.
2010-07-05 Chris Lattnerrip out the various v2f32 "mmx" handling logic, now...
2010-07-05 Chris Lattnerfix test on non-x86 hosts.
2010-07-04 Jakob Stoklund... Print symbolic subreg indices on REG_SEQUENCE and INSER...
2010-07-04 Chris LattnerJust rip v2f32 support completely out of the X86 backen...
2010-07-04 Chris Lattnerfix PR7518 - terrible codegen of <2 x float>, by only...
2010-07-04 Chris Lattnerindentation
2010-07-04 Evan ChengInfer alignments of fixed frame objects when they are...
2010-07-04 Chris Lattnerindmemrem and lowerallocs are gone.
2010-07-04 Bill WendlingRevert r107583. I no longer think that this is the...
2010-07-04 Bill WendlingMark sse_load_f32 and sse_load_f64 as having memory...
2010-07-04 Gabor Greifback out r107580, I have seen what I wanted
2010-07-04 Bill WendlingProper indentation.
2010-07-04 Gabor Greif[another test commit, just to tickle the selfhost build...
2010-07-03 Eli FriedmanMinor amendment to switch-lowering improvement.
2010-07-03 Eli FriedmanNote switch-lowering inefficiency.
2010-07-03 Bruno Cardoso... Add AVX SSE4.1 blend, mpsadbw and vdp
2010-07-03 Bruno Cardoso... Add AVX SSE4.1 binop (some forms of packed max,min...
2010-07-03 Eric ChristopherFix typo.
2010-07-03 Bruno Cardoso... Add AVX SSE4.1 Horizontal Minimum and Position instruction
next