summaryrefslogtreecommitdiff
path: root/include/llvm
Commit message (Expand)AuthorAge
...
* [ms-inline asm] Have the LookupInlineAsmIdentifier() callback function return aChad Rosier2012-10-18
* [ms-inline asm] Move most of the AsmParsing logic in clang back into the MCChad Rosier2012-10-18
* Introduce a BarrierNoop pass, a hack designed to allow *some* controlChandler Carruth2012-10-18
* Temporarily revert the TargetTransform changes.Bob Wilson2012-10-18
* Switch MRI::UsedPhysRegs to a register unit bit vector.Jakob Stoklund Olesen2012-10-17
* Add a really faster pre-RA scheduler (-pre-RA-sched=linearize). It doesn't useEvan Cheng2012-10-17
* Merge MRI::isPhysRegOrOverlapUsed() into isPhysRegUsed().Jakob Stoklund Olesen2012-10-17
* Add a loop vectorizer.Nadav Rotem2012-10-17
* misched: Better handling of invalid latencies in the machine modelAndrew Trick2012-10-17
* Remove LLVM_DELETED_FUNCTION from destructors that override non-deleted base ...Craig Topper2012-10-17
* Use a SparseSet instead of a BitVector for UsedInInstr in RAFast.Jakob Stoklund Olesen2012-10-17
* Spacing.Eric Christopher2012-10-16
* [ms-inline asm] Add the helper function, isParseringInlineAsm(). To be used i...Chad Rosier2012-10-16
* And now we can call the other 'get' method from this one and not duplicate th...Bill Wendling2012-10-16
* Use the appropriate Attributes::get method to create an Attributes object.Bill Wendling2012-10-16
* Speculative fix the mask constants to be of type uintptr_t. I don't know of ...Owen Anderson2012-10-16
* Fix function parameter spelling in comments. Caught by -Wdocumentation.Dmitri Gribenko2012-10-16
* Issue:Stepan Dyatkovskiy2012-10-16
* Cleanup whitespace.Bill Wendling2012-10-16
* Fix a bug in the set(I,E)/reset(I,E) methods that I recently added. The boun...Owen Anderson2012-10-16
* Have AttrBuilder defriend the Attributes class.Bill Wendling2012-10-16
* Use the Attributes::get method which takes an AttrVal value directly to simpl...Bill Wendling2012-10-16
* Put simple c'tors inline.Bill Wendling2012-10-16
* misched: Added handleMove support for updating all kill flags, not just for a...Andrew Trick2012-10-16
* Remove RegisterClassInfo::isReserved() and isAllocatable().Jakob Stoklund Olesen2012-10-15
* Remove LIS::isAllocatable() and isReserved() helpers.Jakob Stoklund Olesen2012-10-15
* Add range-based set()/reset() to BitVector. These allow fast setting/resetti...Owen Anderson2012-10-15
* Switch most getReservedRegs() clients to the MRI equivalent.Jakob Stoklund Olesen2012-10-15
* Freeze the reserved registers as soon as isel is complete.Jakob Stoklund Olesen2012-10-15
* Move the Attributes::Builder outside of the Attributes class and into its own...Bill Wendling2012-10-15
* Add comments.Bill Wendling2012-10-15
* misched: ILP scheduler for experimental heuristics.Andrew Trick2012-10-15
* [ms-inline asm] Add a few new APIs to the AsmParser class in support of MS-StyleChad Rosier2012-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] make AddressSanitizer to be a FunctionPass instead of ModulePass. This...Kostya Serebryany2012-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
* Fix a typo that made ImmutableMap::getMaxElement() useless.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
* 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