oota-llvm.git
2009-02-11 Duncan SandsRevert r64299: it breaks the build when configured
2009-02-11 Duncan SandsThese uses of "inline" can cause strange link-time
2009-02-11 Duncan SandsMake sure the SCC pass manager initializes any contained
2009-02-11 Nick LewyckyTry this. Darwin -> LTO, PIC -> LTO + possibly gold...
2009-02-11 Evan ChengImplement PR3495: local spiller optimization. The local...
2009-02-11 Dan GohmanWhen scheduling a block in parts, keep track of the...
2009-02-11 Devang Patel62987 disables LTO build on darwin.
2009-02-11 Devang PatelIf llvm.dbg.region.end is disappearing then remove...
2009-02-11 Dan GohmanDon't print extra spaces in vector and array constants...
2009-02-11 Dan GohmanIt isn't necessary to explicitly clear the contents...
2009-02-11 Bill WendlingDon't try to strip a file we just moved.
2009-02-11 Dan GohmanUse iterators to iterate through the Preds array instead of
2009-02-10 Dan GohmanConsider any instruction that modifies the stack pointe...
2009-02-10 Dan GohmanFactor out more code for computing register live-range...
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 Duncan SandsThis is now done using a real i33, rather than
2009-02-10 Devang PatelUse early exits. Reduce indentation.
2009-02-10 Dan GohmanUse const, to support platforms where strrchr returns...
2009-02-10 Dan GohmanAnswer a common FAQ:
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 Gabor Greifincorporate review feedback
2009-02-09 Dan GohmanUse doxygen comment syntax.
2009-02-09 Dan GohmanUse slightly more correct grammar in error messages.
2009-02-09 Mikhail Glushenkov80-column violations.
2009-02-09 Gabor Greifmake sure that BranchInst::getSuccessor() does not...
2009-02-09 Bill WendlingFix comment.
2009-02-09 Bill WendlingThese function return 'void'. Don't have 'return' retur...
2009-02-09 Chris Lattnerfix typo, patch by Jonathan Brandmeyer!
2009-02-09 Duncan SandsTestcase for PR2437.
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-09 Bill WendlingStrip the LTO dylib.
2009-02-09 Bill WendlingSmall fix for the 'strip' command. Do a list of .so...
2009-02-09 Evan ChengEliminate a 'control reaches end of non-void function...
2009-02-09 Bill WendlingDon't run 'strip' on files that aren't there.
2009-02-09 Bill WendlingRemove warnings about not being able to delete somethin...
2009-02-09 Chris Lattnermention rdynamic, PR3431, patch by Stein Roger Skafløtten!
2009-02-08 Bill WendlingDocument llvm.umul.with.overflow indicating that it...
2009-02-08 Bill WendlingRename dg.exp to llvmc.exp. This is so I can ignore...
2009-02-08 Mikhail Glushenkov80-column violation.
2009-02-08 Mikhail GlushenkovAdd a Sleep() function.
2009-02-08 Chris LattnerI can't type today apparently.
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 Lattnerfix typo
2009-02-08 Chris Lattnerreject void pointers with a nice error:
2009-02-08 Chris Lattnerdocument pointer type constraints, PR3513
2009-02-08 Mikhail GlushenkovThe 'false.c' test must depend on llvm-g++.
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 WendlingFixes from feedback.
2009-02-08 Bill WendlingDocument the 'llvm.OP.with.overflow' intrinsics.
2009-02-08 Bill WendlingMistakenly turned this on.
2009-02-08 Bill WendlingRevert r63999. It was breaking self-hosting builds.
2009-02-07 Chris Lattnertestcase for r64049 of llvm-gcc.
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 Evan ChengRevert 64023. make prefers GNUmakefile over makefile.
2009-02-07 Evan ChengMove Apple style build makefiles to the top level....
2009-02-07 Chris Lattnerfix bugpoint url, patch by Pieter de Bie!
2009-02-07 Dan GohmanConstify TargetInstrInfo::EmitInstrWithCustomInserter...
2009-02-07 Dan GohmanChange several SmallPtrSetImpl members from public...
2009-02-07 Dan GohmanSimplify some code by using blocks_begin(), blocks_end...
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 Nick LewyckyFree the buffer in the case where we don't create a...
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 JohannesenDeleted one line too many. oops.
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 Bill WendlingConstify operators.
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 Bill WendlingAdd comparison operators to DebugLoc.
2009-02-06 Dan GohmanSplit the locking out of JIT::runJITOnFunction so that...
next