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
*
Add a description about multiple linker scripts
Rui Ueyama
2019-08-23
1
-0
/
+2
*
[X86] Add a further unrolled madd reduction test case that shows several defi...
Craig Topper
2019-08-23
1
-6
/
+115
*
[Symbol] Decouple clang from DeclVendor
Alex Langford
2019-08-23
10
-10
/
+69
*
[X86] Make combineLoopSADPattern use CONCAT_VECTORS instead of INSERT_SUBVECT...
Craig Topper
2019-08-23
1
-3
/
+5
*
[X86] Improve lowering of v2i32 SAD handling in combineLoopSADPattern.
Craig Topper
2019-08-23
2
-5
/
+10
*
[clang-format] Recognize ECMAScript module .mjs as JavaScript
Fangrui Song
2019-08-23
1
-2
/
+3
*
[LLDB] Address post-commit code review feedback.
Jonas Devlieghere
2019-08-23
2
-4
/
+2
*
[IndVars] Fix a bug noticed by inspection
Philip Reames
2019-08-23
2
-1
/
+63
*
[analyzer] CastValueChecker: Correctly model results of based-to-derived casts.
Artem Dergachev
2019-08-23
3
-12
/
+39
*
[analyzer] CastValueChecker: Provide DynamicTypeMap with pointer types only.
Artem Dergachev
2019-08-23
5
-31
/
+37
*
[analyzer] CastValueChecker: Avoid modeling casts between objects.
Artem Dergachev
2019-08-23
5
-10
/
+27
*
[analyzer] DynamicTypeInfo: Avoid putting null regions into dynamic typemap.
Artem Dergachev
2019-08-23
2
-0
/
+8
*
Revert "PR42587: diagnose unexpanded uses of a pack parameter of a generic" d...
Richard Smith
2019-08-23
3
-18
/
+3
*
[AlignmentFromAssumptions] getNewAlignmentDiff(): use getURemExpr()
Fangrui Song
2019-08-23
2
-3
/
+56
*
PR42587: diagnose unexpanded uses of a pack parameter of a generic
Richard Smith
2019-08-23
3
-3
/
+18
*
hwasan: Untag unwound stack frames by wrapping personality functions.
Peter Collingbourne
2019-08-23
8
-15
/
+277
*
[MC] Minor cleanup to MCFixup::Kind handling. NFC.
Sam Clegg
2019-08-23
20
-51
/
+49
*
[clang][ifs] Dropping older experimental interface stub formats.
Puyan Lotfi
2019-08-22
17
-227
/
+104
*
[ARM] Automatically generate dsp-mlal.ll . NFC
Amaury Sechet
2019-08-22
1
-46
/
+177
*
[utils] Update shebang to use the environment.
Jonas Devlieghere
2019-08-22
1
-1
/
+1
*
[sanitizer] Resubmit D66620 from monorepo
Taewook Oh
2019-08-22
2
-1
/
+3
*
[clang][ifs] New interface stubs format (llvm triple based).
Puyan Lotfi
2019-08-22
6
-0
/
+68
*
[libclang][NFC] Remove debug comment
Jan Korous
2019-08-22
1
-3
/
+1
*
[Bugfix] fix r369705 unit test
Nick Desaulniers
2019-08-22
1
-1
/
+1
*
Add missing dot.
Adrian Prantl
2019-08-22
1
-1
/
+1
*
Fixing buildbot due to style.
David Carlier
2019-08-22
1
-2
/
+4
*
Extend FindTypes with CompilerContext to allow filtering by language.
Adrian Prantl
2019-08-22
27
-198
/
+219
*
TestAppleSimulatorOSType: Pass the --standalone argument to simctl
Frederic Riss
2019-08-22
1
-1
/
+1
*
[Sanitizer] checks ASLR on FreeBSD
David Carlier
2019-08-22
3
-2
/
+29
*
Revert [heap.py] Add missing declaration for malloc_get_all_zones
Vedant Kumar
2019-08-22
1
-1
/
+0
*
[Clang][CodeGen] set alias linkage on QualType
Nick Desaulniers
2019-08-22
2
-4
/
+20
*
LibFuzzer support for 32bit MSVC
Matthew G McGovern
2019-08-22
1
-4
/
+18
*
[PowerPC] Automatically generate vec_buildvector_loadstore.ll . NFC
Amaury Sechet
2019-08-22
1
-3
/
+15
*
Revert Extend FindTypes with CompilerContext to allow filtering by language.
Adrian Prantl
2019-08-22
25
-201
/
+198
*
[NFC][InstCombine] Fixup few new tests in unrecognized_three-way-comparison.ll
Roman Lebedev
2019-08-22
1
-6
/
+6
*
[PowerPC] Automatically generate various tests. NFC
Amaury Sechet
2019-08-22
44
-1134
/
+2844
*
Rename lldb/source/Interpreter/OptionValueFileSpecListTmp.cpp to
Adrian Prantl
2019-08-22
2
-1
/
+1
*
Rename lldb/source/Interpreter/OptionValueFileSpecLIst.cpp to
Adrian Prantl
2019-08-22
2
-2
/
+2
*
IR. Change strip* family of functions to not look through aliases.
Peter Collingbourne
2019-08-22
18
-298
/
+253
*
[NFC][InstCombine] New tests: unrecognized_three-way-comparison.ll is ignoran...
Roman Lebedev
2019-08-22
1
-0
/
+121
*
Fight a bit against global initializers. NFC.
Benjamin Kramer
2019-08-22
6
-664
/
+664
*
[COFF] Add libcall symbols to the link when LTO is being used
Amy Huang
2019-08-22
8
-0
/
+69
*
[libc++] Fix broken <random> test
Louis Dionne
2019-08-22
1
-16
/
+23
*
Add missing include
Adrian Prantl
2019-08-22
1
-0
/
+1
*
Add missing include
Adrian Prantl
2019-08-22
1
-0
/
+1
*
Extend FindTypes with CompilerContext to allow filtering by language.
Adrian Prantl
2019-08-22
25
-198
/
+201
*
[llvm-objcopy][NFC] Refactor symbol/section matching
Jordan Rupprecht
2019-08-22
4
-44
/
+58
*
Disable the ScanDepsReuseFilemanager test on Windows
Alex Lorenz
2019-08-22
1
-0
/
+4
*
Improve the documentation for OpenCL vector types.
Aaron Ballman
2019-08-22
1
-3
/
+3
*
Fix the nullPointerConstant() test to get bots back to green.
Aaron Ballman
2019-08-22
1
-1
/
+1
[next]