summaryrefslogtreecommitdiffstats
path: root/llvm
Commit message (Expand)AuthorAgeFilesLines
* In CodeGenPrepare's debug output, use WriteAsOperand instead ofDan Gohman2009-02-131-6/+16
* Complete the sentance in this comment. I have reservationsDan Gohman2009-02-131-0/+1
* Correct a comment: since AccessArguments is nowDuncan Sands2009-02-131-3/+3
* If a function only reads memory, then we know that...Duncan Sands2009-02-131-7/+11
* Mark strto* as readonly when the endptr is null.Nick Lewycky2009-02-132-5/+8
* On strtod and friends, mark 'endptr' nocapture in the function prototype, andNick Lewycky2009-02-132-3/+50
* Reapply r64301. These uses of "inline" can cause strangeDuncan Sands2009-02-131-8/+8
* Switch from new[] + delete[] to malloc + free since llvm does not catch C++ e...Evan Cheng2009-02-131-3/+3
* If new[] fails, return 0 rather then trying to dereference a null pointer.Evan Cheng2009-02-131-3/+12
* Reapply r64300:Nick Lewycky2009-02-132-4/+14
* BasicAA was making the assumption that a local allocation which hadn't escapedNick Lewycky2009-02-132-3/+199
* Fix the code that checked if a SCEVAddRecExpr Start contains anDan Gohman2009-02-132-1/+293
* Remove non-DebugLoc versions of BuildMI.Dale Johannesen2009-02-131-26/+0
* Remove non-DebugLoc versions of BuildMI from IA64, Mips.Dale Johannesen2009-02-138-47/+59
* Remove non-DebugLoc versions of BuildMI from X86.Dale Johannesen2009-02-136-55/+73
* missed fileDale Johannesen2009-02-131-2/+3
* Remove non-DebugLoc versions of buildMI from Sparc.Dale Johannesen2009-02-135-13/+21
* Remove non-DebugLoc versions of BuildMI from Alpha and Cell.Dale Johannesen2009-02-136-65/+76
* Remove refs to non-DebugLoc version of BuildMI from XCore, PIC16.Dale Johannesen2009-02-134-39/+45
* Remove refs to non-DebugLoc version of BuildMI from PowerPC.Dale Johannesen2009-02-135-149/+173
* and one more fileDale Johannesen2009-02-131-64/+92
* Remove refs to non-DebugLoc versions of BuildMI from ARM.Dale Johannesen2009-02-135-23/+40
* Revert this. It was breaking stuff.Bill Wendling2009-02-135-19/+113
* Turn off the old way of handling debug information in the code generator. UseBill Wendling2009-02-135-113/+19
* Fix LSR's IV sorting function to explicitly sort by bitwidthDan Gohman2009-02-132-4/+33
* Avoid order files for now, as they aren't supported in 3.79.Mike Stump2009-02-121-6/+6
* Check in missing file.Dale Johannesen2009-02-121-2/+4
* Eliminate a couple of non-DebugLoc BuildMI variants.Dale Johannesen2009-02-1211-72/+86
* Teach IndVarSimplify to optimize code using the C "int" type forDan Gohman2009-02-124-255/+340
* Add suppport for ConstantExprs of shufflevectors whose result type is not equ...Nate Begeman2009-02-125-5/+48
* Arrange to print constants that match "n" and "i" constraintsDale Johannesen2009-02-123-3/+55
* Rename bugpoint's error message file so that if it somehowDan Gohman2009-02-121-1/+1
* Add a utility function to LoopInfo to return the exit blockDan Gohman2009-02-122-5/+14
* fix PR3538 for ARM.Chris Lattner2009-02-121-12/+19
* fix PR3538 for PPCChris Lattner2009-02-121-4/+14
* fix the X86 backend to just drop llvm.declare nodes for VLAs instead of Chris Lattner2009-02-122-7/+94
* Adjust the sizes for a few SmallVectors to reflect their usage.Dan Gohman2009-02-122-3/+3
* make fast isel fall back to selectiondags for VLA llvm.declare intrinsics.Chris Lattner2009-02-121-2/+2
* Add operator->, patch by Ben Laurie!Chris Lattner2009-02-121-0/+1
* add PRChris Lattner2009-02-121-0/+1
* This code doesn't actually use the ExitingBlocks list.Dan Gohman2009-02-121-3/+0
* It's (currently) not safe to keep certain physical registers live across basi...Evan Cheng2009-02-122-2/+40
* Oops. Last second clean up messed things up.Evan Cheng2009-02-121-2/+3
* If availability info is kept when fallthrough into a bb, add the available re...Evan Cheng2009-02-121-3/+21
* Replace one of burr scheduling heuristic with something more sensible. Now ca...Evan Cheng2009-02-123-19/+6
* Fix MingW build: define GTEST_OS_WINDOWS if OS is MingW, but disableJulien Lerouge2009-02-122-6/+10
* Fix MingW build, patch by Kenneth Boyd!Julien Lerouge2009-02-121-1/+4
* Fix a nasty bug (PR3550) where the inline pass could incorrectly mark Chris Lattner2009-02-122-2/+37
* improve naming of values in GVN, patch by Jay Foad!Chris Lattner2009-02-121-2/+2
* fix PR3537: if resetting bbi back to the start of a block, we need toChris Lattner2009-02-122-4/+44
OpenPOWER on IntegriCloud