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
*
Add std::is_constant_evaluated.
Eric Fiselier
2019-04-24
10
-10
/
+103
*
[DataFormatters] Adjusting libc++ std::list formatter to act better with poin...
Shafik Yaghmour
2019-04-24
3
-2
/
+7
*
[AMDGPU] gfx1010 sgpr register changes
Stanislav Mekhanoshin
2019-04-24
11
-43
/
+138
*
[X86][SSE] Add tests for bitcasting vXi1 bool vectors to non-simple types.
Simon Pilgrim
2019-04-24
1
-0
/
+2319
*
[JITLink] Add support for passing arguments to jit-linked code.
Lang Hames
2019-04-24
1
-2
/
+13
*
[LLVM-C] Deprecate the LLVMValueRef-returning metadata creation functions
Robert Widmann
2019-04-24
2
-21
/
+31
*
[AMDGPU] Add gfx1010 target definitions
Stanislav Mekhanoshin
2019-04-24
22
-118
/
+570
*
[clangd] Fix broken helper deep in unit test. NFC
Sam McCall
2019-04-24
1
-9
/
+3
*
[InstCombine][X86] Use generic expansion of PACKSS/PACKUS for constant foldin...
Simon Pilgrim
2019-04-24
1
-51
/
+45
*
Revert "[llvm-objdump] errorToErrorCode+message -> toString"
JF Bastien
2019-04-24
1
-3
/
+4
*
llvm-undname: Fix assert-on->4GiB-string-literal, found by oss-fuzz
Nico Weber
2019-04-24
2
-1
/
+9
*
Make the test object callable. libstdc++'s bind checks that (libc++ currently...
Marshall Clow
2019-04-24
1
-1
/
+1
*
clang-cl: List valid values for /std: in /? output
Nico Weber
2019-04-24
1
-1
/
+1
*
Fix a one more compare test that assumed -1/0/1 instsad of <0/0/>0. NFC.
Marshall Clow
2019-04-24
1
-1
/
+1
*
[JITLink] Refer to FDE's CIE (not the most recent CIE) when parsing eh-frame.
Lang Hames
2019-04-24
6
-49
/
+74
*
Fix a couple of tests that assumed that compare retunred -1/0/1 instead of <0...
Marshall Clow
2019-04-24
4
-7
/
+7
*
[docs] Copy-edit lld/docs/WebAssembly.rst
Sam Clegg
2019-04-24
1
-17
/
+14
*
[llvm-objdump] Delete redundant check
Fangrui Song
2019-04-24
1
-4
/
+1
*
[obj2yamp] - Simplify and cleanup the code in ELFDumper<ELFT>::dumpGroup a bi...
George Rimar
2019-04-24
1
-27
/
+25
*
[llvm-objdump] errorToErrorCode+message -> toString
Fangrui Song
2019-04-24
1
-4
/
+3
*
[ELF] Delete a redundant SHT_NOBITS -> SHT_PROGBITS after D60131
Fangrui Song
2019-04-24
1
-1
/
+0
*
Use llvm::stable_sort
Fangrui Song
2019-04-24
20
-84
/
+58
*
[scudo][standalone] Introduce the Secondary allocator
Kostya Kortchinsky
2019-04-24
14
-88
/
+476
*
[AMDGPU][MC] Parser cleanup and refactoring
Dmitry Preobrazhensky
2019-04-24
1
-93
/
+48
*
[x86] make sure horizontal op and broadcast types match to simplify (PR41414)
Sanjay Patel
2019-04-24
2
-3
/
+71
*
[PPC64] Consider localentry offset when computing branch distance
Fangrui Song
2019-04-24
2
-1
/
+34
*
[LLVM-C] Use dyn_cast instead of unwrap in LLVMGetDebugLoc functions
whitequark
2019-04-24
1
-15
/
+21
*
Kill modify-python-lldb.py
Pavel Labath
2019-04-24
4
-191
/
+0
*
[yaml2obj] Replace num_zeros with write_zeros
Fangrui Song
2019-04-24
1
-35
/
+24
*
[yaml2elf] - Replace a loop with write_zeros(). NFC.
George Rimar
2019-04-24
1
-6
/
+5
*
Minor code style fix in ClangUserExpression.cpp [NFC]
Raphael Isemann
2019-04-24
1
-2
/
+1
*
[X86] Add shouldFoldConstantShiftPairToMask override placeholder. NFCI.
Simon Pilgrim
2019-04-24
2
-0
/
+9
*
Shorten comment line to be below 80 characters [NFC]
Raphael Isemann
2019-04-24
1
-1
/
+1
*
[LLD][ELF] - Remove binding.elf binary from test case. NFCI.
George Rimar
2019-04-24
3
-7
/
+21
*
Add an any_cast test for array types. Thanks to Jonathan Wakely for the sugge...
Marshall Clow
2019-04-24
2
-8
/
+25
*
[LLD][ELD] - Remove excessive lines from test. NFC.
George Rimar
2019-04-24
1
-5
/
+0
*
Let llvm-cvtres (and lld-link) report duplicate resources
Nico Weber
2019-04-24
7
-30
/
+103
*
[X86][SSE] Add masked bit test cases for PR26697
Simon Pilgrim
2019-04-24
2
-20
/
+150
*
Add 'REQUIRES: shell' to verbose-output-quoting.c
Hans Wennborg
2019-04-24
1
-0
/
+1
*
Avoid name conflict with kernel headers
Eric Fiselier
2019-04-24
4
-9
/
+12
*
[clangd] Fix handling of include paths in windows tests
Kadir Cetinkaya
2019-04-24
2
-8
/
+12
*
[clang][HeaderSuggestion] Handle the case of dotdot with an absolute path
Kadir Cetinkaya
2019-04-24
3
-4
/
+15
*
Fix unquoted spaces in args in clang --verbose output
Hans Wennborg
2019-04-24
2
-1
/
+10
*
Revert r359048: C++ DR2387: a variable template declared wthi
Ilya Biryukov
2019-04-24
13
-14404
/
+14242
*
[clang][HeaderSearch] Make sure there are no backslashes in suggestedPath
Kadir Cetinkaya
2019-04-24
3
-5
/
+16
*
yamlify lit/Minidump tests
Pavel Labath
2019-04-24
7
-82
/
+173
*
PostfixExpression: move parser out of NativePDB internals
Pavel Labath
2019-04-24
6
-96
/
+205
*
Add "const" in GetUnderlyingObjects. NFC
Bjorn Pettersson
2019-04-24
13
-54
/
+56
*
[Mips][CodeGen] Remove MachineFunction::setSubtarget. Change Mips to just cop...
Craig Topper
2019-04-24
3
-4
/
+2
*
[ELF] Fix a gcc -Wextra warning
Fangrui Song
2019-04-24
1
-2
/
+2
[next]