summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
...
* Make SROA produce a vector only when the alloca is actually Chris Lattner2009-02-03
* this produces an undefined result, just check that the alloca is goneChris Lattner2009-02-03
* Fix PR3411. When replacing values, nodes are analyzedDuncan Sands2009-02-03
* APInt'fy SimplifyDemandedVectorElts so it can analyze vectors with more than ...Evan Cheng2009-02-03
* add a method to BumpPtrAllocator that allows allocating elements Chris Lattner2009-02-03
* Add LLVM plugin for gold.Nick Lewycky2009-02-03
* Regenerate configure.Nick Lewycky2009-02-03
* Add the ability to pass the path to binutils source to configure. This isNick Lewycky2009-02-03
* add another case of undefined behavior without crashing, PR3466.Chris Lattner2009-02-03
* Revert r63600. It didn't fix the bug, it just moved it a bit.Nick Lewycky2009-02-03
* Teach AliasAnalysis that a bunch of the atomic intrinsics only dereference th...Owen Anderson2009-02-03
* Update the callgraph when replacing InvokeInst with CallInst when inlining.Nick Lewycky2009-02-03
* Explicitly pass in debug location information to BuildMI.Bill Wendling2009-02-03
* Pass in something sensible for the debug location information when creating theBill Wendling2009-02-03
* fix a bitcode reader bug where it can't handle extractelement correctly:Chris Lattner2009-02-03
* Teach ConvertUsesToScalar to handle memset, allowing it to handle Chris Lattner2009-02-03
* Fill in some missing DL propagation in getNode()s.Dale Johannesen2009-02-03
* Use SDL->getCurDebugLoc() instead of unknown loc for landing pads.Bill Wendling2009-02-03
* Explicitly pass in the "unknown" debug location. This is probably notBill Wendling2009-02-03
* Delete these two tests. They are specific to x86-64, and there's noDan Gohman2009-02-03
* Alphabetize includes.Bill Wendling2009-02-03
* rearrange how SRoA handles promotion of allocas to vectors.Chris Lattner2009-02-03
* Move isIdentifiedObject and isNoAliasCall into AliasAnalysis.cpp sinceDan Gohman2009-02-03
* this test produces an undefined value, we don't careChris Lattner2009-02-03
* Propagate debug loc info during SDNode -> machine instr creation.Bill Wendling2009-02-03
* Create DebugLoc information in FastISel. Several temporary methods wereBill Wendling2009-02-03
* Propagation in TargetLowering. Includes passing a DLDale Johannesen2009-02-03
* It fails on Linux. XFAIL that machine.Bill Wendling2009-02-03
* This is passing for us. Should it have been reenabled?Bill Wendling2009-02-03
* Add explicit -march=x86 to these tests so that they don'tDan Gohman2009-02-03
* Use the SubclassData field to hold ExtType, isTrunc, and MemIndexedModeDan Gohman2009-02-03
* Change Feature64Bit to not imply FeatureSSE2. All x86-64 hardware hasDan Gohman2009-02-03
* Last DebugLoc propagation for this file.Dale Johannesen2009-02-02
* Fix another test to not use -mcpu=yonah with 64-bit code.Dan Gohman2009-02-02
* Yonah does not support x86-64. Change the -mcpu value to one that does.Dan Gohman2009-02-02
* More DebugLoc propagation. This should be everythingDale Johannesen2009-02-02
* Improve -fno-opt style option processing to not require an extraMike Stump2009-02-02
* MergeValueInto is too smart: it might choose to do the merge the opposite dir...Owen Anderson2009-02-02
* DebugLoc propagation. ExpandOp and PromoteOp,Dale Johannesen2009-02-02
* Only force SSE level if it is not correct.Torok Edwin2009-02-02
* Run dsymutil on darwin, when it is expected, before running gdb test.Devang Patel2009-02-02
* Commit missing files.Dale Johannesen2009-02-02
* inline SROA::ConvertToScalar, no functionality change.Chris Lattner2009-02-02
* More DebugLoc propagation.Dale Johannesen2009-02-02
* remove #if 0 code on Bill's request.Torok Edwin2009-02-02
* Remove trailing spaces.Duncan Sands2009-02-02
* Update hand-crafted VC++ build.Steve Naroff2009-02-02
* DebugLoc propagation for int<->fp conversions.Dale Johannesen2009-02-02
* Refactor PerformPHIConstruction, no functionality changes.Evan Cheng2009-02-02
* xfail this for now, will fix shortly.Chris Lattner2009-02-02