[ARM] Make sure we do not dereference the end iterator when accessing debug
[oota-llvm.git] / lib /
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...
2015-10-12 Reid KlecknerMake Win64 localescape offsets FP relative instead...
2015-10-12 Andrea Di Biagio[x86] Fix wrong lowering of vsetcc nodes (PR25080).
2015-10-12 Cong HouAdd - and -= operators to BlockFrequency using saturati...
2015-10-12 Sanjay Patelcombine predicates; NFCI
2015-10-12 Cong HouTurn const/const& into value type for BlockFrequency...
2015-10-12 Matt ArsenaultAMDGPU: Register some more passes so -print-before...
2015-10-12 Matt ArsenaultEnable verifier after PeepholeOptimizer
2015-10-12 Reid KlecknerDon't call PrepareEHLandingPad on non EH pads
2015-10-12 David Majnemer[WinEH] Remove CatchObjRecoverIdx
2015-10-12 Sanjay Patelfix typos; NFC
2015-10-12 Zoran Jovanovic[mips][micromips] Initial support for micrmomips DSP...
2015-10-12 Oliver Stannard[Debug] Look through bitcasts to find argument registers
2015-10-12 Vasileios Kalintiris[mips][FastISel] Clang-format switch statement. NFC.
2015-10-12 Sanjay Patelfix capitalization; NFC
2015-10-12 Greg BedwellFix rename() sometimes failing if another process uses...
2015-10-12 Daniel Sanders[mips][ias] Implement macro expansion when bcc has...
2015-10-12 Daniel Sanders[mips] Clean up most macro expansions to use the emit...
2015-10-12 Daniel Sanders[mips] Handle undef when extracting subregs from FP64...
2015-10-12 Oliver StannardGlobalOpt does not treat externally_initialized globals...
2015-10-12 James Molloy[ARM] Mark Swift MISched model as incomplete
2015-10-12 James Molloy[LoopVectorize] Shrink integer operations into the...
2015-10-12 Amjad Aboud[X86] Add XSAVE intrinsic family
2015-10-12 Andrea Di Biagio[x86] PR24562: fix incorrect folding of PSHUFB nodes...
2015-10-12 Zlatko BuljanTest commit
2015-10-12 Tobias GrosserSCEV: Allow simple AddRec * Parameter products in delin...
2015-10-12 Craig Topper[X86] Use u8imm for the immediate type for all shift...
2015-10-12 Craig Topper[X86] Add support to assembler and MCInst lowering...
2015-10-12 Craig Topper[X86] Cleanup formatting a bit. NFC
2015-10-12 Craig Topper[X86] Change the immediate for IN/OUT instructions...
2015-10-12 Craig Topper[X86] Add some instruction aliases to get the assembly...
2015-10-11 Craig Topper[X86] Fix CMP and TEST with al/ax/eax/rax to not mark...
2015-10-11 Simon Pilgrim[DAGCombiner] Improved FMA combine support for vectors
next