summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2016-05-26Sort my entry in CODE_OWNERS.TXTHans Wennborg
2016-05-26[CodeGen] Fix problem with X86 byte registers in CriticalAntiDepBreakerMitch Bodart
2016-05-26Fix typo.Rui Ueyama
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[Docs][WritingAnLLVMBackend] Makefiles are deprecatedChris Bieneman
2016-05-26[obj2yaml][yaml2obj] Support for MachO lazy bindingsChris Bieneman
2016-05-26[Kaleidoscope][BuildingAJIT] Remove leftover debugging output statements.Lang Hames
2016-05-26[Kaleidoscope][BuildingAJIT] Fix strong emphasis markup by removing whitespace.Lang Hames
2016-05-26[Kaleidoscope][BuildingAJIT] Add docs for Chapter 3 of the Building A JITLang Hames
2016-05-26[Error] Make ECError only constructible via errorCodeToError.Lang Hames
2016-05-26Add myself as the code owner for SCEV and IndVarSimplifySanjoy Das
2016-05-26[Kaleidoscope][BuildingAJIT] Add explicit dependence on TransformUtils to Cha...Lang Hames
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-26[Kaleidoscope][BuildingAJIT] Add code for Chapter 3.Lang Hames
2016-05-26[Orc] Don't create empty globals modules in the CompileOnDemandLayer.Lang Hames
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-26Add new .def file to module map.Richard 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[Kaleidoscope][BuildingAJIT] Fix a bug in the symbol resolver in Chapter2.Lang Hames
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-26Add test/CodeGen/MIR/Hexagon/lit.local.cfgKrzysztof Parzyszek
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