[llvm-rtdyld] Use report_fatal_error().
[oota-llvm.git] / lib /
2015-11-21 Matthias BraunARMLoadStoreOptimizer: Cleanup isMemoryOp(); NFC
2015-11-20 Vinicius TintiTest commit
2015-11-20 Rong XuAdd some constantness to GetSuccessorNumber().
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 Arnaud A. de Grand... [ShrinkWrap] Teach ShrinkWrap to handle targets requiri...
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 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 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-19 Tobias Edler von... [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 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 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 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 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 Diego NovilloSamplePGO - Sort samples by source location when emitti...
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 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 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 Weiming ZhaoFix bug 25440: GVN assertion after coercing loads
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-18 Davide Italiano[SimplifyLibCalls] New trick: pow(x, 0.5) -> sqrt(x...
2015-11-18 Quentin Colombet[AArch64] Enable shrink-wrapping by default.
2015-11-18 Mehdi AminiFix returned value for GVN: could return "false" even...
2015-11-18 Xinliang David LiMinor cleanups (from review feedback)
2015-11-18 Davide Italiano[BuildLibCalls] EmitStrNLen() is dead code. Garbage...
2015-11-18 Pete CooperChange memcpy/memset/memmove to have dest and source...
2015-11-18 Simon Pilgrim[DAGCombiner] Vector constant folding for comparisons
2015-11-18 Tim NorthoverARM: make sure backend is consistent about exception...
2015-11-18 Mike AizatskyDisable gvn non-local speculative loads under asan.
2015-11-18 Betul Buyukkurt[PGO] Value profiling support
2015-11-18 Matthew Simpson[Aarch64] Add cost for missing extensions.
2015-11-18 Dan Gohman[WebAssembly] Add more whitespace characters to prettif...
2015-11-18 Bradley Smith[ARM] Add +feature names to TargetParser extensions...
2015-11-18 Dan Gohman[WebAssembly] Add some spaces to the assembly output...
2015-11-18 Dan Gohman[WebAssembly] Enable register coloring and register...
2015-11-18 Manuel KlimekFix bug where WinCOFFObjectWriter would assume starting...
2015-11-18 Jonas Paulsson[SelectionDAGBuilder] Make sure DemoteReg ends up in...
2015-11-18 Igor LaevskyRevert "Revert "Strip metadata when speculatively hoist...
2015-11-18 James Molloy[LTO] Add an early run of functionattrs
2015-11-18 Asaf Badouh[X86][AVX512CD] add mask broadcast intrinsics
2015-11-18 Igor BregerAVX512: Implemented encoding for vpextrw.s instruction.
2015-11-18 Sanjoy Das[OperandBundles] Tighten OperandBundleDef's interface...
2015-11-18 Hrvoje Varga[mips][microMIPS] Implement DPS.W.PH, DPSQ_S.W.PH,...
2015-11-18 Craig TopperReplace dyn_cast with isa in places that weren't using...
next