summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
* 62987 disables LTO build on darwin.Devang Patel2009-02-11
* If llvm.dbg.region.end is disappearing then remove corresponding llvm.dbg.fun...Devang Patel2009-02-11
* Don't print extra spaces in vector and array constants. This makesDan Gohman2009-02-11
* It isn't necessary to explicitly clear the contents of std::vectorDan Gohman2009-02-11
* Don't try to strip a file we just moved.Bill Wendling2009-02-11
* Use iterators to iterate through the Preds array instead ofDan Gohman2009-02-11
* Consider any instruction that modifies the stack pointer to beDan Gohman2009-02-10
* Factor out more code for computing register live-range informationforDan Gohman2009-02-10
* Ignore dbg intrinsic while folding unconditional branch.Devang Patel2009-02-10
* Handle llvm.x86.sse2.maskmov.dqu in 64-bit.Evan Cheng2009-02-10
* 80 col violations.Evan Cheng2009-02-10
* This is now done using a real i33, rather thanDuncan Sands2009-02-10
* Use early exits. Reduce indentation.Devang Patel2009-02-10
* Use const, to support platforms where strrchr returns a const char *.Dan Gohman2009-02-10
* Answer a common FAQ:Dan Gohman2009-02-10
* Pacify gcc-4.3 (thinks IsConstant may be usedDuncan Sands2009-02-10
* Fix PR3457: Ignore control successors when looking for closest scheduled succ...Evan Cheng2009-02-10
* Do not clone llvm.dbg.func.start and corresponding llvm.dbg.region.end durin...Devang Patel2009-02-10
* Enable scalar replacement of AllocaInst whose one of the user is dbg info.Devang Patel2009-02-10
* Validate file id.Devang Patel2009-02-10
* Function temporaries can not overlap with retval or args.See the comment in s...Sanjiv Gupta2009-02-10
* Implement FpSET_ST1_*.Evan Cheng2009-02-09
* If the target cannot issue a copy for the given source and dest registers, ab...Evan Cheng2009-02-09
* Fix PR 3471, and some cleanups.Dale Johannesen2009-02-09
* Simplify code.Evan Cheng2009-02-09
* Make sure constant subscript is truncated to ptr size if it may not fit.Evan Cheng2009-02-09
* incorporate review feedbackGabor Greif2009-02-09
* Use doxygen comment syntax.Dan Gohman2009-02-09
* Use slightly more correct grammar in error messages.Dan Gohman2009-02-09
* 80-column violations.Mikhail Glushenkov2009-02-09
* make sure that BranchInst::getSuccessor() does not assert in cast<>Gabor Greif2009-02-09
* Fix comment.Bill Wendling2009-02-09
* These function return 'void'. Don't have 'return' return anything.Bill Wendling2009-02-09
* fix typo, patch by Jonathan Brandmeyer!Chris Lattner2009-02-09
* Testcase for PR2437.Duncan Sands2009-02-09
* Re-enable machine sinking pass now that the coalescer bugs and the AnalyzeBrn...Evan Cheng2009-02-09
* Fix another case ShortenDeadCopySrcLiveRange is shortening too much. No test ...Evan Cheng2009-02-09
* Turns out AnalyzeBranch can modify the mbb being analyzed. This is a nastyEvan Cheng2009-02-09
* Strip the LTO dylib.Bill Wendling2009-02-09
* Small fix for the 'strip' command. Do a list of .so files.Bill Wendling2009-02-09
* Eliminate a 'control reaches end of non-void function' warning.Evan Cheng2009-02-09
* Don't run 'strip' on files that aren't there.Bill Wendling2009-02-09
* Remove warnings about not being able to delete something. Don't run lipo on g...Bill Wendling2009-02-09
* mention rdynamic, PR3431, patch by Stein Roger Skafløtten!Chris Lattner2009-02-09
* Document llvm.umul.with.overflow indicating that it's badly broken and not in...Bill Wendling2009-02-08
* Rename dg.exp to llvmc.exp. This is so I can ignore it during a make check if...Bill Wendling2009-02-08
* 80-column violation.Mikhail Glushenkov2009-02-08
* Add a Sleep() function.Mikhail Glushenkov2009-02-08
* I can't type today apparently.Chris Lattner2009-02-08
* Add Emacs hints to Alarm.inc.Mikhail Glushenkov2009-02-08