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
...
*
[dwarfdump] Fix spurious verification errors for DW_AT_location attributes
Jonas Devlieghere
2018-02-17
5
-23
/
+312
*
[DAGCombiner] Remove simplifyShuffleMask - now handled more generally by Simp...
Simon Pilgrim
2018-02-17
1
-35
/
+0
*
Fix signed/unsigned comparison warning in AsmGenMatcher generated code. NFCI.
Simon Pilgrim
2018-02-17
1
-4
/
+4
*
[DebugInfo] Removed assert on missing CountVarDIE
Sander de Smalen
2018-02-17
3
-7
/
+50
*
Report fatal error in the case of out of memory
Serge Pavlov
2018-02-17
2
-0
/
+35
*
[AMDGPU] Return true in enableMultipleCopyHints().
Jonas Paulsson
2018-02-17
4
-12
/
+14
*
[OMPT] Omissionin in OMPT Formatting
Joachim Protze
2018-02-17
5
-7
/
+9
*
[OMPT] Add interoperability testcase
Joachim Protze
2018-02-17
1
-0
/
+99
*
[OMPT] Update api_calls testcase
Joachim Protze
2018-02-17
2
-34
/
+50
*
Revert "[MachineCopyPropagation] Extend pass to do COPY source forwarding"
Quentin Colombet
2018-02-17
118
-1021
/
+456
*
[DAG, X86] Revert r324797, r324491, and r324359.
Chandler Carruth
2018-02-17
18
-645
/
+986
*
[InstSimplify] add vector select tests with undef elts in condition; NFC
Sanjay Patel
2018-02-17
1
-0
/
+20
*
[WebAssembly] Remove unneeded classifer methods from Symbol class. NFC.
Sam Clegg
2018-02-17
4
-11
/
+4
*
[X86] Turn selects with constant condition into vector shuffles during DAG co...
Craig Topper
2018-02-17
4
-47
/
+61
*
Use toString to print out garbage-collected sections.
Rui Ueyama
2018-02-17
5
-12
/
+11
*
[WebAssembly] Simplify FunctionSymbol::get/set/hasFunctionType. NFC.
Sam Clegg
2018-02-16
6
-46
/
+35
*
[WebAssembly] Remove unneeded Chunk::getFileName() method. NFC.
Sam Clegg
2018-02-16
2
-2
/
+1
*
Remove "--full-shutdown" and instead use an environment variable LLD_IN_TEST.
Rui Ueyama
2018-02-16
8
-21
/
+22
*
[Basic] Fix some Clang-tidy modernize and Include What You Use warnings; othe...
Eugene Zelenko
2018-02-16
10
-216
/
+342
*
[ThinLTO] Allow indexing to request backend to ignore the module
Vitaly Buka
2018-02-16
8
-13
/
+100
*
[ThinLTO] Ignore object files with no ThinLTO modules if -fthinlto-index= is set
Vitaly Buka
2018-02-16
4
-10
/
+33
*
[clangd] Rename some protocol field to lower case
Marc-Andre Laperle
2018-02-16
4
-17
/
+17
*
AMDGPU: Remove unused private member of AMDGPUTargetELFStreamer
Konstantin Zhuravlyov
2018-02-16
2
-2
/
+1
*
Run these tests, the errors were old and not valid anymore.
Eric Christopher
2018-02-16
1
-11
/
+8
*
Do not print out "no input files" twice.
Rui Ueyama
2018-02-16
2
-6
/
+23
*
Use wasm-ld instead of "lld -flavor wasm".
Rui Ueyama
2018-02-16
32
-51
/
+51
*
AMDGPU/LLD: Remove the use of binary file from one of the AMDGPU tests
Konstantin Zhuravlyov
2018-02-16
2
-3
/
+3
*
Remove an unused function.
Eric Christopher
2018-02-16
1
-4
/
+0
*
Silence an unsigned vs signed compare warning.
Eric Christopher
2018-02-16
1
-7
/
+7
*
[GISel]: Make GlobalISelEmitter rule prioritization compatible with selectionDAG
Aditya Nandakumar
2018-02-16
3
-316
/
+355
*
AMDGPU: Update elf flags in amdgpu-elf-flags.s
Konstantin Zhuravlyov
2018-02-16
1
-2
/
+2
*
AMDGPU: Bring elf flags in sync with the spec
Konstantin Zhuravlyov
2018-02-16
21
-273
/
+942
*
[Constant] add floating-point helpers for normal/finite-nz; NFC
Sanjay Patel
2018-02-16
3
-42
/
+47
*
Make sure we invoke ld64.lld and ld-wasm in the build directory.
Rui Ueyama
2018-02-16
1
-1
/
+1
*
[COFF] Add support for ARM64 secrel relocations for add/load instructions
Martin Storsjo
2018-02-16
2
-5
/
+57
*
[clangd] Implement textDocument/hover
Marc-Andre Laperle
2018-02-16
14
-8
/
+577
*
[X86] In lowerVSELECTtoVectorShuffle, don't map undef select condition to und...
Craig Topper
2018-02-16
1
-3
/
+6
*
AMDGPU: Bring processors and features in sync with the spec
Konstantin Zhuravlyov
2018-02-16
15
-72
/
+58
*
Revert an accidental change to where "-flavor GNU" was used by intention.
Rui Ueyama
2018-02-16
1
-2
/
+2
*
[OPENMP] Do not emit messages for templates in declare target
Alexey Bataev
2018-02-16
2
-19
/
+65
*
Replace -flavor {gnu,darwin} with ld64.lld or ld.lld.
Rui Ueyama
2018-02-16
132
-209
/
+209
*
Try again to fix the build.
Zachary Turner
2018-02-16
1
-1
/
+3
*
Try to fix broken build with some compilers.
Zachary Turner
2018-02-16
1
-25
/
+23
*
Remove `else` after `break`.
Rui Ueyama
2018-02-16
1
-6
/
+4
*
Fix emission of PDB string table.
Zachary Turner
2018-02-16
9
-188
/
+245
*
Remove useless comment - seems to be a copy+paste typo. NFCI
Simon Pilgrim
2018-02-16
1
-1
/
+0
*
Use write32le instead of write32<little>.
Rui Ueyama
2018-02-16
1
-1
/
+2
*
Refactor wasm/WriterUtil.{cpp,h}.
Rui Ueyama
2018-02-16
4
-40
/
+33
*
[WebAssebmly] Remove unneeded cast. NFC.
Sam Clegg
2018-02-16
1
-1
/
+1
*
[clang-include-fixer] Use add_clang_tool instead add_clang_executable
Petr Hosek
2018-02-16
1
-1
/
+1
[prev]
[next]