summaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)Author
2016-05-26[CodeGen] Fix problem with X86 byte registers in CriticalAntiDepBreakerMitch Bodart
2016-05-26Attach profile summary in IR based instrumentation pass.Easwaran Raman
2016-05-26SDAG: Use an Optional<> instead of a sigil value. NFCJustin Bogner
2016-05-26[libFuzzer] more refactoring around CurrentUnit. Also add a threading test on...Kostya Serebryany
2016-05-26[LibFuzzer] Add missing #include<string>Dan Liew
2016-05-26[LoopUnrollAnalyzer] Fix a crash in analyzeLoopUnrollCost.Michael Zolotukhin
2016-05-26PR26055: Speed up LiveDebugValues::transferDebugValue()Adrian Prantl
2016-05-26[libFuzzer] refactor: hide CurrentUnitData inside an interface function. NFCKostya Serebryany
2016-05-26[obj2yaml][yaml2obj] Support for MachO lazy bindingsChris Bieneman
2016-05-26[LibFuzzer] Emit error if LLVM_USE_SANITIZER is not correctly set.Dan Liew
2016-05-26[LibFuzzer] Allow LibFuzzer to be built in modes other than RELEASE.Dan Liew
2016-05-26[obj2yaml][yaml2obj] Support for MachO weak bindingsChris Bieneman
2016-05-26coff: fix weak alias to local.Rafael Espindola
2016-05-26[libFuzzer] when there is a leak in the existing corpus report the reproducer...Kostya Serebryany
2016-05-26Don't use recursion to print out the PrettyStackTrace after a crash. If theRichard Smith
2016-05-26[obj2yaml][yaml2obj] Support for MachO bind opcodesChris Bieneman
2016-05-26[libFuzzer] reimplement the way we do -only_ascii to allow more 'const' in fu...Kostya Serebryany
2016-05-26[Hexagon] Enable the post-RA schedulerKrzysztof Parzyszek
2016-05-26[AArch64] Generate rev16/rev32 from bswap + srl when upper bits are known zero.Chad Rosier
2016-05-26AMDGPU/SI: Enable load-store-opt by default.Changpeng Fang
2016-05-26[BasicAA] Extend inbound GEP negative offset logic to GlobalVariablesMichael Kuperstein
2016-05-26[MemCpyOpt] Don't perform callslot optimization across may-throw callsDavid Majnemer
2016-05-26coff: fix the section of weak symbols.Rafael Espindola
2016-05-26[BBVectorize] Don't vectorize selects with a scalar condition and vector oper...Michael Kuperstein
2016-05-26Do not rename registers that do not start an independent live rangeKrzysztof Parzyszek
2016-05-26coff: fix the value of weak definitions.Rafael Espindola
2016-05-26Don't allocate in APInt::slt. NFC.Pete Cooper
2016-05-26[CaptureTracking] Volatile operations capture their memory locationDavid Majnemer
2016-05-26Init member structs in constructor.Artem Belevich
2016-05-26Revert 270865 -- unexplained bot failure on linux/ppcleXinliang David Li
2016-05-26[Orc] Merge some common code for creating CompileCallbackManagers andLang Hames
2016-05-26[NVPTX] Added NVVMIntrRange passArtem Belevich
2016-05-26[AMDGPU][llvm-mc] s_getreg/setreg* - hwreg - factor out strings/literals etc.Artem Tamazov
2016-05-26[CMake] Restrict libxar linkage to just llvm-objdumpChris Bieneman
2016-05-26Use new interface in Triple /NFCXinliang David Li
2016-05-26Undo a suboptimal clang-format decision. NFCAdrian Prantl
2016-05-26Fix build warning introduced in r270552 "[AMDGPU][llvm-mc] Disassembler: supp...Artem Tamazov
2016-05-26[X86][SSE] When lowering a 256-bit shuffle as PMOVZX, reduce the input vector...Simon Pilgrim
2016-05-26[Hexagon] Select the aggressive anti-dependency breakerKrzysztof Parzyszek
2016-05-26[AMDGPU] Remove exit-on-error flag from test (PR27762)Diana Picus
2016-05-26[BPF] Remove exit-on-error flag in test (PR27767)Diana Picus
2016-05-26[InstCombine] Catch more bswap cases missed due to zext and truncs.Chad Rosier
2016-05-26[ThinLTO] Resolve LinkOnceAnyTeresa Johnson
2016-05-26[AArch64] Generate a BFI/BFXIL from 'or (and X, MaskImm), OrImm'.Chad Rosier
2016-05-26Use shouldAssumeDSOLocal on AArch64.Rafael Espindola
2016-05-26[AVX512] Fix intrinsic cmp{sd|ss} lowering.Igor Breger
2016-05-26Add auto-exporting of symbols from tools so that plugins work on WindowsJohn Brawn
2016-05-26[Sparc] Extend the assembler printing support for Sparc back-end.Chris Dewhurst
2016-05-26[MergedLoadStoreMotion] Don't transform across may-throw callsDavid Majnemer
2016-05-26[ConstantFold] NFC cleanup after previous change.Adam Nemet