oota-llvm.git
2015-12-04 Justin BognerIR: Use format_hex instead of handrolling the conversio...
2015-12-04 Nathan SlingerlandRevert "[llvm-profdata] Add support for weighted merge...
2015-12-04 Junmo Parkgit-svn-id: https://llvm.org/svn/llvm-project/llvm...
2015-12-04 NAKAMURA TakumiMove llvm/test/CodeGen/Generic/function-alias.ll to...
2015-12-04 Quentin Colombet[ARM] When a bitcast is about to be turned into a VMOVD...
2015-12-04 Matthias BraunScheduleDAGInstrs: Rework schedule graph builder.
2015-12-04 Matthias Braunraw_ostream: << operator for callables with raw_ostream...
2015-12-04 JF BastienX86InstrInfo::copyPhysReg: workaround reg liveness
2015-12-04 Justin BognerIR: Update a comment and a bool that've been out of...
2015-12-04 Xinliang David Li[PGO] Unify VP data format between raw and indexed...
2015-12-04 Evgeniy StepanovFix function-alias.ll test on non-X86 targets.
2015-12-04 Rafael EspindolaSimplify the error handling in llvm-lto a bit.
2015-12-04 Evgeniy StepanovEmit function alias to data as a function symbol.
2015-12-04 Cong HouDon't punish vectorized arithmetic instruction whose...
2015-12-04 Nathan Slingerland[llvm-profdata] Add support for weighted merge of profi...
2015-12-04 Kevin B. Smith[CodeGen] Minor correction to comment on PhysRegInfo.
2015-12-03 Rafael EspindolaSimplify since this function never fails.
2015-12-03 JF BastienCodeGen peephole: fold redundant phys reg copies
2015-12-03 Justin BognerAsmPrinter: Simplify emitting FP elements in sequential...
2015-12-03 Dan Gohman[WebAssembly] Fix dominance check for PHIs in the Store...
2015-12-03 Matthias BraunRevert "raw_ostream: << operator for callables with...
2015-12-03 Chris Bieneman[CMake] Fixing bots
2015-12-03 Chris Bieneman[CMake] set_target_properties doesn't append link flags
2015-12-03 David Majnemer[Analysis] Become aware of MSVC's new/delete functions
2015-12-03 Matthias Braunraw_ostream: << operator for callables with raw_stream...
2015-12-03 Davide Italiano[llvm-objdump] Use report_fatal_error() if we can't...
2015-12-03 Chih-Hung Hsieh[X86] Part 1 to fix x86-64 fp128 calling convention.
2015-12-03 Colin LeMahieu[Hexagon] Adding shuffling resources for HVX instructio...
2015-12-03 Keno Fischer[RuntimeDyld] DenseMap -> std::unordered_map
2015-12-03 Easwaran RamanInterface to attach maximum function count from PGO...
2015-12-03 Reid Kleckner[X86] Put no-op ADJCALLSTACK markers around all dynamic...
2015-12-03 Chris Bieneman[CMake] Removing an unnecessary layer of variable indir...
2015-12-03 Andrew KaylorMove branch folding test to a better location.
2015-12-03 Andrew KaylorFix buildbot failures
2015-12-03 Rafael EspindolaSimplify test. NFC.
2015-12-03 Easwaran RamanTest commit.
2015-12-03 Andrew Kaylor[WinEH] Avoid infinite loop in BranchFolding for multip...
2015-12-03 Chris Bieneman[CMake] Add option LLVM_EXTERNALIZE_DEBUGINFO
2015-12-03 David Blaikiedwarfdump: Correctly indentify the indicies for DWP...
2015-12-03 Teresa Johnson[ThinLTO] Appending linkage fixes
2015-12-03 Krzysztof Parzyszek[Hexagon] Remove variable unused in NDEBUG build
2015-12-03 Matthias BraunAArch64FastISel: Use cbz/cbnz to branch on i1
2015-12-03 Krzysztof ParzyszekFriendly takeover of the Hexagon backend
2015-12-03 Krzysztof Parzyszek[Hexagon] Implement CONCAT_VECTORS for HVX using V6_vco...
2015-12-03 Colin LeMahieu[Hexagon] NFC Using canonicalizePacket to compound...
2015-12-03 Rafael EspindolaSimplify ValueMap handling.
2015-12-03 Krzysztof Parzyszek[Hexagon] Fix instruction descriptor flags for memory...
2015-12-03 Rafael EspindolaDon't pass member variables to member functions. NFC.
2015-12-03 Rafael EspindolaDelete dead code.
2015-12-03 Marina Yatsina[X86] MS inline asm: produce error when encountering...
2015-12-03 Zlatko Buljan[mips][DSP] Add DSPr1 and DSPr2 tests for the standard...
2015-12-03 Marina Yatsina[X86] Add support for fcomip, fucomip for Intel syntax
2015-12-03 Andy GibbsFix class SCEVPredicate has virtual functions and acces...
2015-12-03 Craig Topper[TableGen] Remove an assumption about the order of...
2015-12-03 Tom StellardAMDGPU/SI: Emit constant arrays in the .hsrodata_readon...
2015-12-03 Matthias BraunRevert "ScheduleDAGInstrs: Rework schedule graph builder."
2015-12-03 Mehdi Aminiclang-format FunctionImport after refactoring (NFC)
2015-12-03 Mehdi AminiRename Set variable to be plural
2015-12-03 Mehdi AminiRefactor FunctionImporter::importFunctions with a helpe...
2015-12-03 Mehdi AminiAdapt comment and rename variable in ModuleLinker to...
2015-12-03 Mehdi AminiRemove "ExportingModule" from ThinLTO Index (NFC)
2015-12-03 Joerg SonnenbergerAdd a TODO item that the nop handling before FP conditi...
2015-12-03 Matthias BraunScheduleDAGInstrs: Rework schedule graph builder.
2015-12-03 Matthias BraunRegisterPressure: Use range based for, fix else style...
2015-12-03 Xinliang David Li[PGO] Add v2 format compatibility test
2015-12-03 Justin BognerMC: Make sure to clear *all* of MCMachOStreamer's state
2015-12-03 Derek Schuff[WebAssembly] Add a test for wasm-store-results pass
2015-12-02 Dan Gohman[WebAssembly] Assert that byval and nest are not used...
2015-12-02 David MajnemerRename a header guard to be more appropriate
2015-12-02 David MajnemerForgot to add this file with r254562.
2015-12-02 Krzysztof Parzyszek[Hexagon] Improve lowering of instructions to the MC...
2015-12-02 David MajnemerMove EH-specific helper functions to a more appropriate...
2015-12-02 Alexey SamsonovFixup for r254547: use format_hex() to simplify code.
2015-12-02 Rafael EspindolaSwitch the linker to having a whitelist of GVs.
2015-12-02 Mike AizatskyLibfuzzer: do not pass null into user function
2015-12-02 Reid KlecknerUse std::string instead of strdup() and free() in WinCo...
2015-12-02 Rafael EspindolaDelete what is now duplicated code.
2015-12-02 David Blaikie[llvm-dwp] Include only the non-empty columns in the...
2015-12-02 Xinliang David Li[PGO] Allow input value node list to be null
2015-12-02 Cong HouFix a typo in LoopVectorize.cpp. NFC.
2015-12-02 Alexey Samsonov[PowerPC] Remove wild call to RegScavenger::initRegState().
2015-12-02 Alexey Samsonov[Hexagon] Remove std::hex in favor of format().
2015-12-02 Kyle ButtTests: PPC: remove unnecessary metadata. NFC
2015-12-02 Rafael EspindolaAlso copy private linkage globals when needed.
2015-12-02 Alexey SamsonovRe-enable UBSan tests for SystemZ: PR20980 was fixed.
2015-12-02 Rafael EspindolaDon't copy information from aliasee to alias.
2015-12-02 Tom StellardAMDGPU/SI: Correctly emit agent global segment variable...
2015-12-02 Krzysztof Parzyszek[Hexagon] Remove TFRI_V4 instruction, use existing...
2015-12-02 Rafael EspindolaFix linking when we copy over only a decl.
2015-12-02 Kyle Butt[CodeGen]: Fix bad interaction with AntiDep breaking...
2015-12-02 Kyle ButtTest Commit: iteratee
2015-12-02 Fiona GlaserFix accidental off by one change
2015-12-02 Tom StellardAMDGPU: Fix msan test failure
2015-12-02 Fiona GlaserScheduler / Regalloc: use unique_ptr[] instead of std...
2015-12-02 Nathan Slingerland[llvm-profdata] Change instr prof counter overflow...
2015-12-02 Tim NorthoverAArch64: use ldxp/stxp pair to implement 128-bit atomic...
2015-12-02 Dan Gohman[WebAssembly] Fix comments to say "LIFO" instead of...
2015-12-02 Tom StellardAMDGPU/SI: Don't emit group segment global variables
2015-12-02 David MajnemerDo (A == C1 || A == C2) -> (A & ~(C1 ^ C2)) == C1 rathe...
2015-12-02 Rafael EspindolaAdd an interesting case we already get right.
next