summaryrefslogtreecommitdiffstats
path: root/include/llvm
Commit message (Expand)AuthorAgeFilesLines
* Loosen scheduling restrictions on the PPC dcbt intrinsicHal Finkel2012-12-251-1/+2
* Rename LLVMContext diagnostic handler types and functions.Bob Wilson2012-12-251-14/+26
* Add LLVMContext::emitWarning methods and use them. <rdar://problem/12867368>Bob Wilson2012-12-241-0/+6
* CostModel: We have API for checking the costs of known shuffles. This patch addsNadav Rotem2012-12-242-4/+10
* Added 6 more value types: v32i1, v64i1, v32i16, v32i8, v64i8, v8f64Elena Demikhovsky2012-12-243-76/+125
* Change the codegen Cost Model API for shuffeles. This patch removes the API f...Nadav Rotem2012-12-242-4/+8
* llvm/MC/MCMachObjectWriter.h: ComputeSymbolTable(): Prune one description in ...NAKAMURA Takumi2012-12-241-2/+0
* CostModel: Change the default target-independent implementation for findingNadav Rotem2012-12-231-0/+9
* Loop Vectorizer: Update the cost model of scatter/gather operations and makeNadav Rotem2012-12-232-23/+5
* Add a comma to fix the build.Craig Topper2012-12-221-2/+2
* Use a negative value to represent INVALID_SIMPLE_VALUE_TYPE instead of 256. I...Craig Topper2012-12-221-12/+9
* Add vAny and Metadata to the switch in getSizeInBits for consistency since ev...Craig Topper2012-12-221-1/+4
* Change 'AttrVal' to 'AttrKind' to better reflect that it's a kind of attribut...Bill Wendling2012-12-224-15/+15
* Fix some undefined behavior when parsing YAML input: don't try to compare anRichard Smith2012-12-221-5/+5
* Add a missing assertion, the null register has no register units.Jakob Stoklund Olesen2012-12-211-0/+1
* [msan] Remove unreachable blocks before instrumenting a function.Evgeniy Stepanov2012-12-211-0/+5
* Add a function to get the segment name of a section.Rafael Espindola2012-12-211-0/+5
* Add targets to skip running the GC passes.Evan Cheng2012-12-211-0/+5
* Require the two-argument MI::addOperand(MF, MO) for dangling instructions.Jakob Stoklund Olesen2012-12-201-11/+16
* Add an MF argument to MI::copyImplicitOps().Jakob Stoklund Olesen2012-12-202-1/+7
* Use two-arg addOperand(MF, MO) internally in MachineInstr when possible.Jakob Stoklund Olesen2012-12-201-2/+3
* Some random comment, naming, and format changes.Bill Wendling2012-12-201-18/+23
* Remove two dead functions.Jakob Stoklund Olesen2012-12-201-7/+0
* Revert "Adding support for llvm.arm.neon.vaddl[su].* and"Bob Wilson2012-12-201-4/+0
* Aligned bundling support. Following the discussion here:Eli Bendersky2012-12-205-4/+113
* Fix inadvertant delete of 'has'.Jim Grosbach2012-12-201-1/+1
* Use MachineInstrBuilder in InstrEmitter.Jakob Stoklund Olesen2012-12-201-0/+10
* Add a new attribute, 'noduplicate'. If a function contains a noduplicate call...James Molloy2012-12-204-4/+24
* Remove MCTargetAsmLexer and its derived classes now that edis,Roman Divacky2012-12-203-155/+0
* Adding support for llvm.arm.neon.vaddl[su].* andRenato Golin2012-12-201-0/+4
* Don't use -1 as a value of an unsigned 7-bit enumeration; that has undefinedRichard Smith2012-12-201-0/+1
* Don't leave IsUnsigned uninitialized in a default-constructed APSInt. CopyingRichard Smith2012-12-201-1/+1
* s/AttributesImpl/AttributeImpl/g This is going to apply to Attribute, not Att...Bill Wendling2012-12-201-5/+5
* Clean up some DOxygen comments.Jim Grosbach2012-12-201-37/+33
* Clean up some DOxygen comments.Jim Grosbach2012-12-201-26/+25
* MC: Add MCInstrDesc::mayAffectControlFlow() method.Jim Grosbach2012-12-192-2/+36
* Add isSubRegisterEq() and isSuperRegisterEq().Jim Grosbach2012-12-191-4/+14
* Move isSubRegister() and isSuperRegister to MCRegisterInfo.Jim Grosbach2012-12-192-15/+17
* Fix doc comment. '///' not '//'.Jim Grosbach2012-12-191-3/+3
* Refactor isIntrinsic() to be quicker, and change classof() (and thus, isa<Int...Michael Ilseman2012-12-192-2/+2
* s/AttributeListImpl/AttributeSetImpl/g to match the namechange of AttributeList.Bill Wendling2012-12-191-46/+42
* Always use addOperand(MF, MO) from MachineInstrBuilder.Jakob Stoklund Olesen2012-12-191-25/+26
* Remove the explicit MachineInstrBuilder(MI) constructor.Jakob Stoklund Olesen2012-12-191-1/+0
* Remove edis remnant.Benjamin Kramer2012-12-191-29/+0
* Remove edis - the enhanced disassembler. Fixes PR14654.Roman Divacky2012-12-191-10/+0
* Add an MF argument to MachineInstr::addOperand().Jakob Stoklund Olesen2012-12-192-12/+29
* Remove superfluous brief command from getAsString.Chad Rosier2012-12-191-1/+1
* Change AsmOperandInfo::ConstraintVT to MVT, instead of EVT.Patrik Hagglund2012-12-192-1/+7
* Revert 170545 while I debug the ppc failures.Rafael Espindola2012-12-191-5/+0
* Make TargetLowering::getTypeConversion more resilient against odd illegal MVTs.Benjamin Kramer2012-12-191-2/+5