summaryrefslogtreecommitdiff
path: root/test
Commit message (Expand)AuthorAge
* If llvm.dbg.region.end is disappearing then remove corresponding llvm.dbg.fun...Devang Patel2009-02-11
* Ignore dbg intrinsic while folding unconditional branch.Devang Patel2009-02-10
* Handle llvm.x86.sse2.maskmov.dqu in 64-bit.Evan Cheng2009-02-10
* This is now done using a real i33, rather thanDuncan 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
* Implement FpSET_ST1_*.Evan Cheng2009-02-09
* Fix PR 3471, and some cleanups.Dale Johannesen2009-02-09
* Make sure constant subscript is truncated to ptr size if it may not fit.Evan Cheng2009-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
* Rename dg.exp to llvmc.exp. This is so I can ignore it during a make check if...Bill Wendling2009-02-08
* The 'false.c' test must depend on llvm-g++.Mikhail Glushenkov2009-02-08
* Fix PR3486. Fix a bug in code that manually patch physical register live inte...Evan Cheng2009-02-08
* git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@64073 91177308-0d34-...Evan Cheng2009-02-08
* Revert r63999. It was breaking self-hosting builds.Bill Wendling2009-02-08
* testcase for r64049 of llvm-gcc.Chris Lattner2009-02-07
* Instrcombine should not change load(cast p) to cast(load p) if the castMon P Wang2009-02-07
* Enable machine sinking pass in non-fast mode.Evan Cheng2009-02-07
* Ignore DbgInfoIntrinsics.Devang Patel2009-02-06
* fix PR3489, use bits instead of bytes.Chris Lattner2009-02-06
* Fix test. It produces unexpected code if sse4.1 is on.Evan Cheng2009-02-06
* Ignore dbg intrinsics while propagating conditional expression info. Take 2.Devang Patel2009-02-05
* isAsCheapAsMove instructions can have register src operands. Check if they ar...Evan Cheng2009-02-05
* Revert rev. 63876. It is causing llvm-gcc bootstrap failure.Devang Patel2009-02-05
* Remove dead blocks in the end.Devang Patel2009-02-05
* Ignore dbg intrinsics while propagating conditional expression info.Devang Patel2009-02-05
* testcase for rdar://6551276 and llvm-gcc r63873Chris Lattner2009-02-05
* Turn on machine LICM in non-fast mode.Evan Cheng2009-02-05
* if we have a large GEP offset on a 32-bit or other target, makeChris Lattner2009-02-05
* Ignore dbg intrinsics while folding switch instruction.Devang Patel2009-02-05
* Ignore dbg intrinsics.Devang Patel2009-02-04
* Add test case for r63760.Mon P Wang2009-02-04
* Remove now-incorrect test.Nate Begeman2009-02-04
* Allow the inverse transform x86_fp80 -> i80 (alsoDuncan Sands2009-02-04
* Fix PR3468: a crash when constant folding a bitcast ofDuncan Sands2009-02-04
* Finish making AliasAnalysis aware of the fact that most atomic intrinsics onl...Owen Anderson2009-02-04
* Fixes a case where we generate an incorrect mask for pshfhw in the presenceMon P Wang2009-02-04
* While folding vallue comparison terminators ignore dbg intrinsics.Devang Patel2009-02-04
* Ignore dbg intrinsics while hoisting common code in the two blocks up into th...Devang Patel2009-02-04
* Do not let dbg intrinsic block folding of two entry phi node.Devang Patel2009-02-03
* teach "convert from scalar" to handle loads of fca's.Chris Lattner2009-02-03
* make scalar conversion handle stores of first classChris Lattner2009-02-03
* 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 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