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
*
[StackColoring] Update AliasAnalysis information in stack coloring pass
Hiroshi Inoue
2017-08-01
7
-68
/
+146
*
[demangler] Fix another bug found by oss-fuzz in r309340
Erik Pilkington
2017-08-01
2
-0
/
+3
*
[demangler] Use _LIBCPP_UNREACHABLE()
Erik Pilkington
2017-08-01
1
-2
/
+2
*
Fix incorrect use of std::unique
Eugene Zemtsov
2017-08-01
1
-2
/
+4
*
[libFuzzer] implement more correct way of computing feature index for Inline8...
Kostya Serebryany
2017-08-01
2
-11
/
+18
*
[libFuzzer] enable -fsanitize-coverage=pc-table for all tests
Kostya Serebryany
2017-08-01
4
-11
/
+22
*
Default MemoryLocation passed to getModRefInfo should be None (D35441)
Alina Sbirlea
2017-08-01
1
-1
/
+1
*
[sanitizer-coverage] relax an assertion
Kostya Serebryany
2017-08-01
1
-4
/
+5
*
Reland "[LLVM][llvm-objcopy] Added basic plumbing to get things started"
Petr Hosek
2017-08-01
12
-0
/
+825
*
[ScheduleDAG] Don't schedule node with physical register interference
Eli Friedman
2017-08-01
2
-26
/
+38
*
Allow None as a MemoryLocation to getModRefInfo
Alina Sbirlea
2017-08-01
5
-51
/
+49
*
Use -target instead of -arch in test case.
Akira Hatanaka
2017-07-31
1
-1
/
+1
*
[sancov] Fix coverage-reset test on Android/i686.
Evgeniy Stepanov
2017-07-31
1
-4
/
+4
*
[sanitizer] Fix the sanitizer build on Android
Petr Hosek
2017-07-31
2
-2
/
+16
*
[msan] Reverting D36093
Kostya Kortchinsky
2017-07-31
2
-15
/
+0
*
Silence warning -Wmissing-sysroot.
Akira Hatanaka
2017-07-31
1
-1
/
+1
*
Re-apply r309622 with a fix for MSVC.
Peter Collingbourne
2017-07-31
2
-5
/
+19
*
Add powerpc64 to compiler-rt build infrastructure.
Sterling Augustine
2017-07-31
4
-2
/
+22
*
[Driver] Make sure the deployment target is earlier than iOS 11 when
Akira Hatanaka
2017-07-31
2
-23
/
+25
*
[AVX-512] Add unmasked subvector inserts and extract to the execution domain ...
Craig Topper
2017-07-31
18
-801
/
+461
*
[build-script] Bring in modernizations from downstream:
Sean Callanan
2017-07-31
2
-8
/
+32
*
DebugInfo: Put range base specifier entry functionality behind a flag
David Blaikie
2017-07-31
2
-22
/
+32
*
[AVX512] Add a common prefix to avx512-insert-extract.ll so we can reduce the...
Craig Topper
2017-07-31
1
-361
/
+169
*
[codeview] Ignore DBG_VALUEs when choosing a BB start source loc
Reid Kleckner
2017-07-31
3
-4
/
+41
*
[InstCombine] allow mask hoisting transform for vector types
Sanjay Patel
2017-07-31
2
-37
/
+31
*
Move RTEMS to OSTargets.h
Walter Lee
2017-07-31
2
-34
/
+34
*
[AVX-512] Use AVX512 as test check prefix instead of AVX3. NFC
Craig Topper
2017-07-31
1
-198
/
+198
*
Revert r309622, "Fix logic for generating llvm.type.test()s"
Peter Collingbourne
2017-07-31
2
-19
/
+5
*
Debug Info: Also check the DWARF output in assembler-only test cases
Adrian Prantl
2017-07-31
4
-0
/
+18
*
Fix logic for generating llvm.type.test()s
Peter Collingbourne
2017-07-31
2
-5
/
+19
*
Update phi nodes in LowerTypeTests control flow simplification
Peter Collingbourne
2017-07-31
2
-0
/
+24
*
[Attr] Make TargetWindows and TargetMicrosoftCXXABI match on aarch64 as well
Martin Storsjo
2017-07-31
2
-2
/
+3
*
[AArch64] Don't define __LP64__ when targeting Windows
Martin Storsjo
2017-07-31
2
-2
/
+165
*
[test] Fix mistagged CHECK-NOT-lines for AARCH64-DARWIN in Preprocessor/init.c
Martin Storsjo
2017-07-31
1
-3
/
+3
*
Remove STL/microsoft-specific CFI blacklist entries
Peter Collingbourne
2017-07-31
1
-9
/
+0
*
[X86] Remove -O3 from tbm-builtins.c test file.
Craig Topper
2017-07-31
1
-49
/
+47
*
[libFuzzer] implement __sanitizer_cov_pcs_init and add pc-table to build flag...
Kostya Serebryany
2017-07-31
3
-6
/
+32
*
[X86][MMX] Added custom lowering action for MMX SELECT (PR30418)
Konstantin Belochapka
2017-07-31
2
-0
/
+133
*
[InstCombine] add tests for mask hoisting; NFC
Sanjay Patel
2017-07-31
1
-0
/
+77
*
[sanitizer-coverage] don't instrument available_externally functions
Kostya Serebryany
2017-07-31
2
-0
/
+13
*
[sanitizer-coverage] ensure minimal alignment for coverage counters and guards
Kostya Serebryany
2017-07-31
3
-1
/
+4
*
[ForwardOpTree] Support synthesizable values.
Michael Kruse
2017-07-31
6
-53
/
+302
*
[lld/pdb] Add an empty globals stream.
Zachary Turner
2017-07-31
9
-5
/
+170
*
[Driver] Allow users to silence the warning that is issued when the
Akira Hatanaka
2017-07-31
4
-11
/
+21
*
[SLPVectorizer] Unbreak the build with -Werror.
Davide Italiano
2017-07-31
1
-3
/
+3
*
Never export weak undefined from executable.
Rafael Espindola
2017-07-31
2
-2
/
+16
*
[X86][InstCombine] Add some simplifications for BZHI intrinsics
Craig Topper
2017-07-31
2
-0
/
+88
*
[X86][InstCombine] Add basic simplification support for BEXTR/BEXTRI intrinsics.
Craig Topper
2017-07-31
2
-0
/
+229
*
[lit] Avoid copying llvm/utils/lit/tests/Inputs with lit site configs
Reid Kleckner
2017-07-31
5
-29
/
+31
*
[msan] Check for pvalloc overflow
Kostya Kortchinsky
2017-07-31
2
-1
/
+16
[next]