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