oota-llvm.git
2012-12-21 Evan ChengAdd targets to skip running the GC passes.
2012-12-21 Evan ChengEvery pass deserves a name, even codegenprep.
2012-12-21 Nadav RotemImprove the X86 cost model for loads and stores.
2012-12-21 Nadav RotemBB-Vectorizer: Check the cost of the store pointer...
2012-12-21 Reed KotlerAdd test case for r170674
2012-12-21 Reed KotlerCall llvm_unreachable instead of assert.
2012-12-21 Sean Silvadocs: More robust image scaling fix.
2012-12-21 Sean Silvadocs: Prevent image scaling.
2012-12-21 Nadav RotemFix a bug in the code that checks if we can vectorize...
2012-12-21 Eric ChristopherMove these files over to the debug info directory.
2012-12-20 Sean Silvadocs: Try out nosidebar.
2012-12-20 Sean Silvadocs: Cleanup trailing whitespace.
2012-12-20 Jakob Stoklund... Require the two-argument MI::addOperand(MF, MO) for...
2012-12-20 Jakob Stoklund... Add an MF argument to MI::copyImplicitOps().
2012-12-20 Jakob Stoklund... Use two-arg addOperand(MF, MO) internally in MachineIns...
2012-12-20 Jakob Stoklund... MachineInstrBuilderize ARM.
2012-12-20 Jakob Stoklund... MachineInstrBuilderize NVPTX.
2012-12-20 Eli BenderskyFix an unitialized member variable that may have caused...
2012-12-20 Sean Silvadocs: actually indent these consistently
2012-12-20 Sean Silvadocs: Indent consistently in code examples.
2012-12-20 Sean Silvadocs: Improve navigation for Vectorizers.rst
2012-12-20 Sean Silvadocs: bring back link for reddit.
2012-12-20 Eric ChristopherWhitespace and 80-column cleanup.
2012-12-20 Eric ChristopherStart splitting out the debug string section handling...
2012-12-20 Sean Silvadocs: Make document name congruent with title.
2012-12-20 Bill WendlingSome random comment, naming, and format changes.
2012-12-20 Jakob Stoklund... Remove two dead functions.
2012-12-20 Bob WilsonRevert "Adding support for llvm.arm.neon.vaddl[su]...
2012-12-20 Nadav RotemLoopVectorize: Fix a bug in the scalarization of instru...
2012-12-20 Evan ChengOn some ARM cpus, flags setting movs with shifter opera...
2012-12-20 Eli BenderskyChange Lit error redirection to FileCheck to a more...
2012-12-20 Eli BenderskyAdd a largish auto-generated test for the aligned bundl...
2012-12-20 Eli BenderskyTests for the aligned bundling support added in r170718
2012-12-20 Eli BenderskyAligned bundling support. Following the discussion...
2012-12-20 Jakob Stoklund... Use MachineInstrBuilder for PHI nodes in SelectionDAGISel.
2012-12-20 Jim GrosbachFix inadvertant delete of 'has'.
2012-12-20 Jakob Stoklund... Use MachineInstrBuilder in InstrEmitter.
2012-12-20 Jakob Stoklund... Use MachineInstrBuilder in a few CodeGen passes.
2012-12-20 Rafael EspindolaSimplify the testcase a bit.
2012-12-20 Nadav RotemLoop Vectorizer: turn-off if-conversion.
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 NAKAMURA Takumillvmbuild/main.py: Let LibraryDependencies.inc determin...
2012-12-20 Craig TopperFormatting fixes. Remove some unnecessary 'else' after...
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.
next