summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2016-05-23[X86][SSE] Use shuffle/sext instead of deprecated (+ auto-upgraded) pmovsxwd ...Simon Pilgrim1-5/+4
2016-05-23[Kaleidoscope] Add an initial "Building an ORC JIT" tutorial chapter.Lang Hames7-0/+1612
2016-05-23[SPARC] Fix 8 and 16-bit atomic load and store.James Y Knight3-17/+57
2016-05-23Modify emitTypeInformation to use MemoryTypeTableBuilder, take 2Reid Kleckner5-87/+224
2016-05-23InsertPointAnalysis: Move current live interval from being a class memberWei Mi3-24/+22
2016-05-23tune lowering parameter for small apps (sjeng)Xinliang David Li1-2/+3
2016-05-23[InstCombine] Fix assertion when bitcast is converted to gepGerolf Hoflehner2-0/+39
2016-05-23[LoopUnroll] Enable advanced unrolling analysis by default.Michael Zolotukhin2-4/+4
2016-05-23Fix DEBUG logs in MachineLICM.Justin Lebar1-7/+5
2016-05-23[codeview] Refactor symbol records to use same pattern as types.Zachary Turner4-426/+1315
2016-05-23fix typo; NFCSanjay Patel1-1/+1
2016-05-23use range-loop; NFCISanjay Patel1-4/+2
2016-05-23llvm-dwp: More error handling around invalid compressed sectionsDavid Blaikie4-8/+7
2016-05-23fix formatting; NFCSanjay Patel1-4/+2
2016-05-23[WebAssembly] Speed up LiveIntervals updating.Dan Gohman1-6/+9
2016-05-23llvm-dwp: Ensure compressed sections are preserved long enough for use in the...David Blaikie1-2/+2
2016-05-23[Hexagon] Move some debug-only variable declarations into DEBUGKrzysztof Parzyszek1-19/+21
2016-05-23SDAG: Remove the transitional default Select() implementationJustin Bogner1-33/+1
2016-05-23llvm-dwp: Fix the build by moving DWPStringPool into the llvm namespaceDavid Blaikie1-0/+2
2016-05-23Extract renaming from D19181Amaury Sechet3-9/+4
2016-05-23[profile] show more statisticsXinliang David Li2-3/+22
2016-05-23llvm-dwp: Add an abstraction for the DWP string poolDavid Blaikie3-30/+88
2016-05-23Removing a switch statement that contains only a default label; NFC.Aaron Ballman1-3/+1
2016-05-23[BPF] Remove exit-on-error flag in test (PR27766)Diana Picus3-5/+11
2016-05-23[X86][RTM] _xabort() should not have "noreturn" attributeAsaf Badouh2-3/+17
2016-05-23[InlineAsm] Avoid creating extra string instances in ConstraintInfo::Parse()Alexander Potapenko1-4/+4
2016-05-23[X86][AVX] Added tests that access ymm registers before and after explicit vz...Simon Pilgrim1-6/+60
2016-05-23Reverts "[BPF] Remove exit-on-error flag in test (PR27766)"Renato Golin3-9/+5
2016-05-23[X86][SSE] Regenerated scalar load folding testsSimon Pilgrim1-22/+46
2016-05-23[X86][SSE] Regenerated partial register update testsSimon Pilgrim1-38/+46
2016-05-23[X86][SSE] Updated sse/avx cvtsi2sd tests to use non-constant valueSimon Pilgrim2-14/+10
2016-05-23[X86][SSE2] Regenerated sse2 upgraded intrinsics testsSimon Pilgrim1-5/+18
2016-05-23[X86][AVX] Regenerated avx upgraded intrinsics testsSimon Pilgrim1-41/+77
2016-05-23[BPF] Remove exit-on-error flag in test (PR27766)Diana Picus3-5/+9
2016-05-23[Sparc] LEON erratum fix - Delay Slot Filler modification.Chris Dewhurst1-0/+9
2016-05-23[Sparc][LEON] LEON Erratum fix. Insert NOP after LD or LDF instruction.Chris Dewhurst11-9/+195
2016-05-23[AMDGPU] Assembler: refactor parsing of modifiers and immediates. Allow modif...Sam Kolton11-239/+306
2016-05-23Test commitJacob Baungard Hansen1-1/+0
2016-05-23[SCCP] Update comment to reflect reality.Davide Italiano1-1/+1
2016-05-23Enable use of sigaltstack for signal handlers when available. With this,Richard Smith1-1/+1
2016-05-23[X86] Use instruction aliases to replace custom asm parser code for optimizin...Craig Topper3-51/+53
2016-05-23Revert "Modify emitTypeInformation to use MemoryTypeTableBuilder"David Majnemer2-19/+42
2016-05-22[AVX512] Add patterns to implement stores of extracts of least signficant sub...Craig Topper2-1/+340
2016-05-22[Kaleidoscope] Fix static global ordering to prevent crash on exit.Lang Hames5-5/+5
2016-05-22[X86][SSE] Added extra i8 extract element testSimon Pilgrim1-0/+20
2016-05-22[x86, AVX] don't add a vzeroupper if that's what the code is already doing (P...Sanjay Patel3-6/+6
2016-05-22[x86, AVX] add test file to show vzeroupper pass excessesSanjay Patel1-0/+43
2016-05-22reduce indent; NFCSanjay Patel1-19/+19
2016-05-22use 'auto' with 'dyn_cast'; fix formatting; NFCSanjay Patel1-10/+8
2016-05-22[ValueTracking, InstCombine] extend isKnownToBeAPowerOfTwo() to handle vector...Sanjay Patel4-13/+8