[lib/Fuzzer] explain compatibility with AFL
[oota-llvm.git] / lib /
2015-04-10 Jingyue WuDivergence analysis for GPU programs
2015-04-10 David Majnemer[WinEHPrepare] Don't rely on the order of IR
2015-04-10 Hal Finkel[PowerPC] Don't crash on PPC32 i64 fp_to_uint on modern...
2015-04-10 Ahmed Bougacha[AArch64] Promote f16 operations to f32.
2015-04-09 Nemanja IvanovicAdd LLVM support for remaining integer divide and permu...
2015-04-09 Rafael EspindolaSimplify use of formatted_raw_ostream.
2015-04-09 Ahmed Bougacha[CodeGen] Combine concat_vector of trunc'd scalar to...
2015-04-09 Juergen Ributzka[AArch64][FastISel] Fix integer extend optimization.
2015-04-09 Eric ChristopherRemove duplicated code and consolidate initializers.
2015-04-09 Rafael Espindolaclang-format bits of code to make a followup patch...
2015-04-09 Rafael EspindolaRevert "Refactoring and enhancement to FMA combine."
2015-04-09 Rafael EspindolaDefine a function with "... llvm::func...".
2015-04-09 Olivier SallenaveRefactoring and enhancement to FMA combine.
2015-04-09 Duncan P. N. Exon... IR: Preserve use-list order by default in bitcode
2015-04-09 Rafael EspindolaUse a raw_svector_ostream instead of a raw_string_ostream.
2015-04-09 Rafael EspindolaDon't repeat name in comment. NFC.
2015-04-09 Rafael EspindolaMisc cleanup. NFC.
2015-04-09 Rafael EspindolaThis reverts commit r234460 and r234461.
2015-04-09 Javed Absar[ARM] support for Cortex-R4/R4F
2015-04-09 Rafael EspindolaNothing inherits from the asm streamer.
2015-04-09 Toma Tabacu[mips] Refactor saved-registers bitmask creation in...
2015-04-09 Kristof Beyls[AArch64] Add support for dynamic stack alignment
2015-04-09 Lang Hames[AArch64] Remove redundant -march option. Also fix...
2015-04-09 Lang Hames[AArch64] Teach AArch64TargetLowering::getOptimalMemOpT...
2015-04-09 Rafael EspindolaUse the cast machinery to remove dummy uses of formatte...
2015-04-09 Rafael EspindolaAdd classof implementations to the raw_ostream classes.
2015-04-08 Manman Ren[LTO] do not run internalize pass from compileOptimized.
2015-04-08 Andrew KaylorFormmatting correction
2015-04-08 Andrew Kaylor[WinEH] Minor bug fixes.
2015-04-08 Akira Hatanaka[DAGCombine] Fix a bug in MergeConsecutiveStores.
2015-04-08 Rafael EspindolaRemove unused variable.
2015-04-08 Cameron ZwarichEliminate O(n^2) worst-case behavior in SSA construction
2015-04-08 Adam Nemet[LoopAccesses] Allow analysis to complete in the presen...
2015-04-08 Scott Douglass[ARM] make vminnm/vmaxnm work with ?le, ?ge and no...
2015-04-08 Toma Tabacu[mips] [IAS] Do not generate redundant move when expand...
2015-04-08 Benjamin Kramer[jitlistener] Remove unused code
2015-04-08 Toma Tabacu[mips] [IAS] Add support for the BNEZL and BEQZL pseudo...
2015-04-08 Rafael EspindolaWrite the section header in the end.
2015-04-08 Sergey Dmitrouk[ARM][Debug Info] Restore emitting of .cfi_def_cfa_offs...
2015-04-08 Toma Tabacu[mips] [IAS] Remove AssemblerPredicate's from RelocPIC...
2015-04-08 Daniel Jasper[MachineLICM] Cleanup, remove unused parameters. NFC.
2015-04-08 Sanjoy Das[InstCombine] Refactor out OptimizeOverflowCheck. ...
2015-04-08 Adam NemetRevert "[LoopAccesses] Allow analysis to complete in...
2015-04-08 Alexei Starovoitov[bpf] support BPF backend as shared library
2015-04-08 Matthias BraunOops, didn't mean to commit my debug fprintfs
2015-04-08 Tom StellardR600/SI: Add some missing overrides
2015-04-08 Matthias BraunLiveInterval: Fix computeFromMainRange() producing...
2015-04-08 Tom StellardR600/SI: Initial support for assembler and inline assembly
2015-04-08 Tom StellardR600/SI: Add missing SOPK instructions
2015-04-08 Tom StellardR600/SI: Don't print offset0/offset1 DS operands when...
2015-04-08 NAKAMURA TakumiELFObjectWriter.cpp: Prune obsolete \param since r23434...
2015-04-07 Tim NorthoverAArch64: disallow "fmov sD, #-0.0" during assembly.
2015-04-07 Rafael EspindolaDelete commented code. Don't repeat name in comment.
2015-04-07 Rafael EspindolaDon't subtract the header size just to add it back.
2015-04-07 Adam Nemet[LoopAccesses] Allow analysis to complete in the presen...
2015-04-07 Andrew Kaylor[WinEH] Add invoke of llvm.donothing to outlined catch...
2015-04-07 Pete CooperAdd boolean to PrintStackTraceOnErrorSignal to disable...
2015-04-07 Rafael EspindolaRemove dead code. NFC.
2015-04-07 Ahmed Bougacha[ARM] Mark a bunch of .td Operands with type _MEMORY.
2015-04-07 Alexei Starovoitov[bpf] fix build
2015-04-07 Reid Kleckner[WinEH] Fix xdata generation when no catch object is...
2015-04-07 Rafael EspindolaRemove intermediate variables.
2015-04-07 Rafael EspindolaRemove unused argument.
2015-04-07 Duncan P. N. Exon... DebugInfo: Remove constructors for DIRef<>
2015-04-07 Duncan P. N. Exon... Revert "Try a third time to fix MSVC build after r234290"
2015-04-07 Matthias BraunAArch64: Don't lower ISD::SELECT to ISD::SELECT_CC
2015-04-07 Duncan P. N. Exon... Revert "Workaround bot failure with explicit conversion...
2015-04-07 Duncan P. N. Exon... Workaround bot failure with explicit conversion to...
2015-04-07 Duncan P. N. Exon... IR: Remove MDTupleTypedArrayWrapper::operator MDTuple*()
2015-04-07 Daniel JasperCleanup register pressure calculation in MachineLICM.
2015-04-07 Toma Tabacu[mips] [IAS] Allow .set assignments for already defined...
2015-04-07 Rafael EspindolaRefactor a lot of duplicated code for stub output.
2015-04-07 Aaron BallmanSilencing several "enumeral and non-enumeral type in...
2015-04-07 Rafael EspindolaClear the stub map in getSortedStubs.
2015-04-07 Daniel Jasper[MachineLICM] Remove obsolete comment about not conside...
2015-04-07 Lang Hames[RuntimeDyld] Always allocate at least 1 byte for objec...
2015-04-07 Lang Hames[Orc] Save all the x86-64 GPRs before re-entering the...
2015-04-07 Duncan P. N. Exon... Try a third time to fix MSVC build after r234290
2015-04-07 Duncan P. N. Exon... Try again to fix MSVC build after r234290
2015-04-07 Duncan P. N. Exon... Try to fix MSVC build after r234290
2015-04-07 Duncan P. N. Exon... DebugInfo: Remove DITypedArray<>, replace with typedefs
2015-04-07 Duncan P. N. Exon... DebugInfo: Remove DICompositeType mutation API
2015-04-07 Duncan P. N. Exon... DebugInfo: Use DebugNodeRef in MDImportedEntity::getEnt...
2015-04-07 Duncan P. N. Exon... DebugInfo: Move DIExpression bit-piece API to MDExpression
2015-04-07 Duncan P. N. Exon... DebugInfo: Remove special iterators from DIExpression
2015-04-07 Adam Nemet[LoopAccesses] New API to query if memchecks are necess...
2015-04-07 Duncan P. N. Exon... DebugInfo: Move DIFlag-related API from DIDescriptor...
2015-04-07 Duncan P. N. Exon... IR: Rename MDSubrange::getLo() to getLowerBound()
2015-04-06 Duncan P. N. Exon... IR: Fix -Werror noasserts build after r234255
2015-04-06 Duncan P. N. Exon... CodeGen: Stop using DIDescriptor::is*() and auto-casting
2015-04-06 Duncan P. N. Exon... Transforms: Stop using DIDescriptor::is*() and auto...
2015-04-06 Duncan P. N. Exon... IR: Stop using DIDescriptor::is*() and auto-casting
2015-04-06 Rafael EspindolaUse sext in fast isel.
2015-04-06 Duncan P. N. Exon... DebugInfo: Reimplement DIRef<>::resolve() using TypedDe...
2015-04-06 Duncan P. N. Exon... DebugInfo: Drop confusing forwarding API from DILexical...
2015-04-06 David BlaikieArgPromo: Bail out earlier for varargs functions
2015-04-06 Ismail PazarbasiMove `checkInterfaceFunction` to ModuleUtils
2015-04-06 David Blaikie[opaque pointer type] Avoid using PointerType::getEleme...
2015-04-06 Duncan P. N. Exon... DebugInfo: Remove DIDescriptor::Verify()
2015-04-06 Duncan P. N. Exon... DebugInfo: Use MDTypeRef throughout the hierarchy
next