platform/upstream/llvm.git
2016-02-22 Elena DemikhovskyAllow setting MaxRerollIterations above 16
2016-02-22 Michael Zuckerman[CLANG] [AVX512] [BUILTIN] Adding prol{d|q|w}{128|256...
2016-02-22 Craig Topper[X86] Minor formatting fix. NFC
2016-02-22 Tobias GrosserUse EXPECT_EQ in the unittests instead of plain assert
2016-02-22 Mohit K. Bhakkad[MSan] Make unaligned load/store functions compatible...
2016-02-22 Manman RenAddressing review comments for r261163.
2016-02-22 Duncan P. N... Reapply "CodeGen: Use references in MachineTraceMetrics...
2016-02-22 Duncan P. N... Revert "CodeGen: Use references in MachineTraceMetrics...
2016-02-22 Duncan P. N... CodeGen: Use references in MachineTraceMetrics::Trace...
2016-02-22 Duncan P. N... CodeGen: Explicitly convert from iterator to pointer...
2016-02-22 Duncan P. N... Document assumption in X86FrameLowering::inlineStackProbe()
2016-02-22 Faisal ValiFix PR24473 : Teach clang to remember to substitute...
2016-02-22 Kevin B. Smith[X86] More test updates to support fixup-byte-word...
2016-02-21 Duncan P. N... CodeGen: MachineInstr::getIterator() => getInstrIterato...
2016-02-21 Lang Hames[Orc] Add stack-realignment code to the i386 resolver...
2016-02-21 Duncan P. N... CodeGen: Split bundle_iterator into a separate file...
2016-02-21 Johannes DoerfertAdd test case for [FIX] commit r261474
2016-02-21 Duncan P. N... CodeGen: Add constructor for MIBuilder from a bundle_it...
2016-02-21 Duncan P. N... ADT: Disallow == and != between pointers and ilist...
2016-02-21 Duncan P. N... ADT: Remove == and != comparisons between ilist iterato...
2016-02-21 Duncan P. N... TransformUtils: Avoid getNodePtrUnchecked() in integer...
2016-02-21 Tobias GrosserIslAst: Expose IslAst class in header file [NFC]
2016-02-21 Duncan P. N... ADT: Stop using getNodePtrUnchecked on end() iterators
2016-02-21 Craig Topper[X86] Remove unused encoding types from disassembler...
2016-02-21 Duncan P. N... CodeGen: Avoid getNodePtrUnchecked() where we need...
2016-02-21 Duncan P. N... ADT: clang-format ilist_iterator, NFC
2016-02-21 Duncan P. N... ADT: Remove ilist_iterator random access API, NFC
2016-02-21 Simon Pilgrim[X86][AVX] Add shuffle masking support for EltsFromCons...
2016-02-21 Johannes DoerfertSupport memory intrinsics
2016-02-21 Johannes DoerfertUse regular expressions instead of temporary names...
2016-02-21 Tobias GrosserScalerEvolution: Only erase temporary values if they...
2016-02-21 Tobias GrosserScalarEvolution: Do not keep temporary PHI values in...
2016-02-21 Sanjay Patelfix inaccurate comment; NFC
2016-02-21 Sanjay Patel[InstCombine] add getNegativeIsTrueBoolVec() helper...
2016-02-21 Sanjoy DasFix LLVM's handling and detection of skylake and cannon...
2016-02-21 Sanjoy Das[LoopDeletion] Add an assert that verifies LCSSA
2016-02-21 Anton Yartsev[analyzer][scan-build] Non-existing directory for scan...
2016-02-21 JF BastienWebAssembly: update expected torture test failures
2016-02-21 Johannes Doerfert[Refactor] Add missing newline after functions
2016-02-21 Johannes Doerfert[Refactor] Indicate pointer and reference types when...
2016-02-21 Johannes Doerfert[Refactor] Add newlines to separate doxygen fields
2016-02-21 Johannes Doerfert[Refactor] Avoid variables with name of types
2016-02-21 Johannes Doerfert[FIX] Compare SCEVs not values during SCEV expansion
2016-02-21 Tobias GrosserBlockGenerator: Drop unnecessary return value
2016-02-21 Simon Pilgrim[InstCombine] Added SSE41 roundss/roundsd demanded...
2016-02-21 Michael Zuckerman[CLANG] [AVX512] [BUILTIN] Adding pmovzx{b|d|w}{w|d...
2016-02-21 Simon Pilgrim[InstCombine] Added XOP frczss/vfrczsd demanded vector...
2016-02-21 Simon Pilgrim[InstCombine] Added SSE41 roundss/roundsd demanded...
2016-02-21 Elena DemikhovskyAdded SKL and CNL processors and features to Clang
2016-02-21 Manman RenClass Property: Fix a crash with old ABI when generatin...
2016-02-21 Dan Gohman[WebAssembly] Support physical registers in the rewrite...
2016-02-21 Duncan P. N... IR: Add ConstantData, for operand-less Constants
2016-02-21 David MajnemerUnbreak non-X86 targets from fallout caused by r261462
2016-02-21 David Majnemer[X86] Use the correct alignment for COMDAT constant...
2016-02-21 Duncan P. N... Lex: Never overflow the file in HeaderMap::lookupFilename()
2016-02-20 Simon Pilgrim[InstCombine] SSE/SSE2 (u)comiss/(u)comisd comparison...
2016-02-20 Duncan P. N... Lex: Change HeaderMapImpl::getString() to return String...
2016-02-20 Dan Gohman[WebAssembly] Refine a README.txt entry.
2016-02-20 Dan Gohman[WebAssembly] Handle CopyToReg nodes with flag results...
2016-02-20 Duncan P. N... Lex: Use dbgs() instead of fprintf() in HeaderMap:...
2016-02-20 Duncan P. N... Lex: Add a test for HeaderMap::lookupFileName()
2016-02-20 Simon Pilgrim[InstCombine] Added SSE/SSE2 comparison intrinsics...
2016-02-20 Derek Schuff[WebAssembly] Write stack pointer back to memory when...
2016-02-20 Derek Schuff[WebAssembly] Stackify function prologs and epilogs
2016-02-20 Simon Pilgrim[InstCombine] Added some SSE/SSE2 demanded vector eleme...
2016-02-20 Dan GohmanDon't scan for SSA register operands to update when...
2016-02-20 Duncan P. N... Lex: Check whether the header map buffer has space...
2016-02-20 Duncan P. N... Lex: Check buckets on header map construction
2016-02-20 Nemanja IvanovicFix the build bot break caused by rL261441.
2016-02-20 Duncan P. N... Lex: Add some unit tests for corrupt header maps
2016-02-20 Argyrios Kyrtzidis[c-index-test] CMake: When installing c-index-test...
2016-02-20 Simon Pilgrim[X86][AVX] Added test case for PR22359
2016-02-20 Duncan P. N... Lex: clang-format HeaderMap.h, NFC
2016-02-20 Duncan P. N... Lex: Remove explicitly deleted copy constructor, NFC
2016-02-20 Nemanja IvanovicFix for PR 26500
2016-02-20 Simon Pilgrim[X86] Regenerated pr16360.ll
2016-02-20 Simon Pilgrim[X86][SSE41] More fast-isel intrinsics tests
2016-02-20 Simon Pilgrim[X86][SSE41] Added fast-isel intrinsics tests
2016-02-20 Simon Pilgrim[DAGCombiner] Use getBitcast helper when possible....
2016-02-20 Hongbin ZhengIntroduce helper function to build isl_flow, NFC.
2016-02-20 Hongbin ZhengAdd the missing modifier 'static' for addZeroPaddingToS...
2016-02-20 Simon Pilgrim[X86][SSE] Fixed issue with commutation of 'faux unary...
2016-02-20 Simon Pilgrim[X86][SSE] Move all undef/zero cases before target...
2016-02-20 Andrey Turetskiy[CMake] Add partial support for MSVC in compiler-rt...
2016-02-20 Alexander Kornienko[clang-tidy] Describe modules, link to LLVM development...
2016-02-20 Joerg SonnenbergerWhen MemoryDependenceAnalysis hits a CFG with many...
2016-02-20 Andrey Turetskiy[X86] Enable the LEA optimization pass by default.
2016-02-20 Andrey Turetskiy[X86] PR26575: Fix LEA optimization pass (Part 2).
2016-02-20 Benjamin Kramer[SimplifyCFG] Use pointer identity to simplify predicate.
2016-02-20 Benjamin Kramer[LVI] Move ConstantRanges instead of copying.
2016-02-20 David Majnemer[MSVC Compat] Implement -EHc semantics
2016-02-20 David Majnemer[MSVC Compat] Add support for /GX, /GX-
2016-02-20 David MajnemerRemove -fnew-ms-eh
2016-02-20 Roman DivackyFix handling of vaargs on PPC32 when going from regsave...
2016-02-20 Eric FiselierRename <__hash_table> traits so they don't conflict...
2016-02-20 David MajnemerMove some code from doInitialization to runOnFunction
2016-02-20 Eric FiselierRemove all usages of "const" node pointer typedefs...
2016-02-20 Craig Topper[X86] Remove some unused encoding checks from the disas...
2016-02-20 Craig Topper[X86] Add some missing reversed forms of XOP instructions.
2016-02-20 Eric FiselierCleanup node-type handling in the associative containers.
next