summaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAge
* 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
* 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
* 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
* 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
* 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
* 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
* DebugLoc propagation for int<->fp conversions.Dale Johannesen2009-02-02
* Refactor PerformPHIConstruction, no functionality changes.Evan Cheng2009-02-02
* Fix a bug which caused us to miscompile a couple of AdaChris Lattner2009-02-02
* Do not add redundant arguments in a method definition DIE.Devang Patel2009-02-02
* Duncan's patch. Further to 64382. Takes care of illegal types for shift amount.Sanjiv Gupta2009-02-02
* Made the common case of default address space directive as non-virtual for pe...Sanjiv Gupta2009-02-02
* Fix a comment (bytes -> bits), reformat a commentDuncan Sands2009-02-02
* Fix an obvious thinko.Duncan Sands2009-02-02
* ADD / SUB / SMUL / UMUL with overflow second result top bits must be zero.Evan Cheng2009-02-02
* Add comment.Evan Cheng2009-02-02
* Teach LowerBRCOND to recognize (xor (setcc x), 1). The xor inverts the condit...Evan Cheng2009-02-02
* reject things like: zext <4 x i32> %tmp to i256Chris Lattner2009-02-02
* Fix PR3372Chris Lattner2009-02-02
* reduce indentation, (~XorCST->getValue()).isSignBit() -> isMaxSignedValue()Chris Lattner2009-02-02
* Preserve more SourceValue information.Mon P Wang2009-02-02
* Implement -mno-sse: if SSE is disabled on x86-64, don't store XMM on stack forTorok Edwin2009-02-01
* Fix PR3453 and probably a bunch of other potentialDuncan Sands2009-02-01
* Forgot some more DebugLoc propagations.Bill Wendling2009-02-01
* Fix test failures causes by my previous commit.Owen Anderson2009-02-01
* Fix an issue in PHI construction that was exposed by GCC 4.2 producing a diff...Owen Anderson2009-02-01