index
:
bcm5719-llvm
meklort-10.0.0
meklort-10.0.1
ortega-7.0.1
Project Ortega BCM5719 LLVM
Raptor Computing Systems
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
llvm
/
lib
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
[DebugInfo] Re-instate LiveDebugVariables scope trimming
Jeremy Morse
2020-02-12
1
-1
/
+24
*
Fix MSVC build with C++ EH enabled
Reid Kleckner
2020-02-12
1
-1
/
+1
*
[SystemZ] Bugfix in emitSelect()
Jonas Paulsson
2020-02-12
1
-2
/
+3
*
[Clang][Driver] After default -fintegrated-cc1, make llvm::report_fatal_error...
Alexandre Ganea
2020-02-12
3
-7
/
+36
*
[Support] Don't modify the current EH context during stack unwinding
Reid Kleckner
2020-02-11
1
-1
/
+7
*
IR Linking: Support merging Warning+Max module metadata flags
David Blaikie
2020-02-11
1
-23
/
+47
*
[Support] When using SEH, create a impl instance for CrashRecoveryContext. NFCI.
Alexandre Ganea
2020-02-10
1
-25
/
+35
*
[Clang] Remove unused #pragma clang __debug handle_crash
Alexandre Ganea
2020-02-10
1
-8
/
+0
*
[AArch64] Add option to enable/disable load-store renaming.
Florian Hahn
2020-02-10
1
-0
/
+7
*
AMDGPU/EG,CM: Implement fsqrt using recip(rsqrt(x)) instead of x * rsqrt(x)
Jan Vesely
2020-02-10
3
-4
/
+10
*
[X86] Use MVT::i8 instead of MVT::i64 for shift amount in BuildSDIVPow2
Craig Topper
2020-02-10
1
-1
/
+1
*
[BPF] disable ReduceLoadWidth during SelectionDag phase
Yonghong Song
2020-02-10
1
-0
/
+13
*
[ARM] Fix non-determenistic behaviour
Diogo Sampaio
2020-02-10
1
-3
/
+9
*
[InstCombine] Fix infinite min/max canonicalization loop (PR44541)
Nikita Popov
2020-02-10
1
-0
/
+6
*
[InstCombine] Support disabling expensive combines in opt
Nikita Popov
2020-02-10
1
-1
/
+2
*
[InstCombine] Fix infinite loop in min/max load/store bitcast combine (PR44835)
Nikita Popov
2020-02-10
1
-0
/
+5
*
Revert "[ARM] Improve codegen of volatile load/store of i64"
Victor Campos
2020-02-08
6
-162
/
+6
*
[LV] Fix predication for branches with matching true and false succs.
Florian Hahn
2020-02-06
1
-1
/
+1
*
Make llvm::crc32() work also for input sizes larger than 32 bits.
Hans Wennborg
2020-02-06
1
-1
/
+9
*
[X86] -fpatchable-function-entry=N,0: place patch label after ENDBR{32,64}
Fangrui Song
2020-02-05
1
-0
/
+19
*
[ARM][VecReduce] Force expand vector_reduce_fmin
David Green
2020-02-05
2
-5
/
+8
*
[ARM] Expand vector reduction intrinsics on soft float
Nikita Popov
2020-02-05
1
-1
/
+8
*
[AArch64][ARM] Always expand ordered vector reductions (PR44600)
Nikita Popov
2020-02-05
2
-2
/
+25
*
AMDGPU: Fix handling of infinite loops in fragment shaders
Connor Abbott
2020-02-04
1
-6
/
+73
*
AMDGPU/R600: Emit rodata in text segment
Jan Vesely
2020-02-03
1
-1
/
+1
*
[BPF] fix a bug in BPFMISimplifyPatchable pass with -O0
Yonghong Song
2020-02-03
1
-3
/
+4
*
Revert "[AMDGPU] Invert the handling of skip insertion."
Nicolai Hähnle
2020-02-03
6
-173
/
+6
*
[RISCV] Scheduler description for the Rocket core
Kai Wang
2020-02-03
11
-186
/
+900
*
[AArch64] -fpatchable-function-entry=N,0: place patch label after BTI
Fangrui Song
2020-02-03
2
-1
/
+27
*
Revert "Reland: [DWARF] Allow cross-CU references of subprogram definitions"
Vedant Kumar
2020-01-29
4
-28
/
+12
*
[LV] Do not try to sink dead instructions.
Florian Hahn
2020-01-29
2
-8
/
+13
*
[WebAssembly] Fix resume-only case in Emscripten EH
Heejin Ahn
2020-01-29
1
-1
/
+4
*
[ORC] Fix a missing move in ce2207abaf9.
Lang Hames
2020-01-29
1
-1
/
+1
*
[ORC] Add support for emulated TLS to ORCv2.
Lang Hames
2020-01-29
6
-50
/
+96
*
[ORC] Add weak symbol support to defineMaterializing, fix for PR40074.
Lang Hames
2020-01-29
3
-28
/
+96
*
[PassManagerBuilder] Remove global extension when a plugin is unloaded
Elia Geretto
2020-01-29
1
-8
/
+33
*
[GlobalMerge] Preserve symbol visibility when merging globals
Michael Spang
2020-01-29
1
-0
/
+2
*
Work around PR44697 in CrashRecoveryContext
Hans Wennborg
2020-01-29
1
-0
/
+7
*
Reland "[StackColoring] Remap PseudoSourceValue frame indices via MachineFunc...
Fangrui Song
2020-01-27
1
-7
/
+9
*
[IR] Keep a double break between functions when printing a module
Reid Kleckner
2020-01-27
1
-1
/
+3
*
[RISCV] Support ABI checking with per function target-features
Zakk Chen
2020-01-27
3
-10
/
+28
*
Revert "[RISCV] Support ABI checking with per function target-features"
Zakk Chen
2020-01-27
3
-27
/
+10
*
[RISCV] Check the target-abi module flag matches the option
Zakk Chen
2020-01-27
3
-12
/
+28
*
[X86] Make `llc --help` output readable again
Roman Lebedev
2020-01-27
1
-7
/
+7
*
[msan] Instrument x86.pclmulqdq* intrinsics.
Evgenii Stepanov
2020-01-27
1
-0
/
+43
*
[PatchableFunction] Allow empty entry MachineBasicBlock
Fangrui Song
2020-01-24
1
-3
/
+8
*
Add function attribute "patchable-function-prefix" to support -fpatchable-fun...
Fangrui Song
2020-01-24
4
-16
/
+46
*
[AsmPrinter] Don't emit __patchable_function_entries entry if "patchable-func...
Fangrui Song
2020-01-24
1
-1
/
+5
*
[CodeGen] Move fentry-insert, xray-instrumentation and patchable-function bef...
Fangrui Song
2020-01-24
1
-6
/
+6
*
[RISCV] Fix evaluating %pcrel_lo against global and weak symbols
James Clarke
2020-01-23
5
-108
/
+86
[prev]
[next]