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 extra logging for when lldb is looking for kernels and kexts.
Jason Molenda
2017-04-20
1
-3
/
+31
*
Make linker errors verbose on Windows
Eric Fiselier
2017-04-20
1
-0
/
+2
*
Fix dllimport on a class template
Eric Fiselier
2017-04-20
1
-1
/
+1
*
Do not run frame verification if target does not use frame instructions
Serge Pavlov
2017-04-20
1
-0
/
+2
*
PR32673: Don't wrap parameter packs in SubstTemplateTypeParmPackType nodes wh...
Richard Smith
2017-04-20
3
-6
/
+56
*
[Sema] Use MSVC inner class behavior on Itanium
Shoaib Meenai
2017-04-20
2
-3
/
+29
*
Add a triple to codegen test.
Richard Smith
2017-04-20
1
-1
/
+1
*
[OpenMP] Prepare sema to support combined constructs with omp distribute and ...
Carlo Bertolli
2017-04-20
8
-112
/
+442
*
Revert "[libFuzzer] XFAIL fuzzer-oom.test on Darwin."
Ahmed Bougacha
2017-04-20
1
-1
/
+0
*
[libFuzzer] extend help for -minimize_crash to cover ASAN_OPTIONS=dedup_token...
Kostya Serebryany
2017-04-19
1
-0
/
+2
*
[APInt] Implement operator==(uint64_t) similar to ugt/ult(uint64_t) to remove...
Craig Topper
2017-04-19
2
-14
/
+1
*
[APInt] Don't call getActiveBits() in ult/ugt(uint64_t) if its a single word.
Craig Topper
2017-04-19
1
-2
/
+4
*
Statepoint Docs: fix incorrect uses of it's
Sanjoy Das
2017-04-19
1
-4
/
+6
*
[APInt] Use ugt(uint64_t) for the compare in getLimitedValue(uint64_t) since ...
Craig Topper
2017-04-19
1
-2
/
+1
*
[DAE] Simplify attribute list creation, NFC
Reid Kleckner
2017-04-19
1
-9
/
+6
*
Revert r300789: There are Windows bot failures.
Kuba Mracek
2017-04-19
1
-20
/
+14
*
Fix bug that caused DwarfExpression to drop DW_OP_deref from FI locations
Adrian Prantl
2017-04-19
6
-19
/
+62
*
Revert "Fix bug that caused DwarfExpression to drop DW_OP_deref from FI locat...
Adrian Prantl
2017-04-19
5
-27
/
+19
*
Revert earlier change. ds permute operations affect lgkm counter.
Kannan Narayanan
2017-04-19
1
-2
/
+0
*
Fix bug that caused DwarfExpression to drop DW_OP_deref from FI locations
Adrian Prantl
2017-04-19
5
-19
/
+27
*
[libFuzzer] Always build libFuzzer
Kuba Mracek
2017-04-19
1
-14
/
+20
*
change what branches Appveyor builds
Eric Fiselier
2017-04-19
1
-1
/
+1
*
[GlobalOpt] Simplify attribute code stripping nest, NFC
Reid Kleckner
2017-04-19
1
-10
/
+5
*
Add appveyor.yml config for a future Windows bot.
Eric Fiselier
2017-04-19
1
-0
/
+97
*
Fix !N and !-N commands and add a test case.
Jim Ingham
2017-04-19
3
-3
/
+52
*
Simplify test for sret attribute in instcombine
Reid Kleckner
2017-04-19
3
-27
/
+35
*
Temporarily revert r299221 to fix nondeterminism in ThinLTO builder.
Galina Kistanova
2017-04-19
2
-46
/
+18
*
Refresh the statepoint docs a bit
Philip Reames
2017-04-19
1
-59
/
+92
*
X86FrameLowering: Fix getFrameIndexReference() for 'fixed' objects
Matthias Braun
2017-04-19
3
-6
/
+83
*
[sanitizer-coverage] remove more unused code
Kostya Serebryany
2017-04-19
5
-97
/
+0
*
[Object] Fix some Clang-tidy modernize and Include What You Use warnings; oth...
Eugene Zelenko
2017-04-19
10
-135
/
+253
*
[sanitizer-coverage] remove some more stale code
Kostya Serebryany
2017-04-19
2
-33
/
+5
*
Remove two unused variables (-Werror).
Evgeniy Stepanov
2017-04-19
1
-3
/
+0
*
[sanitizer-coverage] trim down the docs
Kostya Serebryany
2017-04-19
1
-170
/
+0
*
[sanitizer-coverage] remove run-time support for -fsanitize-coverage=indirect...
Kostya Serebryany
2017-04-19
6
-230
/
+0
*
[APInt] Cast more calls to add/sub/mul overflow functions to void. I missed t...
Craig Topper
2017-04-19
1
-4
/
+4
*
[DAG] add splat vector support for 'or' in SimplifyDemandedBits
Sanjay Patel
2017-04-19
3
-21
/
+16
*
Fix typo in Windows test configuration code
Eric Fiselier
2017-04-19
1
-1
/
+1
*
[sanitizer-coverage] remove stale code
Kostya Serebryany
2017-04-19
3
-101
/
+4
*
[libFuzzer] remove -output_csv option. It duplicates the default output and g...
Kostya Serebryany
2017-04-19
4
-14
/
+1
*
[sanitizer-coverage] deprecate -fsanitize-coverage=trace-bb
Kostya Serebryany
2017-04-19
2
-8
/
+8
*
[sanitizer-coverage] remove run-time support for -fsanitize-coverage=trace-bb
Kostya Serebryany
2017-04-19
3
-164
/
+0
*
Fixup style from r300760
Francis Ricci
2017-04-19
1
-3
/
+3
*
Corrrect warn_unused_result attribute
Erich Keane
2017-04-19
3
-7
/
+48
*
[DAG] add splat vector support for 'xor' in SimplifyDemandedBits
Sanjay Patel
2017-04-19
7
-48
/
+38
*
Fix assertion failure in codegen on non-template deduction guide.
Richard Smith
2017-04-19
2
-0
/
+25
*
ARMFrameLowering: Reserve emergency spill slot for large arguments
Matthias Braun
2017-04-19
2
-8
/
+129
*
Make sure to scan mmap'd memory regions for root pointers on OS X
Francis Ricci
2017-04-19
3
-29
/
+58
*
Implement StopTheWorld for Darwin
Francis Ricci
2017-04-19
2
-2
/
+47
*
[APInt] Cast calls to add/sub/mul overflow methods to void if only their over...
Craig Topper
2017-04-19
4
-6
/
+6
[next]