Mark the divide instructions as hasSideEffects=0.
[oota-llvm.git] / include /
2012-12-27 Nadav Rotemwhitespace
2012-12-27 Eric ChristopherRight now all of the relocations are 32-bit dwarf,...
2012-12-26 Nadav Rotemwhite space
2012-12-25 Hal FinkelLoosen scheduling restrictions on the PPC dcbt intrinsic
2012-12-25 Bob WilsonRename LLVMContext diagnostic handler types and functions.
2012-12-24 Bob WilsonAdd LLVMContext::emitWarning methods and use them....
2012-12-24 Nadav RotemCostModel: We have API for checking the costs of known...
2012-12-24 Elena DemikhovskyAdded 6 more value types: v32i1, v64i1, v32i16, v32i8...
2012-12-24 Nadav RotemChange the codegen Cost Model API for shuffeles. This...
2012-12-24 NAKAMURA Takumillvm/MC/MCMachObjectWriter.h: ComputeSymbolTable()...
2012-12-23 Nadav RotemCostModel: Change the default target-independent implem...
2012-12-23 Nadav RotemLoop Vectorizer: Update the cost model of scatter/gathe...
2012-12-22 Craig TopperAdd a comma to fix the build.
2012-12-22 Craig TopperUse a negative value to represent INVALID_SIMPLE_VALUE_...
2012-12-22 Craig TopperAdd vAny and Metadata to the switch in getSizeInBits...
2012-12-22 Bill WendlingChange 'AttrVal' to 'AttrKind' to better reflect that...
2012-12-22 Richard SmithFix some undefined behavior when parsing YAML input...
2012-12-21 Jakob Stoklund OlesenAdd a missing assertion, the null register has no regis...
2012-12-21 Evgeniy Stepanov[msan] Remove unreachable blocks before instrumenting...
2012-12-21 Rafael EspindolaAdd a function to get the segment name of a section.
2012-12-21 Evan ChengAdd targets to skip running the GC passes.
2012-12-20 Jakob Stoklund OlesenRequire the two-argument MI::addOperand(MF, MO) for...
2012-12-20 Jakob Stoklund OlesenAdd an MF argument to MI::copyImplicitOps().
2012-12-20 Jakob Stoklund OlesenUse two-arg addOperand(MF, MO) internally in MachineIns...
2012-12-20 Bill WendlingSome random comment, naming, and format changes.
2012-12-20 Jakob Stoklund OlesenRemove two dead functions.
2012-12-20 Bob WilsonRevert "Adding support for llvm.arm.neon.vaddl[su]...
2012-12-20 Eli BenderskyAligned bundling support. Following the discussion...
2012-12-20 Jim GrosbachFix inadvertant delete of 'has'.
2012-12-20 Jakob Stoklund OlesenUse MachineInstrBuilder in InstrEmitter.
2012-12-20 James MolloyAdd a new attribute, 'noduplicate'. If a function conta...
2012-12-20 Roman DivackyRemove MCTargetAsmLexer and its derived classes now...
2012-12-20 Renato GolinAdding support for llvm.arm.neon.vaddl[su].* and
2012-12-20 Richard SmithDon't use -1 as a value of an unsigned 7-bit enumeratio...
2012-12-20 Richard SmithDon't leave IsUnsigned uninitialized in a default-const...
2012-12-20 Bill Wendlings/AttributesImpl/AttributeImpl/g This is going to apply...
2012-12-20 Jim GrosbachClean up some DOxygen comments.
2012-12-20 Jim GrosbachClean up some DOxygen comments.
2012-12-19 Jim GrosbachMC: Add MCInstrDesc::mayAffectControlFlow() method.
2012-12-19 Jim GrosbachAdd isSubRegisterEq() and isSuperRegisterEq().
2012-12-19 Jim GrosbachMove isSubRegister() and isSuperRegister to MCRegisterInfo.
2012-12-19 Jim GrosbachFix doc comment. '///' not '//'.
2012-12-19 Michael IlsemanRefactor isIntrinsic() to be quicker, and change classo...
2012-12-19 Bill Wendlings/AttributeListImpl/AttributeSetImpl/g to match the...
2012-12-19 Jakob Stoklund OlesenAlways use addOperand(MF, MO) from MachineInstrBuilder.
2012-12-19 Jakob Stoklund OlesenRemove the explicit MachineInstrBuilder(MI) constructor.
2012-12-19 Benjamin KramerRemove edis remnant.
2012-12-19 Roman DivackyRemove edis - the enhanced disassembler. Fixes PR14654.
2012-12-19 Jakob Stoklund OlesenAdd an MF argument to MachineInstr::addOperand().
2012-12-19 Chad RosierRemove superfluous brief command from getAsString.
2012-12-19 Patrik HagglundChange AsmOperandInfo::ConstraintVT to MVT, instead...
2012-12-19 Rafael EspindolaRevert 170545 while I debug the ppc failures.
2012-12-19 Benjamin KramerMake TargetLowering::getTypeConversion more resilient...
2012-12-19 Rafael EspindolaAdd r170095 back.
2012-12-19 Evgeniy Stepanov[msan] Add track-origins argument to the pass constructor.
2012-12-19 Patrik HagglundChange TargetLowering::getTypeForExtArgOrReturn to...
2012-12-19 Patrik HagglundChange a parameter of TargetLowering::getVectorTypeBrea...
2012-12-19 Patrik HagglundChange TargetLowering::RegisterTypeForVT to contain...
2012-12-19 Patrik HagglundChange TargetLowering::TransformToType to contain MVTs...
2012-12-19 Patrik HagglundChange TargetLowering::getRepRegClassCostFor, getIndexe...
2012-12-19 Patrik HagglundChange TargetLowering::findRepresentativeClass to take...
2012-12-19 Patrik HagglundChange TargetLowering::getTypeToPromoteTo to take and...
2012-12-19 Benjamin KramerMapVector: Add lookup().
2012-12-19 Patrik HagglundChange TargetLowering::isCondCodeLegal to take an MVT...
2012-12-19 Patrik HagglundChange TargetLowering::getCondCodeAction to take an...
2012-12-19 Bill WendlingInline hasFunctionOnlyAttrs into its only use.
2012-12-19 Bill WendlingInline the only use of the hasParameterOnlyAttrs method.
2012-12-19 Bill WendlingInline the 'hasIncompatibleWithVarArgsAttrs' method...
2012-12-19 Patrik HagglundChange TargetLowering::getTruncStoreAction to take...
2012-12-19 Bill WendlingRename the 'Attributes' class to 'Attribute'. It's...
2012-12-18 Kevin EnderbyAdd to the disassembler C API an option to print the...
2012-12-18 Jakob Stoklund OlesenRemove MachineInstr::setIsInsideBundle().
2012-12-18 Jakob Stoklund OlesenUse bidirectional bundle flags to simplify important...
2012-12-18 Jakob Stoklund OlesenDon't allow the automatically updated MI flags to be...
2012-12-18 Jakob Stoklund OlesenTighten up the splice() API for bundled instructions.
2012-12-18 Jakob Stoklund OlesenAdd an assertion for a likely ilist::splice() contract...
2012-12-18 Jakob Stoklund OlesenTighten the insert() API for bundled instructions.
2012-12-18 Eli BenderskyCleanup comment and formatting
2012-12-18 Eric ChristopherAdd support for passing -main-file-name all the way...
2012-12-17 Jakob Stoklund OlesenTighten up the erase/remove API for bundled instructions.
2012-12-17 Chandler CarruthPrepare LLVM to fix PR14625, exposing a hook in MCConte...
2012-12-17 Michael IlsemanRemove trailing whitespace
2012-12-17 Nick KledzikUse different trait techniques to be compatible with g++
2012-12-17 Tim NorthoverTeach MachO which sections contain code
2012-12-17 Duncan SandsFix typo that results in new landing pads not getting...
2012-12-17 Duncan SandsFix comment typo.
2012-12-16 Reed KotlerThis patch is needed to make c++ exceptions work for...
2012-12-14 Pedro ArtigasAdd more reset methods to make all objects that the...
2012-12-14 NAKAMURA Takumi[CMake] Move libxml2 stuff from clang to llvm/cmake.
2012-12-14 Bill SchmidtThis patch improves the 64-bit PowerPC InitialExec...
2012-12-14 Patrik HagglundChange TargetLowering::getLoadExtAction to take an...
2012-12-13 Chris Lattnerfix comment.
2012-12-13 Patrik HagglundChange TargetLowering::setTypeAction to take an MVT...
2012-12-13 Patrik HagglundChange TargetLowering::getRepRegClassFor to take an...
2012-12-13 NAKAMURA TakumiJITEventListener.h: Use llvm-config.h instead of config.h.
2012-12-13 Eric ChristopherRevert "Add a funciton to get the segment name of a...
2012-12-13 Patrik HagglundChange TargetLowering::getRegClassFor to take an MVT...
2012-12-13 Rafael EspindolaAdd a funciton to get the segment name of a section.
2012-12-13 Rafael EspindolaRename isPowerOfTwo to isKnownToBeAPowerOfTwo.
2012-12-13 Michael IlsemanPattern matching code for intrinsics.
next