Ignore dbg intrinsic while folding unconditional branch.
[oota-llvm.git] / lib /
2009-02-10 Devang PatelIgnore dbg intrinsic while folding unconditional branch.
2009-02-10 Evan ChengHandle llvm.x86.sse2.maskmov.dqu in 64-bit.
2009-02-10 Evan Cheng80 col violations.
2009-02-10 Devang PatelUse early exits. Reduce indentation.
2009-02-10 Dan GohmanUse const, to support platforms where strrchr returns...
2009-02-10 Duncan SandsPacify gcc-4.3 (thinks IsConstant may be used
2009-02-10 Evan ChengFix PR3457: Ignore control successors when looking...
2009-02-10 Devang Patel Do not clone llvm.dbg.func.start and corresponding...
2009-02-10 Devang PatelEnable scalar replacement of AllocaInst whose one of...
2009-02-10 Devang PatelValidate file id.
2009-02-10 Sanjiv GuptaFunction temporaries can not overlap with retval or...
2009-02-09 Evan ChengImplement FpSET_ST1_*.
2009-02-09 Evan ChengIf the target cannot issue a copy for the given source...
2009-02-09 Dale JohannesenFix PR 3471, and some cleanups.
2009-02-09 Evan ChengSimplify code.
2009-02-09 Evan ChengMake sure constant subscript is truncated to ptr size...
2009-02-09 Dan GohmanUse doxygen comment syntax.
2009-02-09 Dan GohmanUse slightly more correct grammar in error messages.
2009-02-09 Gabor Greifmake sure that BranchInst::getSuccessor() does not...
2009-02-09 Evan ChengRe-enable machine sinking pass now that the coalescer...
2009-02-09 Evan ChengFix another case ShortenDeadCopySrcLiveRange is shorten...
2009-02-09 Evan ChengTurns out AnalyzeBranch can modify the mbb being analyz...
2009-02-08 Mikhail GlushenkovAdd a Sleep() function.
2009-02-08 Mikhail GlushenkovAdd Emacs hints to Alarm.inc.
2009-02-08 Chris Lattneradd a note.
2009-02-08 Chris Lattnerfix typo
2009-02-08 Chris Lattnerreject void pointers with a nice error:
2009-02-08 Evan ChengFix PR3486. Fix a bug in code that manually patch physi...
2009-02-08 Evan ChengStrengthen the previous check.
2009-02-08 Evan Chengr64073 commit message is lost. Here it is:
2009-02-08 Evan Chenggit-svn-id: https://llvm.org/svn/llvm-project/llvm...
2009-02-08 Bill WendlingMistakenly turned this on.
2009-02-08 Bill WendlingRevert r63999. It was breaking self-hosting builds.
2009-02-07 Chris LattnerAdd missing break statements, fixing PR3503.
2009-02-07 Mon P WangInstrcombine should not change load(cast p) to cast...
2009-02-07 Dale JohannesenUse getDebugLoc forwarder instead of getNode()->getDebu...
2009-02-07 Dan GohmanConstify TargetInstrInfo::EmitInstrWithCustomInserter...
2009-02-07 Nick LewyckyAdd an API for strings with possible NULLs in the middl...
2009-02-07 Mike StumpInsert space to avoid warning and make code more readable.
2009-02-07 Dale JohannesenMake SDNode constructors take a DebugLoc always.
2009-02-07 Evan ChengEnable machine sinking pass in non-fast mode.
2009-02-07 Dale JohannesenRemove now-unused constructors.
2009-02-07 Evan ChengDon't sink the instruction if TargetRegisterInfo::isSaf...
2009-02-07 Dale JohannesenNeeds this file too.
2009-02-07 Dale JohannesenGet rid of the last non-DebugLoc versions of getNode!
2009-02-07 Dan GohmanRefactor some repeated logic into a separate function.
2009-02-07 Dan GohmanMake a comment a doxygen comment.
2009-02-06 Dale JohannesenRemove more non-DebugLoc getNode variants. Use
2009-02-06 Dale JohannesenAnd one more file.
2009-02-06 Dale JohannesenRemove more non-DebugLoc versions of getNode.
2009-02-06 Bill WendlingRecord debug location information in the Dwarf writer.
2009-02-06 Bill WendlingClear out the CurDebugLoc info when doing a 'clear...
2009-02-06 Dan GohmanSplit the locking out of JIT::runJITOnFunction so that...
2009-02-06 Dan GohmanUse .size and .type on ELF systems; this helps tools...
2009-02-06 Dale JohannesenEliminate remaining non-DebugLoc version of getTargetNode.
2009-02-06 Dan GohmanRename SelectionDAGISel::Schedule to
2009-02-06 Sanjiv GuptaPrint globl directive for variables with external linka...
2009-02-06 Dan GohmanDelete an unused member function.
2009-02-06 Evan ChengMove getPointerRegClass from TargetInstrInfo to TargetR...
2009-02-06 Dan GohmanMove ScheduleDAGSDNodes.h to be a private header. Front...
2009-02-06 Evan ChengAdd TargetInstrInfo::isSafeToMoveRegisterClassDefs...
2009-02-06 Dan GohmanMove ScheduleDAGInstrs.h to be a private header. Front...
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 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 Dale JohannesenRemove 3 non-DebugLoc variants of getNode.
2009-02-05 Devang PatelRemove dead blocks in the end.
2009-02-05 Devang PatelIgnore dbg intrinsics while propagating conditional...
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 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 Mon P WangFix a bug where we were not emitting a cvt rnd sat...
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 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 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 Dan GohmanMinor code cleanups; no functionality change.
2009-02-04 Stuart HastingsSince I'm obliged to work with a development OS that...
next