Add a missing include of cstddef needed for size_t.
[oota-llvm.git] / lib /
2015-10-15 Adrian PrantlAdd a missing include of cstddef needed for size_t.
2015-10-15 JF Bastienx86: preserve flags when folding atomic operations
2015-10-15 Benjamin Kramer[SelectionDAG] Remove dead code. NFC.
2015-10-15 Benjamin Kramer[AsmPrinter] Prune dead code. NFC.
2015-10-15 Philip ReamesRevert 250343 and 250344
2015-10-15 JF Bastienx86 FP atomic codegen: don't drop globals, stack
2015-10-15 Diego NovilloSample Profiles - Adjust integer types. Mostly NFC.
2015-10-15 Tim NorthoverPrevent assertion with "llc -debug" and anonymous symbols.
2015-10-15 Benjamin Kramer[ScalarOpts] Remove dead code.
2015-10-15 Manman RenRecommit r250345, it was reverted in r250366 to investi...
2015-10-15 Daniel Sanders[mips][ias] Implement ulh macro.
2015-10-15 Pawel BylicaRequire Windows API of version 6.1 (Windows 7).
2015-10-15 Benjamin Kramer[NVPTX] Remove dead code.
2015-10-15 Daniel Sanders[mips][mips16] MIPS16 is not a CPU/Architecture but...
2015-10-15 Benjamin Kramer[X86] Rip out orphaned method declarations and other...
2015-10-15 Aaron BallmanSilencing a -Wtype-limits warning; an unsigned value...
2015-10-15 Igor BregerAVX512: Implemented DAG lowering for shuff62x2/shufi62x...
2015-10-15 Igor BregerAVX512: Implemented encoding and intrinsics for vpternl...
2015-10-15 Elena DemikhovskyAVX-512: Fixed a bug in shuffle lowering 32-bit mode
2015-10-15 Artyom SkrobovDon't pretend AMDGPU backend knows how to custom-lower...
2015-10-15 Zlatko Buljan[mips][microMIPS] Implement DPA.W.PH, DPAQ_S.W.PH,...
2015-10-15 Hrvoje Varga[mips][microMIPS] Implement BREAK16, LI16, MOVE16,...
2015-10-15 Hrvoje Varga[mips][microMIPS] Implement LLE and SCE instructions
2015-10-15 Hrvoje Varga[mips][microMIPS] Implement LWLE, LWRE, SWLE and SWRE...
2015-10-15 Eric ChristopherRemove DIFile from createSubroutineType.
2015-10-15 Lang Hames[RuntimeDyld] Don't try to get the contents of sections...
2015-10-15 Akira Hatanaka[MachO] Stop generating *coal* sections.
2015-10-15 Hrvoje VargaTest commit.
2015-10-15 Manman RenTemporarily revert r250345 to sort out bot failure.
2015-10-15 Craig TopperAdd XSAVE/XSAVEOPT to KNL processor.
2015-10-15 David Majnemer[llvm-pdbdump] Provide a mechanism to dump the raw...
2015-10-15 Richard SmithFix -Wmismatched-tags error in modules build by removin...
2015-10-15 Quentin Colombet[ARM] Make sure we do not dereference the end iterator...
2015-10-15 Akira HatanakaRevert r250349.
2015-10-14 Akira Hatanaka[MachO] Stop generating *coal* sections.
2015-10-14 Akira HatanakaRevert r250342.
2015-10-14 Cong HouUpdate the branch weight metadata in JumpThreading...
2015-10-14 Philip Reames[SimplifyCFG] Speculatively flatten CFG based on profil...
2015-10-14 Akira Hatanaka[MachO] Stop generating *coal* sections.
2015-10-14 Philip ReamesTighten known bits for ctpop based on zero input bits
2015-10-14 Bill Schmidt[PowerPC] Fix invalid lxvdsx optimization (PR25157)
2015-10-14 Chen Li[LoopUnswitch] Correct misleading comments.
2015-10-14 Diego NovilloSample profiles - Add documentation for binary profile...
2015-10-14 Artyom SkrobovA doccomment for CombineTo, and some NFC refactorings
2015-10-14 Artyom SkrobovMerge DAGCombiner::visitSREM and DAGCombiner::visitUREM...
2015-10-14 Andrea Di Biagio[x86][FastISel] Teach how to select nontemporal stores.
2015-10-14 Craig Topper[X86] Update CPU detection to only enable XSAVE feature...
2015-10-14 Craig Topper[X86] Add XSAVE feature flags to their various processors.
2015-10-14 Craig TopperUse range-based for loops. NFC
2015-10-14 Manman RenRevert r250204 and r250240 due to bot failure. We faile...
2015-10-14 Evgeniy Stepanov[msan] Fix crash on multiplication by a non-integer...
2015-10-14 Kostya Serebryany[asan] Disabling speculative loads under asan. Patch...
2015-10-14 Richard SmithRename one of our two llvm::GCOVOptions classes to...
2015-10-13 Sanjoy Das[SCEV] Use `SCEV::isAllOnesValue` directly; NFC.
2015-10-13 Diego NovilloSample profile reader - remove dead code. NFC.
2015-10-13 Diego NovilloSample profiles - Add a name table to the binary encoding.
2015-10-13 David Majnemer[InlineFunction] Correctly inline TerminatePadInst
2015-10-13 Dan Gohman[WebAssembly] Remove a TODO comment which is no longer...
2015-10-13 Chad RosierTypo.
2015-10-13 Kevin EnderbyTweak to r250117 and change to use ErrorOr and drop...
2015-10-13 Joseph Tremoulet[WinEH] Add CoreCLR EH table emission
2015-10-13 Duncan P. N. Exon... AMDGPU: Remove implicit ilist iterator conversions...
2015-10-13 Duncan P. N. Exon... AArch64: Remove implicit ilist iterator conversions...
2015-10-13 Duncan P. N. Exon... SelectionDAG: Remove implicit ilist iterator conversion...
2015-10-13 Duncan P. N. Exon... Scalar: Remove remaining ilist iterator implicit conver...
2015-10-13 Akira Hatanaka[AArch64] Check the size of the vector before accessing...
2015-10-13 Cong HouUpdate the branch weight metadata in JumpThreading...
2015-10-13 Xinliang David Li[PGO]: Eliminate calls to __llvm_profile_register_funct...
2015-10-13 Duncan P. N. Exon... Scalar: Remove some implicit ilist iterator conversions...
2015-10-13 Duncan P. N. Exon... ExecutionEngine: Remove implicit ilist iterator convers...
2015-10-13 Duncan P. N. Exon... OrcJIT: Remove implicit ilist iterator conversions...
2015-10-13 Duncan P. N. Exon... IPO: Remove implicit ilist iterator conversions, NFC
2015-10-13 Duncan P. N. Exon... Instrumentation: Remove ilist iterator implicit convers...
2015-10-13 Duncan P. N. Exon... Interpreter: Remove implicit ilist iterator conversions...
2015-10-13 Duncan P. N. Exon... InstCombine: Remove ilist iterator implicit conversions...
2015-10-13 Duncan P. N. Exon... BitcodeReader: Remove ilist iterator implicit conversio...
2015-10-13 Joseph Tremoulet[WinEH] Iterate state changes instead of invokes
2015-10-13 Xinliang David LiFix a couple of comments; NFC
2015-10-13 Sanjay Patelfunction names should start with a lower case letter...
2015-10-13 Sanjay Pateldon't repeat function/class/variable names in comments...
2015-10-13 Simon Pilgrim[InstCombine][SSE4A] Remove broken INSERTQI range combi...
2015-10-13 James Molloy[GlobalsAA] Turn GlobalsAA on again by default
2015-10-13 James Molloy[GlobalsAA] Don't assume anything about functions that...
2015-10-13 Christof DoumaTest commit
2015-10-13 Sanjoy Das[IndVars] NFC Cleanup.
2015-10-13 Michael KupersteinFix line-ending issue. NFC.
2015-10-13 Craig Topper[X86] Mark the AAD and AAM aliases as not valid in...
2015-10-13 Craig Topper[X86] Change all the i8imm operands in XOP instructions...
2015-10-13 Manman RenRevert 250089 due to bot failure. It failed when buildi...
2015-10-13 Duncan P. N. Exon... BitcodeWriter: Stop using implicit ilist iterator conve...
2015-10-13 Sanjoy Das[SCEV] Put some utilites in the ScalarEvolution class
2015-10-13 Duncan P. N. Exon... TransformUtils: Remove implicit ilist iterator conversi...
2015-10-13 Matt ArsenaultDAGCombiner: Don't stop finding better chain on 2 aliases
2015-10-13 JF Bastienx86: preserve flags when folding atomic operations
2015-10-13 Matt ArsenaultAMDGPU: Refactor isVGPRToSGPRCopy
2015-10-12 Matt ArsenaultDAGCombiner: Combine extract_vector_elt from build_vector
2015-10-12 Cong HouAssign correct edge weights to unwind destinations...
2015-10-12 Simon Pilgrim[SelectionDAG] Add common vector constant folding helpe...
2015-10-12 Kevin EnderbyFixed bugs in llvm-obdump while parsing Mach-O files...
2015-10-12 Cong HouUpdate the branch weight metadata in JumpThreading...
next