Don't taint relaxed loads that immediately comes before an AcqRel read-modify-write op
[oota-llvm.git] / lib /
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 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 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 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] 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 Sanjay Patelrangify; NFCI
2016-01-12 Reid KlecknerAuto-link with ole32.dll to simplify building LLVM.dll
2016-01-12 Sanjay Patelfunction names start with a lower case letter ; NFC
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 Krzysztof ParzyszekRDF: Dead code elimination
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 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 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 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 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 Manman RenCXX_FAST_TLS calling convention: performance improvemen...
2016-01-12 Justin BognerLoopUnroll: Make canUnrollCompletely static - it doesn...
2016-01-12 Justin BognerLoopUnroll: Clean up the maze of initialization for...
2016-01-12 Manman RenCXX_FAST_TLS calling convention: performance improvemen...
2016-01-12 Kostya Serebryany[libFuzzer] extend the weak memcmp/strcmp/strncmp inter...
2016-01-12 Teresa Johnson[IRMover] Don't copy personality, etc unless creating def
2016-01-11 Manman RenCXX_FAST_TLS calling convention: Add support for ARM...
2016-01-11 Dan Gohman[WebAssembly] Define WebAssembly-specific relocation...
2016-01-11 Reid KlecknerAvoid the deprecated GetVersionEx API
2016-01-11 Sanjay Patel[LibCallSimplifier] use instruction-level fast-math...
2016-01-11 Rafael EspindolaRemove a bugs assert.
2016-01-11 Sanjay Patel[LibCallSimplifier] don't allow sqrt transform unless...
2016-01-11 Justin BognerLoopUnroll: Use the optsize threshold for minsize as...
2016-01-11 Sanjay Patelmore space; NFC
2016-01-11 Sanjay Patel[LibCallSimplifier] use instruction-level fast-math...
2016-01-11 Sanjay PatelgetParent()->getParent() == getFunction() and clang...
2016-01-11 Sanjay Pateldon't repeat function names in comments; NFC
2016-01-11 Dan Gohman[WebAssembly] Reorganize address offset folding.
2016-01-11 Matt ArsenaultAMDGPU: Implement {{s|u}}int_to_fp i64 -> f32
2016-01-11 Teresa JohnsonSplit resolveCycles(bool AllowTemps) into two interface...
2016-01-11 Matt ArsenaultAMDGPU: Fix crash with dispatch.ptr intrinsic with...
2016-01-11 Reid KlecknerRevert "[Windows] Simplify assertion code. NFC."
2016-01-11 Reid KlecknerUse ::GetVersionEx directly rather than the Win8.1...
2016-01-11 Adhemerval Zanella[sanitizer] [msan] Fix origin store of array types
2016-01-11 Chen LiCode refactoring for commit r257278.
2016-01-11 Chad Rosier[NFC] Fix whitespace.
2016-01-11 Matt ArsenaultAMDGPU: Fix ctlz combine for sub 32-bit types
2016-01-11 Matt ArsenaultAMDGPU: Pattern match ffbh pattern to instruction.
2016-01-11 Matt ArsenaultAMDGPU: Custom lower i64 ctlz
2016-01-11 Matt ArsenaultMips: Remove lowerSELECT_CC
2016-01-11 Matt ArsenaultLegalizeDAG: Expand ctlz with ctlz_zero_undef if legal
2016-01-11 Matt ArsenaultAMDGPU: Remove dead target dag combine
2016-01-11 Lang Hames[LLI] Replace the LLI remote-JIT support with the new...
2016-01-11 Silviu BarangaRevert r257164 - it has caused spec2k6 failures in...
2016-01-11 Daniel Sanders[mips] Never select JAL for calls to an absolute immedi...
2016-01-11 Krzysztof Parzyszek[Hexagon] Add check for nullptr in getFixupNoBits
2016-01-11 Krzysztof Parzyszek[Hexagon] Add implicit uses of GP to GP-relative loads...
2016-01-11 Krzysztof Parzyszek[Hexagon] Mark D14 and GP as reserved registers
2016-01-11 Alexey Bataev[X86] Reduce complexity of the LEA optimization pass...
2016-01-11 Junmo Park[BranchFolding] Set correct mem refs (2nd try)
2016-01-11 Lang Hames[Orc] Add support for remote JITing to the ORC API.
2016-01-11 Craig Topper[AVX-512] Remove another extra space from the Intel...
2016-01-11 Lang Hames[Orc] Rename OrcTargetSupport to OrcArchitectureSupport...
2016-01-11 Craig Topper[AVX-512] Remove more superfluous spaces from asm strings.
2016-01-11 Craig Topper[AVX-512] Remove unused Round and Itinerary from the...
2016-01-11 Craig Topper[AVX-512] Make spacing between comma and {sae} operand...
2016-01-11 Craig Topper[X86] Remove extra spaces from MPX instruction asm...
2016-01-11 Lang Hames[Orc] Add error codes and a new std::error_category...
2016-01-10 Lang Hames[RuntimeDyld] Add a notifyObjectLoaded method to Runtim...
next