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
*
Implement P0777: Treating unnecessay decay
Marshall Clow
2018-02-06
4
-14
/
+12
*
[TargetLowering] use local variables to reduce duplication; NFCI
Sanjay Patel
2018-02-06
1
-6
/
+6
*
Pass --build-dir to dotest in the Xcode project
Adrian Prantl
2018-02-06
1
-1
/
+1
*
[InferAddressSpaces] Update uses of IRBuilder memory intrinsic creation to ne...
Daniel Neilson
2018-02-06
1
-5
/
+7
*
[DWARFv5] Emit .debug_line_str (in a non-DWO file).
Paul Robinson
2018-02-06
7
-35
/
+150
*
[Hexagon] Extract HVX lowering and selection into HVX-specific files, NFC
Krzysztof Parzyszek
2018-02-06
6
-581
/
+572
*
[Hexagon] Lower concat of more than 2 vectors into build_vector
Krzysztof Parzyszek
2018-02-06
3
-15
/
+59
*
[clangd] Make the premble tremble.
Benjamin Kramer
2018-02-06
1
-3
/
+3
*
[SLP] Update test checks, NFC.
Alexey Bataev
2018-02-06
3
-64
/
+1127
*
Revert "[clangd] The new threading implementation" (r324356)
Ilya Biryukov
2018-02-06
11
-533
/
+279
*
Fix building libc++ with the macOS 10.13 SDK with -mmacosx-version-min=10.12 ...
Nico Weber
2018-02-06
1
-4
/
+29
*
[InlineFunction] Update deprecated use of IRBuilder CreateMemCpy (NFC)
Daniel Neilson
2018-02-06
1
-1
/
+1
*
[AMDGPU] removed dead code handling rmw in memory legalizer
Stanislav Mekhanoshin
2018-02-06
1
-66
/
+3
*
[clangd] Attempt to unbreak windows buildbots.
Ilya Biryukov
2018-02-06
1
-1
/
+1
*
[Hexagon] Don't form new-value jumps from floating-point instructions
Krzysztof Parzyszek
2018-02-06
2
-0
/
+35
*
More correct handling of error cases C++ name parser
Eugene Zemtsov
2018-02-06
2
-2
/
+3
*
Fix misleading indentation; replace a couple of NULLs with nullptr. Resolves ...
Marshall Clow
2018-02-06
2
-7
/
+7
*
Pass around function pointers as CGCallees, not bare llvm::Value*s.
John McCall
2018-02-06
5
-58
/
+77
*
Add vstore_half_rte implementation
Jan Vesely
2018-02-06
2
-1
/
+46
*
Add vstore_half_rtp implementation
Jan Vesely
2018-02-06
2
-1
/
+12
*
Add vstore_half_rtn implementation
Jan Vesely
2018-02-06
2
-1
/
+43
*
Add vstore_half_rtz implementation
Jan Vesely
2018-02-06
2
-1
/
+36
*
vstore_half: Consolidate declarations
Jan Vesely
2018-02-06
1
-39
/
+26
*
vstore_half: Add support for custom rounding functions
Jan Vesely
2018-02-06
1
-23
/
+39
*
vstore_half: Make sure the helper function is always inline
Jan Vesely
2018-02-06
1
-1
/
+1
*
[InstCombine][ValueTracking] Match non-uniform constant power-of-two vectors
Simon Pilgrim
2018-02-06
3
-11
/
+33
*
Build each testcase variant in its own subdirectory and remove the srcdir loc...
Adrian Prantl
2018-02-06
13
-148
/
+131
*
[X86] Auto-generate checks. NFC
Craig Topper
2018-02-06
1
-102
/
+121
*
Hide the --full-shutdown option.
Rafael Espindola
2018-02-06
2
-1
/
+2
*
[clang-format] Add more tests for Objective-C 2.0 generic alignment
Ben Hamilton
2018-02-06
2
-1
/
+11
*
[clangd] Fixed a bug in the new threading implementation.
Ilya Biryukov
2018-02-06
1
-4
/
+5
*
[analyzer] [tests] Show function name in CmpRuns output
George Karpenkov
2018-02-06
1
-3
/
+9
*
[clangd] Fixed compilation on Windows buildbot.
Ilya Biryukov
2018-02-06
1
-2
/
+6
*
[ARM] f16 conversions
Sjoerd Meijer
2018-02-06
2
-16
/
+68
*
[DAG, X86] Improve Dependency analysis when doing multi-node
Nirav Dave
2018-02-06
18
-985
/
+645
*
[clangd] Use URIs in index symbols.
Eric Liu
2018-02-06
8
-81
/
+144
*
Regenerate vector-urem test. NFCI.
Simon Pilgrim
2018-02-06
1
-2
/
+2
*
[clangd] The new threading implementation
Ilya Biryukov
2018-02-06
11
-280
/
+529
*
[COFF] LTO does not require a disassembler.
Benjamin Kramer
2018-02-06
1
-1
/
+0
*
[clangd] Remove unused variable. NFC
Eric Liu
2018-02-06
1
-1
/
+0
*
AMDGPU: Fix S_BUFFER_LOAD_DWORD_SGPR moveToVALU
Marek Olsak
2018-02-06
2
-2
/
+42
*
[Hexagon] Remove leftover assert
Krzysztof Parzyszek
2018-02-06
1
-3
/
+1
*
[clangd] Don't try pthread, just use thread_local. Reverts r323949.
Sam McCall
2018-02-06
1
-41
/
+5
*
[Hexagon] Split HVX operations on vector pairs
Krzysztof Parzyszek
2018-02-06
7
-70
/
+342
*
[Hexagon] Add helper functions to identify single/pair vector types, NFC
Krzysztof Parzyszek
2018-02-06
2
-3
/
+17
*
[Hexagon] Handle lowering of SETCC via setCondCodeAction
Krzysztof Parzyszek
2018-02-06
6
-132
/
+112
*
[X86][SSE] Add PACKUS support for truncation of clamped values
Simon Pilgrim
2018-02-06
2
-51
/
+20
*
[AMDGPU] do not generate .AMDGPU.config for amdpal os type
Tim Renouf
2018-02-06
2
-18
/
+14
*
[Solaris] Silence -pthread warning on Solaris
Fedor Sergeev
2018-02-06
1
-0
/
+5
*
[AArch64][SVE] Asm: Add AND_ZI instructions and aliases
Sander de Smalen
2018-02-06
6
-0
/
+244
[next]