oota-llvm.git
2015-09-21 Artyom Skrobov[ARM] Handle +t2dsp feature as an ArchExtKind in ARMTar...
2015-09-21 Asaf Badouh[X86][AVX512] add masked version for RSQRT14 & RCP14...
2015-09-21 Daniel Sanders[mips] Allow constant expressions in second argument...
2015-09-21 Craig TopperUse makeArrayRef or None to avoid unnecessarily mention...
2015-09-21 Craig TopperDon't pass StringRefs around by const reference. Pass...
2015-09-20 Craig TopperCleanup places that passed SMLoc by const reference...
2015-09-20 Sanjoy Das[IndVars] Use C++11 style field initialization; NFCI.
2015-09-20 Sanjoy Das[IndVars] Don't add a level of indentation for namespac...
2015-09-20 Sanjay Pateladd test file ahead of any functional changes for PR22428
2015-09-20 Simon Pilgrim[X86][SSE] Intrinsics builtins test refresh. NFCI
2015-09-20 Igor BregerAVX512: Implemented encoding and intrinsics for vcmpss/sd.
2015-09-20 Asaf Badouh[X86][AVX512] extend support in Scalar conversion
2015-09-20 Igor BregerAVX512: vsqrtss/sd encoding and intrinsics implementation.
2015-09-20 Asaf Badouh[X86][AVX512DQ] Add fpclass instruction
2015-09-20 Michael Kuperstein[X86] Fix sitofp and uitofp instruction matching failur...
2015-09-20 Igor BregerAVX512: Implemented intrinsics for vshuff32x4, vshuff64...
2015-09-20 Sanjoy Das[IndVars] Don't repeat function names in comment; NFC.
2015-09-20 Igor BregerAVX512: Implement instructions encoding, lowering and...
2015-09-20 Saleem AbdulrasoolARM: cleanup formatting
2015-09-20 Sanjoy Das[IndVars] Fix a bug in r248045.
2015-09-19 Davide ItalianoFixup r248096, commit the *correct* test.
2015-09-19 Davide Italiano[obj2yaml] Fix "time of check to time of use" bug....
2015-09-19 Simon Pilgrim[X86][AVX2] Use general sext IR for vpmovsx stack foldi...
2015-09-19 Simon Pilgrim[X86][SSE] Vectorize CTTZ + CTTZ_ZERO_UNDEF
2015-09-19 Simon Pilgrim[InstCombine] Use SimplifyDemandedVectorEltsLow helper...
2015-09-19 NAKAMURA Takumi[CMake] Update LLVM_TEST_DEPENDS not to use macho-dump...
2015-09-19 Matt ArsenaultAMDGPU: Remove dead code
2015-09-19 Bob WilsonNFC: Fix indentation and add braces to clarify nested...
2015-09-19 Maksim Panchenko[PrologEpilogInserter] Minor refactoring.
2015-09-19 Maksim PanchenkoTest commit. Fix comment. NFC.
2015-09-19 David Majnemer[InstCombine] FoldICmpCstShrCst failed for ashr when...
2015-09-19 David Majnemer[InstCombine] FoldICmpCstShrCst didn't handle icmps...
2015-09-19 Matt ArsenaultAMDGPU: Add failing testcase for live interval construction
2015-09-18 Sanjoy Das[IndVars] Widen more comparisons for non-negative induc...
2015-09-18 Luke LarsonFix typo and test commit
2015-09-18 Rafael EspindolaThis code never uses r_addend, so it can just use Elf_Rel.
2015-09-18 Chris Bieneman[CMake] Adding ALWAYS_GENERATE option to symlink utilit...
2015-09-18 Davide Italiano[Object/ELF] Change comment to reflect reality.
2015-09-18 Cong HouUpdate edge weights properly when merging blocks in...
2015-09-18 Eric ChristopherLimit the range of processors supported by ARM fast...
2015-09-18 Teresa JohnsonRemove couple of new Bitcode enum vals that snuck in...
2015-09-18 Larisse VoufoClean up: Refactoring the hardcoded value of 6 for...
2015-09-18 James Y KnightMake MachineScheduler debug output less confusing.
2015-09-18 Cong HouScaling up values in ARMBaseInstrInfo::isProfitableToIf...
2015-09-18 Matthias BraunSelectionDAGDumper: Leave out the <multiple use> markers
2015-09-18 Matthias BraunSelectionDAGDumper: Avoid unnecessary newlines
2015-09-18 Matthias BraunSelectionDAGDumper: Hide [ID=X], [ORD=X] and source...
2015-09-18 Matthias BraunSelectionDAG: Introduce PersistentID to SDNode for...
2015-09-18 Chris Bieneman[CMake] More cleanup of installing symlinks.
2015-09-18 Geoff Berry[AArch64] Improved bitfield instruction selection.
2015-09-18 Rafael EspindolaRemove temporary file on signal.
2015-09-18 Yaron KerenSimplify SmallBitVector::applyMask by consolidating...
2015-09-18 Daniel Sanders[mips][microMIPS] Fix an invalid read for lwm32 and...
2015-09-18 Chad Rosier[AArch64] Reorder cases to improve readability. NFC.
2015-09-18 Chad Rosier[AArch64] Remove some redundant cases. NFC.
2015-09-18 Aaron BallmanSilencing a -Wsign-compare warning; NFC.
2015-09-18 Igor Laevsky[LazyValueInfo] Report nonnull range for nonnull pointers
2015-09-18 Artur PilipenkoSupport align attribute for return values
2015-09-18 Aaron BallmanReverting r247972 (and subordinate commit r247972)...
2015-09-18 Artur PilipenkoNit cleanup in LangRef about dereferenceable metadata
2015-09-18 Michael Kruse[Support] Reapply r245289 "Always wait for GraphViz...
2015-09-18 Daniel Sanders[llvm-mc-fuzzer] Document llvm-mc-fuzzer in LibFuzzer...
2015-09-18 David Majnemer[WinEH] Moved funclet pads should be in relative order
2015-09-18 Yaron KerenFix BitVectorTest on 32-bit hosts after r247972.
2015-09-18 Yaron KerenSimplify SmallBitVector::applyMask by consolidating...
2015-09-18 Lang HamesRemove trailing whitespace from the old Orc Kaleidoscop...
2015-09-18 Bob WilsonWhitespace. Indent with spaces instead of a tab.
2015-09-17 Quentin Colombet[ShrinkWrap] Refactor the handling of infinite loop...
2015-09-17 Davide Italiano[llvm-readobj] Fix another "time of check to time of...
2015-09-17 David Blaikie[opaque pointer types] Add an explicit pointee type...
2015-09-17 Alexei Starovoitov[bpf] expand indirect branches
2015-09-17 Matthias BraunRevert "(HEAD -> master, origin/master, origin/HEAD...
2015-09-17 David Majnemer[WinEH] Fix tests broken by funclet-layout
2015-09-17 Matthias BraunRegisterPressure: Move LiveInRegs/LiveOutRegs from...
2015-09-17 Matthias BraunMachineScheduler: Provide an option for node hiding...
2015-09-17 Joerg Sonnenberger[SPARC] Add mulscc.
2015-09-17 Sanjay Patelfix typo; NFC
2015-09-17 David Majnemer[WinEH] Add a funclet layout pass
2015-09-17 Reid Kleckner[WinEH] Make funclet return instrs pseudo instrs
2015-09-17 Piotr Padlewskigvn small fix
2015-09-17 Simon Pilgrim[InstCombine] Added vector demanded bits support for...
2015-09-17 Piotr PadlewskiAdded MD_invariant_group to LLVMContext
2015-09-17 Teresa JohnsonRestore "Function bitcode index in Value Symbol Table...
2015-09-17 Diego NovilloTemporarily fix gcov failures in big-endian hosts.
2015-09-17 Sanjoy Das[SCEV] Use auto instead of full iterator type; NFCI.
2015-09-17 Sanjoy Das[SCEV] Don't repeat method/field names in comment in...
2015-09-17 Reid KlecknerFix the test case I just committed
2015-09-17 Reid Kleckner[WinEH] Add and use hasEHPadSuccessor instead of getLan...
2015-09-17 Zia AnsariTest commit.
2015-09-17 Teresa JohnsonRevert "Function bitcode index in Value Symbol Table...
2015-09-17 Daniel Sanders[mips] Add assembler support for the .cprestore directive.
2015-09-17 Mehdi AminiFix doc build: sublists require a blank line before...
2015-09-17 Teresa JohnsonFunction bitcode index in Value Symbol Table and lazy...
2015-09-17 Teresa JohnsonRefactor string encoding checks in BitcodeWriter (NFC)
2015-09-17 Chad RosierTypos. NFC.
2015-09-17 Zoran Jovanovic[mips][microMIPS] Implement TEQ, TGE, TGEU, TLT, TLTU...
2015-09-17 Elena DemikhovskyAVX-512: shufflevector for i1 vectors <2 x i1> .. ...
2015-09-17 Diego NovilloGCC AutoFDO profile reader - Initial support.
2015-09-17 Diego NovilloCheck for errors after reading a sample profile in...
2015-09-16 Hans WennborgTry to fix WebAssembly build after r247864
next