oota-llvm.git
2015-11-21 Teresa JohnsonMove new assert to correct location
2015-11-21 Kostya Serebryany[libFuzzer] don't crash when reporting a leak in test_s...
2015-11-21 Davide Italiano[llvm-rtdyld] Use report_fatal_error().
2015-11-21 Matthias BraunARMLoadStoreOptimizer: Cleanup isMemoryOp(); NFC
2015-11-21 Teresa Johnsonllvm-link option and test for recent metadata mapping bug
2015-11-20 Vinicius TintiTest commit
2015-11-20 Davide Italiano[llvm-rtdyld] Message() is used only once. Inline....
2015-11-20 Rong XuAdd some constantness to GetSuccessorNumber().
2015-11-20 NAKAMURA TakumiMove free-zext.ll to llvm/test/Transforms/CodeGenPrepar...
2015-11-20 Eric ChristopherPower8 and later support fusing addis/addi and addis...
2015-11-20 Owen AndersonFix another infinite loop in Reassociate caused by...
2015-11-20 Geoff Berry[CodeGenPrepare] Create more extloads and fewer ands
2015-11-20 Chris Bieneman[CMake] Fix handling of passing through semi-colon...
2015-11-20 Arnaud A. de... [ShrinkWrap] Teach ShrinkWrap to handle targets requiri...
2015-11-20 Diego NovilloSamplePGO - Tweak RUN command for a test. NFC.
2015-11-20 Diego NovilloSamplePGO - Do not count never-executed inlined functio...
2015-11-20 Jun Bum Lim[AArch64]Merge narrow zero stores to a wider store
2015-11-20 Eric ChristopherWeak non-function symbols were being accessed directly...
2015-11-20 Krzysztof Parzyszek[Hexagon] Fix the return value from HexagonGenInsert...
2015-11-20 Bill SeurerFix test case label check
2015-11-20 Reid KlecknerFix the Windows build, include <tuple> for std::tie
2015-11-20 Tilmann SchellerRevert "[FunctionAttrs] Remove redundant assignment."
2015-11-20 Nathan Slingerland[llvm-profdata] Add merge() to InstrProfRecord
2015-11-20 Artyom SkrobovAvoid duplicate entry for cortex-a7 in the TargetParser...
2015-11-20 Artyom SkrobovHandle ARMv6-J as an alias, instead of fake architecture
2015-11-20 Diego NovilloSamplePGO - Add line offset and discriminator informati...
2015-11-20 Teresa Johnson[ThinLTO] Add MODULE_CODE_METADATA_VALUES record
2015-11-20 Tilmann Scheller[Hexagon] Remove redundant assignment.
2015-11-20 Daniel SandersPartially revert r253662: some unrelated work was accid...
2015-11-20 Daniel SandersRevert the revert 253497 and 253539 - These commits...
2015-11-20 Tilmann Scheller[FunctionAttrs] Remove redundant assignment.
2015-11-20 Tilmann Scheller[Hexagon] Remove redundant local variable.
2015-11-20 Daniel SandersRevert 253497 and 253539 to try to fix clang-cmake...
2015-11-20 Owen AndersonFix a pair of issues that caused an infinite loop in...
2015-11-20 Craig TopperUse range-based for loops. NFC
2015-11-20 Hrvoje Varga[mips][microMIPS] Implement MUL[_S].PH, MULEQ_S.W.PHL...
2015-11-20 Dan Gohman[WebAssembly] Remove the AsmPrinter code for printing...
2015-11-20 Dan Gohman[WebAssembly] Add a few open tasks to the target README...
2015-11-20 Dan Gohman[WebAssembly] Rename SWITCH to TABLESWITCH to match...
2015-11-20 Dan Gohman[WebAssembly] Remove done items from the README.txt.
2015-11-20 Dan Gohman[WebAssembly] Add asserts that the expression stack...
2015-11-20 Dan Gohman[WebAssemby] Enforce FIFO ordering for instructions...
2015-11-20 Peter CollingbourneScalarEvolution: do not set nuw when creating exprs...
2015-11-20 Eric ChristopherSplit the argument unscheduling loop in the WebAssembly...
2015-11-20 Tobias Edler... [LTO] Add options to llvm-lto to select output format...
2015-11-19 Tobias Edler... [LTO] Add option to emit assembly from LTOCodeGenerator
2015-11-19 Eric ChristopherFix a [-Werror,-Wcovered-switch-default] warning by...
2015-11-19 Reid Kleckner[WinEH] Disable most forms of demotion
2015-11-19 Dan Gohman[WebAssembly] Implement isCheapToSpeculateCtlz and...
2015-11-19 Arch D. RobisonCleanup some -Wundef warnings in include/llvm/Support...
2015-11-19 Diego NovilloSamplePGO - Tweak debugging output for function samples...
2015-11-19 Simon Pilgrim[X86][SSE4A] Fix issue with EXTRQI shuffles not startin...
2015-11-19 Sanjay Patel[InstCombine] add tests to show missing trunc optimizations
2015-11-19 Reid KlecknerFix UMRs in Mips disassembler on invalid instruction...
2015-11-19 Simon Pilgrim[X86] Use existing MachineInstrBuilder::addDisp to...
2015-11-19 Davide ItalianoFollow up to r253591. Turn into an assertion.
2015-11-19 Chad Rosier[LIR] Update some comments. NFC.
2015-11-19 Sanjay Patel[InstCombine] add tests to show missing bitcast optimiz...
2015-11-19 Krzysztof ParzyszekExpand subregisters in MachineFrameInfo::getPristineRegs
2015-11-19 Dehao ChenFix the debug build breakage that getDiscriminator...
2015-11-19 Michael ZolotukhinRevert r253253 and r253126: "Don't recompute LCSSA...
2015-11-19 Dehao ChenReimplement discriminator assignment algorithm.
2015-11-19 Davide Italiano[AddressSanitizer] assert(false) -> llvm_unreachable...
2015-11-19 Jun Bum Lim [AArch64] Refactoring aarch64-ldst-opt. NCF.
2015-11-19 Chad Rosier[LIR] Fix 80-column from previous commit.
2015-11-19 Chad Rosier[LIR] Sink checks into function to enable future refact...
2015-11-19 James Molloy[GlobalOpt] Localize some globals that have non-instruc...
2015-11-19 Sanjay Patelupdate comment and error message; NFC
2015-11-19 Chad Rosier[LIR] Use the more appropriate method. NFC.
2015-11-19 Jun Bum Lim[AArch64]Extend merging narrow loads into a wider load
2015-11-19 Sanjay Patelthis new test file was accidentally left out of r253573
2015-11-19 Sanjay Patel[CGP] despeculate expensive cttz/ctlz intrinsics
2015-11-19 Hans WennborgX86: More efficient legalization of wide integer compares
2015-11-19 NAKAMURA TakumiTargetParser.cpp: Fixup -- StringRef::startswith()...
2015-11-19 Mehdi AminiRemove unused function parameter (NFC)
2015-11-19 Diego NovilloSamplePGO - Sort samples by source location when emitti...
2015-11-19 Zoran Jovanovic[mips] Add tests for ROL and ROR macros expansion
2015-11-19 NAKAMURA Takumillvm/lib/Support/TargetParser.cpp: Rework llvm::ARM...
2015-11-19 Chad Rosier[LV] Add a helper function, isReductionVariable. NFC.
2015-11-19 Zoran Jovanovic[mips] Expansion of ROL and ROR macros
2015-11-19 Elena DemikhovskyAVX-512: Fixed COPY_TO_REGCLASS for mask registers
2015-11-19 Artyom SkrobovRemoving specific target from the generic test
2015-11-19 Simon Pilgrim[X86][AVX] Fix lowering of X86ISD::VZEXT_MOVL for 128...
2015-11-19 Alexey BataevAlternative to long nops for X86 CPUs, by Andrey Turetsky
2015-11-19 Dan Liew[lit] Fix bug when using Python3 where a failing test...
2015-11-19 NAKAMURA Takumigold-plugin.cpp: Fix diagnosticHandler corresponding...
2015-11-19 James Molloy[FunctionAttrs] Provide a mechanism for adding function...
2015-11-19 Igor BregerAVX512: Implemented encoding, intrinsics and DAG loweri...
2015-11-19 Igor BregerAVX512: Implemented encoding for the vmovss.s and vmovs...
2015-11-19 Igor BregerAVX512: Implemented encoding for the follow instructions.
2015-11-19 Elena DemikhovskyPointers in Masked Load, Store, Gather, Scatter intrinsics
2015-11-19 Pete CooperRevert "Change memcpy/memset/memmove to have dest and...
2015-11-19 Mehdi AminiDo not require a Context to extract the FunctionIndex...
2015-11-19 Nathan Slingerland[Support] Disable SaturatingMultiply() unit test while...
2015-11-19 Weiming ZhaoFix bug 25440: GVN assertion after coercing loads
2015-11-19 Reid KlecknerFix UMR in llvm-nm on IR object files in printDarwinSymbol
2015-11-19 Quentin Colombet[X86] Enable shrink-wrapping by default.
2015-11-19 Cong HouFix several long lines (>80) in LoopVectorize.cpp....
2015-11-19 Reid KlecknerDon't search for third party libraries while using...
2015-11-19 Reid KlecknerDisable Go bindings test with MSan, it has tons of...
next