summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2012-10-16Issue:Stepan Dyatkovskiy6-25/+83
2012-10-16Reapply r165661, Patch by Shuxin Yang <shuxin.llvm@gmail.com>.NAKAMURA Takumi2-0/+57
2012-10-16Cleanup whitespace.Bill Wendling2-6/+7
2012-10-16Fix a bug in the set(I,E)/reset(I,E) methods that I recently added. The boun...Owen Anderson2-6/+16
2012-10-16Move X86MCInstLower class definition into implementation file. It's not neede...Craig Topper3-54/+25
2012-10-16Cleanup whitespace.Bill Wendling1-37/+35
2012-10-16Have AttributesImpl defriend the Attributes class.Bill Wendling2-3/+3
2012-10-16Have AttrBuilder defriend the Attributes class.Bill Wendling2-4/+5
2012-10-16Use the Attributes::get method which takes an AttrVal value directly to simpl...Bill Wendling5-76/+38
2012-10-16Put simple c'tors inline.Bill Wendling2-8/+3
2012-10-16Pass in the context to the Attributes::get method.Bill Wendling1-1/+1
2012-10-16Fix filename in file header.Craig Topper1-1/+1
2012-10-16Fix the cpu name and add -verify-machineinstrs.Rafael Espindola1-1/+1
2012-10-16misched: Added handleMove support for updating all kill flags, not just for a...Andrew Trick4-12/+55
2012-10-16Remove unused BitVectors from getAllocatableSet().Jakob Stoklund Olesen3-9/+1
2012-10-15LTO also needs to initialize the TargetTransform infrastructure.Nadav Rotem1-0/+2
2012-10-15Remove RegisterClassInfo::isReserved() and isAllocatable().Jakob Stoklund Olesen7-36/+18
2012-10-15Add __builtin_setjmp/_longjmp supprt in X86 backendMichael Liao8-1/+306
2012-10-15Remove LIS::isAllocatable() and isReserved() helpers.Jakob Stoklund Olesen5-25/+5
2012-10-15Add range-based set()/reset() to BitVector. These allow fast setting/resetti...Owen Anderson3-0/+128
2012-10-15Switch most getReservedRegs() clients to the MRI equivalent.Jakob Stoklund Olesen12-52/+28
2012-10-15Freeze the reserved registers as soon as isel is complete.Jakob Stoklund Olesen3-12/+38
2012-10-15ARM: v1i64 and v2i64 VBSL intrinsic support.Jim Grosbach2-0/+47
2012-10-15Add dependency on llvm-bcanalyzer from tests to the CMake build.David Blaikie1-1/+1
2012-10-15Move the Attributes::Builder outside of the Attributes class and into its own...Bill Wendling20-214/+219
2012-10-15Check output of the misched unit testsAndrew Trick1-1/+2
2012-10-15Add comments.Bill Wendling1-10/+30
2012-10-15Add a cpu to try to fix the atom builder.Rafael Espindola1-1/+1
2012-10-15[ms-inline asm] If we parsed a statement and the opcode is valid, then it's a...Chad Rosier2-5/+5
2012-10-15Add testcase for pr14088.Rafael Espindola1-0/+25
2012-10-15misched tests: add a triple to speculatively fix windows builders.Andrew Trick1-2/+2
2012-10-15Make sure we iterate over newly created instructions. Fixes pr13625. Testcase toRafael Espindola1-0/+5
2012-10-15misched: ILP scheduler for experimental heuristics.Andrew Trick5-20/+312
2012-10-15[ms-inline asm] Update the end loc for ParseIntelMemOperand.Chad Rosier1-0/+1
2012-10-15[ms-inline asm] Add a few new APIs to the AsmParser class in support of MS-StyleChad Rosier2-13/+54
2012-10-15[ms-inline asm] Use incoming argument rather than hard coding to false.Chad Rosier1-1/+1
2012-10-15Fix a typo in bitcode docs, from 165814.Jan Wen Voung1-1/+1
2012-10-15Resubmit the changes to llvm core to update the functions to support differen...Micah Villmow40-109/+190
2012-10-15PowerPC: add EmitTCEntry class for TOC creationAdhemerval Zanella5-2/+28
2012-10-15[asan] fix a testKostya Serebryany1-1/+1
2012-10-15[asan] make AddressSanitizer to be a FunctionPass instead of ModulePass. This...Kostya Serebryany2-64/+53
2012-10-15Update the memcpy rewriting to fully support widened int rewriting. ThisChandler Carruth2-9/+31
2012-10-15Follow-up fix to r165928: handle memset rewriting for widened integers,Chandler Carruth2-30/+38
2012-10-15Fixed PR13938: the ARM backend was crashing because it couldn't select a VDUP...Silviu Baranga2-2/+55
2012-10-15First major step toward addressing PR14059. This teaches SROA to handleChandler Carruth3-76/+150
2012-10-15Hoist the canConvertValue predicate and the convertValue transform outChandler Carruth1-44/+52
2012-10-15Add an enum for the return and function indexes into the AttrListPtr object. ...Bill Wendling13-84/+130
2012-10-15Use a ::get method to create the attribute from Attributes::AttrVals instead ...Bill Wendling2-20/+24
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 Wendling4-5/+7