summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Transforms
Commit message (Expand)AuthorAgeFilesLines
* Merge isObjectPointerWithTrustworthySize with getPointerSize. Use it whenNick Lewycky2011-11-161-30/+20
* AddressSanitizer, first commit (compiler module only)Kostya Serebryany2011-11-163-0/+967
* test commit to verify that commit access works (added blank line)Kostya Serebryany2011-11-161-0/+1
* Fix MSVC warnings by adding a cast. Nadav Rotem2011-11-151-4/+4
* StringRefize and simplify.Benjamin Kramer2011-11-152-13/+10
* Remove all remaining uses of Value::getNameStr().Benjamin Kramer2011-11-154-10/+11
* Make headers standalone, move a virtual method out of line.Benjamin Kramer2011-11-141-0/+7
* build: Attempt to rectify inconsistencies between CMake and LLVMBuild version...Daniel Dunbar2011-11-121-0/+1
* Make sure scalarrepl picks the correct alloca when it rewrites a bitcast. Fi...Eli Friedman2011-11-121-2/+10
* LLVMBuild: Alphabetize required_libraries lists.Daniel Dunbar2011-11-112-2/+2
* Get rid of an optimization in SCCP which appears to have many issues. Specif...Eli Friedman2011-11-111-167/+1
* Fixed bug in DeadStoreElimination commit r144239Pete Cooper2011-11-101-1/+1
* DeadStoreElimination can now trim the size of a store if the end of the store...Pete Cooper2011-11-091-33/+110
* LICM pass now understands invariant load metadata. Nothing generates this ye...Pete Cooper2011-11-081-0/+2
* InstCombine now optimizes vector udiv by power of 2 to shiftsPete Cooper2011-11-071-5/+9
* Make sure we don't insert instructions before a landingpad instruction.Bill Wendling2011-11-071-2/+2
* Do simple cross-block DSE when we encounter a free statement. Fixes PR11240.Nick Lewycky2011-11-051-25/+56
* Speculatively revert "DeadStoreElimination can now trim the size of a store ifDaniel Dunbar2011-11-041-109/+33
* build: Add initial cut at LLVMBuild.txt files.Daniel Dunbar2011-11-036-0/+139
* DeadStoreElimination can now trim the size of a store if the end of it is dead.Pete Cooper2011-11-031-33/+109
* Rewrite LinearFunctionTestReplace to handle pointer-type IVs.Andrew Trick2011-11-021-73/+116
* Add parentheses to disambiguate the precedence of these operations andChandler Carruth2011-11-021-2/+2
* Broaden an assert to handle enable-iv-rewrite=true following r143183.Andrew Trick2011-11-021-1/+1
* Make sure we use the right insertion point when instcombine replaces a PHI wi...Eli Friedman2011-11-011-3/+4
* Add utility to append a function to the list of global constructors. Devang Patel2011-10-312-0/+56
* SimplifyLibCalls: Use IRBuilder.CreateGlobalString when creating a string for...Benjamin Kramer2011-10-291-4/+2
* LFTR should avoid a type mismatch with null pointer IVs.Andrew Trick2011-10-281-16/+18
* It is not safe to sink an alloca into a stacksave/stackrestore pair, so don't...Eli Friedman2011-10-271-5/+6
* A dead malloc, a free(NULL) and a free(undef) are all trivially deadNick Lewycky2011-10-241-0/+8
* The element insertion code in scalar replacement doesn't handle incorrectCameron Zwarich2011-10-231-2/+4
* A non-escaping malloc in the entry block is not unlike an alloca. Do dead-storeNick Lewycky2011-10-221-2/+25
* Remap blockaddress correctly when inlining a function. Fixes PR10162.Eli Friedman2011-10-211-1/+32
* Minor simplification: use ShuffleVectorInst::getMaskValue instead of a more e...Eli Friedman2011-10-211-2/+2
* Extend instcombine's shufflevector simplification to handle more cases where ...Eli Friedman2011-10-211-61/+195
* Refactor code from inlining and globalopt that checks whether a function defi...Eli Friedman2011-10-203-7/+4
* Initialze ScalarEvalution dependency.Devang Patel2011-10-191-0/+1
* Teach the ARC optimizer about the !clang.arc.copy_on_escape metadataDan Gohman2011-10-171-12/+40
* Add support for the Objective-C personality function to the instructionBill Wendling2011-10-171-2/+5
* Suppress partial retain+release elimination when there's aDan Gohman2011-10-171-2/+24
* Correct over-zealous removal of hack.Bill Wendling2011-10-171-1/+1
* Now that we have the ReturnsTwice function attribute, this method isBill Wendling2011-10-171-1/+1
* Fix CMake build.Michael J. Spencer2011-10-171-0/+1
* svn mv Target/ARM/ARMGlobalMerge.cpp Transforms/Scalar/GlobalMerge.cppDevang Patel2011-10-171-0/+226
* Add a routine to swap branch instruction operands, and update anyChandler Carruth2011-10-171-6/+3
* Add a proper LLVM banner to this file.Chandler Carruth2011-10-161-0/+13
* When looking for dependencies on the src pointer, scan the src pointer. ScanningNick Lewycky2011-10-161-12/+17
* Don't replace all dominated uses if there is only one use, since thatDuncan Sands2011-10-151-4/+9
* Fix indvars randomness by removing iteration over a map.Andrew Trick2011-10-151-12/+12
* Avoid undefined behavior in negation in LSR. Patch by Ahmed Charles.Eli Friedman2011-10-131-2/+2
* Enhance the memdep interface so that users can tell the difference between a ...Eli Friedman2011-10-132-13/+13
OpenPOWER on IntegriCloud