OSDN Git Service

android-x86/external-llvm.git
2016-10-26 Dean Michael... [XRay] Implement `llvm-xray extract`, start of the...
2016-10-26 Peter CollingbourneCloning: Also clone global variable attached metadata.
2016-10-26 Kostya Serebryany[libFuzzer] refresh docs
2016-10-26 Dean Michael... Revert "[XRay] Implement `llvm-xray extract`, start...
2016-10-26 Dean Michael... [XRay] Implement `llvm-xray extract`, start of the...
2016-10-26 Rui UeyamaUse printf instead of "echo -e" or "echo -n".
2016-10-26 Kostya Serebryany[libFuzzer] simplify the code in TracePC::HandleTrace...
2016-10-26 Kostya Serebryany[libFuzzer] simplify the code to print new PCs
2016-10-25 Evgeniy StepanovUtility functions for appending to llvm.used/llvm.compi...
2016-10-25 Kostya Serebryany[libFuzzer] simplify the code in TracePC::HandleTrace
2016-10-25 Lang Hames[docs] Avoid repetition of 'considerable' in Error...
2016-10-25 Lang Hames[docs] Use consistent style for "do more stuff" in...
2016-10-25 Lang Hames[docs] Fix yet another Error docs formatting issue...
2016-10-25 Lang Hames[docs] Fix a few more Error docs formatting issues.
2016-10-25 Kostya Serebryany[libFuzzer] add StandaloneFuzzTargetMain.c and a test...
2016-10-25 Lang Hames[docs] Fix a missing code-block in the new Error docs.
2016-10-25 Lang Hames[docs] Fix a couple of typos in the new Error docs.
2016-10-25 James Y Knight[Sparc] Don't overlap variable-sized allocas with other...
2016-10-25 Bob Haarman[codeview] support emitting indirect virtual base class...
2016-10-25 Simon Pilgrim[DAGCombiner] Enable (urem x, (shl pow2, y)) -> (and...
2016-10-25 Rong Xu[PGO] Fix select instruction annotation
2016-10-25 Simon Pilgrim[X86][SSE] Regenerated known-bits test with srem->urem fix
2016-10-25 Simon Pilgrim[DAGCombiner] Enable srem(x.y) -> urem(x,y) combine...
2016-10-25 Lang Hames[docs] Add more Error documentation to the Programmer...
2016-10-25 Simon Pilgrim[X86][SSE] Added vector srem combine tests
2016-10-25 Simon Pilgrim[X86][SSE] Added vector urem combine tests
2016-10-25 Simon Pilgrim[DAGCombiner] Enable sdiv(x.y) -> udiv(x,y) combine...
2016-10-25 Guozhi Wei[InstCombine] Resubmit the combine of A->B->A BitCast...
2016-10-25 Simon Pilgrim[X86][SSE] Added vector sdiv combine tests
2016-10-25 Robert Lougherrevert: "Remove debug location from common tail when...
2016-10-25 Kostya Serebryany[libFuzzer] when mutating based on CMP traces also...
2016-10-25 Sanjay Patel[InstCombine] Ensure that truncated int types are legal.
2016-10-25 Evandro Menezes[AArch64] Adjust the cost model for Exynos M1.
2016-10-25 Tim Shen[APFloat] Make APFloat an interface class to the intern...
2016-10-25 Evandro MenezesAdd option to specify minimum number of entries for...
2016-10-25 Vedant Kumar[llvm-cov] Don't use colored output until we know it...
2016-10-25 Evandro MenezesSwitch lowering: improve partitioning of jump tables
2016-10-25 Matthew Simpson[LV] Sink scalar operands of predicated instructions
2016-10-25 Sanjay Patel[InstCombine] add tests for missing icmp + shl nuw...
2016-10-25 Michael IlsemanAdd -strip-nonlinetable-debuginfo capability
2016-10-25 Robert LougherRemove debug location from common tail when tail-merging
2016-10-25 Michael KupersteinFix 80-char violations. NFC.
2016-10-25 Vedant Kumar[unittests] STLExtrasTest: Remove an MSVC 2013 workarou...
2016-10-25 Vedant Kumar[unittests] Remove an MSVC 2013 workaround, NFCI.
2016-10-25 Nico WeberRevert 285087.
2016-10-25 Vedant Kumar[llvm-cov] Add support for loading coverage from multip...
2016-10-25 Nico WeberTry removing an MSVC2010 workaround.
2016-10-25 Dan Gohman[WebAssembly] Add immediate fields to call_indirect...
2016-10-25 Dehao ChenMove discriminator assignment to where it is used....
2016-10-25 Andrea Di Biagio[IndVarSimplify][Dwarf] When widening the IV increment...
2016-10-25 Pavel LabathReplace TimeValue by TimePoint in LegacyPassManager...
2016-10-25 Geoff Berry[EarlyCSE] Make MemorySSA memory dependency check more...
2016-10-25 Sanjay Patelfix formatting; NFC
2016-10-25 Ulrich Weigand[SystemZ] Do not use LOC(G) for volatile loads
2016-10-25 Sanjay Patel[InstCombine] add test and code comment to show potenti...
2016-10-25 Simon Pilgrim[X86][SSE] Add support for (V)PMOVSX* constant folding
2016-10-25 Sanjay Patel[InstCombine] fix checks for previous commit (r285069)
2016-10-25 Sanjay Patel[InstCombine] add tests for bitcast interference with...
2016-10-25 Rafael Espindolafix warning
2016-10-25 Zvi Rackover[DAGCombine] Preserve shuffles when one of the vector...
2016-10-25 Rafael EspindolaMake the LTO comdat api more symbol table friendly.
2016-10-25 Benjamin KramerFix an unused warning in WebAssemblyInstPrinter with...
2016-10-25 Craig Topper[AVX-512] Add support for creating SIGN_EXTEND_VECTOR_I...
2016-10-25 Peter CollingbourneGlobalDCE: Restore a statement accidentally removed...
2016-10-25 Matthias BraunMachineInstrBundle: Pass iterators to getBundle(Start...
2016-10-25 Peter CollingbourneIR: Deduplicate getParent() functions on derived classe...
2016-10-25 Kostya Serebryany[libFuzzer] simplify the code for use_cmp, also use...
2016-10-25 Peter CollingbourneGlobalDCE: Deduplicate code. NFCI.
2016-10-25 Sanjay Patel[InstCombine] auto-generate checks
2016-10-25 Sanjay Patel[InstCombine] auto-generate checks
2016-10-25 Dan Gohman[WebAssembly] Reorder load/store operands to match...
2016-10-25 Vedant Kumar[llvm-cov] Do not print out the filename of the object...
2016-10-24 Dan Gohman[WebAssembly] Implement more WebAssembly binary encoding.
2016-10-24 Matthias BraunCodeGen/Passes: Pass MachineFunction as functor arg...
2016-10-24 Sanjay Patel[InstCombine] regenerate some checks
2016-10-24 Justin Bognercmake: Rename installhdrs to install-llvm-headers and...
2016-10-24 Eli FriedmanFix regression from my recent GlobalsAA fix.
2016-10-24 Simon Pilgrim[SelectionDAG] Update ComputeNumSignBits SRA/SHL handle...
2016-10-24 Justin Bognercmake: Make /usr/share/cmake installable with LLVM_DIST...
2016-10-24 Matthias BraunUse MachineInstr::mop_iterator instead of MIOperands...
2016-10-24 Kevin Enderbynother additional error check for an invalid Mach-O...
2016-10-24 Simon PilgrimUse SDValue::getConstantOperandVal() helper. NFCI.
2016-10-24 Vedant Kumar[pbqp] unique_ptr-ify (Vector|Matrix)::Data, NFC.
2016-10-24 Vedant Kumar[pbqp] Delete some dead code, NFC.
2016-10-24 Dan Gohman[WebAssembly] Fix a broken URL.
2016-10-24 Dan Gohman[WebAssembly] Define the `end` opcode value.
2016-10-24 Dan Gohman[WebAssembly] Update opcode values according to recent...
2016-10-24 Dan Gohman[WebAssembly] Add an option to make get_local/set_local...
2016-10-24 Davide ItalianoMerge two if conditions into one. NFCI.
2016-10-24 Peter CollingbourneTarget: Change various section classifiers in TargetLow...
2016-10-24 Sanjay Patel[x86] add tests for {-1,0,1} select of constants
2016-10-24 Mandeep Singh... [llvm] Remove redundant --check-prefix=CHECK from tests
2016-10-24 Peter CollingbourneCodeGen: Do not add a global's address space to the...
2016-10-24 Adrian Prantladd-discriminators: Fix handling of lexical scopes.
2016-10-24 Benjamin KramerClarify that MSVC is not the issue here anymore.
2016-10-24 Krzysztof ParzyszekRevert r284972 and remove other defaulted copy/move...
2016-10-24 Ehsan Amiri[PPC] Generate positive FP zero using xor insn instead...
2016-10-24 Hans WennborgReleaseNotes: mention new compiler requirements
2016-10-24 Eli FriedmanRevert r284580+r284917. ("Synthesize TBB/TBH instructions")
2016-10-24 Simon PilgrimRemoved FIXME from include ordering comment
next