summaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Expand)AuthorFilesLines
2012-12-27Add support to BasicBlocks for iterating backwards over theHEADmasterChandler Carruth1-2/+9
2012-12-27Provide a common half-open interval map info implementation, and justChandler Carruth2-11/+23
2012-12-27DAGCombinerInformation: add a getter that exposes the dagcombine level.Nadav Rotem1-0/+1
2012-12-27Fix new[]/delete mismatch in FullDependence spotted by AddressSanitizerAlexey Samsonov1-1/+1
2012-12-27Refactor DAGCombinerInfo. Change the different booleans that indicate if we a...Nadav Rotem3-14/+35
2012-12-27whitespaceNadav Rotem1-3/+3
2012-12-27Right now all of the relocations are 32-bit dwarf, and the relocationEric Christopher1-0/+34
2012-12-26white spaceNadav Rotem1-1/+0
2012-12-25Loosen scheduling restrictions on the PPC dcbt intrinsicHal Finkel1-1/+2
2012-12-25Rename LLVMContext diagnostic handler types and functions.Bob Wilson1-14/+26
2012-12-24Add LLVMContext::emitWarning methods and use them. <rdar://problem/12867368>Bob Wilson1-0/+6
2012-12-24CostModel: We have API for checking the costs of known shuffles. This patch addsNadav Rotem2-4/+10
2012-12-24Added 6 more value types: v32i1, v64i1, v32i16, v32i8, v64i8, v8f64Elena Demikhovsky3-76/+125
2012-12-24Change the codegen Cost Model API for shuffeles. This patch removes the API f...Nadav Rotem2-4/+8
2012-12-24llvm/MC/MCMachObjectWriter.h: ComputeSymbolTable(): Prune one description in ...NAKAMURA Takumi1-2/+0
2012-12-23CostModel: Change the default target-independent implementation for findingNadav Rotem1-0/+9
2012-12-23Loop Vectorizer: Update the cost model of scatter/gather operations and makeNadav Rotem2-23/+5
2012-12-22Add a comma to fix the build.Craig Topper1-2/+2
2012-12-22Use a negative value to represent INVALID_SIMPLE_VALUE_TYPE instead of 256. I...Craig Topper1-12/+9
2012-12-22Add vAny and Metadata to the switch in getSizeInBits for consistency since ev...Craig Topper1-1/+4
2012-12-22Change 'AttrVal' to 'AttrKind' to better reflect that it's a kind of attribut...Bill Wendling4-15/+15
2012-12-22Fix some undefined behavior when parsing YAML input: don't try to compare anRichard Smith1-5/+5
2012-12-21Add a missing assertion, the null register has no register units.Jakob Stoklund Olesen1-0/+1
2012-12-21[msan] Remove unreachable blocks before instrumenting a function.Evgeniy Stepanov1-0/+5
2012-12-21Add a function to get the segment name of a section.Rafael Espindola1-0/+5
2012-12-21Add targets to skip running the GC passes.Evan Cheng1-0/+5
2012-12-20Require the two-argument MI::addOperand(MF, MO) for dangling instructions.Jakob Stoklund Olesen1-11/+16
2012-12-20Add an MF argument to MI::copyImplicitOps().Jakob Stoklund Olesen2-1/+7
2012-12-20Use two-arg addOperand(MF, MO) internally in MachineInstr when possible.Jakob Stoklund Olesen1-2/+3
2012-12-20Some random comment, naming, and format changes.Bill Wendling1-18/+23
2012-12-20Remove two dead functions.Jakob Stoklund Olesen1-7/+0
2012-12-20Revert "Adding support for llvm.arm.neon.vaddl[su].* and"Bob Wilson1-4/+0
2012-12-20Aligned bundling support. Following the discussion here:Eli Bendersky5-4/+113
2012-12-20Fix inadvertant delete of 'has'.Jim Grosbach1-1/+1
2012-12-20Use MachineInstrBuilder in InstrEmitter.Jakob Stoklund Olesen1-0/+10
2012-12-20Add a new attribute, 'noduplicate'. If a function contains a noduplicate call...James Molloy4-4/+24
2012-12-20Remove MCTargetAsmLexer and its derived classes now that edis,Roman Divacky3-155/+0
2012-12-20Adding support for llvm.arm.neon.vaddl[su].* andRenato Golin1-0/+4
2012-12-20Don't use -1 as a value of an unsigned 7-bit enumeration; that has undefinedRichard Smith1-0/+1
2012-12-20Don't leave IsUnsigned uninitialized in a default-constructed APSInt. CopyingRichard Smith1-1/+1
2012-12-20s/AttributesImpl/AttributeImpl/g This is going to apply to Attribute, not Att...Bill Wendling1-5/+5
2012-12-20Clean up some DOxygen comments.Jim Grosbach1-37/+33
2012-12-20Clean up some DOxygen comments.Jim Grosbach1-26/+25
2012-12-19MC: Add MCInstrDesc::mayAffectControlFlow() method.Jim Grosbach2-2/+36
2012-12-19Add isSubRegisterEq() and isSuperRegisterEq().Jim Grosbach1-4/+14
2012-12-19Move isSubRegister() and isSuperRegister to MCRegisterInfo.Jim Grosbach2-15/+17
2012-12-19Fix doc comment. '///' not '//'.Jim Grosbach1-3/+3
2012-12-19Refactor isIntrinsic() to be quicker, and change classof() (and thus, isa<Int...Michael Ilseman2-2/+2
2012-12-19s/AttributeListImpl/AttributeSetImpl/g to match the namechange of AttributeList.Bill Wendling1-46/+42
2012-12-19Always use addOperand(MF, MO) from MachineInstrBuilder.Jakob Stoklund Olesen1-25/+26