oota-llvm.git
2015-10-14 Akira HatanakaRevert r250342.
2015-10-14 Cong HouUpdate the branch weight metadata in JumpThreading...
2015-10-14 Philip ReamesTest case which should have been part of 250343
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 Chris Bieneman[CMake] Make LLVM_VERSION_* variables user definable
2015-10-14 Sanjay Pateladd x86 codegen tests for 'add nsw' followed by 'sext'
2015-10-14 Bill Schmidt[PowerPC] Fix invalid lxvdsx optimization (PR25157)
2015-10-14 Davide Italiano[Bugpoint] Use 'CC' instead of 'GCC' for variable naming.
2015-10-14 Daniel Berlin[IDFCalculator] Use DominatorTreeBase instead of Domina...
2015-10-14 Davide Italiano[Bugpoint] Use clang by default.
2015-10-14 Chen Li[LoopUnswitch] Correct misleading comments.
2015-10-14 Arch D. RobisonAdd 'other' in description of extractvalue operands.
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 Igor Kudrin[llvm-readobj/ELF] fix: add correct test inputs
2015-10-14 Igor Kudrin[llvm-readobj/ELF] Print GNU Hash section
2015-10-14 Andrea Di Biagio[x86][FastISel] Teach how to select nontemporal stores.
2015-10-14 Chris Bieneman[CMake] Add LLVM_VERSION_PATCH to the -current_version...
2015-10-14 Chris Bieneman[CMake] Fixing the bots I broke.
2015-10-14 Chris Bieneman[CMake] Set Policy CMP0048 to NEW
2015-10-14 Xinliang David LiAdd a instrumentation test for Linux
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 Eric FiselierSplit -pedantic and -Wno-long-long into two separate...
2015-10-13 Sanjoy Das[SCEV] Use `SCEV::isAllOnesValue` directly; NFC.
2015-10-13 Chris Bieneman[CMake] Add compatibility and current versioning to...
2015-10-13 Chris Bieneman[CMake] libLLVM's compatibility version should be 1.
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 Cong HouUpdate MachineBranchProbabilityInfo::normalizeEdgeWeigh...
2015-10-13 Richard SmithAdd missing #include, found by modules build.
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 Vedant Kumar[uselistorder] Insert blank line, NFC
2015-10-13 Richard SmithFix layering violation: Analysis should not include...
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... AMDGPU: Remove implicit ilist iterator conversions...
2015-10-13 Duncan P. N... AArch64: Remove implicit ilist iterator conversions...
2015-10-13 Duncan P. N... SelectionDAG: Remove implicit ilist iterator conversion...
2015-10-13 Duncan P. N... 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... Scalar: Remove some implicit ilist iterator conversions...
2015-10-13 Duncan P. N... ExecutionEngine: Remove implicit ilist iterator convers...
2015-10-13 Duncan P. N... OrcJIT: Remove implicit ilist iterator conversions...
2015-10-13 Duncan P. N... IPO: Remove implicit ilist iterator conversions, NFC
2015-10-13 Duncan P. N... Instrumentation: Remove ilist iterator implicit convers...
2015-10-13 Duncan P. N... Interpreter: Remove implicit ilist iterator conversions...
2015-10-13 Kevin EnderbyThe issue with the malformed-machos 00000031.a test...
2015-10-13 Duncan P. N... InstCombine: Remove ilist iterator implicit conversions...
2015-10-13 Duncan P. N... 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 Michael LiaoRemove unnecessary argument in ipo iterator
2015-10-13 Sanjoy Das[IndVars] NFC Cleanup.
2015-10-13 Michael KupersteinFix line-ending issue. NFC.
2015-10-13 Chris Bieneman[CMake] LLVM_PROFDATA_FILE only works if you're using...
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... 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... TransformUtils: Remove implicit ilist iterator conversi...
2015-10-13 Kevin EnderbyLooks like malformed-machos 00000031.a test is just...
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-13 Kevin EnderbyRemove the correct unstable malformed-machos test mem...
2015-10-12 Matt ArsenaultDAGCombiner: Combine extract_vector_elt from build_vector
2015-10-12 Simon Pilgrim[InstCombine] Tidied up SSE4A tests.
2015-10-12 Kevin EnderbyTemporarily remove the test added in r250117 while...
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 Chris Bieneman[CMake] Adding support for passing in profiling data.
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 Hemant Kulkarni[llvm-symbolizer] Add -print-address option
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 Kostya Serebryany[libFuzzer] mention more trophies and improve the link...
2015-10-12 Sanjay Patelcombine predicates; NFCI
2015-10-12 Cong HouTurn const/const& into value type for BlockFrequency...
next