Tevert part of the x86 subtarget logic changes: when -march=x86-64
[oota-llvm.git] / lib /
2009-02-03 Dan GohmanTevert part of the x86 subtarget logic changes: when...
2009-02-03 Devang PatelFirst initialize DAG otherwise dwarf writer is used...
2009-02-03 Chris LattnerMake SROA produce a vector only when the alloca is...
2009-02-03 Duncan SandsFix PR3411. When replacing values, nodes are analyzed
2009-02-03 Evan ChengAPInt'fy SimplifyDemandedVectorElts so it can analyze...
2009-02-03 Chris Lattneradd another case of undefined behavior without crashing...
2009-02-03 Nick LewyckyRevert r63600. It didn't fix the bug, it just moved...
2009-02-03 Owen AndersonTeach AliasAnalysis that a bunch of the atomic intrinsi...
2009-02-03 Nick LewyckyUpdate the callgraph when replacing InvokeInst with...
2009-02-03 Bill WendlingExplicitly pass in debug location information to BuildMI.
2009-02-03 Bill WendlingPass in something sensible for the debug location infor...
2009-02-03 Chris Lattnerfix a bitcode reader bug where it can't handle extracte...
2009-02-03 Chris LattnerTeach ConvertUsesToScalar to handle memset, allowing...
2009-02-03 Dale JohannesenFill in some missing DL propagation in getNode()s.
2009-02-03 Bill WendlingUse SDL->getCurDebugLoc() instead of unknown loc for...
2009-02-03 Bill WendlingExplicitly pass in the "unknown" debug location. This...
2009-02-03 Bill WendlingAlphabetize includes.
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...
next