oota-llvm.git
2015-12-01 Davide Italiano[Windows] Simplify assertion code. NFC.
2015-12-01 Matt ArsenaultSquelch unused variable warning in SIRegisterInfo.cpp.
2015-12-01 NAKAMURA Takumillvm/test/DebugInfo/Generic/safestack-byval.ll is using...
2015-12-01 NAKAMURA Takumicheck-llvm: Introduce the new feature "tls".
2015-12-01 David Blaikie[llvm-dwp] Add missing Makefile for the old configure...
2015-12-01 David Blaikie[llvm-dwp] Add missing dependency from llvm tests on...
2015-12-01 Cong HouFix a bug in MachineBlockPlacement that may cause asser...
2015-12-01 David Blaikie[llvm-dwp] Initial partial prototype
2015-12-01 David Blaikiellvm-dwp: Initial layout
2015-12-01 Evgeniy Stepanov[safestack] Protect byval function arguments.
2015-12-01 Evgeniy StepanovExtend debug info for function parameters in SDAG.
2015-12-01 Evgeniy Stepanov[safestack] Fix handling of array allocas.
2015-12-01 Cong HouReplace all weight-based interfaces in MBB with probabi...
2015-11-30 Rafael EspindolaThis reverts commit r254336 and r254344.
2015-11-30 Rafael EspindolaDisable a consistency check.
2015-11-30 Sanjay Patel[InstCombine] add tests to show potential vector IR...
2015-11-30 Simon Pilgrim[X86][FMA4] Prefer FMA4 to FMA
2015-11-30 Rafael EspindolaStart deciding earlier what to link.
2015-11-30 Paul RobinsonHave 'optnone' respect the -fast-isel=false option.
2015-11-30 Cong Hou[X86] Update test/CodeGen/X86/avg.ll with the help...
2015-11-30 Matt ArsenaultAMDGPU: Fix unused function
2015-11-30 Matt ArsenaultAMDGPU: Error if too many user SGPRs used
2015-11-30 Matt ArsenaultAMDGPU: Rework how private buffer passed for HSA
2015-11-30 Matt ArsenaultAMDGPU: Rename enums to be consistent with HSA code...
2015-11-30 Matt ArsenaultAMDGPU: Remove SIPrepareScratchRegs
2015-11-30 Matt ArsenaultAMDGPU: Use assert zext for workgroup sizes
2015-11-30 Quentin Colombet[ARM] For old thumb ISA like v4t, we cannot use PC...
2015-11-30 Reid KlecknerAvoid writing to source directory of tests
2015-11-30 Davide Italiano[SimplifyLibCalls] Remove useless bits of this tests.
2015-11-30 Davide Italiano[SimplifyLibCalls] Transform log(exp2(y)) to y*log...
2015-11-30 David Majnemer[X86] Add RIP to GR64_TCW64
2015-11-30 Kit BartonEnable shrink wrapping for PPC64
2015-11-30 Rafael EspindolaFix another llvm.ctors merging bug.
2015-11-30 Dan Gohman[WebAssembly] Fix a few minor compiler warnings. NFC.
2015-11-30 Sanjay Patelfix formatting; NFC
2015-11-30 Colin LeMahieu[Hexagon] NFC Reordering headers.
2015-11-30 Matt ArsenaultAMDGPU: Don't reserve SCRATCH_PTR input register
2015-11-30 Aaron BallmanSilencing a 32-bit to 64-bit implicit conversion warnin...
2015-11-30 Hrvoje Varga[mips][microMIPS] Implement LBUX, LHX, LWX, MAQ_S[A...
2015-11-30 Zoran Jovanovic[mips][microMIPS] Fix issue with offset operand of...
2015-11-30 Igor BregerAVX512: regenerate avx512bw intrincics tests results.
2015-11-30 Daniel Sanders[mips][ias] Removed MSA instructions from base architec...
2015-11-30 Zlatko Buljan[mips][microMIPS] Implement PRECR.QB.PH, PRECR_SRA...
2015-11-30 Craig TopperRevert r254279 "[X86] Use ArrayRef. NFC". It seems...
2015-11-30 Craig Topper[X86] Use ArrayRef. NFC
2015-11-30 Sanjoy Das[ADT] Fix typo in comment
2015-11-30 Craig Topper[AVX512] The vpermi2 instructions require an integer...
2015-11-29 Sanjoy Das[SCEV] Use lambda instead of std::bind; NFC
2015-11-29 Sanjoy Das[SCEV] Use range version of all_of; NFC
2015-11-29 Craig Topper[X86] Remove duplicate entries from intrinsics tables...
2015-11-29 Sanjoy DasFix out of bounds access in hasStructRetAttr
2015-11-29 Dan Gohman[WebAssembly] Delete an obsolete TODO comment.
2015-11-29 Dan Gohman[WebAssembly] Set several MCInstrDesc flags.
2015-11-29 Craig Topper[X86] int_x86_avx2_permps and X86ISD::VPERMV should...
2015-11-29 Dan Gohman[WebAssembly] Delete unused functions. NFC.
2015-11-29 Dan Gohman[WebAssembly] Minor clang-format and selected clang...
2015-11-29 Sanjay Patelfix typos in comments; NFC
2015-11-29 Davide Italiano[SimplifyLibCalls] Don't crash if the function doesn...
2015-11-29 Davide Italiano[SimplifyLibCalls] Cross out implemented transformations.
2015-11-29 Davide Italiano[SimplifyLibCalls] Tranform log(pow(x, y)) -> y*log(x).
2015-11-29 Diego NovilloSamplePGO - Do not use std::to_string in diagnostics.
2015-11-29 Craig TopperUse a lambda instead of std::bind and std::mem_fn I...
2015-11-29 Simon Pilgrim[X86][SSE] Added support for lowering to ADDSUBPS/ADDSU...
2015-11-29 Rafael EspindolaAdd a passing test.
2015-11-29 Rafael EspindolaDon't depend on the order the IR is copied.
2015-11-29 Rafael EspindolaDon't depend on the order the IR is copied.
2015-11-29 Rafael EspindolaMake this test less strict.
2015-11-29 Rafael EspindolaSimplify. NFC.
2015-11-29 Igor BregerAVX512:Implemented encoding for the vmovq.s instruction.
2015-11-29 Craig TopperRemove an intermediate lambda. NFC
2015-11-29 Xinliang David Li Minor code cleanups
2015-11-29 Craig TopperRemove unnecessary intermediate lambda. NFC
2015-11-29 Craig Topper[SelectionDAG] Use std::any_of instead of a manually...
2015-11-29 Rafael EspindolaCorrectly handle llvm.global_ctors merging.
2015-11-29 Rafael EspindolaFix a crash when writing merged bitcode.
2015-11-28 Davide Italiano[SimplifyLibCalls] Use any_of(). Suggested by David...
2015-11-28 Benjamin Kramer[SimplifyLibCalls] Fix inverted condition that lead...
2015-11-28 Simon Pilgrim[X86][AVX] Regenerate ADDSUB tests
2015-11-28 Xinliang David Li[PGO] Move value profile format related structures...
2015-11-28 Renato GolinRevert "[ARM] Generate ABI_optimization_goals build...
2015-11-28 Simon Pilgrim[X86][FMA] Added 512-bit tests to match 128/256-bit...
2015-11-28 Simon Pilgrim[X86][FMA] More thorough FMA tests
2015-11-28 Simon Pilgrim[X86][AVX2] Tidied up PBROADCAST tests
2015-11-28 NAKAMURA Takumillvm/test/CodeGen/SystemZ/alloca-04.ll REQUIRES asserts...
2015-11-28 Jonas Paulsson[Stack realignment] Handling of aligned allocas.
2015-11-28 Craig TopperUse range-based for loops. NFC
2015-11-28 Craig Topper[TableGen] Use SmallString instead of std::string to...
2015-11-28 Xinliang David Li[PGO] Add return code for vp rt record init routine...
2015-11-28 Xinliang David Li[PGO] Allow value profile writer interface to allocated...
2015-11-28 Xinliang David LiFunction name cleanup (NFC)
2015-11-28 Xinliang David Li[PGO] Extract VP data integrity check code into a helpe...
2015-11-28 Keno Fischer[autoconf] Fix MinGW build
2015-11-27 Rafael EspindolaPass .ll directly to llvm-link.
2015-11-27 Rafael EspindolaPass .ll directly to llvm-link
2015-11-27 Diego NovilloSamplePGO - Add initial support for inliner annotations.
2015-11-27 Diego NovilloSamplePGO - Fix default threshold for hot callsites.
2015-11-27 Rafael EspindolaModernize the test a bit
2015-11-27 Rafael EspindolaSimplify the linking of recursive data.
2015-11-27 Artyom SkrobovFollow-up fix for r254201
2015-11-27 Artyom Skrobov[ARM] Generate ABI_optimization_goals build attribute...
next