summaryrefslogtreecommitdiff
path: root/lib/Transforms
Commit message (Expand)AuthorAge
* SwitchInst refactoring.Stepan Dyatkovskiy2012-02-01
* BBVectorize.cpp: Try to fix MSVC build. map::iterator and multimap::iterator ...NAKAMURA Takumi2012-02-01
* A few of the changes suggested in code review (by Nick Lewycky)Hal Finkel2012-02-01
* Revert Chris' commits up to r149348 that started causing VMCoreTests unit tes...Argyrios Kyrtzidis2012-02-01
* Add a basic-block autovectorization pass.Hal Finkel2012-02-01
* Disable InstCombine unsafe folding bitcasts of calls w/ varargs.Jim Grosbach2012-02-01
* bz11794 : EarlyCSE stack overflow on long functions.Lenny Maiorani2012-01-31
* Increase the initial vector size to be equivalent to the size of the DepsBill Wendling2012-01-31
* Cache the size of the vector instead of calling .size() all over the place.Bill Wendling2012-01-31
* eliminate the "string" form of ConstantArray::get, usingChris Lattner2012-01-31
* eliminate the last uses of GetConstantStringInfo from this file, I didn't rea...Chris Lattner2012-01-31
* start moving SimplifyLibcalls over to getConstantStringInfo, which isChris Lattner2012-01-31
* enhance logic to support ConstantDataArray.Chris Lattner2012-01-31
* s/getInnerUnwindDest/getInnerResumeDest/gBill Wendling2012-01-31
* Remove ivar which is identical to another ivar.Bill Wendling2012-01-31
* Remove unused ivars and s/getOuterUnwindDest/getOuterResumeDest/g.Bill Wendling2012-01-31
* Remove more dead functions.Bill Wendling2012-01-31
* s/getInnerUnwindDestNewEH/getInnerUnwindDest/gBill Wendling2012-01-31
* Remove some unused, old-EH methods.Bill Wendling2012-01-31
* Get rid of references to dead intrinsics.Bill Wendling2012-01-31
* Formatting cleanups. No functionality change.Bill Wendling2012-01-31
* Remove no-longer-useful dyn_casts and pals.Bill Wendling2012-01-31
* [asan] fix the ObjC support (asan Issue #33)Kostya Serebryany2012-01-30
* Typo.Chad Rosier2012-01-30
* Typo.Chad Rosier2012-01-30
* Fix compilation of ASan tests on OS X Lion (see http://code.google.com/p/addr...Alexander Potapenko2012-01-30
* Fix typo.Nick Lewycky2012-01-28
* [asan] correctly use ConstantExpr::getGetElementPtr. Catch by NAKAMURA TakumiKostya Serebryany2012-01-28
* continue making the world safe for ConstantDataVector. At this point,Chris Lattner2012-01-27
* Continue improving support for ConstantDataAggregate, and use theChris Lattner2012-01-26
* some general cleanup, using new methods and tidying up old code.Chris Lattner2012-01-26
* Gracefully degrade precision in branch probability numbers.Nick Lewycky2012-01-25
* use Constant::getAggregateElement to simplify a bunch of code.Chris Lattner2012-01-25
* use ConstantVector::getSplat in a few places.Chris Lattner2012-01-25
* [asan] enable asan only for the functions that have Attribute::AddressSafetyKostya Serebryany2012-01-24
* basic instcombine support for CDS.Chris Lattner2012-01-24
* Implemented AddressSanitizer::getPassName()Alexander Potapenko2012-01-23
* More dead code removal (using -Wunreachable-code)David Blaikie2012-01-20
* Handle a corner case with IV chain collection with bailout instead of assert.Andrew Trick2012-01-20
* Extend Attributes to 64 bitsKostya Serebryany2012-01-20
* SCEVExpander fixes. Affects LSR and indvars.Andrew Trick2012-01-20
* Set the "tail" flag on pattern-matched objc_storeStrong calls.Dan Gohman2012-01-19
* Actually, this code handles wrapped sets just fine. Noticed by inspection.Nick Lewycky2012-01-19
* Add a depth limit to avoid runaway recursion.Dan Gohman2012-01-18
* Use llvm.global_ctors to locate global constructors insteadDan Gohman2012-01-18
* Remove trailing spaces and unneeded includes.Jakub Staszak2012-01-18
* Add a new ObjC ARC optimization pass to eliminate unneededDan Gohman2012-01-17
* Add a new PassManagerBuilder customization point,Dan Gohman2012-01-17
* LSR fix: broaden the check for loop preheaders.Andrew Trick2012-01-17
* Remove unreachable code. (replace with llvm_unreachable to help GCC where nec...David Blaikie2012-01-17