summaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Expand)AuthorFilesLines
2012-10-18[ms-inline asm] Move most of the AsmParsing logic in clang back into the MCChad Rosier1-16/+20
2012-10-18Introduce a BarrierNoop pass, a hack designed to allow *some* controlChandler Carruth2-0/+6
2012-10-18Temporarily revert the TargetTransform changes.Bob Wilson7-422/+6
2012-10-17Switch MRI::UsedPhysRegs to a register unit bit vector.Jakob Stoklund Olesen1-10/+18
2012-10-17Add a really faster pre-RA scheduler (-pre-RA-sched=linearize). It doesn't useEvan Cheng1-0/+5
2012-10-17Merge MRI::isPhysRegOrOverlapUsed() into isPhysRegUsed().Jakob Stoklund Olesen1-7/+6
2012-10-17Add a loop vectorizer.Nadav Rotem3-0/+8
2012-10-17misched: Better handling of invalid latencies in the machine modelAndrew Trick1-3/+5
2012-10-17Remove LLVM_DELETED_FUNCTION from destructors that override non-deleted base ...Craig Topper1-16/+16
2012-10-17Use a SparseSet instead of a BitVector for UsedInInstr in RAFast.Jakob Stoklund Olesen1-4/+0
2012-10-16Spacing.Eric Christopher1-1/+1
2012-10-16[ms-inline asm] Add the helper function, isParseringInlineAsm(). To be used i...Chad Rosier1-0/+1
2012-10-16And now we can call the other 'get' method from this one and not duplicate th...Bill Wendling1-6/+3
2012-10-16Use the appropriate Attributes::get method to create an Attributes object.Bill Wendling1-7/+1
2012-10-16Speculative fix the mask constants to be of type uintptr_t. I don't know of ...Owen Anderson1-4/+4
2012-10-16Fix function parameter spelling in comments. Caught by -Wdocumentation.Dmitri Gribenko1-2/+2
2012-10-16Issue:Stepan Dyatkovskiy1-1/+1
2012-10-16Cleanup whitespace.Bill Wendling1-5/+5
2012-10-16Fix a bug in the set(I,E)/reset(I,E) methods that I recently added. The boun...Owen Anderson1-6/+6
2012-10-16Have AttrBuilder defriend the Attributes class.Bill Wendling1-1/+2
2012-10-16Use the Attributes::get method which takes an AttrVal value directly to simpl...Bill Wendling2-42/+25
2012-10-16Put simple c'tors inline.Bill Wendling1-2/+2
2012-10-16misched: Added handleMove support for updating all kill flags, not just for a...Andrew Trick1-2/+7
2012-10-15Remove RegisterClassInfo::isReserved() and isAllocatable().Jakob Stoklund Olesen1-19/+0
2012-10-15Remove LIS::isAllocatable() and isReserved() helpers.Jakob Stoklund Olesen1-18/+0
2012-10-15Add range-based set()/reset() to BitVector. These allow fast setting/resetti...Owen Anderson2-0/+86
2012-10-15Switch most getReservedRegs() clients to the MRI equivalent.Jakob Stoklund Olesen2-12/+3
2012-10-15Freeze the reserved registers as soon as isel is complete.Jakob Stoklund Olesen1-3/+28
2012-10-15Move the Attributes::Builder outside of the Attributes class and into its own...Bill Wendling4-143/+110
2012-10-15Add comments.Bill Wendling1-10/+30
2012-10-15misched: ILP scheduler for experimental heuristics.Andrew Trick2-0/+90
2012-10-15[ms-inline asm] Add a few new APIs to the AsmParser class in support of MS-StyleChad Rosier1-0/+20
2012-10-15Resubmit the changes to llvm core to update the functions to support differen...Micah Villmow5-17/+46
2012-10-15PowerPC: add EmitTCEntry class for TOC creationAdhemerval Zanella1-0/+5
2012-10-15[asan] make AddressSanitizer to be a FunctionPass instead of ModulePass. This...Kostya Serebryany1-1/+1
2012-10-15Add an enum for the return and function indexes into the AttrListPtr object. ...Bill Wendling2-13/+19
2012-10-15Use a ::get method to create the attribute from Attributes::AttrVals instead ...Bill Wendling1-12/+17
2012-10-15Supply a default 'operator=' method.Bill Wendling1-0/+4
2012-10-15Move the AttributesImpl header file into the VMCore directory so that it can ...Bill Wendling2-55/+1
2012-10-15Attributes RewriteBill Wendling4-27/+27
2012-10-14Fix a typo that made ImmutableMap::getMaxElement() useless.Benjamin Kramer1-1/+1
2012-10-14Remove dead methods.Bill Wendling2-5/+0
2012-10-14Remove operator cast method in favor of querying with the correct method.Bill Wendling1-1/+0
2012-10-14Remove the bitwise AND operators from the Attributes class. Replace it with t...Bill Wendling1-3/+0
2012-10-14Remove the bitwise assignment OR operator from the Attributes class. Replace ...Bill Wendling1-2/+1
2012-10-14Remove the bitwise OR operator from the Attributes class. Replace it with the...Bill Wendling1-1/+1
2012-10-14Remove the bitwise XOR operator from the Attributes class. Replace it with th...Bill Wendling1-1/+0
2012-10-14Remove the bitwise NOT operator from the Attributes class. Replace it with th...Bill Wendling1-3/+9
2012-10-14Decode the LLVM attributes from bitcode using the attributes builder.Bill Wendling1-7/+9
2012-10-14Use builder to create alignment attributes. Remove dead function.Bill Wendling2-17/+10