aboutsummaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* Move X86MCInstLower class definition into implementation file. It's not neede...Craig Topper2012-10-163-54/+25
* Cleanup whitespace.Bill Wendling2012-10-161-37/+35
* Have AttributesImpl defriend the Attributes class.Bill Wendling2012-10-162-3/+3
* Have AttrBuilder defriend the Attributes class.Bill Wendling2012-10-161-3/+3
* Use the Attributes::get method which takes an AttrVal value directly to simpl...Bill Wendling2012-10-163-34/+13
* Put simple c'tors inline.Bill Wendling2012-10-161-6/+1
* Pass in the context to the Attributes::get method.Bill Wendling2012-10-161-1/+1
* Fix filename in file header.Craig Topper2012-10-161-1/+1
* misched: Added handleMove support for updating all kill flags, not just for a...Andrew Trick2012-10-162-8/+21
* Remove unused BitVectors from getAllocatableSet().Jakob Stoklund Olesen2012-10-163-9/+1
* Remove RegisterClassInfo::isReserved() and isAllocatable().Jakob Stoklund Olesen2012-10-156-17/+18
* Add __builtin_setjmp/_longjmp supprt in X86 backendMichael Liao2012-10-157-1/+260
* Remove LIS::isAllocatable() and isReserved() helpers.Jakob Stoklund Olesen2012-10-154-7/+5
* Switch most getReservedRegs() clients to the MRI equivalent.Jakob Stoklund Olesen2012-10-1510-40/+25
* Freeze the reserved registers as soon as isel is complete.Jakob Stoklund Olesen2012-10-152-9/+10
* ARM: v1i64 and v2i64 VBSL intrinsic support.Jim Grosbach2012-10-151-0/+17
* Move the Attributes::Builder outside of the Attributes class and into its own...Bill Wendling2012-10-1516-71/+109
* [ms-inline asm] If we parsed a statement and the opcode is valid, then it's a...Chad Rosier2012-10-152-5/+5
* Make sure we iterate over newly created instructions. Fixes pr13625. Testcase toRafael Espindola2012-10-151-0/+5
* misched: ILP scheduler for experimental heuristics.Andrew Trick2012-10-152-20/+197
* [ms-inline asm] Update the end loc for ParseIntelMemOperand.Chad Rosier2012-10-151-0/+1
* [ms-inline asm] Add a few new APIs to the AsmParser class in support of MS-StyleChad Rosier2012-10-151-13/+34
* [ms-inline asm] Use incoming argument rather than hard coding to false.Chad Rosier2012-10-151-1/+1
* Resubmit the changes to llvm core to update the functions to support differen...Micah Villmow2012-10-1535-92/+144
* PowerPC: add EmitTCEntry class for TOC creationAdhemerval Zanella2012-10-154-2/+23
* [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
* Fixed PR13938: the ARM backend was crashing because it couldn't select a VDUP...Silviu Baranga2012-10-151-2/+19
* 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-1510-69/+109
* Use a ::get method to create the attribute from Attributes::AttrVals instead ...Bill Wendling2012-10-151-8/+7
* Move the AttributesImpl header file into the VMCore directory so that it can ...Bill Wendling2012-10-153-1/+57
* Attributes RewriteBill Wendling2012-10-1516-94/+134
* 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 dead methods.Bill Wendling2012-10-141-8/+0
* Remove operator cast method in favor of querying with the correct method.Bill Wendling2012-10-145-22/+39
* Fix use after free when deleting attributes in a chained folding set.Benjamin Kramer2012-10-141-3/+5
* Don't use the new syntax just yet.Bill Wendling2012-10-141-2/+2
* Remove the bitwise AND operators from the Attributes class. Replace it with t...Bill Wendling2012-10-144-14/+9
* Remove the bitwise assignment OR operator from the Attributes class. Replace ...Bill Wendling2012-10-147-24/+35
* Remove the bitwise OR operator from the Attributes class. Replace it with the...Bill Wendling2012-10-141-7/+9
* Remove the bitwise XOR operator from the Attributes class. Replace it with th...Bill Wendling2012-10-143-7/+6
* Remove the bitwise NOT operator from the Attributes class. Replace it with th...Bill Wendling2012-10-146-19/+26
* Decode the LLVM attributes from bitcode using the attributes builder.Bill Wendling2012-10-141-0/+5
* Use builder to create alignment attributes. Remove dead function.Bill Wendling2012-10-142-9/+12
* Don't pass in an Attributes object to something that expects an integral value.Bill Wendling2012-10-141-3/+1