oota-llvm.git
2012-12-20 Craig TopperRemoving trailing whitespace
2012-12-20 Reed KotlerImplement cfi_def_cfa_offset. "Make check" test case...
2012-12-20 Reed KotlerThere is one more patch to finish large frames. Make...
2012-12-20 Jyotsna VermaAdd constant extender support to GP-relative load/store...
2012-12-20 Jyotsna VermaAdd TSFlags to ALU32 type instructions for constant...
2012-12-20 Reed Kotlerset register class properly for mips16 here
2012-12-20 Rafael EspindolaUndefine PPC harder.
2012-12-20 Reed KotlerThis assert is overly restrictive and does not work...
2012-12-20 Reed KotlerTurn on register scavenger for Mips 16
2012-12-20 Akira Hatanaka[mips] Refactor SLT (set on less than) instructions...
2012-12-20 Akira Hatanaka[mips] Refactor unconditional branch instruction. Separ...
2012-12-20 Akira Hatanaka[mips] Remove asm string parameter from pseudo instruct...
2012-12-20 Akira Hatanaka[mips] Delete definition of CPRESTORE instruction.
2012-12-20 Akira Hatanaka[mips] Refactor conditional branch instructions with...
2012-12-20 Richard SmithDon't use isa<CallInst>(this) in the constructor for...
2012-12-20 Akira Hatanaka[mips] Refactor conditional branch instructions with...
2012-12-20 Reed Kotlerfix most of remaining issues with large frames.
2012-12-20 Akira Hatanaka[mips] Use "or $r0, $r1, $zero" instead of "addu $r0...
2012-12-20 Richard SmithFix use-before-construction of X86TargetLowering.
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 Akira Hatanaka[mips] Change the order of template parameters. Move...
2012-12-20 Akira Hatanaka[mips] Refactor shift instructions with register operan...
2012-12-20 Akira Hatanaka[mips] Refactor shift immediate instructions. Separate...
2012-12-20 Akira Hatanaka[mips] Refactor arithmetic and logic instructions with...
2012-12-20 Akira Hatanaka[mips] Refactor arithmetic and logic instructions....
2012-12-20 Sean Silvadocs: Show TOC for GettingStarted.rst.
2012-12-20 Akira Hatanaka[mips] Delete ArithOverflowR and ArithOverflow and...
2012-12-20 Sean Silvadocs: Clean up adornments.
2012-12-20 Sean Silvadocs: ASCII-fy
2012-12-20 Nadav RotemLoop Vectorizer: Enable if-conversion.
2012-12-20 Bill Wendlings/AttributesImpl/AttributeImpl/g This is going to apply...
2012-12-20 Bob WilsonDo not introduce vector operations in functions marked...
2012-12-20 Jim GrosbachClean up some DOxygen comments.
2012-12-20 Jim GrosbachClean up some DOxygen comments.
2012-12-20 Richard SmithFix an uninitialized member variable, found by -fsaniti...
2012-12-20 Nadav Rotemwhitespace
2012-12-20 Nadav Rotemdoc: resize the image.
2012-12-20 NAKAMURA TakumiTarget/R600: Update MIB according to r170588.
2012-12-20 Nadav RotemDoc: update the chart.
2012-12-19 Bill WendlingAdd a context so that once we uniquify strings we can...
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... Always use addOperand(MF, MO) from MachineInstrBuilder.
2012-12-19 Dmitri GribenkoAdd a missing 'else'. Found by grep '} if'
2012-12-19 Tom StellardR600: Add entry in CODE_OWNERS.TXT
2012-12-19 Tom StellardR600: Remove unecessary VREG alignment.
2012-12-19 Tom StellardR600: control flow optimization
2012-12-19 Tom StellardR600: New control flow for SI v2
2012-12-19 Eric ChristopherSplit out abbreviations for the skeleton info from...
2012-12-19 Jakob Stoklund... Remove the explicit MachineInstrBuilder(MI) constructor.
2012-12-19 Nadav RotemFix a bug that was found by building clang with -fsanitize.
2012-12-19 Meador Ingedocs: Fix title underline warnings
2012-12-19 Evan ChengLLVM sdisel normalize bit extraction of the form:
2012-12-19 Benjamin KramerRemove edis remnant.
2012-12-19 Roman DivackyRemove edis - the enhanced disassembler. Fixes PR14654.
2012-12-19 Paul RedmondTransform (x&C)>V into (x&C)!=0 where possible
2012-12-19 Jakob Stoklund... Add an MF argument to MachineInstr::addOperand().
2012-12-19 Chad RosierRemove superfluous brief command from getAsString.
2012-12-19 Nadav Rotemdoc: add subsections.
2012-12-19 Nadav RotemDOC: document the use of O2, O3 and Os with -fvectorize.
2012-12-19 Benjamin KramerPowerPC: Expand VSELECT nodes.
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 Dmitri GribenkoDocumentation: add a missing space
2012-12-19 Patrik HagglundSplit the usage of 'EVT PartVT' into 'MVT PartVT' and...
2012-12-19 Alexey SamsonovCMake: factor out a function that returns the expected...
2012-12-19 Patrik HagglundChange RegVT in BitTestBlock and RegsForValue, to conta...
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 Evgeniy Stepanov[msan] Heuristically instrument unknown intrinsics.
2012-12-19 Patrik HagglundChange TargetLowering::getTypeToPromoteTo to take and...
2012-12-19 Benjamin KramerLoopVectorize: Make iteration over induction variables...
2012-12-19 Benjamin KramerMapVector: Add lookup().
2012-12-19 Patrik HagglundChange TargetLowering::isCondCodeLegal to take an MVT...
2012-12-19 NAKAMURA TakumiX86ISelLowering.cpp: Fix warnings. [-Wlogical-op-parent...
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 Nadav RotemDOC: fix the url format.
2012-12-19 Patrik HagglundChange TargetLowering::getTruncStoreAction to take...
2012-12-19 Nadav RotemDOC: add a benchmarks that compares us to gcc and icc.
2012-12-19 Elena DemikhovskyOptimized load + SIGN_EXTEND patterns in the X86 backend.
2012-12-19 Nadav RotemAfter reducing the size of an operation in the DAG...
2012-12-19 Nadav Rotemdocs: fix typos.
2012-12-19 Nadav RotemDOC: Add a webpage that describes the loop and bb vecto...
2012-12-19 Bill WendlingRename the 'Attributes' class to 'Attribute'. It's...
2012-12-19 Craig TopperRemove more of 'else's after 'returns'. No functional...
next