oota-llvm.git
2015-08-21 NAKAMURA TakumiRevert r245635, "[InstCombine] Transform A & (L - 1...
2015-08-21 Mohammad ShahidTest Commit: Reformats 2 lines in LangRef.rst
2015-08-21 Peter CollingbourneLinker: Remove empty destructor.
2015-08-21 Peter CollingbourneLTO: Simplify ownership of LTOCodeGenerator::TargetMach.
2015-08-21 Peter CollingbourneLTO: Simplify ownership of LTOCodeGenerator::CodegenOpt...
2015-08-21 James Y Knight[Sparc] Support user-specified stack object overalignment.
2015-08-21 Peter CollingbourneTransformUtils: Introduce module splitter.
2015-08-21 NAKAMURA TakumiSparcAsmParser.cpp: Appease msc x86.
2015-08-21 Matthias BraunAArch64: Fix testcase of r245640
2015-08-21 Michael Zolotukhin[SLP] Add one more test case for propagating 'nontempor...
2015-08-21 Adrian Prantldelete more dead code from this testcase.
2015-08-20 Adrian PrantlFurther reduce the IR in this testcase based on a furth...
2015-08-20 Matthias BraunAArch64: Fix cmp;ccmp ordering
2015-08-20 Matthias BraunAArch64: Do not create CCMP on multiple users.
2015-08-20 David Majnemer[InstSimplify] add nuw %x, C2 must be at least C2
2015-08-20 Dan Gohman[WebAssembly] Mark more operators as Expand.
2015-08-20 Sanjoy Das[InstCombine] Transform A & (L - 1) u< L --> L != 0
2015-08-20 Michael Zolotukhin[SLP] Propagate 'nontemporal' attribute into vectorized...
2015-08-20 Michael Zolotukhin[LoopVectorize] Propagate 'nontemporal' attribute into...
2015-08-20 Adrian PrantlRename Instruction::dropUnknownMetadata() to dropUnknow...
2015-08-20 Ahmed Bougacha[X86] Look for scalar through one bitcast when lowering...
2015-08-20 Ahmed Bougacha[X86] Add some broadcast-from-memory tests.
2015-08-20 Jingyue Wu[NVPTX] truncating 64-bit to 32-bit is free
2015-08-20 Ahmed Bougacha[X86] Replace avx2 broadcast intrinsics with native IR.
2015-08-20 Adhemerval... [asan] Add ASAN support for AArch64 42-bit VMA
2015-08-20 Jingyue Wu[ValueTracking] computeOverflowForSignedAdd and isKnown...
2015-08-20 Bruno Cardoso... [LVI] Avoid iterator invalidation in LazyValueInfoCache...
2015-08-20 Adrian PrantlFix a bug that caused SimplifyCFG to drop DebugLocs.
2015-08-20 Adrian PrantlFix a debug location handling bug in GVN.
2015-08-20 Adam Nemet[LVer] Fix FIXME: hide addPHINodes, NFC
2015-08-20 James Molloy[ARM] Don't try and custom lower a vNi64 SETCC.
2015-08-20 Rafael EspindolaFix symbol value computation when part of the expressio...
2015-08-20 Douglas Katzman[Sparc]: correct the 'set' synthetic instruction
2015-08-20 Balaram MakamOptimize bitwise even/odd test (-x&1 -> x&1) to not...
2015-08-20 Zoran Jovanovic[mips][microMIPS] Add microMIPS32r6 and microMIPS64r6...
2015-08-20 Marina Yatsina[X86] Fix FBLD and FBSTP
2015-08-20 Marina Yatsina[X86] Fix bug in COMISD and COMISS definition in td...
2015-08-20 Benjamin KramerMake helper functions static. NFC.
2015-08-20 David Majnemer[X86] Fix the (shl (and (setcc_c), c1), c2) -> (and...
2015-08-20 Bjorn SteinbrinkRevert "[DSE] Enable removal of lifetime intrinsics...
2015-08-20 Bjorn Steinbrink[DSE] Enable removal of lifetime intrinsics in terminat...
2015-08-20 Chandler Carruth[ARC] Pull the ObjC ARC components that really serve...
2015-08-20 Hal Finkel[PowerPC] Fix value type on XVCMPEQDP for v2f64 comparisons
2015-08-20 Hal Finkel[PowerPC] Fix the int2fp(fp2int(x)) DAGCombine to ignor...
2015-08-20 Alex LorenzMIR Serialization: Use the global value syntax for...
2015-08-20 Alex LorenzMIR Serialization: Change syntax for the call entry...
2015-08-19 Alex LorenzFix test failure introduced by r245521.
2015-08-19 Alex LorenzMIR Serialization: Serialize unnamed local IR values...
2015-08-19 Alex LorenzMIR Parser: parseIRValue should take in a constant...
2015-08-19 Alex LorenzMIR Printer: Extract the code that prints IR slots...
2015-08-19 David BlaikieAllow Optionals to be compared to None
2015-08-19 NAKAMURA Takumi[CMake] Kaleidoscope-Ch2: Don't pass -Wno-unused-privat...
2015-08-19 Sanjay Patel[x86] enable machine combiner reassociations for scalar...
2015-08-19 Sanjay Patel[x86] enable machine combiner reassociations for scalar...
2015-08-19 Simon Pilgrim[DAGCombiner] Added SMAX/SMIN/UMAX/UMIN constant folding
2015-08-19 Juergen Ributzka[AArch64][FastISel] Don't fold shifts with UB.
2015-08-19 David Majnemer[X86] Emit more efficient >= comparisons against 0
2015-08-19 Dan Gohman[WebAssembly] Use the default alignment for SIMD types.
2015-08-19 Simon Pilgrim[DAGCombiner] Fold CONCAT_VECTORS of EXTRACT_SUBVECTOR...
2015-08-19 David MajnemerReplace some calls to isa<LandingPadInst> with isEHPad()
2015-08-19 Paul RobinsonMinor tidying of regex in a test
2015-08-19 Douglas Katzman[Sparc]: asm-only support for the ldstub instruction.
2015-08-19 Alex LorenzMIR Parser: Rename 'MachineOperandWithLocation' to...
2015-08-19 Alex LorenzMIR Serialization: Serialize instruction's register...
2015-08-19 Nemanja IvanovicTemporary fix for the self-host failures introduced...
2015-08-19 Alex LorenzMIR Serialization: Serialize defined registers that...
2015-08-19 Bruno Cardoso... [PeepholeOptimizer] Look through PHIs to find additiona...
2015-08-19 Douglas Katzman[SPARC] Enable writing to floating-point-state register.
2015-08-19 Lang Hames[Kaleidoscope] More inter-chapter diff reduction.
2015-08-19 Vedant Kumar[docs] Fix minor typo in CodingStandards.rst
2015-08-19 Lang Hames[Kaleidoscope] Clang-format the Kaleidoscope tutorials.
2015-08-19 Ahmed Bougacha[AArch64] Improve short-form diags on long-form Match_I...
2015-08-19 Hal Finkel[SCEV] Fix GCC 4.8.0 ICE in lambda function
2015-08-19 Adam Nemet[LAA] Comment how memchecks are codegened
2015-08-19 Renato GolinRevert "[AArch64] Simplify/refactor code to ease code...
2015-08-19 Derek Schuffx32. Fixes a bug in x32 exception handling.
2015-08-19 JF Bastienx32. Fixes jmp %reg in x32
2015-08-19 James Y Knight[Sparc] Rename LoadASR and StoreASR from r245360 to...
2015-08-19 Bruno Cardoso... Revert "[PeepholeOptimizer] Look through PHIs to find...
2015-08-19 James Y Knight[SPARC] Fix BooleanContents, so that select of a trunc...
2015-08-19 Chad Rosier[AArch64] Simplify/refactor code to ease code review...
2015-08-19 Bruno Cardoso... [PeepholeOptimizer] Look through PHIs to find additiona...
2015-08-19 Silviu Baranga[ARM] Add instruction selection patterns for vmin/vmax
2015-08-19 Joerg SonnenbergerMap %fprs to %asr6 in the Sparc assembler parser.
2015-08-19 Daniel SandersEmit <regmask R1 R2 R3 ...> instead of just <regmask...
2015-08-19 Tobias GrosserRevert "[X86] Widen the 'AND' mask if doing so shrinks...
2015-08-19 Michael Kuperstein[X86] Do not lower scalar sdiv/udiv to a shifts + mul...
2015-08-19 Michael Kuperstein[TLI] Refactor "is integer division cheap" queries.
2015-08-19 Alexander KornienkoRemove an empty directory left after r245318.
2015-08-19 Nick LewyckyMore clean up, still NFC. Remove dead variables now...
2015-08-19 Nick LewyckyClean up this file a little. Remove dead casts, casting...
2015-08-19 Ashutosh NemaExposed findDefsUsedOutsideOfLoop as a loop utility...
2015-08-19 Chandler Carruth[LPM] Teach the legacy pass manager to support *using...
2015-08-19 Hal FinkelFix how DependenceAnalysis calls delinearization
2015-08-19 Eric ChristopherRevert "Fix PR24469 resulting from r245025 and re-enabl...
2015-08-19 Hal FinkelMake ScalarEvolution::isKnownPredicate a little smarter
2015-08-19 Chih-Hung HsiehSplit ARM and AArch64 emutls.ll test
2015-08-19 Alex LorenzMIR Serialization: Serialize MMI's variable debug infor...
2015-08-19 Quentin Colombet[BasicAA] Add a test for PR24468 to be sure we won...
2015-08-19 Quentin Colombet[BasicAA] Revert r221876 because it can produce incorre...
next