oota-llvm.git
2016-01-13 Krzysztof Parzyszek[Hexagon] Do not insert non-phis before phis in bit...
2016-01-13 Michael Zuckerman[AVX512] Adding PMOVSXBD/W/Q , PMOVZSDQ and PMOVZSWD...
2016-01-13 Michael Zuckerman[AVX512] Adding PMOVZXBD/W/Q , PMOVZXDQ and PMOVZXWD...
2016-01-13 Ulrich Weigand[PowerPC] Fix large code model with the ELFv2 ABI
2016-01-13 Michael Zuckerman[AVX512] adding PRORQ , PRORD , PRORLVQ and PRORLVD...
2016-01-13 Marek OlsakAMDGPU/SI: Allow more shader inputs
2016-01-13 Marek OlsakAMDGPU/SI: Allow any number of PS inputs
2016-01-13 Marek OlsakAMDGPU/SI: Add new target attribute InitialPSInputAddr
2016-01-13 Marek OlsakAMDGPU/SI: Fix a bug in SIFoldOperands
2016-01-13 Andrey TuretskiyLEA code size optimization pass (Part 2): Remove redund...
2016-01-13 Craig TopperAdd test cases that will show the bug that was fixed...
2016-01-13 Craig Topper[TableGen] Cleanup output formatting and add llvm_unrea...
2016-01-13 Craig Topper[TableGen] Replace some hardcoded assumptions that...
2016-01-13 Craig Topper[TableGen] Use std::remove_if instead of an n^2 loop...
2016-01-13 Craig Topper[TableGen] Fix up some stale comments in the AsmMatcher...
2016-01-13 Craig Topper[TableGen] Move calls to getValueAsInt out of a loop...
2016-01-13 Junmo ParkRemove extra whitespace. NFC.
2016-01-13 Lang Hames[ORC] Add extra debugging output to OrcRemoteTargetServer.
2016-01-13 Lang Hames[ORC] Fix typo in debugging output.
2016-01-13 Akira Hatanaka[Inliner] Merge the attributes of the caller and callee...
2016-01-13 Michael GottesmanFix PointerIntPair so that it can use an enum class...
2016-01-13 JF BastienDoc fix: code-quote load / store doc the same way
2016-01-13 James Y Knight[SPARC] Revamp AnalyzeBranch and add ReverseBranchCondi...
2016-01-13 Xinliang David Li[Coverage] Refactor coverage mapping reader code
2016-01-13 Davide Italiano[llvm-readobj] Remove dead code. Add an assertion instead.
2016-01-13 Xinliang David LiRollback r257551 -- unexpected test failures TBI
2016-01-13 Keno FischerRe-Revert r257105 (Verifier debug info changes)
2016-01-13 Davide Italiano[llvm-objdump] Use report_error() and improve error...
2016-01-13 Kostya Serebryany[libFuzzer] make sure to update CurrentUnit when drilling
2016-01-13 Keno FischerUse utostr rather than std::to_string
2016-01-13 Matthias BraunAsmPrinter: Fix wrong OS X versions being emitted for...
2016-01-13 David Majnemer[CodeView] Mark our lines as statements, not expressions
2016-01-13 David Majnemer[CodeView] Improve the line table dumper
2016-01-13 Xinliang David Li[Coverage] Refactor coverage mapping reader code /NFC
2016-01-13 Keno FischerReapply r257105 "[Verifier] Check that debug values...
2016-01-13 Xinliang David LiRollback r257547 -- buildbot failure TBI
2016-01-13 Kevin EnderbyFor llvm-objdump, add the option -private-header (witho...
2016-01-13 Xinliang David Li[Coverage] Refactor coverage mapping reader code /NFC
2016-01-13 Ana PazosGuard fabs to bfc convert with V6T2 flag
2016-01-13 Quentin Colombet[ARM] Mark VMOV with immediate: isAsCheapAsMove.
2016-01-12 Fiona GlaserCannotBeOrderedLessThanZero: add some missing cases
2016-01-12 Rui UeyamaCOFF: Teach llvm-objdump how to dump DLL forwarder...
2016-01-12 Derek Schuff[WebAssembly] Fix disassembler shared-libs build
2016-01-12 Matthias BraunRegisterPressure: Expose RegisterOperands API
2016-01-12 Keno Fischer[Utils] Insert DW_OP_bit_piece when only describing...
2016-01-12 Nathan Slingerland[Support] Add saturating multiply-add support function
2016-01-12 David Majnemer[CodeView] Initialize column-end to zero
2016-01-12 Dan Gohman[WebAsssembly] Register the MC register info.
2016-01-12 Michael Zuckerman[AVX512] adding PROLQ and PROLD Intrinsics
2016-01-12 Dan Gohman[WebAssembly] Fix a test to work even when the integrat...
2016-01-12 Kyle ButtCodegen: [PPC] Handle weighted comparisons when inserti...
2016-01-12 Dan Gohman[WebAssembly] Add a EM_WEBASSEMBLY value, and several...
2016-01-12 Dan Gohman[WebAssembly] Add ELFRelocs/WebAssembly.def as a "textu...
2016-01-12 Dan Gohman[WebAssembly] Introduce a WebAssemblyTargetStreamer...
2016-01-12 Krzysztof ParzyszekReplace inherited constructor with an explicit one
2016-01-12 Dan Gohman[WebAssembly] Make CFG stackification independent of...
2016-01-12 Krzysztof Parzyszek[Hexagon] Implement RDF-based post-RA optimizations
2016-01-12 Sanjay Patel[LibCallSimplifier] use instruction-level fast-math...
2016-01-12 Lang Hames[ORC] More cleanup, partially aimed at working around...
2016-01-12 Sanjay Patelrangify; NFCI
2016-01-12 Reid KlecknerAuto-link with ole32.dll to simplify building LLVM.dll
2016-01-12 Lang Hames[Orc] Replace lambda with a helper method.
2016-01-12 Sanjay Patelfunction names start with a lower case letter ; NFC
2016-01-12 Teresa JohnsonFix bot failure from r257493: remove extraneous temp...
2016-01-12 Teresa Johnson[ThinLTO] Handle an external call from an import to...
2016-01-12 Sanjay Patel[LibCallSimplifier] use instruction-level fast-math...
2016-01-12 Krzysztof ParzyszekRDF: Copy propagation
2016-01-12 Tom StellardAMDGPU: Emit note directive for HSA even if there are...
2016-01-12 Lang Hames[Orc] Clang-format.
2016-01-12 Lang Hames[Orc] Take another shot at working around the GCC 4...
2016-01-12 Krzysztof ParzyszekRDF: Dead code elimination
2016-01-12 Sanjay Patelconsolidate exp/exp2 tests
2016-01-12 Krzysztof ParzyszekFix compiler warnings from r257477
2016-01-12 Kostya Serebryany[libFuzzer] add a macro LLVM_FUZZER_DEFINES_SANITIZER_W...
2016-01-12 Sanjay PatelAdd/edit tests to include instruction-level FMF on...
2016-01-12 Krzysztof ParzyszekRDF: Implement register liveness analysis
2016-01-12 Daniel Sanders[mips] Correct operand order in DSP's mthi/mtlo
2016-01-12 Krzysztof ParzyszekRegister Data Flow: data flow graph
2016-01-12 Benjamin Kramer[Hexagon] Make helper function static. NFC.
2016-01-12 Rafael EspindolaFix test on windows.
2016-01-12 Keno Fischer[ARM] Fix several state persistence bugs
2016-01-12 Andrey TuretskiyTest commit access - tiny comment and code style fix.
2016-01-12 Robert LougherThe isel pattern that selects the memory-register form...
2016-01-12 Christof DoumaThe --debug-only option now takes a comma separated...
2016-01-12 Igor BregerAVX512: VPMOVAPS/PD and VPMOVUPS/PD (load) intrinsic...
2016-01-12 Axel NaumannExplicitly enable OBJECT library "target".
2016-01-12 Lang Hames[Orc] Comment out debugging output in OrcRemoteTargetCl...
2016-01-12 Andrew WilkinsRevert r257003
2016-01-12 Lang Hames[ORC] Remove extraneous '&'.
2016-01-12 Lang Hames[ORC] Replace some more 'auto' uses with std::error_code.
2016-01-12 Lang Hames[Orc] Add overloads of RPC::handle and RPC::expect...
2016-01-12 Justin BognerLoopUnroll: Move the actual unrolling logic to a standa...
2016-01-12 Dan Gohman[WebAssembly] Implement a prototype instruction encoder...
2016-01-12 Dan Gohman[WebAssembly] Register the MC subtarget info.
2016-01-12 Dan Gohman[WebAssembly] Define OperandTypes for decoding immediat...
2016-01-12 Dan Gohman[WebAssembly] Define a custom segment type for function...
2016-01-12 Kostya Serebryany[libFuzzer] when a new unit is discovered using a dicti...
2016-01-12 Kostya Serebryany[libFuzzer] add various debug prints. Also don't mutate...
2016-01-12 Dan Gohman[WebAssembly] Use TSFlags instead of keeping a list...
2016-01-12 NAKAMURA TakumiOrcRemoteTargetServer.h: Suppress a warning. [-Wunused...
next