oota-llvm.git
2009-02-06 Dan GohmanMove ScheduleDAGInstrs.h to be a private header. Front...
2009-02-06 Evan ChengDocument the meaning of -1 for getCopyCost.
2009-02-06 Dan GohmanTidy up the ScheduleDAG class definition a little....
2009-02-06 Roman LevensteinDon't pass BitVectors by value, pass them by reference.
2009-02-06 Nick LewyckyCorrect strange whitespace.
2009-02-06 Devang PatelIgnore DbgInfoIntrinsics.
2009-02-06 Chris Lattnerfix PR3489, use bits instead of bytes.
2009-02-06 Dale Johannesenget rid of some non-DebugLoc getTargetNode variants.
2009-02-06 Nick LewyckyFree the buffer.
2009-02-06 Evan ChengFix test. It produces unexpected code if sse4.1 is on.
2009-02-06 Dale JohannesenGet rid of one more non-DebugLoc getNode and
2009-02-06 Owen AndersonFix a crasher: we need to check that the function is...
2009-02-05 Owen AndersonRefactor my previous change to maintain the distinction...
2009-02-05 Devang PatelIgnore dbg intrinsics while propagating conditional...
2009-02-05 Evan ChengisAsCheapAsMove instructions can have register src...
2009-02-05 Dale JohannesenRemove a non-DebugLoc version of getNode.
2009-02-05 Devang PatelRevert rev. 63876. It is causing llvm-gcc bootstrap...
2009-02-05 Dan GohmanDelete some trailing whiespaces.
2009-02-05 Dale JohannesenRemove 3 non-DebugLoc variants of getNode.
2009-02-05 Mike StumpFIx spelling.
2009-02-05 Mike StumpProbe for flags before using them to try to help compil...
2009-02-05 Devang PatelRemove dead blocks in the end.
2009-02-05 Devang PatelIgnore dbg intrinsics while propagating conditional...
2009-02-05 Chris Lattnertestcase for rdar://6551276 and llvm-gcc r63873
2009-02-05 Chris Lattnerfix PR3488: llvm-ar r doesn't replace existing files
2009-02-05 Duncan SandsRevert the previous commit. It seems it didn't
2009-02-05 Duncan SandsStop llvm-config thinking that there are circular
2009-02-05 Evan ChengMachine LICM increases register pressure and it almost...
2009-02-05 Evan ChengTurn on machine LICM in non-fast mode.
2009-02-05 Evan ChengTeach machine licm to CSE hoisted instructions.
2009-02-05 Evan ChengReMaterializeTrivialDef need to trim the live interval...
2009-02-05 Evan ChengA few more isAsCheapAsAMove.
2009-02-05 Evan ChengClarify comments.
2009-02-05 Chris Lattnerif we have a large GEP offset on a 32-bit or other...
2009-02-05 Owen AndersonPre-alloc splitting needs to be more careful to avoid...
2009-02-05 Chris LattnerPR3485, document alignment on byref.
2009-02-05 Nick LewyckyIt's not obvious, but lto_module_create_from_memory...
2009-02-05 Mon P WangFix a bug where we were not emitting a cvt rnd sat...
2009-02-05 Nick LewyckyRemove accidentally included debug message!
2009-02-05 Dale JohannesenReapply 63765. Patches for clang and llvm-gcc to follow.
2009-02-05 Dale JohannesenGet rid of 3 non-DebugLoc getNode variants.
2009-02-05 Devang PatelIgnore dbg intrinsics while folding switch instruction.
2009-02-05 Dale JohannesenRemove non-DebugLoc versions of getMergeValues, ZeroExt...
2009-02-04 Dale JohannesenRemove non-DebugLoc forms of CopyToReg and CopyFromReg.
2009-02-04 Dale JohannesenReverting 63765. This broke the build of both clang
2009-02-04 Devang PatelIgnore dbg intrinsics.
2009-02-04 Mon P WangAdd test case for r63760.
2009-02-04 Nate BegemanRemove now-incorrect test.
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.
next