aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2012-10-15Resubmit the changes to llvm core to update the functions to support differen...Micah Villmow
2012-10-15PowerPC: add EmitTCEntry class for TOC creationAdhemerval Zanella
2012-10-15[asan] fix a testKostya Serebryany
2012-10-15[asan] make AddressSanitizer to be a FunctionPass instead of ModulePass. This...Kostya Serebryany
2012-10-15Update the memcpy rewriting to fully support widened int rewriting. ThisChandler Carruth
2012-10-15Follow-up fix to r165928: handle memset rewriting for widened integers,Chandler Carruth
2012-10-15Fixed PR13938: the ARM backend was crashing because it couldn't select a VDUP...Silviu Baranga
2012-10-15First major step toward addressing PR14059. This teaches SROA to handleChandler Carruth
2012-10-15Hoist the canConvertValue predicate and the convertValue transform outChandler Carruth
2012-10-15Add an enum for the return and function indexes into the AttrListPtr object. ...Bill Wendling
2012-10-15Use a ::get method to create the attribute from Attributes::AttrVals instead ...Bill Wendling
2012-10-15Supply a default 'operator=' method.Bill Wendling
2012-10-15Move the AttributesImpl header file into the VMCore directory so that it can ...Bill Wendling
2012-10-15Attributes RewriteBill Wendling
2012-10-15instcombine: Migrate strcmp and strncmp optimizationsMeador Inge
2012-10-14Update CMake build.Benjamin Kramer
2012-10-14Fix a typo that made ImmutableMap::getMaxElement() useless.Benjamin Kramer
2012-10-14Simplify code. No functionality change.Benjamin Kramer
2012-10-14Unquadratize SetVector removal loops in DSE.Benjamin Kramer
2012-10-14Remove dead methods.Bill Wendling
2012-10-14Remove operator cast method in favor of querying with the correct method.Bill Wendling
2012-10-14Fix use after free when deleting attributes in a chained folding set.Benjamin Kramer
2012-10-14Don't use the new syntax just yet.Bill Wendling
2012-10-14Remove the bitwise AND operators from the Attributes class. Replace it with t...Bill Wendling
2012-10-14Remove the bitwise assignment OR operator from the Attributes class. Replace ...Bill Wendling
2012-10-14Remove the bitwise OR operator from the Attributes class. Replace it with the...Bill Wendling
2012-10-14Remove the bitwise XOR operator from the Attributes class. Replace it with th...Bill Wendling
2012-10-14Remove the bitwise NOT operator from the Attributes class. Replace it with th...Bill Wendling
2012-10-14Decode the LLVM attributes from bitcode using the attributes builder.Bill Wendling
2012-10-14Use builder to create alignment attributes. Remove dead function.Bill Wendling
2012-10-14Remove dead method.Bill Wendling
2012-10-14Don't pass in an Attributes object to something that expects an integral value.Bill Wendling
2012-10-13Remove unused private field.Benjamin Kramer
2012-10-13X86: Depending on the local semantics of .align this test can also emit a nop...Benjamin Kramer
2012-10-13Documentation: Lexicon.rst: add "BB Vectorization" and "TBAA".Dmitri Gribenko
2012-10-13X86: Disable long nops for all cpus prior to pentiumpro/i686.Benjamin Kramer
2012-10-13Drop <def,dead> flags when merging into an unused lane.Jakob Stoklund Olesen
2012-10-13instcombine: Migrate strchr and strrchr optimizationsMeador Inge
2012-10-13instcombine: Migrate strcat and strncat optimizationsMeador Inge
2012-10-13Implement new LibCallSimplifier classMeador Inge
2012-10-13Allow for loops in LiveIntervals::pruneValue().Jakob Stoklund Olesen
2012-10-13X86: Fix accidentally swapped operands.Benjamin Kramer
2012-10-13Teach SROA to cope with wrapper aggregates. These show up a lot in ABIChandler Carruth
2012-10-13Speculatively harden the conversion logic. I have no idea if this willChandler Carruth
2012-10-13X86: Promote i8 cmov when both operands are coming from truncates of the same...Benjamin Kramer
2012-10-13Silence a warning in -assert builds.Chandler Carruth
2012-10-13Clean up how we rewrite loads and stores to the whole alloca. When theseChandler Carruth
2012-10-13[ms-inline asm] Remove the MatchInstruction() function. Previously, this wasChad Rosier
2012-10-12Check section type rather than assuming it's code when emitting sections whil...Andrew Kaylor
2012-10-12ARM: tail-call inside a function where part of a byval argument is on caller'sManman Ren