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
...
*
lib/Header: Simplify CMakeLists.txt
Tom Stellard
2019-03-02
1
-39
/
+30
*
[ProfileData] Sort FuncData before iteration to remove non-determinism
Mandeep Singh Grang
2019-03-02
1
-6
/
+22
*
Revert "Revert "[sanitizers] Don't use Windows Trace Logging on MinGW""
Vlad Tsyrklevich
2019-03-02
2
-3
/
+15
*
Revert "[sanitizers] Don't use Windows Trace Logging on MinGW"
Vlad Tsyrklevich
2019-03-02
2
-15
/
+3
*
[Reproducers] Capture and replay interpreter commands.
Jonas Devlieghere
2019-03-02
11
-35
/
+207
*
[WebAssembly] Temporarily disable bulk-memory with -pthread
Thomas Lively
2019-03-02
3
-35
/
+5
*
[WebAssembly][WIP] Expand operations not supported by SIMD
Thomas Lively
2019-03-02
1
-0
/
+17
*
[llvm] Fix typo: 's/analsyis/analysis/' [NFC]
Mandeep Singh Grang
2019-03-02
1
-1
/
+1
*
[tblgen] Track CodeInit origins when possible
Daniel Sanders
2019-03-02
4
-11
/
+28
*
[sanitizers] Fix build on macOS with LogFullErrorReport redefinition error.
Volodymyr Sapsai
2019-03-02
1
-1
/
+1
*
llvm-dwarfdump: Add new variable, parameter and inlining statistics; also fun...
Caroline Tice
2019-03-01
4
-22
/
+1360
*
[NFC][Sanitizer] Replace last uses of old Unwind API
Julian Lettner
2019-03-01
2
-25
/
+24
*
[libc++abi] Specify unwind lib before other system libraries when linking
Louis Dionne
2019-03-01
1
-2
/
+2
*
[WebAssebmly] Allow __wasm_call_ctors to be GC'ed
Sam Clegg
2019-03-01
29
-479
/
+239
*
[NFC][Sanitizer] Test unexpectedly passes on ppc64be bot
Julian Lettner
2019-03-01
1
-1
/
+1
*
Delete commented-out code.
Adrian Prantl
2019-03-01
1
-6
/
+0
*
[CMake] Don't use llvm_replace_compiler_option
Martin Storsjo
2019-03-01
1
-3
/
+7
*
[sanitizers] Don't use Windows Trace Logging on MinGW
Martin Storsjo
2019-03-01
2
-3
/
+15
*
Try to fix Windows bots after r355226.
Paul Robinson
2019-03-01
1
-1
/
+2
*
[NFC][Sanitizer][Windows] Fix refactoring oversight
Julian Lettner
2019-03-01
1
-1
/
+1
*
[DWARFFormValue] Cleanup DWARFFormValue interface. (2/2) (NFC)
Jonas Devlieghere
2019-03-01
6
-52
/
+42
*
[NFC][Sanitizer] Make GetStackTrace a private method of BufferedStackTrace
Julian Lettner
2019-03-01
8
-52
/
+53
*
[sanitizer] Fix return type of __bzero and __aeabi_mem* interceptors.
Evgeniy Stepanov
2019-03-01
4
-65
/
+87
*
Revert "[sanitizer] Fix return type of __bzero and __aeabi_mem* interceptors."
Evgeniy Stepanov
2019-03-01
4
-29
/
+21
*
[OPENMP] Deal with additional store inserted by Clang under -fno-PIC for Powe...
Stefan Pintilie
2019-03-01
5
-7
/
+6
*
[X86] Remove IntrArgMemOnly from target specific gather/scatter intrinsics
Craig Topper
2019-03-01
2
-121
/
+136
*
[X86] Add test case for D58805. NFC
Craig Topper
2019-03-01
1
-0
/
+20
*
[DWARF] Make -g with empty assembler source work better.
Paul Robinson
2019-03-01
9
-27
/
+68
*
[sanitizer] Fix return type of __bzero and __aeabi_mem* interceptors.
Evgeniy Stepanov
2019-03-01
4
-21
/
+29
*
[TableGen][SelectionDAG][X86] Add specific isel matchers for immAllZerosV/imm...
Craig Topper
2019-03-01
12
-68
/
+137
*
[ValueTracking] Known bits support for unsigned saturating add/sub
Nikita Popov
2019-03-01
2
-0
/
+102
*
[InstCombine] Extend saturating idempotent atomicrmw transform to FP
Philip Reames
2019-03-01
2
-5
/
+13
*
[InstCombine] move add after umin/umax
Sanjay Patel
2019-03-01
2
-33
/
+53
*
[InstCombine] add tests for umin/umax narrowing (PR14613); NFC
Sanjay Patel
2019-03-01
1
-0
/
+34
*
Revert "[MIPS GlobalISel] Fix mul operands"
Vlad Tsyrklevich
2019-03-01
5
-60
/
+35
*
ELF: Change FileSize back to a uint64_t.
Peter Collingbourne
2019-03-01
5
-3
/
+24
*
[LICM] Infer proper alignment from loads during scalar promotion
Philip Reames
2019-03-01
3
-15
/
+33
*
[PGO] Remove the default parameter in ProfileSummary API. NFC
Rong Xu
2019-03-01
2
-5
/
+2
*
[Tests] More missing atomicrmw combines
Philip Reames
2019-03-01
1
-0
/
+25
*
[msan] Add an interceptor for ttyname().
Evgeniy Stepanov
2019-03-01
3
-3
/
+22
*
Resubmit r354706 with a fix for process launch.
Jim Ingham
2019-03-01
12
-63
/
+121
*
[Tests] Add tests for missed optimizations of saturating and idempotent FP at...
Philip Reames
2019-03-01
1
-0
/
+23
*
[lld][test] Fix tests. llvm-readobj now emits symbol section names.
Matt Davis
2019-03-01
2
-2
/
+2
*
[InstCombine] Extend "idempotent" atomicrmw optimizations to floating point
Philip Reames
2019-03-01
2
-2
/
+40
*
[PGO] Use the explicit parameter in ProfileSummary API. NFC
Rong Xu
2019-03-01
1
-1
/
+4
*
Revert "[WebAssembly] Lower SIMD shifts since they are fixed in V8"
Thomas Lively
2019-03-01
1
-0
/
+5
*
[llvm-readobj] Display section names for STT_SECTION symbols.
Matt Davis
2019-03-01
10
-25
/
+35
*
[InstCombine] add tests for add+umin/umax canonicalization; NFC
Sanjay Patel
2019-03-01
1
-0
/
+227
*
Hide two unused debugging methods, NFCI.
Jonas Hahnfeld
2019-03-01
2
-0
/
+8
*
Reland "[compiler-rt] Intercept the bcmp() function."
Clement Courbet
2019-03-01
8
-28
/
+89
[prev]
[next]