summaryrefslogtreecommitdiffstats
path: root/llvm/lib
Commit message (Expand)AuthorAgeFilesLines
...
* [DebugInfo] Re-instate LiveDebugVariables scope trimmingJeremy Morse2020-02-121-1/+24
* Fix MSVC build with C++ EH enabledReid Kleckner2020-02-121-1/+1
* [SystemZ] Bugfix in emitSelect()Jonas Paulsson2020-02-121-2/+3
* [Clang][Driver] After default -fintegrated-cc1, make llvm::report_fatal_error...Alexandre Ganea2020-02-123-7/+36
* [Support] Don't modify the current EH context during stack unwindingReid Kleckner2020-02-111-1/+7
* IR Linking: Support merging Warning+Max module metadata flagsDavid Blaikie2020-02-111-23/+47
* [Support] When using SEH, create a impl instance for CrashRecoveryContext. NFCI.Alexandre Ganea2020-02-101-25/+35
* [Clang] Remove unused #pragma clang __debug handle_crashAlexandre Ganea2020-02-101-8/+0
* [AArch64] Add option to enable/disable load-store renaming.Florian Hahn2020-02-101-0/+7
* AMDGPU/EG,CM: Implement fsqrt using recip(rsqrt(x)) instead of x * rsqrt(x)Jan Vesely2020-02-103-4/+10
* [X86] Use MVT::i8 instead of MVT::i64 for shift amount in BuildSDIVPow2Craig Topper2020-02-101-1/+1
* [BPF] disable ReduceLoadWidth during SelectionDag phaseYonghong Song2020-02-101-0/+13
* [ARM] Fix non-determenistic behaviourDiogo Sampaio2020-02-101-3/+9
* [InstCombine] Fix infinite min/max canonicalization loop (PR44541)Nikita Popov2020-02-101-0/+6
* [InstCombine] Support disabling expensive combines in optNikita Popov2020-02-101-1/+2
* [InstCombine] Fix infinite loop in min/max load/store bitcast combine (PR44835)Nikita Popov2020-02-101-0/+5
* Revert "[ARM] Improve codegen of volatile load/store of i64"Victor Campos2020-02-086-162/+6
* [LV] Fix predication for branches with matching true and false succs.Florian Hahn2020-02-061-1/+1
* Make llvm::crc32() work also for input sizes larger than 32 bits.Hans Wennborg2020-02-061-1/+9
* [X86] -fpatchable-function-entry=N,0: place patch label after ENDBR{32,64}Fangrui Song2020-02-051-0/+19
* [ARM][VecReduce] Force expand vector_reduce_fminDavid Green2020-02-052-5/+8
* [ARM] Expand vector reduction intrinsics on soft floatNikita Popov2020-02-051-1/+8
* [AArch64][ARM] Always expand ordered vector reductions (PR44600)Nikita Popov2020-02-052-2/+25
* AMDGPU: Fix handling of infinite loops in fragment shadersConnor Abbott2020-02-041-6/+73
* AMDGPU/R600: Emit rodata in text segmentJan Vesely2020-02-031-1/+1
* [BPF] fix a bug in BPFMISimplifyPatchable pass with -O0Yonghong Song2020-02-031-3/+4
* Revert "[AMDGPU] Invert the handling of skip insertion."Nicolai Hähnle2020-02-036-173/+6
* [RISCV] Scheduler description for the Rocket coreKai Wang2020-02-0311-186/+900
* [AArch64] -fpatchable-function-entry=N,0: place patch label after BTIFangrui Song2020-02-032-1/+27
* Revert "Reland: [DWARF] Allow cross-CU references of subprogram definitions"Vedant Kumar2020-01-294-28/+12
* [LV] Do not try to sink dead instructions.Florian Hahn2020-01-292-8/+13
* [WebAssembly] Fix resume-only case in Emscripten EHHeejin Ahn2020-01-291-1/+4
* [ORC] Fix a missing move in ce2207abaf9.Lang Hames2020-01-291-1/+1
* [ORC] Add support for emulated TLS to ORCv2.Lang Hames2020-01-296-50/+96
* [ORC] Add weak symbol support to defineMaterializing, fix for PR40074.Lang Hames2020-01-293-28/+96
* [PassManagerBuilder] Remove global extension when a plugin is unloadedElia Geretto2020-01-291-8/+33
* [GlobalMerge] Preserve symbol visibility when merging globalsMichael Spang2020-01-291-0/+2
* Work around PR44697 in CrashRecoveryContextHans Wennborg2020-01-291-0/+7
* Reland "[StackColoring] Remap PseudoSourceValue frame indices via MachineFunc...Fangrui Song2020-01-271-7/+9
* [IR] Keep a double break between functions when printing a moduleReid Kleckner2020-01-271-1/+3
* [RISCV] Support ABI checking with per function target-featuresZakk Chen2020-01-273-10/+28
* Revert "[RISCV] Support ABI checking with per function target-features"Zakk Chen2020-01-273-27/+10
* [RISCV] Check the target-abi module flag matches the optionZakk Chen2020-01-273-12/+28
* [X86] Make `llc --help` output readable againRoman Lebedev2020-01-271-7/+7
* [msan] Instrument x86.pclmulqdq* intrinsics.Evgenii Stepanov2020-01-271-0/+43
* [PatchableFunction] Allow empty entry MachineBasicBlockFangrui Song2020-01-241-3/+8
* Add function attribute "patchable-function-prefix" to support -fpatchable-fun...Fangrui Song2020-01-244-16/+46
* [AsmPrinter] Don't emit __patchable_function_entries entry if "patchable-func...Fangrui Song2020-01-241-1/+5
* [CodeGen] Move fentry-insert, xray-instrumentation and patchable-function bef...Fangrui Song2020-01-241-6/+6
* [RISCV] Fix evaluating %pcrel_lo against global and weak symbolsJames Clarke2020-01-235-108/+86
OpenPOWER on IntegriCloud