summaryrefslogtreecommitdiff
path: root/lib/Transforms
Commit message (Expand)AuthorAge
* Delete unused helper functions.Nadav Rotem2013-07-22
* mem2reg: Minor STL usage cleanup. No functionality change.Benjamin Kramer2013-07-21
* Make the mem2reg interface use an ArrayRef as it keeps a copy of theseChandler Carruth2013-07-21
* Revert a part of r186420. Don't forbid multiple store chains that merge.Nadav Rotem2013-07-21
* Hoist the rest of the logic for promoting single-store allocas into theChandler Carruth2013-07-21
* Hoist the rest of the logic for fully promoting allocas with all uses inChandler Carruth2013-07-21
* Remove a method made dead by the prior refactoring.Chandler Carruth2013-07-21
* Hoist the two trivial promotion routines out of the big class thatChandler Carruth2013-07-20
* Hoist the AllocaInfo struct to the top of the file.Chandler Carruth2013-07-20
* Sink a typedef and comparator down to the function that actually uses them.Chandler Carruth2013-07-20
* Don't crash when llvm.compiler.used becomes empty.Rafael Espindola2013-07-20
* Don't allocate the DIBuilder on the heap and remove all the complexityChandler Carruth2013-07-20
* Rename constructor parameters to follow the common member-shadowingChandler Carruth2013-07-20
* Reformat the implementation of mem2reg with clang-format so that myChandler Carruth2013-07-20
* Remove a DenseMapInfo specialization for std::pair -- we have one ofChandler Carruth2013-07-20
* Update mem2reg's comments to conform to the new doxygen standards. NoChandler Carruth2013-07-20
* SROA: Microoptimization: Remove dead entries first, then sort.Benjamin Kramer2013-07-20
* InstCombine: call FoldOpIntoSelect for all floating binops, not just fmulStephen Lin2013-07-20
* fix an 80-col line.Nadav Rotem2013-07-19
* Use LLVMs ADTs that improve the compile time of this pass.Nadav Rotem2013-07-19
* SLPVectorizer: Improve the compile time of isConsecutive by reordering the co...Nadav Rotem2013-07-19
* s/compiler_used/compiler.used/.Rafael Espindola2013-07-19
* Cleanup the stats counters for the new implementation. These actuallyChandler Carruth2013-07-19
* Fix another assert failure very similar to PR16651's test case. ThisChandler Carruth2013-07-19
* Try to move to a more reasonable set of naming conventions given the newChandler Carruth2013-07-19
* A long overdue cleanup in SROA to use 'DL' instead of 'TD' for theChandler Carruth2013-07-19
* Fix PR16651, an assert introduced in my recent re-work of the innards ofChandler Carruth2013-07-19
* Remove DIBuilder cache of variable TheCU and change the fewEric Christopher2013-07-19
* Clean up some of this code a tiny bit, no functionality change.Nick Lewycky2013-07-18
* Revert "Remove DIBuilder cache of variable TheCU and change the few"Eric Christopher2013-07-18
* Remove DIBuilder cache of variable TheCU and change the fewEric Christopher2013-07-18
* Handle constants without going through SCEV.Nadav Rotem2013-07-18
* SLPVectorizer: Speedup isConsecutive by manually checking GEPs with multiple ...Nadav Rotem2013-07-18
* Reapply r186316 with a fix for one bug where the code could walk off theChandler Carruth2013-07-18
* SLPVectorizer: Speedup isConsecutive (that checks if two addresses are consec...Nadav Rotem2013-07-18
* Add comparison operators for DIDescriptors to fix c++98 falloutEric Christopher2013-07-17
* Fix a comment.Nadav Rotem2013-07-17
* Restore r181216, which was partially reverted in r182499.Stephen Lin2013-07-17
* Add a micro optimization to catch cases where the PtrA equals PtrB.Nadav Rotem2013-07-17
* Fix comparisons of alloca alignment in inliner mergingHal Finkel2013-07-17
* Mark a method 'const' and another 'static'.Craig Topper2013-07-17
* Make a few more static string pointers constant.Craig Topper2013-07-17
* SLPVectorizer: Accelerate the isConsecutive check by replacing the subtractio...Nadav Rotem2013-07-17
* flip the scev minus direction to simplify the code.Nadav Rotem2013-07-16
* SLPVectorizer: Improve the compile time of isConsecutive by adding a simple c...Nadav Rotem2013-07-16
* Add a wrapper for open.Rafael Espindola2013-07-16
* Make SpecialCaseList match full strings, as documented, using anchors.Peter Collingbourne2013-07-16
* When the inliner merges allocas, it must keep the larger alignmentHal Finkel2013-07-16
* SLPVectorizer: Reduce the compile time of the consecutive store lookup.Nadav Rotem2013-07-16
* Add 'const' qualifiers to static const char* variables.Craig Topper2013-07-16