aboutsummaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* eliminate calls to deprecated Use::init() interfaceGabor Greif2008-05-265-139/+139
* Factor code to copy global value attributes likeDuncan Sands2008-05-269-42/+47
* Use a DenseMap instead of an std::map, speeding up the testcase in PR2368 by ...Owen Anderson2008-05-261-3/+3
* The enabling of remat in 2-address conversion breaks this test:Bill Wendling2008-05-261-23/+30
* A problem that's exposed when machine LICM is enabled. Consider this code:Bill Wendling2008-05-261-1/+40
* Don't treat values as signed when looking at loop steppings in HowForToNonZero.Nick Lewycky2008-05-251-2/+2
* "ret (constexpr)" can't be folded into a Constant. Add a method toNick Lewycky2008-05-252-16/+55
* Create archives with the same permissions are ar.Owen Anderson2008-05-241-0/+7
* Add FreeBSD/PPC support, patch by Marcel Moolenaar!Chris Lattner2008-05-241-2/+2
* Fix a serious brain-o. Obviously no-one reviewed my patch :(Chris Lattner2008-05-241-2/+4
* Fix PR2358 by resolving calls with undef arguments to overdefined.Chris Lattner2008-05-241-0/+6
* Eliminate x86.sse2.punpckh.qdq and x86.sse2.punpckl.qdq.Evan Cheng2008-05-242-14/+12
* Eliminate x86.sse2.movs.d, x86.sse2.shuf.pd, x86.sse2.unpckh.pd, and x86.sse2...Evan Cheng2008-05-242-21/+43
* Tweak how ConstantFP80Ty constants are outputDuncan Sands2008-05-241-1/+1
* Put initialized const weak objects into correctDale Johannesen2008-05-241-1/+9
* This is done.Evan Cheng2008-05-241-46/+0
* Autoupgrade x86.sse2.loadh.pd and x86.sse2.loadl.pd.Evan Cheng2008-05-241-19/+50
* Remove x86.sse2.loadh.pd and x86.sse2.loadl.pd. These will be lowered into lo...Evan Cheng2008-05-241-4/+0
* Remove x86.sse2.loadh.pd and x86.sse2.loadl.pd. These will be lowered into lo...Evan Cheng2008-05-241-5/+0
* Revert 51440 as it breaks a bunch of PIC tests.Evan Cheng2008-05-231-3/+1
* Don't silently truncate array extents to 32 bits.Dan Gohman2008-05-231-1/+1
* Add a missed CommonLinkage check.Dale Johannesen2008-05-231-0/+1
* Use movlps / movhps to modify low / high half of 16-byet memory location.Evan Cheng2008-05-233-62/+69
* Tidy up BasicBlock::getFirstNonPHI, and change a bunch of places toDan Gohman2008-05-2315-61/+34
* Add #includes to make some dependencies explicit.Dan Gohman2008-05-234-0/+4
* Issue errors in several situations instead of aborting.Dan Gohman2008-05-231-7/+21
* Elaborate on the entry on integer vector multiplication by constants.Dan Gohman2008-05-231-1/+6
* Fix a duplicated pattern.Evan Cheng2008-05-231-2/+2
* Use PMULDQ for v2i64 multiplies when SSE4.1 is available. And addDan Gohman2008-05-233-7/+13
* New entry.Evan Cheng2008-05-231-0/+44
* Rewrite a loop to avoid using iterators pointing toDale Johannesen2008-05-231-4/+6
* Fix another isFirstClassType that now needs to be isSingleValueType.Dan Gohman2008-05-231-1/+1
* Replace some weird usage of UserOp1 introduced in r49492 by a plain if.Matthijs Kooijman2008-05-231-1/+3
* Restucture a part of the SimplifyCFG pass and include a testcase.Matthijs Kooijman2008-05-231-65/+99
* Indent fix.Matthijs Kooijman2008-05-231-2/+2
* Constant integer vectors may also be negated.Nick Lewycky2008-05-231-0/+5
* Typo.Nick Lewycky2008-05-231-1/+1
* Revert X + X --> X * 2 optz'n which pessimizes heavily on x86.Nick Lewycky2008-05-231-13/+5
* we compile multiply-by-constant into horrible code. Doesn't sse4 have someChris Lattner2008-05-231-0/+38
* Implement X + X for vectors.Nick Lewycky2008-05-231-5/+13
* Fix a recently added optimization to not crash on vectors.Nick Lewycky2008-05-231-2/+10
* Generalize the new code in instcombine's ComputeNumSignBits for handlingDan Gohman2008-05-232-51/+22
* Make structs and arrays first-class types, and add assemblyDan Gohman2008-05-238-1261/+1633
* Use isSingleValueType instead of isFirstClassType toDan Gohman2008-05-231-2/+2
* Remove warnings about comparison between signed and unsigned expressions.Bill Wendling2008-05-231-2/+2
* Allow for switch with no cases. Was causing faultDale Johannesen2008-05-231-0/+2
* Bug: rcpps can only folds a load if the address is 16-byte aligned. Fixed man...Evan Cheng2008-05-231-57/+79
* Add more IR support for the new extractvalue and insertvalueDan Gohman2008-05-232-12/+79
* Use isSingleValueType instead of isFirstClassType toDan Gohman2008-05-231-2/+2
* Use isSingleValueType instead of isFirstClassType toDan Gohman2008-05-233-6/+6