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
Commit message (
Expand
)
Author
Age
Files
Lines
*
[X86] Pull out constant splat rotation detection.
Simon Pilgrim
2018-12-16
1
-21
/
+28
*
[InstCombine] Make cttz/ctlz knownbits tests more robust; NFC
Nikita Popov
2018-12-16
1
-20
/
+12
*
Regenerate test (merges X86+X64 cases). NFCI.
Simon Pilgrim
2018-12-16
1
-594
/
+265
*
Add a description of the similar packets defined in the
Jason Molenda
2018-12-16
1
-3
/
+18
*
[X86] Remove truncation handling from EmitTest. Replace it with a DAG combine.
Craig Topper
2018-12-16
3
-55
/
+111
*
[X86] Autogenerate complete checks. NFC
Craig Topper
2018-12-16
1
-7
/
+36
*
Clarify a few minor details.
Jason Molenda
2018-12-16
1
-7
/
+8
*
Revert "[InstCombine] Regenerate test checks; NFC"
Nikita Popov
2018-12-16
1
-166
/
+117
*
[InstCombine] Regenerate test checks; NFC
Nikita Popov
2018-12-16
1
-117
/
+166
*
[InstCombined] Add more tests for cttz/ctlz + icmp; NFC
Nikita Popov
2018-12-16
1
-11
/
+144
*
[InstCombine] Add additional saturating add/sub + icmp tests; NFC
Nikita Popov
2018-12-16
1
-12
/
+133
*
Thread safety analysis: Avoid intermediate copies [NFC]
Aaron Puchert
2018-12-16
1
-21
/
+31
*
[InstCombine] regenerate test checks; NFC
Sanjay Patel
2018-12-16
2
-448
/
+439
*
[InstCombine] add tests for vector widening transforms (PR40032); NFC
Sanjay Patel
2018-12-16
1
-0
/
+32
*
[test] [support] Use socket()+bind() to create unix sockets portably
Michal Gorny
2018-12-16
1
-2
/
+8
*
[x86] increment/decrement constant vector with min/max in vsetcc lowering (PR...
Sanjay Patel
2018-12-16
4
-58
/
+72
*
[DAGCombiner] allow hoisting vector bitwise logic ahead of truncates
Sanjay Patel
2018-12-16
12
-211
/
+147
*
Update the list of platforms & archs
Sylvestre Ledru
2018-12-16
1
-2
/
+2
*
Use backquotes to avoid a sphinx unexpected error:
Sylvestre Ledru
2018-12-16
1
-1
/
+1
*
Thread safety analysis: Allow scoped releasing of capabilities
Aaron Puchert
2018-12-16
2
-39
/
+177
*
Document the usage of BOOTSTRAP_XXX with stage2 builds
Sylvestre Ledru
2018-12-16
1
-0
/
+9
*
[SelectionDAG] Add FSHL/FSHR support to computeKnownBits
Simon Pilgrim
2018-12-16
3
-16
/
+41
*
[X86] Add computeKnownBits tests for funnel shift intrinsics
Simon Pilgrim
2018-12-16
1
-0
/
+43
*
Improve the comment in previous
Kamil Rytarowski
2018-12-16
1
-2
/
+2
*
Expand TSan sysroot workaround to NetBSD
Kamil Rytarowski
2018-12-16
1
-5
/
+6
*
[test] [ctime] Ignore -Wformat-zero-length warnings
Michal Gorny
2018-12-16
1
-0
/
+4
*
[regex] Use distinct __regex_word on NetBSD
Michal Gorny
2018-12-16
1
-0
/
+4
*
[gn build] Merge r349167
Nico Weber
2018-12-16
1
-0
/
+1
*
[gn build] Add build files for obj2yaml, yaml2obj, and lib/ObjectYAML
Nico Weber
2018-12-16
4
-0
/
+58
*
[gn build] Add build files for llvm-as, llvm-dis, llvm-dwarfdump, llvm-mc, Fi...
Nico Weber
2018-12-16
8
-0
/
+79
*
Fix a lit test failure after MallocChecker changes
Kristof Umann
2018-12-16
1
-1
/
+1
*
[X86] Autogenerate complete checks. NFC
Craig Topper
2018-12-15
1
-29
/
+39
*
[X86] Begin cleaning up combineOr -> SHLD/SHRD. NFCI.
Simon Pilgrim
2018-12-15
1
-5
/
+5
*
[X86] Lower to SHLD/SHRD on slow machines for optsize
Simon Pilgrim
2018-12-15
3
-81
/
+31
*
[X86] Add optsize SHLD/SHRD tests
Simon Pilgrim
2018-12-15
2
-41
/
+131
*
[analyzer][MallocChecker] Improve warning messages on double-delete errors
Kristof Umann
2018-12-15
6
-19
/
+27
*
Update the vFile:open: description to note that the flags
Jason Molenda
2018-12-15
2
-1
/
+5
*
[analyzer][MallocChecker][NFC] Document and reorganize some functions
Kristof Umann
2018-12-15
3
-424
/
+725
*
[analyzer][NFC] Merge ClangCheckerRegistry to CheckerRegistry
Kristof Umann
2018-12-15
5
-109
/
+86
*
Link examples/clang-interpreter against clangSerialization
Kristof Umann
2018-12-15
1
-0
/
+1
*
Fix a compilation error in examples/
Kristof Umann
2018-12-15
1
-1
/
+1
*
Add NetBSD support in needsRuntimeRegistrationOfSectionRange.
Kamil Rytarowski
2018-12-15
1
-0
/
+1
*
Register kASan shadow offset for NetBSD/amd64
Kamil Rytarowski
2018-12-15
1
-3
/
+7
*
[analyzer][NFC] Move CheckerRegistry from the Core directory to Frontend
Kristof Umann
2018-12-15
105
-156
/
+105
*
[analyzer] Prefer returns values to out-params in CheckerRegistry.cpp
Kristof Umann
2018-12-15
6
-101
/
+75
*
[CodeGen] Enhance machine PHIs optimization
Dinar Temirbulatov
2018-12-15
4
-13
/
+86
*
Regenerate neon copy tests. NFCI.
Simon Pilgrim
2018-12-15
1
-174
/
+589
*
lldb-test: Improve newline handling
Pavel Labath
2018-12-15
3
-43
/
+43
*
ELF: more section creation cleanup
Pavel Labath
2018-12-15
9
-73
/
+230
*
Remove /proc/pid/maps parsing code from NativeProcessLinux
Pavel Labath
2018-12-15
1
-101
/
+18
[next]