summaryrefslogtreecommitdiffstats
path: root/include
Commit message (Expand)AuthorAgeFilesLines
* [ms-inline asm] Have the TargetParser callback to Sema to determine the size ofChad Rosier2012-10-191-0/+5
* Add 'IntrNoReturn' for longjmp intrinsicsMichael Liao2012-10-191-3/+3
* [ms-inline asm] Add a MCAsmParserSemaCallback to the TargetAsmParser.Chad Rosier2012-10-191-0/+8
* This patch is to fix radar://8426430. It is about llvm support of __builtin_d...Shuxin Yang2012-10-191-1/+1
* [ms-inline asm] Add the isParsingInlineAsm() function to the MCAsmTargetParser.Chad Rosier2012-10-191-0/+6
* Move SplitBlockAndInsertIfThen to BasicBlockUtils.Evgeniy Stepanov2012-10-191-0/+25
* Pacify -Wnon-virtual-dtor.Nick Lewycky2012-10-191-0/+1
* recommit the patch that makes LSR and LowerInvoke use the TargetTransform int...Nadav Rotem2012-10-192-6/+5
* Reapply the TargerTransformInfo changes, minus the changes to LSR and Lowerin...Nadav Rotem2012-10-185-0/+417
* Fix case for include of Compiler.h.Jordan Rose2012-10-181-1/+1
* Add move constructors for OwningPtr and OwningArrayPtr.Jordan Rose2012-10-181-0/+18
* Add a T&& constructor to llvm::Optional.Jordan Rose2012-10-181-0/+9
* [ms-inline asm] Add a size argument to the LookupInlineAsmIdentifier() callback,Chad Rosier2012-10-181-1/+2
* Change MachineFrameInfo::StackObject::Alloca from Value* to AllocaInst*Sebastian Pop2012-10-181-4/+5
* [ms-inline asm] Have the LookupInlineAsmIdentifier() callback function return aChad Rosier2012-10-181-4/+2
* [ms-inline asm] Move most of the AsmParsing logic in clang back into the MCChad Rosier2012-10-181-16/+20
* Introduce a BarrierNoop pass, a hack designed to allow *some* controlChandler Carruth2012-10-182-0/+6
* Temporarily revert the TargetTransform changes.Bob Wilson2012-10-187-422/+6
* Switch MRI::UsedPhysRegs to a register unit bit vector.Jakob Stoklund Olesen2012-10-171-10/+18
* Add a really faster pre-RA scheduler (-pre-RA-sched=linearize). It doesn't useEvan Cheng2012-10-171-0/+5
* Merge MRI::isPhysRegOrOverlapUsed() into isPhysRegUsed().Jakob Stoklund Olesen2012-10-171-7/+6
* Add a loop vectorizer.Nadav Rotem2012-10-173-0/+8
* misched: Better handling of invalid latencies in the machine modelAndrew Trick2012-10-171-3/+5
* Remove LLVM_DELETED_FUNCTION from destructors that override non-deleted base ...Craig Topper2012-10-171-16/+16
* Use a SparseSet instead of a BitVector for UsedInInstr in RAFast.Jakob Stoklund Olesen2012-10-171-4/+0
* Spacing.Eric Christopher2012-10-161-1/+1
* [ms-inline asm] Add the helper function, isParseringInlineAsm(). To be used i...Chad Rosier2012-10-161-0/+1
* And now we can call the other 'get' method from this one and not duplicate th...Bill Wendling2012-10-161-6/+3
* Use the appropriate Attributes::get method to create an Attributes object.Bill Wendling2012-10-161-7/+1
* Speculative fix the mask constants to be of type uintptr_t. I don't know of ...Owen Anderson2012-10-161-4/+4
* Fix function parameter spelling in comments. Caught by -Wdocumentation.Dmitri Gribenko2012-10-161-2/+2
* Issue:Stepan Dyatkovskiy2012-10-161-1/+1
* Cleanup whitespace.Bill Wendling2012-10-161-5/+5
* Fix a bug in the set(I,E)/reset(I,E) methods that I recently added. The boun...Owen Anderson2012-10-161-6/+6
* Have AttrBuilder defriend the Attributes class.Bill Wendling2012-10-161-1/+2
* Use the Attributes::get method which takes an AttrVal value directly to simpl...Bill Wendling2012-10-162-42/+25
* Put simple c'tors inline.Bill Wendling2012-10-161-2/+2
* misched: Added handleMove support for updating all kill flags, not just for a...Andrew Trick2012-10-161-2/+7
* Remove RegisterClassInfo::isReserved() and isAllocatable().Jakob Stoklund Olesen2012-10-151-19/+0
* Remove LIS::isAllocatable() and isReserved() helpers.Jakob Stoklund Olesen2012-10-151-18/+0
* Add range-based set()/reset() to BitVector. These allow fast setting/resetti...Owen Anderson2012-10-152-0/+86
* Switch most getReservedRegs() clients to the MRI equivalent.Jakob Stoklund Olesen2012-10-152-12/+3
* Freeze the reserved registers as soon as isel is complete.Jakob Stoklund Olesen2012-10-151-3/+28
* Move the Attributes::Builder outside of the Attributes class and into its own...Bill Wendling2012-10-154-143/+110
* Add comments.Bill Wendling2012-10-151-10/+30
* misched: ILP scheduler for experimental heuristics.Andrew Trick2012-10-152-0/+90
* [ms-inline asm] Add a few new APIs to the AsmParser class in support of MS-StyleChad Rosier2012-10-151-0/+20
* Resubmit the changes to llvm core to update the functions to support differen...Micah Villmow2012-10-155-17/+46
* PowerPC: add EmitTCEntry class for TOC creationAdhemerval Zanella2012-10-151-0/+5
* [asan] make AddressSanitizer to be a FunctionPass instead of ModulePass. This...Kostya Serebryany2012-10-151-1/+1