summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
* Move the Attributes::Builder outside of the Attributes class and into its own...Bill Wendling2012-10-15
* Check output of the misched unit testsAndrew Trick2012-10-15
* Add comments.Bill Wendling2012-10-15
* Add a cpu to try to fix the atom builder.Rafael Espindola2012-10-15
* [ms-inline asm] If we parsed a statement and the opcode is valid, then it's a...Chad Rosier2012-10-15
* Add testcase for pr14088.Rafael Espindola2012-10-15
* misched tests: add a triple to speculatively fix windows builders.Andrew Trick2012-10-15
* Make sure we iterate over newly created instructions. Fixes pr13625. Testcase toRafael Espindola2012-10-15
* misched: ILP scheduler for experimental heuristics.Andrew Trick2012-10-15
* [ms-inline asm] Update the end loc for ParseIntelMemOperand.Chad Rosier2012-10-15
* [ms-inline asm] Add a few new APIs to the AsmParser class in support of MS-StyleChad Rosier2012-10-15
* [ms-inline asm] Use incoming argument rather than hard coding to false.Chad Rosier2012-10-15
* Fix a typo in bitcode docs, from 165814.Jan Wen Voung2012-10-15
* Resubmit the changes to llvm core to update the functions to support differen...Micah Villmow2012-10-15
* PowerPC: add EmitTCEntry class for TOC creationAdhemerval Zanella2012-10-15
* [asan] fix a testKostya Serebryany2012-10-15
* [asan] make AddressSanitizer to be a FunctionPass instead of ModulePass. This...Kostya Serebryany2012-10-15
* Update the memcpy rewriting to fully support widened int rewriting. ThisChandler Carruth2012-10-15
* Follow-up fix to r165928: handle memset rewriting for widened integers,Chandler Carruth2012-10-15
* Fixed PR13938: the ARM backend was crashing because it couldn't select a VDUP...Silviu Baranga2012-10-15
* First major step toward addressing PR14059. This teaches SROA to handleChandler Carruth2012-10-15
* Hoist the canConvertValue predicate and the convertValue transform outChandler Carruth2012-10-15
* Add an enum for the return and function indexes into the AttrListPtr object. ...Bill Wendling2012-10-15
* Use a ::get method to create the attribute from Attributes::AttrVals instead ...Bill Wendling2012-10-15
* Supply a default 'operator=' method.Bill Wendling2012-10-15
* Move the AttributesImpl header file into the VMCore directory so that it can ...Bill Wendling2012-10-15
* Attributes RewriteBill Wendling2012-10-15
* instcombine: Migrate strcmp and strncmp optimizationsMeador Inge2012-10-15
* Update CMake build.Benjamin Kramer2012-10-14
* Fix a typo that made ImmutableMap::getMaxElement() useless.Benjamin Kramer2012-10-14
* Simplify code. No functionality change.Benjamin Kramer2012-10-14
* Unquadratize SetVector removal loops in DSE.Benjamin Kramer2012-10-14
* Remove dead methods.Bill Wendling2012-10-14
* Remove operator cast method in favor of querying with the correct method.Bill Wendling2012-10-14
* Fix use after free when deleting attributes in a chained folding set.Benjamin Kramer2012-10-14
* Don't use the new syntax just yet.Bill Wendling2012-10-14
* Remove the bitwise AND operators from the Attributes class. Replace it with t...Bill Wendling2012-10-14
* Remove the bitwise assignment OR operator from the Attributes class. Replace ...Bill Wendling2012-10-14
* Remove the bitwise OR operator from the Attributes class. Replace it with the...Bill Wendling2012-10-14
* Remove the bitwise XOR operator from the Attributes class. Replace it with th...Bill Wendling2012-10-14
* Remove the bitwise NOT operator from the Attributes class. Replace it with th...Bill Wendling2012-10-14
* Decode the LLVM attributes from bitcode using the attributes builder.Bill Wendling2012-10-14
* Use builder to create alignment attributes. Remove dead function.Bill Wendling2012-10-14
* Remove dead method.Bill Wendling2012-10-14
* Don't pass in an Attributes object to something that expects an integral value.Bill Wendling2012-10-14
* Remove unused private field.Benjamin Kramer2012-10-13
* X86: Depending on the local semantics of .align this test can also emit a nop...Benjamin Kramer2012-10-13
* Documentation: Lexicon.rst: add "BB Vectorization" and "TBAA".Dmitri Gribenko2012-10-13
* X86: Disable long nops for all cpus prior to pentiumpro/i686.Benjamin Kramer2012-10-13
* Drop <def,dead> flags when merging into an unused lane.Jakob Stoklund Olesen2012-10-13