Refactor FunctionImporter::importFunctions with a helper function to process the...
[oota-llvm.git] / lib /
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 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 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 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 Rafael EspindolaAlso copy private linkage globals when needed.
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 Michael ZuckermanBy intel spec
2015-12-02 Christof Douma[AArch64]: Add support for Cortex-A35
2015-12-02 Nemanja IvanovicPatch to fix a crash in the PowerPC back end due to...
2015-12-02 Hrvoje Varga[mips][microMIPS] Implement PREPEND, RADDU.W.QB, RDDSP...
2015-12-02 Simon Pilgrim[X86][FMA] Optimize FNEG(FMUL) Patterns
2015-12-02 Elena DemikhovskyAVX-512: Updated cost of FP/SINT/UINT conversion operations
2015-12-02 Asaf Badouh[X86][AVX512] add comi with Sae
2015-12-02 David Blaikie[llvm-dwp] Don't rely on implicit move assignment opera...
2015-12-02 Akira Hatanaka[AttributeSet] Overload AttributeSet::addAttribute...
2015-12-02 Craig Topper[X86] Change getZeroVector to take an MVT instead of...
2015-12-02 David Blaikie[llvm-dwp] Emit a rather fictional debug_cu_index
2015-12-02 Craig Topper[X86] Fix weird identation. NFC
2015-12-02 Mehdi AminiChange ModuleLinker to take a set of GlobalValues to...
2015-12-02 Kostya Serebryany[libFuzzer] add a test that is built with -fsanitize...
2015-12-02 Kostya Serebryany[sanitizer coverage] when adding a bb trace instrumenta...
2015-12-02 Quentin Colombet[X86] Fix a think-o when checking if the eflags needs...
2015-12-02 Mehdi AminiModify FunctionImport to take a callback to load modules
2015-12-02 Quentin Colombet[X86] Make sure the prologue does not clobber EFLAGS...
2015-12-02 Tim NorthoverAArch64: fix 128-bit shifts
2015-12-01 Rafael EspindolaUse default member initializers.
2015-12-01 Matt ArsenaultAMDGPU: Error on addrspacecasts that aren't actually...
2015-12-01 Matt ArsenaultAMDGPU: Implement isNoopAddrSpaceCast
2015-12-01 Rafael EspindolaRemove unnecessary getter.
2015-12-01 Rafael EspindolaPass down the dst GV to linkGlobalValueBody. NFC.
2015-12-01 Cong HouFix a bug in IfConversion.cpp.
2015-12-01 Matthias BraunARM: Change ArchCheck field to uint64_t
2015-12-01 Matt ArsenaultAMDGPU: Disallow flat_scr in SI assembler
2015-12-01 Xinliang David Li[PGO] Add support for reading multiple versions of...
2015-12-01 Rafael EspindolaDelete unused includes.
2015-12-01 Justin BognerIR: Clean up some duplicated code in ConstantDataSequen...
2015-12-01 Rafael Espindolaclang-format LinkModules.cpp.
2015-12-01 Sanjay Pateluse range-based for loops; NFCI
2015-12-01 Matt ArsenaultAMDGPU: Optimize VOP2 operand legalization
2015-12-01 Rafael EspindolaUse references now that it is natural to do so.
2015-12-01 Quentin Colombet[X86] Make sure the prologue does not clobber EFLAGS...
2015-12-01 Xinliang David LiUse nullptr (NFC)
2015-12-01 Sanjay Pateldon't repeat function/variable names in comments; NFC
2015-12-01 Artyom SkrobovFix Thumb1 epilogue generation
2015-12-01 Sanjay Patelfix typo; NFC
2015-12-01 Weiming Zhao[AArch64] Fix a corner case in BitFeild select
2015-12-01 Matt ArsenaultAMDGPU: Report extractelement as free in cost model
2015-12-01 Keno Fischer[Verifier] Improve error for cross-module refs
2015-12-01 Rafael EspindolaDelete dead code.
2015-12-01 Rafael EspindolaUse a forwarding constructor instead of an init method.
2015-12-01 Rafael EspindolaDelete the setModule method from the Linker.
2015-12-01 Tom StellardAMDGPU/SI: Remove REGISTER_STORE/REGISTER_LOAD code...
2015-12-01 Tom StellardAMDGPU: Use the default strings for data emission direc...
2015-12-01 Sanjay Patel[x86] add a convenience method to check for FMA capabil...
2015-12-01 Rafael EspindolaMake appending var linking less of a special case.
2015-12-01 Teresa Johnson[ThinLTO] Wrap dbgs() output in DEBUG macro
2015-12-01 Teresa Johnson[ThinLTO] Remove stale comment (NFC)
2015-12-01 Rafael EspindolaBring r254336 back:
2015-12-01 Chad Rosier[LIR] Push check into helper function. NFC.
2015-12-01 Elena DemikhovskyAVX-512: fixed asm string of vsqrtss
2015-12-01 Elena DemikhovskyFixed a failure in getSpaltValue()
2015-12-01 Elena DemikhovskyFixed a failure in cost calculation for vector GEP
2015-12-01 Hrvoje Varga[mips][microMIPS] Implement RECIP.fmt, RINT.fmt, ROUND...
2015-12-01 Yury GribovIntroduce new @llvm.get.dynamic.area.offset.i{32, 64...
2015-12-01 Cong HouAllow known and unknown probabilities coexist in MBB...
2015-12-01 Oliver Stannard[AArch64] Add ARMv8.2-A Statistical Profiling Extension
2015-12-01 Oliver Stannard[ARM] Add ARMv8.2-A to TargetParser
2015-12-01 Oliver Stannard[ARM] Add subtarget features for ARMv8.2-A
2015-12-01 Sanjoy DasIntroduce a range version of std::find, and use in...
2015-12-01 Sanjoy DasIntroduce a range version of std::any_of, and use it...
2015-12-01 Craig Topper[X86] Fix patterns for memory forms of FP FSUBR and...
next