Add Jade to the list of external projects using LLVM in the release notes.
[oota-llvm.git] / lib /
2013-05-15 Richard Sandiford[SystemZ] Add more future work items to the README
2013-05-15 Timur IskhodzhanovFix build on Windows
2013-05-15 David BlaikieUse only explicit bool conversion operators
2013-05-15 Arnold SchwaighoferLoopVectorize: Fix comments
2013-05-15 Arnold SchwaighoferLoopVectorize: Hoist conditional loads if possible
2013-05-14 Jakob Stoklund OlesenSpeed up Value::isUsedInBasicBlock() for long use lists.
2013-05-14 Sylvestre LedruFix two typo
2013-05-14 Ahmed BougachaObject: Fix Mach-O relocation printing.
2013-05-14 Arnold SchwaighoferARM ISel: Don't create illegal types during LowerMUL
2013-05-14 Manman RenGlobalOpt: fix an issue where CXAAtExitFn points to...
2013-05-14 Eric ChristopherMake getCompileUnit non-const and return the current...
2013-05-14 Bill SchmidtImplement the PowerPC system call (sc) instruction.
2013-05-14 Filip PizloSectionMemoryManager shouldn't be a JITMemoryManager...
2013-05-14 Jyotsna VermaHexagon: Pass to replace tranfer/copy instructions...
2013-05-14 Eric ChristopherReapply "Subtract isn't commutative, fix this for MMX...
2013-05-14 Eric ChristopherTemporarily revert "Subtract isn't commutative, fix...
2013-05-14 Rafael EspindolaFix __clear_cache declaration.
2013-05-14 Eric ChristopherSubtract isn't commutative, fix this for MMX psub.
2013-05-14 Jakob Stoklund OlesenRecognize sparc64 as an alias for sparcv9 triples.
2013-05-14 Jyotsna VermaHexagon: Add patterns to generate 'combine' instructions.
2013-05-14 Jyotsna VermaHexagon: ArePredicatesComplement should not restrict...
2013-05-14 Kai NackeAdd bitcast to store of personality function.
2013-05-14 Bill SchmidtPPC32: Fix stack collision between FP and CR save areas.
2013-05-14 Jyotsna VermaHexagon: Remove dead-code after unconditional return...
2013-05-14 Tom StellardR600/SI: Add processor type for Hainan asic
2013-05-14 Rafael EspindolaDeclare __clear_cache.
2013-05-14 Richard Sandiford[SystemZ] Add disassembler support
2013-05-14 Richard Sandiford[SystemZ] Rework handling of constant PC-relative operands
2013-05-14 Richard Sandiford[SystemZ] Remove bogus isAsmParserOnly
2013-05-14 Richard Sandiford[SystemZ] Match operands to fields by name rather than...
2013-05-14 Richard Sandiford[SystemZ] Match operands to fields by name rather than...
2013-05-14 Michael GottesmanRemoved trailing whitespace.
2013-05-14 Reed KotlerFix typo.
2013-05-14 Reed KotlerRemoved an unnamed namespace and forgot to make two...
2013-05-14 Reed KotlerThis is the first of three patches which creates stubs...
2013-05-14 Akira HatanakaStackColoring: don't clear an instruction's mem operand...
2013-05-14 David BlaikieAssert that DIEEntries are constructed with non-null...
2013-05-14 Arnold SchwaighoferLoopVectorize: Handle loops with multiple forward induc...
2013-05-14 Michael Gottesman[objc-arc-opts] Added debug statements when we set...
2013-05-13 Michael Gottesman[objc-arc-opts] In the presense of an alloca unconditio...
2013-05-13 Matt Beaumont-GayMove a couple more statistics inside '#ifndef NDEBUG'.
2013-05-13 Jack CarterMips assembler: Assembler macro ADDIU $rs,imm
2013-05-13 Michael Gottesman[objc-arc-opts] Add comment to BBState making it clear...
2013-05-13 Bill SchmidtFix goofy commentary in PPCTargetObjectFile.cpp.
2013-05-13 Bill SchmidtPPC64: Constant initializers with dynamic relocations...
2013-05-13 Bob WilsonRemove redundant variable introduced by r181682.
2013-05-13 Michael Gottesman[objc-arc] Move the before optimization statistics...
2013-05-13 Akira Hatanaka[mips] Add option -mno-ldc1-sdc1.
2013-05-13 Shuxin YangFix a bug that APFloat::fusedMultiplyAdd() mistakenly...
2013-05-13 Akira Hatanaka[mips] Define a helper function which creates an instru...
2013-05-13 Akira Hatanaka[mips] Rename functions. No functionality changes.
2013-05-13 Rafael EspindolaRemove unused fields and arguments.
2013-05-13 Mihai PopaThe purpose of the patch is to fix the syntax of ARM...
2013-05-13 Lang HamesCorrectly preserve the input chain for potential tailca...
2013-05-13 Duncan SandsSuppress GCC compiler warnings in release builds about...
2013-05-13 Nadav RotemSLPVectorizer: Swap LHS and RHS. No functionality change.
2013-05-13 Hao LiuFix PR15950 A bug in DAG Combiner about undef mask
2013-05-13 Rafael EspindolaRemove the MachineMove class.
2013-05-12 Nadav RotemSLPVectorizer: Fix a bug in the code that generates...
2013-05-12 Nadav RotemSLPVectorizer: Clear the map that maps between scalars...
2013-05-12 David MajnemerInstCombine: Flip the order of two urem transforms
2013-05-11 Arnold SchwaighoferLoopVectorize: Use the widest induction variable type
2013-05-11 Arnold SchwaighoferLoopVectorize: Use variable instead of repeated functio...
2013-05-11 Arnold SchwaighoferLoopVectorize: Use IRBuilder interface in more places
2013-05-11 Benjamin KramerStringRefize some debug accel table bits.
2013-05-11 David MajnemerInstCombine: Turn urem to bitwise-and more often
2013-05-11 Rafael EspindolaChange getFrameMoves to return a const reference.
2013-05-11 Rafael EspindolaRemove more dead code.
2013-05-10 Rafael EspindolaRemove dead code.
2013-05-10 Nadav RotemSLPVectorizer: Add support for trees with external...
2013-05-10 Nadav RotemAdd a debug print
2013-05-10 Reed KotlerCheckin in of first of several patches to finish implem...
2013-05-10 Jordan RoseMicro-optimization: don't shift an entire bitcode recor...
2013-05-10 David BlaikiePR14492: Debug Info: Support for values of non-integer...
2013-05-10 Jyotsna VermaFix unused variable error.
2013-05-10 Jyotsna VermaHexagon: Fix switch statements in GetDotOldOp and IsNew...
2013-05-10 Jyotsna VermaHexagon: Fix switch cases in HexagonVLIWPacketizer...
2013-05-10 Rafael EspindolaFix the R600 build.
2013-05-10 Chad Rosier[ms-inline asm] Fix a crasher when we fail on a direct...
2013-05-10 Rafael EspindolaRemove unused argument.
2013-05-10 Alexander KornienkoBetter output for long help strings for command-line...
2013-05-10 Rafael EspindolaRemove unused function.
2013-05-10 Benjamin KramerInstCombine: Don't claim to be able to evaluate any...
2013-05-10 Logan ChienImplement AsmParser for ARM unwind directives.
2013-05-10 Benjamin KramerDAGCombiner: Generate a correct constant for vector...
2013-05-10 Benjamin KramerInstCombine: Verify the type before transforming uitofp...
2013-05-10 Tom StellardR600: Remove AMDILPeeopholeOptimizer and replace optimi...
2013-05-10 Tom StellardR600: Expand SUB for v2i32/v4i32
2013-05-10 Tom StellardR600: Expand MUL for v4i32/v2i32
2013-05-10 Tom StellardR600: Expand SRA for v4i32/v2i32
2013-05-10 Tom StellardR600: Expand vselect for v4i32 and v2i32
2013-05-09 Chad Rosier[x86AsmParser] It's valid to stop parsing an operand...
2013-05-09 Owen AndersonTeach SelectionDAG to constant fold all-constant FMA...
2013-05-09 Dmitri GribenkoFix a documentation warning: \bried -> \brief
2013-05-09 Bill WendlingGenerate a compact unwind encoding in the face of a...
2013-05-09 Jyotsna VermaHexagon: Remove switch cases from GetDotNewPredOp and...
2013-05-09 Shuxin Yang[GVN] Split critical-edge on the fly, instead of postpo...
2013-05-09 Jyotsna VermaHexagon: Use relation map for getMatchingCondBranchOpco...
2013-05-09 Bill WendlingSimplify the code a bit.
2013-05-09 Rafael EspindolaDon't replace an alias in llvm.used with its target.
next