oota-llvm.git
2015-11-18 Craig TopperReplace dyn_cast with isa in places that weren't using...
2015-11-18 Rafael EspindolaDefault SetVector to use a DenseSet.
2015-11-18 Sanjoy DasTeach the inliner to track deoptimization state
2015-11-18 Rafael EspindolaStop producing .data.rel sections.
2015-11-18 David MajnemerFix LLD testsuite fallout from r253429
2015-11-18 David MajnemerAdd a test for r253323
2015-11-18 David Majnemer[llvm-objdump] Use the COFF export table for additional...
2015-11-18 Jingyue Wu[doc] simplify the doc on compiling CUDA
2015-11-18 Cong HouRemove a redundant assertion in MachineBasicBlock.cpp...
2015-11-18 Cong HouRemove redundant code in MachineBasicBlock.cpp. NFC.
2015-11-18 Reid KlecknerAttempt to fix uninitialized SDAG persistent ids detect...
2015-11-18 Cong HouLet += and -= operators in BranchProbability have satur...
2015-11-18 Kostya Serebryany[libFuzzer] remove default initializer as a workaround...
2015-11-18 Cong HouModify the interface BranchProbability::normalizeProbab...
2015-11-18 Nathan SlingerlandRevert "[llvm-profdata] Add SaturatingAdd/SaturatingMul...
2015-11-18 Cong HouImproving edge probabilities computation when choosing...
2015-11-18 Nathan Slingerland[llvm-profdata] Fix unhandled enumeration values warning
2015-11-18 Nathan Slingerland[llvm-profdata] Add SaturatingAdd/SaturatingMultiply...
2015-11-18 Quentin Colombet[ARM] Enable shrink-wrapping by default.
2015-11-18 David BlaikieGeneralize ownership/passing semantics to allow dsymuti...
2015-11-18 Rafael EspindolaRemove excess white space
2015-11-18 Sanjay Patel[InstCombine] refactor optimizeIntToFloatBitCast()...
2015-11-17 Nathan Slingerland[llvm-profdata] Show hint for other mismatch errors...
2015-11-17 Simon Pilgrim[X86][AVX512] Added AVX512 SHUFP*/VPERMILP* shuffle...
2015-11-17 David BlaikieFix read-of-uninitialized introduced in r253277 exposed...
2015-11-17 Xinliang David Li[PGO] Move value profile data definitions out of Indexe...
2015-11-17 David BlaikieFix null dereference committed in r253277
2015-11-17 David Blaikiedwarfdump: support indexed string dumping in dwp based...
2015-11-17 Simon Pilgrim[X86][AVX512] Added support for AVX512 UNPCK shuffle...
2015-11-17 Nathan Slingerland[llvm-profdata] Improve error messaging when merging...
2015-11-17 Simon Pilgrim[X86][SSE] Share AVX1/AVX2 shuffle tests with AVX512...
2015-11-17 Reid Kleckner[WinEH] Move WinEHFuncInfo from MachineModuleInfo to...
2015-11-17 David Blaikiedwarfdump: Reference the appropriate line table segment...
2015-11-17 David BlaikieFix -Wunused-function in a non-Win32 build
2015-11-17 Andrew Kaylor[EH] Keep filter clauses for types that have been caught.
2015-11-17 Ulrich Weigand[RuntimeDyld] Fix resolving R_PPC64_REL24 relocations
2015-11-17 Mike Aizatskyadding sancov to Makefile directory list.
2015-11-17 Yunzhong GaoSwitch lto codegen to using diagnostic handlers.
2015-11-17 George Burgess IVSpecify explicit storage type for AllocType. NFC.
2015-11-17 Elena DemikhovskyVector of pointers in function attributes calculation
2015-11-17 Diego NovilloSamplePGO - Move debug/dump function bodies out of...
2015-11-17 David BlaikieStringRef-ify some Option APIs
2015-11-17 Sanjay Patelfix typos; NFC
2015-11-17 Sanjay Pateluse local variables; NFCI
2015-11-17 Mike Aizatskyenabling sancov tests on linux x86_64 only
2015-11-17 Charlie Turner[ARM] Don't pessimize i32 vselect.
2015-11-17 Sanjay Patelfunction names start with a lower case letter; NFC
2015-11-17 Pawel Bylica[Support] Tweak path::system_temp_directory() on Windows.
2015-11-17 Ahmed Bougacha[AArch64] Promote f16 SELECT_CC CC operands when op...
2015-11-17 Davide Italiano[llvm-rtdyld] Don't waste cycles invalidating instructi...
2015-11-17 Davide Italiano[JIT/Memory] Fix up semantic of setExecutable().
2015-11-17 Dan GohmanUpdate DebugInfo tests for the change in DEBUG_VALUE...
2015-11-17 Pat GavlinLower statepoints with multi-def targets.
2015-11-17 Dan GohmanUse TargetRegisterInfo for printing MachineOperand...
2015-11-17 Chad RosierTypo.
2015-11-17 Bradley Smith[ARM] Default to ARMv4t in favour of adding Other to...
2015-11-17 Charlie Turner[ARM] Match VABDL from log2 shuffles.
2015-11-17 Zlatko Buljan[mips][microMIPS] Implement EXTP, EXTPDP, EXTPDPV,...
2015-11-17 Bradley Smith[ARM] Properly initialize ARMArch in the ARM subtarget
2015-11-17 Zlatko Buljan[mips][microMIPS] Implement SUBQ[_S].PH, SUBQ_S.W,...
2015-11-17 Oliver Stannard[Assembler] Make fatal assembler errors non-fatal
2015-11-17 Oliver Stannard[Assembler] Allow non-fatal errors after parsing
2015-11-17 Zlatko Buljan[mips][microMIPS] Implement PRECEQ.W.PHL, PRECEQ.W...
2015-11-17 Jay FoadFix typos in comments.
2015-11-17 David Majnemer[AliasAnalysis] CatchPad and CatchRet can modify escape...
2015-11-17 David MajnemerFix a typo in BasicAliasAnalysis
2015-11-17 Igor BregerAVX512 : regenerate the test file against trunk.
2015-11-17 Zlatko BuljanAdded microMIPSDSPr1 assembler and disassembler tests...
2015-11-17 Rafael EspindolaAdd MemoryBufferRef(MemoryBuffer&) constructor.
2015-11-17 Xinliang David LiFix unaligned memory read issue exposed by ubsan
2015-11-17 Davide Italiano[Documentation] Add guidelines for grouping tests together.
2015-11-17 Rafael EspindolaDrop prelink support.
2015-11-17 Matthias BraunAssume lane masks are always precise
2015-11-17 David BlaikieFix indentation
2015-11-17 David Blaikiedwarfdump: Use the index to find the right abbrev offse...
2015-11-17 Derek Schuff[WebAssembly] Fix printing of global operands
2015-11-17 Philip Reames[PRE] Preserve !invariant.load metadata
2015-11-16 Simon Pilgrim[X86][SSE] Merged BLEND shuffle decode comments. NFC.
2015-11-16 David BlaikieDemote a single-use named function object to a lambda
2015-11-16 Simon Pilgrim[X86][SSE] Merged ALIGNR/SLLDQ/SRLDQ shuffle decode...
2015-11-16 Simon Pilgrim[X86][SSE] Merged SHUF/PERM shuffle decode comments...
2015-11-16 Simon Pilgrim[X86][SSE] Merged UNPCK shuffle decode comments. NFC.
2015-11-16 Sanjay Pateluse range-based for loop; NFCI
2015-11-16 Stephen CanonAdd isInteger() to APFloat.
2015-11-16 Michael Zolotukhin[PR25538]: Fix a failure caused by r253126.
2015-11-16 Derek Schuff[WebAssembly] Fix function return type printing
2015-11-16 Derek Schuff[WebAssembly] Reverse the order of operands for br_if
2015-11-16 David Majnemer[IR] Manage TheNoneToken with a std::unique_ptr
2015-11-16 Kit BartonFind available scratch register to use in function...
2015-11-16 Reid Kleckner[WinEH] Don't let UnwindHelp alias the return address
2015-11-16 Reid KlecknerUse the subtarget reference that we already have
2015-11-16 Owen AndersonAdd intermediate subtract instructions to reassociation...
2015-11-16 David Majnemer[LoopStrengthReduce] Don't increment iterator past...
2015-11-16 Vasileios Kalintiris[mips] Disable code generation through FastISel for...
2015-11-16 Davide Italiano[SimplifyLibCalls] Generalize a comment. This doesn...
2015-11-16 Petr Pavlu[ARM] Prevent use of a value pointed by end() iterator...
2015-11-16 Oliver Stannard[ARM,AArch64] Store source location of asm constant...
2015-11-16 Oliver Stannard[ARM,AArch64] Store source location for values in assem...
2015-11-16 Dan Gohman[WebAssembly] Prototype passes for register coloring...
2015-11-16 Daniel Sanders[mips][ias] Remove spurious ';' from inline assembly...
next