oota-llvm.git
2011-04-22 NAKAMURA Takumiinclude/llvm/Target/TargetAsmInfo.h: Fix a warning.
2011-04-22 Evan ChengIn Thumb2 mode, lower frame indix references to:
2011-04-22 Evan ChengTypo
2011-04-22 Chandler CarruthDelete the other unused variable in this function....
2011-04-22 Chandler CarruthRemove an unused variable from a function. This is...
2011-04-22 Bill WendlingBranch folding is folding a landing pad into a regular BB.
2011-04-22 Bob WilsonDefine Neon load/store intrinsics for Clang as macros...
2011-04-22 Rafael EspindolaCompute the size of the FDE encoding instead of hard...
2011-04-21 Rafael EspindolaRemove unused argument.
2011-04-21 Rafael EspindolaDon't pass address spaces to EmitULEB128IntValue.
2011-04-21 Devang PatelFix DWARF description of Q registers.
2011-04-21 Devang PatelFix DWARF description of S registers.
2011-04-21 Devang PatelAdd DW_OP_bit_piece.
2011-04-21 Devang PatelRefactor.
2011-04-21 Devang PatelTest case for r129922
2011-04-21 Jay FoadPR9214: Convert Metadata API to use ArrayRef.
2011-04-21 Matt Beaumont-GayDon't recycle loop variables.
2011-04-21 Jakob Stoklund... Allow allocatable ranges from global live range splitti...
2011-04-21 Rafael EspindolaFix relative relocations. This is sufficient for runnin...
2011-04-21 Devang PatelAs per ARM docs, register Dx is described as DW_OP_regx...
2011-04-21 Devang PatelAdd comment in output stream.
2011-04-21 Daniel DunbarRevert r1296656, "Fix rdar://9289512 - not folding...
2011-04-21 Justin HolewinskiPTX: Expand useable register space
2011-04-21 Che-Liang Chiouptx: fix parameter ordering
2011-04-21 Che-Liang Chiouptx: PTXMachineFunctionInfo no longer sort registers...
2011-04-21 Jakob Stoklund... Don't allow per-register spill size and alignment.
2011-04-21 Nick LewyckyIn gcov profiling, give all functions an extra unified...
2011-04-21 Nick LewyckyFix think-o: emit all 8 bytes of the EOF marker. Also...
2011-04-21 Nick LewyckyAdd independent controls for whether GCOV profiling...
2011-04-21 Nick LewyckyFix typo in comment.
2011-04-21 NAKAMURA Takumidocs/llvm.css: Introduce cascading style <div> and...
2011-04-21 NAKAMURA Takumidocs/Passes.html: Fix a garbage.
2011-04-20 Nick LewyckyStructs have elements not parameters. I'm surprised...
2011-04-20 Evan ChengRemove -use-divmod-libcall. Let targets opt in when...
2011-04-20 Jakob Stoklund... Add debug output for rematerializable instructions.
2011-04-20 Jakob Stoklund... Permit remat when a virtual register has multiple defs.
2011-04-20 Cameron ZwarichFix another case of <rdar://problem/9184212> that only...
2011-04-20 Cameron ZwarichThe bitcast case here is actually handled uniformly...
2011-04-20 Cameron ZwarichCleanup some code to better use an early return style...
2011-04-20 Stuart HastingsUn-XFAIL this test for ARM. <rdar://problem/7662569>
2011-04-20 Eli FriedmanRevert r129846; it's breaking a buildbot. See
2011-04-20 Jakob Stoklund... Prefer cheap registers for busy live ranges.
2011-04-20 Stuart HastingsExcise unintended hunk in 129858. <rdar://problem...
2011-04-20 Stuart HastingsARM byval support. Will be enabled by another patch...
2011-04-20 Daniel Dunbarsys/Host: Change getHostTriple() to return the full...
2011-04-20 Justin HolewinskiPTX: Add intrinsics to list of built-in intrinsics...
2011-04-20 Rafael EspindolaBehave like gnu as when a relocation crosses sections.
2011-04-20 Che-Liang Chiouptx: add integer div and rem instruction
2011-04-20 Che-Liang Chiouptx: add floating-point comparison to setp
2011-04-20 Che-Liang Chiouptx: fix parameter ordering
2011-04-20 Nick LewyckyThis should always be signed chars, so use int8_t....
2011-04-20 Rafael EspindolaRemove unused arguments.
2011-04-20 Eric ChristopherRewrite the expander for umulo/smulo to remember to...
2011-04-20 Daniel Dunbarllc: Fix a refacto, .loc support didn't work before...
2011-04-20 Sean CallananMade the MC disassembler check before accessing
2011-04-20 Daniel DunbarADT/Triple: Renambe isOSX... methods to isMacOSX for...
2011-04-19 Johnny ChenFix typo in the comment.
2011-04-19 Daniel DunbarADT/Triple: Drop support for -osx style triples, we...
2011-04-19 Daniel DunbarADT/Triple: Add support for Triple::MacOSX per feedback...
2011-04-19 Daniel DunbarADT/Triple: Move a variety of clients to using isOSDarw...
2011-04-19 Daniel DunbarADT/Triple: Add isOSDarwin() and isOSWindows() helper...
2011-04-19 Daniel DunbarADT/Triple: Fix Triple::getArchNameForAssembler to...
2011-04-19 Daniel DunbarTarget/X86: Eliminate uses of getDarwinVers().
2011-04-19 Daniel DunbarTarget/X86: Add getTargetTriple() accessor.
2011-04-19 Daniel DunbarTarget/PPC: Kill off DarwinVers, which is now dead.
2011-04-19 Daniel DunbarTarget/PPC: Eliminate a use of getDarwinVers().
2011-04-19 Daniel DunbarTarget/PPC: Add a TargetTriple field.
2011-04-19 Chris Lattneradd a helper method.
2011-04-19 Daniel Dunbarllc: Eliminate a use of getDarwinMajorNumber().
2011-04-19 Daniel DunbarTarget: Eliminate a use of getDarwinMajorNumber().
2011-04-19 Daniel DunbarCodeGen: Eliminate a use of getDarwinMajorNumber().
2011-04-19 Daniel DunbarADT/Triple: Add helper function for OS X version checks.
2011-04-19 Daniel DunbarADT/Triple: Add isOSVersionLT helper function.
2011-04-19 Daniel DunbarADT/Triple: Generalize and simplify getDarwinNumber...
2011-04-19 Daniel DunbarADT/Triple: Add support for more explicit "osx" and...
2011-04-19 Stuart HastingsDelete unnecessary variable. <rdar://problem/7662569>
2011-04-19 Eric ChristopherRemove some duplicate op action entries and reorganize.
2011-04-19 Bob WilsonThis patch combines several changes from Evan Cheng...
2011-04-19 Bob WilsonAdd -mcpu=cortex-a9-mp. It's cortex-a9 with MP extensio...
2011-04-19 Bob WilsonAvoid some 's' 16-bit instruction which partially updat...
2011-04-19 Bob WilsonAvoid write-after-write issue hazards for Cortex-A9.
2011-04-19 Bob WilsonSome single-precision VFP instructions can execute...
2011-04-19 Bob WilsonImprovements for the Cortex-A9 scheduling itineraries.
2011-04-19 Eli FriedmanAdd support for FastISel'ing varargs calls.
2011-04-19 Jakob Stoklund... Force the greedy register allocator to be linked alongs...
2011-04-19 Eli FriedmanSelectBasicBlock is rather slow even when it doesn...
2011-04-19 Stuart HastingsSupport nested CALLSEQ_BEGIN/END; necessary for ARM...
2011-04-19 Jay FoadTrivial simplification.
2011-04-19 Jakob Stoklund... Tighten test case a bit.
2011-04-19 Chris LattnerImplement support for x86 fastisel of small fixed-sized...
2011-04-19 Chris Lattnertidy up
2011-04-19 Chris LattnerImplement support for fast isel of calls of i1 argument...
2011-04-19 Chris LattnerHandle i1/i8/i16 constant integer arguments to calls...
2011-04-19 Chris Lattnerbe layout aware, to produce:
2011-04-19 Chris Lattnerfix rdar://9297006 - fast isel bails out on trunc to...
2011-04-19 Evan ChengChange A9 scheduling itineraries VLD* / VST* entries...
2011-04-19 Jakob Stoklund... Make tests register allocation independent again.
2011-04-19 Evan ChengDo not lose mem_operands while lowering VLD / VST intri...
2011-04-19 Francois PichetDisable warning C4181: "qualifier applied to reference...
2011-04-18 NAKAMURA Takumidocs: Use <Hn> as Heading elements instead of <DIV...
next