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
...
*
CET for Exception Handle
Pengfei Wang
2020-05-18
1
-3
/
+10
*
[profile] Don't crash when forking in several threads
Calixte Denizet
2020-05-07
1
-35
/
+105
*
[MachineSink] Fix for breaking phi edges with instructions with multiple defs
David Green
2020-05-07
1
-17
/
+13
*
BPF: fix a CORE optimization bug
Yonghong Song
2020-05-06
1
-1
/
+12
*
[Coroutines] Fix PR45130
Jun Ma
2020-04-29
1
-1
/
+4
*
Revert "Re-land [MC] Fix quadratic behavior in addPendingLabel"
Tom Stellard
2020-04-29
1
-2
/
+6
*
Re-land [MC] Fix quadratic behavior in addPendingLabel
Alexandre Ganea
2020-04-27
1
-6
/
+2
*
[PowerPC] Don't generate ST_VSR_SCAL_INT if power8-vector is disabled
Kai Luo
2020-04-22
1
-1
/
+1
*
[PowerPC] Update alignment for ReuseLoadInfo in LowerFP_TO_INTForReuse
Kai Luo
2020-04-16
1
-2
/
+5
*
[CodeView] Align type records on 4-bytes when emitting PDBs
Alexandre Ganea
2020-04-16
3
-6
/
+32
*
[X86][SSE] combineX86ShufflesConstants - early out for zeroable vectors (PR45...
Simon Pilgrim
2020-04-16
1
-1
/
+7
*
[SimplifyCFG] Skip merging return blocks if it would break a CallBr.
Jonas Paulsson
2020-04-16
1
-0
/
+15
*
[DAGCombine] Fix splitting indexed loads in ForwardStoreValueToDirectLoad()
Nemanja Ivanovic
2020-04-14
1
-10
/
+15
*
[CodeGen] Fix sinking local values in lpads with phis
Reid Kleckner
2020-04-13
1
-1
/
+16
*
[EarlyCSE] avoid crashing when detecting min/max/abs patterns (PR41083)
Sanjay Patel
2020-03-19
1
-7
/
+44
*
[Clang][Driver] In -fintegrated-cc1 mode, avoid crashing on exit after a comp...
Alexandre Ganea
2020-03-13
1
-0
/
+4
*
Revert abb00753 "build: reduce CMake handling for zlib" (PR44780)
Hans Wennborg
2020-03-03
3
-29
/
+8
*
[WinEH] Fix inttoptr+phi optimization in presence of catchswitch
Reid Kleckner
2020-03-02
1
-4
/
+14
*
Attempt to fix ZLIB CMake logic on Windows
Reid Kleckner
2020-03-02
1
-2
/
+4
*
[CMake] Link against ZLIB::ZLIB
Petr Hosek
2020-03-02
1
-3
/
+22
*
Try to fix WindowsManifest CMake logic on Windows
Reid Kleckner
2020-03-02
1
-2
/
+4
*
build: process the libxml2 library path for embedding
Saleem Abdulrasool
2020-02-28
1
-1
/
+10
*
No longer generate calls to *_finite
serge-sans-paille
2020-02-28
2
-61
/
+15
*
SROA: Don't drop atomic load/store alignments (PR45010)
Hans Wennborg
2020-02-28
1
-0
/
+4
*
llvm-ar: Fix MinGW compilation
Hans Wennborg
2020-02-28
14
-256
/
+13
*
[InstCombine] foldShiftIntoShiftInAnotherHandOfAndInICmp(): fix miscompile (P...
Roman Lebedev
2020-02-27
1
-1
/
+19
*
[InstCombine] reassociateShiftAmtsOfTwoSameDirectionShifts(): fix miscompile ...
Roman Lebedev
2020-02-27
1
-2
/
+22
*
[MC][ARM] Resolve some pcrel fixups at assembly time (PR44929)
Hans Wennborg
2020-02-27
2
-14
/
+14
*
[MemorySSA] Don't verify MemorySSA unless VerifyMemorySSA enabled
Nikita Popov
2020-02-27
1
-1
/
+4
*
Revert "[LICM] Support hosting of dynamic allocas out of loops"
Philip Reames
2020-02-26
1
-45
/
+0
*
[Codegen] Revert rL354676/rL354677 and followups - introduced PR43446 miscompile
Roman Lebedev
2020-02-26
1
-27
/
+0
*
[LoopRotate] Get and update MSSA only if available in legacy pass manager.
Alina Sbirlea
2020-02-26
1
-5
/
+6
*
Don't generate libcalls for wide shift on Windows ARM (PR42711)
Hans Wennborg
2020-02-25
1
-1
/
+1
*
Filter callbr insts from critical edge splitting
Bill Wendling
2020-02-21
2
-2
/
+4
*
[RISCV] Correct the CallPreservedMask for the function call in an interrupt h...
Shiva Chen
2020-02-20
1
-7
/
+0
*
Fix unused function warning (PR44808)
Hans Wennborg
2020-02-19
1
-5
/
+7
*
[X86CmovConversion] Make heuristic for optimized cmov depth more conservative...
Nikita Popov
2020-02-19
1
-6
/
+7
*
[SLPVectorizer] Do not assume extracelement idx is a ConstantInt.
Florian Hahn
2020-02-19
1
-6
/
+5
*
[FPEnv][ARM] Don't call mutateStrictFPToFP when lowering
John Brawn
2020-02-18
1
-2
/
+10
*
[AArch64][FPenv] Update chain of int to fp conversion
Diogo Sampaio
2020-02-18
1
-2
/
+8
*
[ARM] Fix infinite loop when lowering STRICT_FP_EXTEND
John Brawn
2020-02-18
1
-0
/
+9
*
[FPEnv][AArch64] Add lowering of f128 STRICT_FSETCC
John Brawn
2020-02-18
1
-2
/
+4
*
[FPEnv][ARM] Add lowering of STRICT_FSETCC and STRICT_FSETCCS
John Brawn
2020-02-18
3
-10
/
+75
*
[FPEnv][AArch64] Add lowering and instruction selection for strict conversions
John Brawn
2020-02-18
2
-24
/
+54
*
[FPEnv][AArch64] Add lowering and instruction selection for STRICT_FP_ROUND
John Brawn
2020-02-18
2
-8
/
+16
*
Add lowering of STRICT_FSETCC and STRICT_FSETCCS
John Brawn
2020-02-18
3
-11
/
+57
*
[CodeGen] Fix the computation of the alignment of split stores.
Hans Wennborg
2020-02-12
1
-2
/
+10
*
Fix an unused variable warning
Hans Wennborg
2020-02-12
1
-1
/
+1
*
Revert "[DebugInfo] Remove some users of DBG_VALUEs IsIndirect field"
Jeremy Morse
2020-02-12
6
-51
/
+54
*
Revert "[DebugInfo][DAG] Distinguish different kinds of location indirection"
Jeremy Morse
2020-02-12
1
-19
/
+5
[prev]
[next]