summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
...
* Whitespace fixes.Mikhail Glushenkov2009-02-15
* Add mode_t to the config.h generated by cmake on win32. Used by clang.Cedric Venet2009-02-14
* Unbreak the build on win32.Cedric Venet2009-02-14
* Generalize some alias analysis logic from atomicDuncan Sands2009-02-14
* 80-column violation.Mikhail Glushenkov2009-02-14
* The trampoline intrinsic can be marked IntrWriteArgMem,Duncan Sands2009-02-14
* IntrWriteArgMem implies nocapture, but this wasn'tDuncan Sands2009-02-14
* The x86-64 red zone is now being used.Dan Gohman2009-02-14
* Extend the IndVarSimplify support for promoting induction variables:Dan Gohman2009-02-14
* Clarify debug output.Dan Gohman2009-02-14
* Simplify some code. hasComputableLoopEvolution is overkill in this case.Dan Gohman2009-02-14
* Testcase for llvm-gcc 64510.Dale Johannesen2009-02-14
* Teach x86 target -soft-float.Evan Cheng2009-02-13
* In CodeGenPrepare's debug output, use WriteAsOperand instead ofDan Gohman2009-02-13
* Complete the sentance in this comment. I have reservationsDan Gohman2009-02-13
* Correct a comment: since AccessArguments is nowDuncan Sands2009-02-13
* If a function only reads memory, then we know that...Duncan Sands2009-02-13
* Mark strto* as readonly when the endptr is null.Nick Lewycky2009-02-13
* On strtod and friends, mark 'endptr' nocapture in the function prototype, andNick Lewycky2009-02-13
* Reapply r64301. These uses of "inline" can cause strangeDuncan Sands2009-02-13
* Switch from new[] + delete[] to malloc + free since llvm does not catch C++ e...Evan Cheng2009-02-13
* If new[] fails, return 0 rather then trying to dereference a null pointer.Evan Cheng2009-02-13
* Reapply r64300:Nick Lewycky2009-02-13
* BasicAA was making the assumption that a local allocation which hadn't escapedNick Lewycky2009-02-13
* Fix the code that checked if a SCEVAddRecExpr Start contains anDan Gohman2009-02-13
* Remove non-DebugLoc versions of BuildMI.Dale Johannesen2009-02-13
* Remove non-DebugLoc versions of BuildMI from IA64, Mips.Dale Johannesen2009-02-13
* Remove non-DebugLoc versions of BuildMI from X86.Dale Johannesen2009-02-13
* missed fileDale Johannesen2009-02-13
* Remove non-DebugLoc versions of buildMI from Sparc.Dale Johannesen2009-02-13
* Remove non-DebugLoc versions of BuildMI from Alpha and Cell.Dale Johannesen2009-02-13
* Remove refs to non-DebugLoc version of BuildMI from XCore, PIC16.Dale Johannesen2009-02-13
* Remove refs to non-DebugLoc version of BuildMI from PowerPC.Dale Johannesen2009-02-13
* and one more fileDale Johannesen2009-02-13
* Remove refs to non-DebugLoc versions of BuildMI from ARM.Dale Johannesen2009-02-13
* Revert this. It was breaking stuff.Bill Wendling2009-02-13
* Turn off the old way of handling debug information in the code generator. UseBill Wendling2009-02-13
* Fix LSR's IV sorting function to explicitly sort by bitwidthDan Gohman2009-02-13
* Avoid order files for now, as they aren't supported in 3.79.Mike Stump2009-02-12
* Check in missing file.Dale Johannesen2009-02-12
* Eliminate a couple of non-DebugLoc BuildMI variants.Dale Johannesen2009-02-12
* Teach IndVarSimplify to optimize code using the C "int" type forDan Gohman2009-02-12
* Add suppport for ConstantExprs of shufflevectors whose result type is not equ...Nate Begeman2009-02-12
* Arrange to print constants that match "n" and "i" constraintsDale Johannesen2009-02-12
* Rename bugpoint's error message file so that if it somehowDan Gohman2009-02-12
* Add a utility function to LoopInfo to return the exit blockDan Gohman2009-02-12
* fix PR3538 for ARM.Chris Lattner2009-02-12
* fix PR3538 for PPCChris Lattner2009-02-12
* fix the X86 backend to just drop llvm.declare nodes for VLAs instead of Chris Lattner2009-02-12
* Adjust the sizes for a few SmallVectors to reflect their usage.Dan Gohman2009-02-12