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
*
[WebAssembly] Move .debug_line section address of dead function outside secti...
Yury Delendik
2018-09-24
2
-2
/
+47
*
Driver: render arguments for the embedded bitcode correctly
Saleem Abdulrasool
2018-09-24
3
-14
/
+161
*
[WebAssembly][NFC] Fix hardcoded stack indices in tests
Thomas Lively
2018-09-24
1
-4
/
+4
*
[www] Change 'Clang 7' items from yellow to green now Clang 7 is
Richard Smith
2018-09-24
3
-14
/
+11
*
[www] Update cxx_status to mark P0962R1 as done.
Richard Smith
2018-09-24
1
-1
/
+1
*
P0962R1: only use the member form of 'begin' and 'end' in a range-based
Richard Smith
2018-09-24
4
-58
/
+157
*
[CUDA] Added basic support for compiling with CUDA-10.0
Artem Belevich
2018-09-24
6
-3
/
+36
*
[hwasan] Record and display stack history in stack-based reports.
Evgeniy Stepanov
2018-09-24
21
-228
/
+908
*
Revert "[hwasan] Record and display stack history in stack-based reports."
Evgeniy Stepanov
2018-09-24
21
-908
/
+228
*
[hwasan] Record and display stack history in stack-based reports.
Evgeniy Stepanov
2018-09-24
21
-228
/
+908
*
[analyzer] Prevent crashes in FindLastStoreBRVisitor
George Karpenkov
2018-09-24
3
-4
/
+32
*
Re-submitting changes in D51550 because it failed to patch.
Christy Lee
2018-09-24
5
-38
/
+75
*
[InstCombine] add bitcast+extelt helper function; NFC
Sanjay Patel
2018-09-24
1
-14
/
+26
*
[compiler-rt] [builtins] Add logb/logbf/logbl methods to compiler-rt to avoid...
Jordan Rupprecht
2018-09-24
9
-10
/
+282
*
[X86] Remove shift/rotate by CL memory (RMW) overrides
Simon Pilgrim
2018-09-24
7
-97
/
+43
*
[lldb-mi] Fix hanging of target-select-so-path.test
Alexander Polyakov
2018-09-24
1
-13
/
+21
*
[X86] Infer 64bit feature support from the CPUID results in getHostCPUFeatures.
Craig Topper
2018-09-24
1
-0
/
+2
*
[profile] Revert commit https://reviews.llvm.org/rL342718
Calixte Denizet
2018-09-24
16
-19
/
+20
*
[CodeGen] Revert commit https://reviews.llvm.org/rL342717
Calixte Denizet
2018-09-24
10
-43
/
+32
*
[Power9] [CLANG] Add __float128 exponent GET and SET builtins
Stefan Pintilie
2018-09-24
2
-0
/
+14
*
[Power9] [LLVM] Add __float128 exponent GET and SET builtins
Stefan Pintilie
2018-09-24
3
-0
/
+49
*
Fix the type of 1<<31 integer constants.
Benjamin Kramer
2018-09-24
2
-3
/
+3
*
[X86][AVX] Add truncation as shuffle test for PR31451
Simon Pilgrim
2018-09-24
1
-0
/
+17
*
Reland r342494 after fixing LIT checks.
Christy Lee
2018-09-24
1
-0
/
+60
*
[Analysis] add comment to generalize finding a scalar op from vector; NFC
Sanjay Patel
2018-09-24
1
-3
/
+4
*
[InstCombine] add/move tests for extractelement; NFC
Sanjay Patel
2018-09-24
2
-26
/
+82
*
[X86] Remove WriteDiv/WriteIDiv schedule overrides - use classes directly. NFCI.
Simon Pilgrim
2018-09-24
4
-125
/
+70
*
[clangd] Fix uninit bool in r342888
Sam McCall
2018-09-24
1
-1
/
+1
*
[InstCombine] improve variable name and use 'match'; NFC
Sanjay Patel
2018-09-24
1
-13
/
+15
*
Reverting r342895
Luke Cheeseman
2018-09-24
5
-43
/
+2
*
[ARM] Adjust the cost model for Exynos
Evandro Menezes
2018-09-24
1
-2
/
+2
*
[ARM] Adjust the feature set for Exynos
Evandro Menezes
2018-09-24
1
-0
/
+2
*
[Thumb1] Any imm8 should have cost of 1
Zhaoshi Zheng
2018-09-24
2
-2
/
+41
*
[python] [tests] Update test_code_completion
Michal Gorny
2018-09-24
1
-4
/
+4
*
[New PM][PassInstrumentation] IR printing support for New Pass Manager
Fedor Sergeev
2018-09-24
13
-43
/
+236
*
[AArch64] Unwinding support for return address signing
Luke Cheeseman
2018-09-24
5
-2
/
+43
*
[lld-link] Generalize handling of /debug and /debug:{none,full,fastlink,ghash...
Will Wilson
2018-09-24
6
-30
/
+92
*
Revert "rL342883: [Clang][CodeGen][ObjC]: Fix CoreFoundation on ELF with `-fc...
Kristina Brooks
2018-09-24
3
-75
/
+26
*
[X86] Split WriteIMul into 8/16/32/64 implementations (PR36931)
Simon Pilgrim
2018-09-24
17
-402
/
+212
*
[Arm][AsmParser] Restrict register list size for VSTM/VLDM
Luke Cheeseman
2018-09-24
2
-0
/
+24
*
[CFString][ELF] Fix a missed test causing buildbot failures from 342883.
Kristina Brooks
2018-09-24
1
-2
/
+2
*
[VFS] Use llvm::StringMap instead of std::map. NFC
Eric Liu
2018-09-24
1
-1
/
+1
*
[clangd] Do bounds checks while reading data, otherwise var-length records ar...
Sam McCall
2018-09-24
1
-139
/
+138
*
Correct RISC-V link in release notes
Ed Maste
2018-09-24
1
-1
/
+1
*
[DAGCombiner] use UADDO to optimize saturated unsigned add
Sanjay Patel
2018-09-24
3
-22
/
+42
*
Revert "We allow implicit function declarations as an extension in all C dial...
Anastasia Stulova
2018-09-24
4
-6
/
+10
*
[Mips][FastISel] Fix selectBranch on icmp i1
Petar Jovanovic
2018-09-24
2
-0
/
+194
*
[Clang][CodeGen][ObjC]: Fix CoreFoundation on ELF with `-fconstant-cfstrings`.
Kristina Brooks
2018-09-24
2
-24
/
+73
*
[PowerPC] Support operand modifier 'x' in inline asm
Zaara Syeda
2018-09-24
2
-0
/
+37
*
[dsymutil] Set LSan blacklist whenever sanitizers are enabled.
Jonas Devlieghere
2018-09-24
1
-1
/
+1
[next]