rearrange how SRoA handles promotion of allocas to vectors.
[oota-llvm.git] / lib /
2009-02-03 Chris Lattnerrearrange how SRoA handles promotion of allocas to...
2009-02-03 Dan GohmanMove isIdentifiedObject and isNoAliasCall into AliasAna...
2009-02-03 Bill WendlingPropagate debug loc info during SDNode -> machine instr...
2009-02-03 Bill WendlingCreate DebugLoc information in FastISel. Several tempor...
2009-02-03 Dale JohannesenPropagation in TargetLowering. Includes passing a DL
2009-02-03 Dan GohmanUse the SubclassData field to hold ExtType, isTrunc...
2009-02-03 Dan GohmanChange Feature64Bit to not imply FeatureSSE2. All x86...
2009-02-02 Dale JohannesenLast DebugLoc propagation for this file.
2009-02-02 Dale JohannesenMore DebugLoc propagation. This should be everything
2009-02-02 Mike StumpImprove -fno-opt style option processing to not require...
2009-02-02 Owen AndersonMergeValueInto is too smart: it might choose to do...
2009-02-02 Dale JohannesenDebugLoc propagation. ExpandOp and PromoteOp,
2009-02-02 Torok EdwinOnly force SSE level if it is not correct.
2009-02-02 Dale JohannesenCommit missing files.
2009-02-02 Chris Lattnerinline SROA::ConvertToScalar, no functionality change.
2009-02-02 Dale JohannesenMore DebugLoc propagation.
2009-02-02 Torok Edwinremove #if 0 code on Bill's request.
2009-02-02 Duncan SandsRemove trailing spaces.
2009-02-02 Dale JohannesenDebugLoc propagation for int<->fp conversions.
2009-02-02 Evan ChengRefactor PerformPHIConstruction, no functionality changes.
2009-02-02 Chris LattnerFix a bug which caused us to miscompile a couple of Ada
2009-02-02 Devang PatelDo not add redundant arguments in a method definition...
2009-02-02 Sanjiv GuptaDuncan's patch. Further to 64382. Takes care of illegal...
2009-02-02 Sanjiv GuptaMade the common case of default address space directive...
2009-02-02 Duncan SandsFix a comment (bytes -> bits), reformat a comment
2009-02-02 Duncan SandsFix an obvious thinko.
2009-02-02 Evan ChengADD / SUB / SMUL / UMUL with overflow second result...
2009-02-02 Evan ChengAdd comment.
2009-02-02 Evan ChengTeach LowerBRCOND to recognize (xor (setcc x), 1)....
2009-02-02 Chris Lattnerreject things like: zext <4 x i32> %tmp to i256
2009-02-02 Chris LattnerFix PR3372
2009-02-02 Chris Lattnerreduce indentation, (~XorCST->getValue()).isSignBit...
2009-02-02 Mon P WangPreserve more SourceValue information.
2009-02-01 Torok EdwinImplement -mno-sse: if SSE is disabled on x86-64, don...
2009-02-01 Duncan SandsFix PR3453 and probably a bunch of other potential
2009-02-01 Bill WendlingForgot some more DebugLoc propagations.
2009-02-01 Owen AndersonFix test failures causes by my previous commit.
2009-02-01 Owen AndersonFix an issue in PHI construction that was exposed by...
2009-02-01 Evan ChengFix PR3423: Link llvm on ARM EABI machines. Patch by...
2009-01-31 Dale JohannesenDebugLoc propagation.
2009-01-31 Nick LewyckyReinstate this optimization to fold icmp of xor when...
2009-01-31 Dale JohannesenDebugLoc propagation. Done with file.
2009-01-31 Dale JohannesenDebugLoc propagation. Done with file.
2009-01-31 Chris LattnerFix PR3452 (an infinite loop bootstrapping) by disablin...
2009-01-31 Duncan SandsFix PR3401: when using large integers, the type
2009-01-31 Chris Lattnernow that all the pieces are in place, teach instcombine's
2009-01-31 Chris Lattnersimplify/clarify control flow and improve comments...
2009-01-31 Chris Lattnermake some fairly meaty internal changes to how Simplify...
2009-01-31 Chris Lattnerminor cleanups
2009-01-31 Chris Lattnermake sure to set Changed=true when instcombine hacks...
2009-01-31 Mon P WangIf unsafe FP optimization is not set, don't allow ...
2009-01-31 Bill WendlingDon't use DebugLoc::getUnknownLoc(). Default to somethi...
2009-01-31 Chris LattnerSimplify and generalize the SROA "convert to scalar...
2009-01-31 Dale JohannesenMove CurDebugLoc into SelectionDAGLowering.
2009-01-31 Gabor Greifback out my previous change, it exposes a latent bug...
2009-01-31 Gabor Greifuse precise accessors
2009-01-31 Dale JohannesenPropagate debug info in LegalizeFloatTypes.
2009-01-31 Dale JohannesenPropagate debug info. This file complete
2009-01-31 Dale JohannesenPropagate debug info through MakeLibCall and a
2009-01-30 Bill WendlingMore DebugLoc propagation.
2009-01-30 Bill WendlingMore DebugLoc propagation.
2009-01-30 Bill WendlingMore DebugLoc propagation in LOAD etc. methods.
2009-01-30 Bill WendlingMore DebugLoc propagation in floating-point methods.
2009-01-30 Dale JohannesenMake LowerCallTo and LowerArguments take a DebugLoc
2009-01-30 Bill WendlingStandardize comments about folding xforms.
2009-01-30 Bill WendlingGet rid of the non-DebugLoc-ified getNOT() method.
2009-01-30 Bill WendlingPropagate debug loc info for some FP arithmetic methods.
2009-01-30 Bill WendlingPropagate debug loc info for some FP arithmetic methods.
2009-01-30 Bill WendlingPropagate debug loc info for BIT_CONVERT.
2009-01-30 Bill WendlingPropagate debug loc info for more *_EXTEND methods.
2009-01-30 Bill WendlingPropagate debug loc info for ANY_EXTEND.
2009-01-30 Bill WendlingPropagate debug loc info for some of the *_EXTEND funct...
2009-01-30 Bill WendlingDebugLoc form of getNOT().
2009-01-30 Bill Wendling- Propagate debug loc info for SELECT.
2009-01-30 Bill WendlingPropagate debug loc info for Shifts.
2009-01-30 Bill WendlingPropagate debug loc info for XOR and MatchRotate.
2009-01-30 Bill WendlingPropagate debug loc info for OR. Also clean up some...
2009-01-30 Bill WendlingPerform obvious constant arithmetic folding.
2009-01-30 Bill WendlingPropagate debug loc info for AND. Also clean up some...
2009-01-30 Bill WendlingPropagate debug loc info in SimplifyBinOpWithSameOpcode...
2009-01-30 Gabor Greifuse precise getters
2009-01-30 Gabor Greifuse precise getters
2009-01-30 Devang Patel Each input file is encoded as a separate compile unit...
2009-01-30 Zhou ShengAs Duncan suggested, add braces for the one-line "else...
2009-01-30 Zhou ShengThis is to fix the bug in IntrinsicLowering.cpp,
2009-01-30 Sanjiv GuptaFixed the comment. No functionality change.
2009-01-30 Mike StumpAdd opposite_of and inverse_opt to support -fno- style...
2009-01-30 Sanjiv GuptaUse sublw for comparison with literals instead of subwf.
2009-01-30 Mon P WangWhen PerformBuildVectorCombine, avoid creating a X86ISD...
2009-01-30 Sanjiv GuptaEnable emitting of constant values in non-default addre...
2009-01-30 Bill WendlingPropagate debug loc info in SimplifyNodeWithTwoResults.
2009-01-30 Bill WendlingPropagate debug loc info for MULHS.
2009-01-30 Bill WendlingPropagate debug loc info for SREM and UREM.
2009-01-30 Bill WendlingPropagate debug loc info for UDIV.
2009-01-30 Bill WendlingPropagate debug loc info for SDIV.
2009-01-30 Bill WendlingForgot to propagate debug loc info here.
2009-01-30 Dan GohmanFix a post-RA scheduling dependency bug.
2009-01-30 Bill WendlingPropagate debug loc info for MUL.
2009-01-30 Bill WendlingPropagate debug loc info in SUB.
2009-01-30 Bill WendlingPropagate debug loc info in ADDC and ADDE.
next