aboutsummaryrefslogtreecommitdiff
path: root/lib/Transforms
AgeCommit message (Expand)Author
2012-02-12Don't traverse the PHI nodes twice. No functionality change!Nick Lewycky
2012-02-10Update BBVectorize to use aliasesUnknownInst.Hal Finkel
2012-02-09Tweak comment readability and grammar.Benjamin Kramer
2012-02-09GlobalOpt: Be more aggressive about elminating side-effect free static dtors.Benjamin Kramer
2012-02-08[asan] unpoison the stack before every noreturn call. Fixes asan issue 37. ll...Kostya Serebryany
2012-02-08Use Use::set rather than finding the operand number of the useDuncan Sands
2012-02-07Convert assert(0) to llvm_unreachableCraig Topper
2012-02-06Remove some dead code and tidy things up now that vectors use ConstantDataVectorChris Lattner
2012-02-06[unwind removal] Remove all of the code for the dead 'unwind' instruction. ThereBill Wendling
2012-02-06[unwind removal] We no longer have 'unwind' instructions being generated, soBill Wendling
2012-02-06Make helper static.Benjamin Kramer
2012-02-06Split part of EvaluateFunction into a new EvaluateBlock method. No functionalityNick Lewycky
2012-02-06fix indentationSebastian Pop
2012-02-05Teach GlobalOpt to handle atomic accesses to globals.Nick Lewycky
2012-02-05Clean up some whitespace and comments. No functionality change.Nick Lewycky
2012-02-05Neaten up this method. Check that if there is only oneDuncan Sands
2012-02-05Fix a thinko pointed out by Eli and the buildbots.Duncan Sands
2012-02-05Reduce the number of dom queries made by GVN's conditional propagationDuncan Sands
2012-02-05Reduce the number of non-trivial domtree queries by about 1% whenDuncan Sands
2012-02-05Simplify contains tests using 'count'.David Blaikie
2012-02-05BBVectorize.cpp: Get rid of comparision to bool to fix a warning.NAKAMURA Takumi
2012-02-05reapply the patches reverted in r149470 that reenable ConstantDataArray,Chris Lattner
2012-02-04Boost the effective chain depth of loads and stores.Hal Finkel
2012-02-03Narrow test further. Make bot and test happy.Jim Grosbach
2012-02-03Tidy up. Trailing whitespace.Jim Grosbach
2012-02-03Restrict InstCombine from converting varargs to or from fixed args.Jim Grosbach
2012-02-03Revert "Disable InstCombine unsafe folding bitcasts of calls w/ varargs."Jim Grosbach
2012-02-02BBVectorize: Simplify code, no functionality change.Benjamin Kramer
2012-02-02Minor changes from review.Hal Finkel
2012-02-02Vectorize long blocks in groups.Hal Finkel
2012-02-01SwitchInst refactoring.Stepan Dyatkovskiy
2012-02-01BBVectorize.cpp: Try to fix MSVC build. map::iterator and multimap::iterator ...NAKAMURA Takumi
2012-02-01A few of the changes suggested in code review (by Nick Lewycky)Hal Finkel
2012-02-01Revert Chris' commits up to r149348 that started causing VMCoreTests unit tes...Argyrios Kyrtzidis
2012-02-01Add a basic-block autovectorization pass.Hal Finkel
2012-02-01Disable InstCombine unsafe folding bitcasts of calls w/ varargs.Jim Grosbach
2012-01-31bz11794 : EarlyCSE stack overflow on long functions.Lenny Maiorani
2012-01-31Increase the initial vector size to be equivalent to the size of the DepsBill Wendling
2012-01-31Cache the size of the vector instead of calling .size() all over the place.Bill Wendling
2012-01-31eliminate the "string" form of ConstantArray::get, usingChris Lattner
2012-01-31eliminate the last uses of GetConstantStringInfo from this file, I didn't rea...Chris Lattner
2012-01-31start moving SimplifyLibcalls over to getConstantStringInfo, which isChris Lattner
2012-01-31enhance logic to support ConstantDataArray.Chris Lattner
2012-01-31s/getInnerUnwindDest/getInnerResumeDest/gBill Wendling
2012-01-31Remove ivar which is identical to another ivar.Bill Wendling
2012-01-31Remove unused ivars and s/getOuterUnwindDest/getOuterResumeDest/g.Bill Wendling
2012-01-31Remove more dead functions.Bill Wendling
2012-01-31s/getInnerUnwindDestNewEH/getInnerUnwindDest/gBill Wendling
2012-01-31Remove some unused, old-EH methods.Bill Wendling
2012-01-31Get rid of references to dead intrinsics.Bill Wendling