oota-llvm.git
2012-12-21 Tom StellardR600: Fix MAX_UINT definition
2012-12-21 Tom StellardR600: Add SHADOWCUBE to TEX_SHADOW pattern
2012-12-21 Benjamin KramerCleanup compiler warnings on discarding type qualifiers...
2012-12-21 Jakob Stoklund... Add a missing assertion, the null register has no regis...
2012-12-21 Benjamin Kramertry to unbreak ppc buildbots.
2012-12-21 Benjamin KramerTeach sort_includes.py to drop duplicated includes.
2012-12-21 Benjamin KramerX86: Match pmin/pmax as a target specific dag combine...
2012-12-21 Roman DivackyRemove duplicate includes.
2012-12-21 Tom StellardR600: Expand vec4 INT <-> FP conversions
2012-12-21 Benjamin KramerX86: Match the SSE/AVX min/max vector ops using a custo...
2012-12-21 Duncan SandsTest that a landingpad gets the name provided when...
2012-12-21 Evgeniy Stepanov[msan] Remove unreachable blocks before instrumenting...
2012-12-21 Nadav RotemAdd a missing "virtual" keyword.
2012-12-21 Nadav RotemEnable if-conversion.
2012-12-21 Quentin ColombetAdd ARM cortex-r5 subtarget.
2012-12-21 Rafael EspindolaDon't skip __DWARF,
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-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.
next