oota-llvm.git
2009-02-04 Torok EdwinAlphabetize includes. Update comment.
2009-02-04 Stuart Hastings80 column rule.
2009-02-04 Dale JohannesenRemove non-DebugLoc versions of getLoad and getStore.
2009-02-04 Nate BegemanNew feature: add support for target intrinsics being...
2009-02-04 Mon P WangAvoids generating a legalization assert for the case...
2009-02-04 Torok Edwinmention that PIC is needed for libLTO and libLLVMgold
2009-02-04 Chris LattnerBill implemented this.
2009-02-04 Chris Lattneradd a note, this is why we're faster at SciMark-MonteCa...
2009-02-04 Evan ChengSkip over zero registers.
2009-02-04 Chris Lattnerallow main to have any integer type.
2009-02-04 Torok Edwinremove printf - it was there only for debugging!
2009-02-04 Torok Edwinadd support for .a files containing LLVM IR to the...
2009-02-04 Dan GohmanMinor code cleanups; no functionality change.
2009-02-04 Stuart HastingsSince I'm obliged to work with a development OS that...
2009-02-04 Duncan SandsAllow the inverse transform x86_fp80 -> i80 (also
2009-02-04 Duncan SandsFix PR3468: a crash when constant folding a bitcast of
2009-02-04 Evan ChengDon't call isInvariantLoad twice.
2009-02-04 Evan ChengDon't bother hoisting out a "cheap" instruction if...
2009-02-04 Evan ChengFor now, only hoist re-materilizable instructions....
2009-02-04 Nick LewyckyRegenerate.
2009-02-04 Nick LewyckyReapply patch from r62553, with a fix to avoid looking...
2009-02-04 Owen AndersonFinish making AliasAnalysis aware of the fact that...
2009-02-04 Dale JohannesenRemove non-DebugLoc forms of the exotic forms
2009-02-04 Chris Lattnerfix a pretty serious bug in StringMap where GetOrCreate...
2009-02-04 Chris Lattneradd a friend needed by a stringmap change.
2009-02-04 Dale JohannesenRemove some more non-DebugLoc versions of construction
2009-02-04 Dale JohannesenCheck in file I forgot.
2009-02-04 Dale JohannesenRemove a few non-DebugLoc versions of node creation
2009-02-04 Mon P WangFixes a case where we generate an incorrect mask for...
2009-02-04 Devang PatelWhile folding vallue comparison terminators ignore...
2009-02-04 Dale JohannesenPatch up omissions in DebugLoc propagation.
2009-02-04 Dale JohannesenFill in more omissions in DebugLog propagation.
2009-02-04 Bill WendlingConstify and don't return a reference.
2009-02-04 Devang PatelIgnore dbg intrinsics while hoisting common code in...
2009-02-03 Dale JohannesenDebugLoc propagation; adjustment to things omitted
2009-02-03 Bill WendlingErm. Would be nice to initialize this variable. . .
2009-02-03 Bill WendlingAdd getDebugLocTuple to retrieve the DebugLocTuple...
2009-02-03 Bill WendlingAdd getter for the index.
2009-02-03 Dale JohannesenNeed this file too.
2009-02-03 Dale JohannesenAdd some DL propagation to places that didn't
2009-02-03 Devang PatelDo not let dbg intrinsic block folding of two entry...
2009-02-03 Devang PatelIf "optimize for size" attribute is set then block...
2009-02-03 Dale JohannesenDebugLoc propgation
2009-02-03 Bill WendlingMore whitespace fixin'.
2009-02-03 Bill WendlingWhitespace and comment changes. No functionality change.
2009-02-03 Chris Lattnerteach "convert from scalar" to handle loads of fca's.
2009-02-03 Chris Lattnerrefactor the interface to ConvertUsesOfLoadToScalar,
2009-02-03 Dale JohannesenDebugLoc propagation. done with file.
2009-02-03 Devang PatelRemove dead code.
2009-02-03 Chris Lattnerconvert ConvertUsesOfLoadToScalar to use IRBuilder,
2009-02-03 Chris Lattnerswitch ConvertScalar_InsertValue to use an IRBuilder, no
2009-02-03 Dale JohannesenDebugLoc propagation. 2/3 through file.
2009-02-03 Chris Lattnermake scalar conversion handle stores of first class
2009-02-03 Dan GohmanChange the post-RA scheduler to iterate through the
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 Chris Lattnerthis produces an undefined result, just check that...
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 a method to BumpPtrAllocator that allows allocating...
2009-02-03 Nick LewyckyAdd LLVM plugin for gold.
2009-02-03 Nick LewyckyRegenerate configure.
2009-02-03 Nick LewyckyAdd the ability to pass the path to binutils source...
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 Dan GohmanDelete these two tests. They are specific to x86-64...
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 Chris Lattnerthis test produces an undefined value, we don't care
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 Bill WendlingIt fails on Linux. XFAIL that machine.
2009-02-03 Bill WendlingThis is passing for us. Should it have been reenabled?
2009-02-03 Dan GohmanAdd explicit -march=x86 to these tests so that they...
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 Dan GohmanFix another test to not use -mcpu=yonah with 64-bit...
2009-02-02 Dan GohmanYonah does not support x86-64. Change the -mcpu value...
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 Devang PatelRun dsymutil on darwin, when it is expected, before...
2009-02-02 Dale JohannesenCommit missing files.
2009-02-02 Chris Lattnerinline SROA::ConvertToScalar, no functionality change.
2009-02-02 Dale JohannesenMore DebugLoc propagation.
next