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
*
[clang-tidy] Another batch of checks to rename from misc- to bugprone-.
Alexander Kornienko
2018-02-28
30
-94
/
+104
*
Pass a GlobalDecl to SetInternalFunctionAttributes. NFC.
Rafael Espindola
2018-02-28
7
-26
/
+27
*
Rename more checks from misc- to bugprone-.
Alexander Kornienko
2018-02-28
23
-75
/
+87
*
[libcxx] Fix last_write_time test for filesystems that don't support very sma...
Volodymyr Sapsai
2018-02-28
1
-10
/
+32
*
Use DenseMap::lookup() instead of find() and a hand-written null check.
Rui Ueyama
2018-02-28
2
-8
/
+2
*
build: add the ability to create a symlink for dsymutil
Saleem Abdulrasool
2018-02-28
3
-2
/
+14
*
[X86] Regenerate cmpxchg tests
Simon Pilgrim
2018-02-28
3
-23
/
+131
*
[WebAssembly] Reduce code repetition. NFC.
Rui Ueyama
2018-02-28
3
-21
/
+14
*
Fix up the gtest targets for changes in the UnwindAssembly tests.
Jim Ingham
2018-02-28
1
-20
/
+34
*
[InstCombine] simplify code for X * -1.0 --> -X; NFC
Sanjay Patel
2018-02-28
2
-9
/
+5
*
[GlobalOpt] don't change CC of musttail calle(e|r)
Jonas Devlieghere
2018-02-28
2
-1
/
+58
*
[X86] Lower extract_element from k-registers by bitcasting from v16i1 to i16 ...
Craig Topper
2018-02-28
5
-41
/
+33
*
Add ability to collect memory limit.
Han Ming Ong
2018-02-28
6
-6
/
+48
*
[hwasan] update the asm snippet in the docs to match the current default beha...
Kostya Serebryany
2018-02-28
1
-2
/
+0
*
[X86][AVX512] Improve support for signed saturation truncation stores
Simon Pilgrim
2018-02-28
2
-9
/
+23
*
Make sure that clang-format doesn't reorder include files.
Rui Ueyama
2018-02-28
1
-0
/
+2
*
Attempt to fix cl-include.c on Windows.
Nico Weber
2018-02-28
1
-2
/
+2
*
Adapt some tests to work with PPC64le architecture
Pavel Labath
2018-02-28
4
-4
/
+7
*
[OpenMP] Extend NVPTX SPMD implementation of combined constructs
Carlo Bertolli
2018-02-28
16
-52
/
+476
*
Revert "[lldb] Use vFlash commands when writing to target's flash memory regi...
Pavel Labath
2018-02-28
13
-505
/
+23
*
[Hexagon] Add -ffixed-r19 driver option and translate it to +reserved-r19
Krzysztof Parzyszek
2018-02-28
3
-8
/
+24
*
[clangd] Try to fix failures on clang-x64-ninja-win7 build bot.
Eric Liu
2018-02-28
5
-9
/
+9
*
[Hexagon] Implement target feature +reserved-r19
Krzysztof Parzyszek
2018-02-28
3
-0
/
+8
*
Write some tests as linker scripts instead of assembly files.
Rui Ueyama
2018-02-28
6
-83
/
+79
*
CodeGenObjCXX: handle inalloca appropriately for msgSend variant
Saleem Abdulrasool
2018-02-28
2
-1
/
+20
*
[InstCombine] Split the FP constant code out of lookThroughFPExtensions and u...
Craig Topper
2018-02-28
1
-15
/
+20
*
Attempt to build breakage caused by r326339.
Rui Ueyama
2018-02-28
1
-1
/
+1
*
Losen time contraint to accommodate system loads
Lei Huang
2018-02-28
1
-1
/
+1
*
Fix llvm-config --system-libs output on FreeBSD and NetBSD
Dimitry Andric
2018-02-28
1
-2
/
+7
*
[clang-cl] Implement /X
Nico Weber
2018-02-28
2
-2
/
+15
*
[WebAssembly] Remove unneeded --no-gc-sections flag from tests. NFC.
Sam Clegg
2018-02-28
2
-2
/
+2
*
Fix gcc -Wreturn-type warnings after r326307.
Nico Weber
2018-02-28
1
-0
/
+2
*
[Documentation] Split Clang-tidy changes in Release Notes into sections: new ...
Eugene Zelenko
2018-02-28
3
-31
/
+33
*
[AMDGPU] added writelane intrinsic
Tim Renouf
2018-02-28
9
-22
/
+155
*
Fixed spelling mistake in comments of LLVM Analysis passes
Vedant Kumar
2018-02-28
4
-14
/
+14
*
[profile] Test the exported symbol set for empty programs
Vedant Kumar
2018-02-28
1
-2
/
+14
*
[InstrProfiling] Emit the runtime hook when no counters are lowered
Vedant Kumar
2018-02-28
5
-23
/
+28
*
[NVPTX] Removed always-true predicates in NVPTX.
Artem Belevich
2018-02-28
5
-216
/
+132
*
Add "%" operator to the linker script.
Rui Ueyama
2018-02-28
2
-1
/
+12
*
Inline a trivial function. NFC.
Rui Ueyama
2018-02-28
1
-5
/
+1
*
[RISCV] Force enable int128 for compiling long double routines
Mandeep Singh Grang
2018-02-28
1
-0
/
+6
*
Fix use after free in PDB linker.
Zachary Turner
2018-02-28
1
-2
/
+13
*
Simplify. NFC.
Rafael Espindola
2018-02-28
1
-3
/
+3
*
[GlobalISel] Print/Parse FailedISel MachineFunction property
Roman Tereshin
2018-02-28
7
-13
/
+94
*
[CUDA] Include single GPU binary, NFCI.
Jonas Hahnfeld
2018-02-28
5
-93
/
+87
*
[TLS] use emulated TLS if the target supports only this mode
Chih-Hung Hsieh
2018-02-28
32
-15
/
+133
*
[WebAssembly] Use toArrayRef. NFC.
Rui Ueyama
2018-02-28
1
-6
/
+6
*
Merge {COFF,ELF}/Strings.cpp to Common/Strings.cpp.
Rui Ueyama
2018-02-28
22
-210
/
+134
*
[OMPT] Fix ompt_get_task_info() and add tests for it
Joachim Protze
2018-02-28
3
-88
/
+182
*
[WebAssembly] Return a StringRef instead of std::string from getSectionName()...
Rui Ueyama
2018-02-28
2
-8
/
+8
[next]