aboutsummaryrefslogtreecommitdiffstats
path: root/lib/Transforms
Commit message (Expand)AuthorAgeFilesLines
* Use the Attributes::get method which takes an AttrVal value directly to simpl...Bill Wendling2012-10-163-34/+13
* Fix filename in file header.Craig Topper2012-10-161-1/+1
* Move the Attributes::Builder outside of the Attributes class and into its own...Bill Wendling2012-10-158-22/+22
* Resubmit the changes to llvm core to update the functions to support differen...Micah Villmow2012-10-156-15/+28
* [asan] make AddressSanitizer to be a FunctionPass instead of ModulePass. This...Kostya Serebryany2012-10-151-63/+52
* Update the memcpy rewriting to fully support widened int rewriting. ThisChandler Carruth2012-10-151-8/+26
* Follow-up fix to r165928: handle memset rewriting for widened integers,Chandler Carruth2012-10-151-30/+25
* First major step toward addressing PR14059. This teaches SROA to handleChandler Carruth2012-10-151-53/+93
* Hoist the canConvertValue predicate and the convertValue transform outChandler Carruth2012-10-151-44/+52
* Add an enum for the return and function indexes into the AttrListPtr object. ...Bill Wendling2012-10-157-45/+77
* Attributes RewriteBill Wendling2012-10-158-48/+58
* instcombine: Migrate strcmp and strncmp optimizationsMeador Inge2012-10-152-105/+99
* Simplify code. No functionality change.Benjamin Kramer2012-10-141-5/+3
* Unquadratize SetVector removal loops in DSE.Benjamin Kramer2012-10-141-27/+36
* Remove operator cast method in favor of querying with the correct method.Bill Wendling2012-10-143-19/+36
* Remove the bitwise AND operators from the Attributes class. Replace it with t...Bill Wendling2012-10-142-3/+5
* Remove the bitwise assignment OR operator from the Attributes class. Replace ...Bill Wendling2012-10-143-12/+22
* Remove the bitwise XOR operator from the Attributes class. Replace it with th...Bill Wendling2012-10-141-2/+4
* Remove the bitwise NOT operator from the Attributes class. Replace it with th...Bill Wendling2012-10-142-6/+10
* Remove unused private field.Benjamin Kramer2012-10-131-1/+0
* instcombine: Migrate strchr and strrchr optimizationsMeador Inge2012-10-132-91/+86
* instcombine: Migrate strcat and strncat optimizationsMeador Inge2012-10-132-101/+107
* Implement new LibCallSimplifier classMeador Inge2012-10-135-36/+299
* Teach SROA to cope with wrapper aggregates. These show up a lot in ABIChandler Carruth2012-10-131-3/+33
* Speculatively harden the conversion logic. I have no idea if this willChandler Carruth2012-10-131-0/+11
* Silence a warning in -assert builds.Chandler Carruth2012-10-131-0/+1
* Clean up how we rewrite loads and stores to the whole alloca. When theseChandler Carruth2012-10-131-5/+49
* PGO: create metadata for switch only if it has more than one targets.Manman Ren2012-10-111-1/+1
* Revert 165732 for further review.Micah Villmow2012-10-116-28/+15
* Add in the first iteration of support for llvm/clang/lldb to allow variable p...Micah Villmow2012-10-116-15/+28
* Don't crash when !tbaa.struct contents is invalid.Nick Lewycky2012-10-111-0/+3
* Add a new interface to allow IR-level passes to access codegen-specific infor...Nadav Rotem2012-10-102-78/+88
* Remove the final bits of Attributes being declared in the AttributeBill Wendling2012-10-104-10/+24
* Pass into the AttributeWithIndex::get method an ArrayRef of attributeBill Wendling2012-10-101-31/+33
* Have 'addFnAttr' take the attribute enum value. Then have it build the attrib...Bill Wendling2012-10-103-9/+5
* Use the attribute enums to query if a parameter has an attribute.Bill Wendling2012-10-091-1/+1
* Update EarlyCSE's SimpleValues to use Hashing.h for their hashes. Expanded th...Michael Ilseman2012-10-091-25/+81
* Fixup for r165490: Use DenseMap instead of std::map. Simplify the loop in Col...Alexey Samsonov2012-10-091-13/+16
* Use the enum value of the attributes when adding them to the attributes builder.Bill Wendling2012-10-093-13/+13
* Fix PR14016.Alexey Samsonov2012-10-091-0/+50
* Create enums for the different attributes.Bill Wendling2012-10-099-20/+27
* Fix PR14034, an infloop / heap corruption / crash bug in the new SROA.Chandler Carruth2012-10-091-0/+2
* Fix. Apply the no capture attribute to the correct parameter.Bill Wendling2012-10-091-4/+7
* Convert to using the Attributes::Builder class to create attributes.Bill Wendling2012-10-092-14/+29
* Convert to using the Attributes::Builder interface.Bill Wendling2012-10-092-14/+19
* Refactor the AddrMode class out of TLI to its own header file.Nadav Rotem2012-10-081-7/+8
* Give CaptureTracker::shouldExplore a base implementation. Most users want to doNick Lewycky2012-10-081-2/+0
* Move TargetData to DataLayout.Micah Villmow2012-10-0850-268/+268
* SROA.cpp: Fix a warning, [-Wunused-variable]NAKAMURA Takumi2012-10-051-0/+1
* Move this test a bit later, after the point at which we know that we eitherDuncan Sands2012-10-051-10/+10