summaryrefslogtreecommitdiff
path: root/lib/Transforms/Scalar/ScalarReplAggregates.cpp
Commit message (Expand)AuthorAge
* [C++] Use 'nullptr'. Transforms edition.Craig Topper2014-04-25
* Remove more default address space argument usage.Matt Arsenault2014-04-23
* [Modules] Fix potential ODR violations by sinking the DEBUG_TYPEChandler Carruth2014-04-22
* [C++11] Add range based accessors for the Use-Def chain of a Value.Chandler Carruth2014-03-09
* [Layering] Move DebugInfo.h into the IR library where its implementationChandler Carruth2014-03-06
* [Layering] Move DIBuilder.h into the IR library where its implementationChandler Carruth2014-03-06
* [C++11] Add 'override' keyword to virtual methods that override their base cl...Craig Topper2014-03-05
* [Modules] Move CallSite into the IR library where it belogs. It isChandler Carruth2014-03-04
* [Modules] Move GetElementPtrTypeIterator into the IR library. As itsChandler Carruth2014-03-04
* Make DataLayout a plain object, not a pass.Rafael Espindola2014-02-25
* Make some DataLayout pointers const.Rafael Espindola2014-02-24
* Rename many DataLayout variables from TD to DL.Rafael Espindola2014-02-21
* Disable most IR-level transform passes on functions marked 'optnone'.Paul Robinson2014-02-06
* [PM] Split DominatorTree into a concrete analysis result object whichChandler Carruth2014-01-13
* [cleanup] Move the Dominators.h and Verifier.h headers into the IRChandler Carruth2014-01-13
* Correct word hyphenationsAlp Toker2013-12-05
* Teach scalarrepl about address spacesMatt Arsenault2013-10-30
* Revert r187191, which broke opt -mem2reg on the testcases included in PR16867.Nick Lewycky2013-08-13
* Thread DataLayout through the callers and into mem2reg. This will beChandler Carruth2013-07-28
* Use SmallVectorImpl& instead of SmallVector to avoid repeating small vector s...Craig Topper2013-07-14
* Use SmallVectorImpl::iterator/const_iterator instead of SmallVector to avoid ...Craig Topper2013-07-03
* Fix a comment, PR15777.Chris Lattner2013-04-18
* Disable the optimization about promoting vector-element-access with symbolic ...Shuxin Yang2013-04-05
* Move all of the header files which are involved in modelling the LLVM IRChandler Carruth2013-01-02
* Use the new script to sort the includes of every file under lib.Chandler Carruth2012-12-03
* Revert the series of commits starting with r166578 which introduced theChandler Carruth2012-11-01
* Add in support for getIntPtrType to get the pointer type based on the address...Micah Villmow2012-10-24
* Move TargetData to DataLayout.Micah Villmow2012-10-08
* Port the global copy optimization from the SROA pass to InstCombine.Chandler Carruth2012-08-21
* Fix crash when when do lto on Bullet. Dynamic GEPs in SROA were incorrectly ...Pete Cooper2012-08-10
* Clean whitespaces.Nadav Rotem2012-07-24
* Move llvm/Support/IRBuilder.h -> llvm/IRBuilder.hChandler Carruth2012-06-29
* The DIBuilder class is just a wrapper around debug info creationBill Wendling2012-06-29
* Move lib/Analysis/DebugInfo.cpp to lib/VMCore/DebugInfo.cpp andBill Wendling2012-06-28
* Add a number of threshold arguments to the SRA pass.Nadav Rotem2012-06-21
* Now that SROA can form alloca's for dynamic vector accesses, further improve ...Pete Cooper2012-06-17
* Fix crash from r158529 on Bullet.Pete Cooper2012-06-16
* Allow SROA to split up an array of vectors into multiple vectors, even when t...Pete Cooper2012-06-15
* Recommit r158407: Allow SROA to look at a vector type and see if the offset i...Pete Cooper2012-06-14
* Revert r158454: Allow SROA to look at a vector type... Its breaking the vect...Pete Cooper2012-06-14
* Recommit r158407: Allow SROA to look at a vector type and see if the offset i...Pete Cooper2012-06-14
* Revert "Allow SROA to look at a vector type and see if the offset is out of r...Pete Cooper2012-06-13
* Allow SROA to look at a vector type and see if the offset is out of range to ...Pete Cooper2012-06-13
* Do not eliminate allocas whose alignment exceeds that of thePeter Collingbourne2012-05-19
* Typo.Chad Rosier2012-04-11
* Indentation.Duncan Sands2012-03-23
* don't use "signed", just something I noticed in patches flying by.Chris Lattner2012-03-22
* Fixed a transform crash when setting a negative size value for memset. Fixes...Aaron Ballman2012-03-15
* Reflow code, no functionality change.Benjamin Kramer2012-02-23
* use ConstantVector::getSplat in a few places.Chris Lattner2012-01-25