AMDGPU: Emit note directive for HSA even if there are no functions
[oota-llvm.git] / lib /
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...
2016-01-10 Xinliang David LiMove coveragemap_error enum into coverage namespace...
2016-01-10 Lang Hames[RuntimeDyld] Add alignment arguments to the reserveAll...
2016-01-10 Keno Fischer[SectionMemoryManager] Don't just drop the RO free...
2016-01-10 Daniel BerlinSpeed up LiveDebugValues
2016-01-10 Elena DemikhovskyOptimized instruction sequence for sitofp operation...
2016-01-10 Michael Zuckerman[AVX512] add PRORVQ and PRORVD Intrinsic
2016-01-10 David Majnemer[JumpThreading] Don't forget to report that the IR...
2016-01-10 Chen LiFix a control flow problem in commit rL257277.
2016-01-10 Chen Li[SimplifyCFG] Extend SimplifyResume to handle phi of...
2016-01-10 Joseph Tremoulet[WinEH] Fix catchpad pred verification
2016-01-10 Joseph Tremoulet[WinEH] Disallow cyclic unwinds
2016-01-10 Joseph Tremoulet[WinEH] Verify consistent funclet unwind exits
2016-01-10 Joseph Tremoulet[WinEH] Verify unwind edges against EH pad tree
2016-01-10 Daniel BerlinDon't use random class variables across functions
2016-01-09 Michael ZolotukhinRevert "[BranchFolding] Set correct mem refs"
2016-01-09 Simon Pilgrim[X86][AVX] Match broadcast loads through a bitcast
2016-01-09 Lang Hames[Orc] Enable user-supplied memory managers in the Compi...
2016-01-09 Simon Pilgrim[X86][AVX] Add support for i64 broadcast loads on 32...
2016-01-09 Lang Hames[Orc][RuntimeDyld] Prevent duplicate calls to finalizeM...
2016-01-09 Benjamin Kramer[JumpThreading] Use range-based for loops.
2016-01-09 Benjamin Kramer[TRE] Simplify code with range-based loops and std...
2016-01-09 Junmo Park[BranchFolding] Set correct mem refs
2016-01-09 Manuel Jacob[RS4GC] Update and simplify handling of Constants in...
2016-01-09 Kostya Serebryany[libFuzzer] debug prints in tracing
2016-01-09 Kostya Serebryany[libFuzzer] change the way trace-based mutations are...
2016-01-09 Manuel Jacob[RS4GC] Unify two asserts. NFC.
2016-01-09 Kostya Serebryany[libFuzzer] don't limit memcmp tracing with 8 bytes
2016-01-09 Philip Reames[rs4gc] Optionally directly relocated vector of pointers
2016-01-09 Kostya Serebryany[libFuzzer] refactor the way we collect cmp traces...
2016-01-09 Mike Aizatskyfixing type.
2016-01-09 NAKAMURA Takumillvm/lib/DebugInfo/Symbolize/DIPrinter.cpp: Fix build...
next