oota-llvm.git
2016-01-05 Oleg Ranevskyy[Clang/Support/Windows/Unix] Command lines created...
2016-01-05 Manuel JacobCorrect my last commit (revision 256860).
2016-01-05 Manuel Jacob[PlaceSafepoints] Add a test.
2016-01-05 Sanjay Patel[InstCombine] insert a new shuffle before its uses...
2016-01-05 Manuel JacobAdd function for testing string attributes to InvokeIns...
2016-01-05 David Majnemer[X86] Determine if we have an OpaqueSPAdjustment earlier
2016-01-05 Michael Zuckerman[AVX512] add PSLLD and PSLLQ Intrinsic
2016-01-05 MinSeong Kim[MISched] Explanatory error message when machine model...
2016-01-05 Aaron BallmanReverting r256836; it causes a build bot failure: lab...
2016-01-05 Aaron BallmanEnable more strict standards conformance in MSVC for...
2016-01-05 MinSeong Kim[AArch64] Add support for Samsung Exynos-M1
2016-01-05 Artyom Skrobov(NFC) Change SubtargetFeatures::ToggleFeature and
2016-01-05 Junmo ParkRemove extra whitespace. NFC.
2016-01-05 Junmo ParkRemove extra whitespace. NFC.
2016-01-05 Simon Pilgrim[X86][SSE] Merge PerformBLENDICombine into PerformShuff...
2016-01-05 Craig Topper[X86] Make MOV32ri64 a post-RA pseudo instead of a...
2016-01-05 Craig Topper[X86] Add OpSize32 to OR32mrLocked instruction to match...
2016-01-05 Craig Topper[AVX512] Add hasSideEffects=0 to kunpck instructions...
2016-01-05 David Majnemer[SimplifyCFG] Further improve our ability to remove...
2016-01-05 David Majnemer[SimplifyCFG] Remove redundant catchpads
2016-01-05 Matt ArsenaultAMDGPU: Remove redundant let mayLoad = 1
2016-01-05 Manuel Jacob[RS4GC] Simplify handling of Constants in findBaseDefin...
2016-01-05 Manuel Jacob[Statepoints] Refactor GCRelocateOperands into an intri...
2016-01-05 Tom StellardAMDGPU/SI: Select non-uniform constant addrspace loads...
2016-01-05 Joseph Tremoulet[WinEH] Simplify unreachable catchpads
2016-01-05 David MajnemerRevert "[X86] Use push-pop for materializing small...
2016-01-05 Tom StellardAMDGPU/SI: Consolidate FLAT patterns
2016-01-05 Philip Reames[MDA] Don't be quite as conservative for noalias functions
2016-01-05 Matthias BraunX86: Add a testcase for PR25951
2016-01-05 Matthias BraunMachineInstrBundle: Fix reversed isSuperRegisterEq...
2016-01-05 Matthias BraunFix typo in comment
2016-01-04 Xinliang David LiAdd explicit string checks in test
2016-01-04 Nicolai HaehnleAMDGPU: add +xnack feature
2016-01-04 Chen Li[InstructionCombining] prepareICWorklistFromFunction...
2016-01-04 Eric ChristopherUpdate docs to recommend CMake >= v3.2.
2016-01-04 Eric ChristopherClarify that the bypassSlowDivision optimization operat...
2016-01-04 David Majnemer[LICM] Fix a small oversight introduced in r256763
2016-01-04 Philip Reames[MemoryBuiltins] Remove isOperatorNewLike by consolidat...
2016-01-04 Xinliang David Li[PGO] Simplify string parsing
2016-01-04 Xinliang David Li[PGO] Refactor string writer code
2016-01-04 Haicheng Wu[LIR] General refactoring to simplify code and the...
2016-01-04 Simon Pilgrim[X86][SSE] Ensure BLENDPD/BLENDPS/PBLEND inputs are...
2016-01-04 Xinliang David Li[PGO]: Use efficient 'join' API for uncompressed string
2016-01-04 Xinliang David Li[PGO]: reserve space for string to avoid excessive...
2016-01-04 Tom StellardAMDGPU/SI: Move VI SMEM pattern back into VIInstructions.td
2016-01-04 Xinliang David LiUpdate documantation
2016-01-04 Aditya NandakumarRemove dead instructions before Redoing
2016-01-04 Haicheng WuRevert previous test commit.
2016-01-04 Haicheng WuThis is a test commit to check my commit access works.
2016-01-04 Geoff Berry[AArch64] Optimize some simple TBZ/TBNZ cases.
2016-01-04 Paul RobinsonClang-format my previous change (r256313)
2016-01-04 David Majnemer[LICM] Don't insert instructions after a catchswitch...
2016-01-04 Nick LewyckyFix comment in typo. NFC
2016-01-04 Joseph Tremoulet[WinEH] Update CoreCLR EH state numbering
2016-01-04 Nicolai HaehnleAMDGPU: Avoid assertions after SGPR spilling failed
2016-01-04 Michael Zuckerman[AVX512] add PSRAD and PSRAQ Intrinsic
2016-01-04 Michael Zuckerman[AVX512] add PSRAW Intrinsic
2016-01-04 Jeroen Ketema[MC] Fix file name in file header
2016-01-04 Michael Zuckerman[AVX512] add PSRLV Intrinsic
2016-01-04 Chandler CarruthFix a horrible infloop in value tracking in the face...
2016-01-04 Craig Topper[TableGen] Fix a typo in r256733.
2016-01-04 Craig Topper[TableGen] Use some free space in Init to store the...
2016-01-04 Craig Topper[TableGen] Call llvm_shutdown on exit so that all the...
2016-01-04 David Majnemer[X86] Make hasFP constant time
2016-01-04 David Majnemer[LICM] Make instruction sinking funclet-aware
2016-01-04 Craig Topper[TableGen] Change TGParser::SetValue to take an ArrayRe...
2016-01-04 Craig Topper[TableGen] Fix a bug that caused the wrong name for...
2016-01-04 NAKAMURA Takumillvm/include/llvm/ProfileData/InstrProfData.inc: Add...
2016-01-03 Dimitry AndricFix one file that I didn't convert properly in r256707.
2016-01-03 Craig TopperUse std::is_sorted and std::none_of instead of manual...
2016-01-03 Xinliang David Li[PGO] Cleanup: remove reduncant calls in lowering
2016-01-03 Xinliang David Li[PGO] Cleanup: Use covmap header definition in the...
2016-01-03 Simon Pilgrim[X86][MMX] Regenerated vector insertion test.
2016-01-03 Xinliang David Li[PGO] Code refactoring to use header struct def /NFC
2016-01-03 Xinliang David Li[PGO] Introduce coverage map header structure in PGO...
2016-01-03 Simon Pilgrim[SelectionDAG] Pulled out common code for CONCAT_VECTOR...
2016-01-03 Simon Pilgrim[X86][SSE] Added tests for insertion of zero elements...
2016-01-03 Dimitry AndricFix several accidental DOS line endings in source files
2016-01-03 Simon Pilgrim[X86][SSE41] Added test cases for improving insertps...
2016-01-03 Simon Pilgrim[X86][SSE] Added v4f32 shuffle with zero tests
2016-01-03 Craig Topper[TableGen] Simplify some code slightly. No need to...
2016-01-03 Craig TopperUse an ArrayRef to simplify repeated calculation of...
2016-01-03 Craig TopperUse std::is_sorted instead of manual loops. NFC
2016-01-03 Craig TopperUse range-based for loop. NFC
2016-01-03 Craig Topper[TableGen] Replace a logically negated xor of bools...
2016-01-03 Craig Topper[TableGen] Use std::find_if and a lambda instead of...
2016-01-03 Craig Topper[TableGen] Fix a bug introduced in r256627. If the...
2016-01-03 Craig Topper[TableGen] Use range-based for loops. NFC
2016-01-03 Xinliang David Li[PGO] simple refactoring (NFC)
2016-01-03 NAKAMURA TakumiWinEHPrepare.cpp: Suppress a warning for -Asserts....
2016-01-02 Joseph Tremoulet[Verifier] Add braces to satisfy buildbots. NFC
2016-01-02 Joseph Tremoulet[WinEH] Verify catchswitch handlers
2016-01-02 Joseph Tremoulet[WinEH] Tighten parentPad verifier checks
2016-01-02 Joseph Tremoulet[WinEH] Update catchrets with cloned successors
2016-01-02 Yaron KerenCorrect misleading formatting of several ifs followed...
2016-01-02 David Majnemer[WinEH] Add additional verification
2016-01-01 David Majnemer[X86] Add intrinsics for reading and writing to the...
2015-12-31 Sanjay Patel[LibCallSimplifier] propagate FMF when shrinking binary...
2015-12-31 Craig Topper[X86] Remove a return after llvm_unreachable.
2015-12-31 Craig Topper[X86] Move shuffle decoding for constant pool into...
next