aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2012-10-15Merge commit 'bb20b24224734f5369d124181d086703ca439dd7'Derek Schuff
2012-10-15misched tests: add a triple to speculatively fix windows builders.Andrew Trick
2012-10-15Make sure we iterate over newly created instructions. Fixes pr13625. Testcase toRafael Espindola
2012-10-15misched: ILP scheduler for experimental heuristics.Andrew Trick
2012-10-15[ms-inline asm] Update the end loc for ParseIntelMemOperand.Chad Rosier
2012-10-15[ms-inline asm] Add a few new APIs to the AsmParser class in support of MS-StyleChad Rosier
2012-10-15[ms-inline asm] Use incoming argument rather than hard coding to false.Chad Rosier
2012-10-15Fix a typo in bitcode docs, from 165814.Jan Wen Voung
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