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
*
Fix line endings.
Ivan Donchevskii
2018-01-03
4
-97
/
+97
*
[AArch64][SVE] Asm: Add restricted register classes for SVE predicate vectors.
Sander de Smalen
2018-01-03
3
-11
/
+52
*
[libclang] Fix cursors for functions with trailing return type
Ivan Donchevskii
2018-01-03
2
-40
/
+66
*
[libclang] Support querying whether a declaration is invalid
Ivan Donchevskii
2018-01-03
5
-39
/
+61
*
Fix build of WebAssembly and AVR backends after r321692
Alex Bradbury
2018-01-03
3
-7
/
+8
*
[libclang] Add clang_getFileContents to libclang.exports
Ivan Donchevskii
2018-01-03
1
-0
/
+1
*
Fix incorrect documentation comment left after r321692
Alex Bradbury
2018-01-03
1
-2
/
+0
*
Update clang cc1as for createMCAsmBackend change in r321692
Alex Bradbury
2018-01-03
1
-3
/
+2
*
Thread MCSubtargetInfo through Target::createMCAsmBackend
Alex Bradbury
2018-01-03
30
-101
/
+116
*
[Sema] -Wtautological-constant-compare is too good. Cripple it.
Roman Lebedev
2018-01-03
9
-47
/
+69
*
[GlobalISel][Legalizer] Fix legalization of llvm.smul.with.overflow
Amara Emerson
2018-01-03
2
-6
/
+52
*
Mark LWG2824 as complete. We already did it, but I added a test to be sure
Marshall Clow
2018-01-03
2
-2
/
+43
*
Don't assume that size relocations are always constant.
Rafael Espindola
2018-01-03
2
-1
/
+17
*
Mark issue #2866 as "nothing to do"
Marshall Clow
2018-01-03
1
-2
/
+2
*
PR35697: look at the first declaration when determining whether a function or
Richard Smith
2018-01-03
2
-3
/
+20
*
Implement p0258r2: has_unique_object_representations
Marshall Clow
2018-01-03
4
-4
/
+136
*
Produce relocations with weak undef if the section is RW.
Rafael Espindola
2018-01-03
2
-6
/
+18
*
Fix and simplify handling of return type for (generic) lambda conversion func...
Richard Smith
2018-01-02
9
-223
/
+164
*
[analyzer] do not crash with assertion on processing locations of bodyfarmed ...
George Karpenkov
2018-01-02
2
-5
/
+5
*
[llvm-objcopy] Add support for visibility
Jake Ehrlich
2018-01-02
3
-5
/
+42
*
Reland [PPC64] Port to ppc64le - initial version
Martin Storsjo
2018-01-02
10
-5
/
+931
*
Don't use a strict larger-than comparison in the check_fit/does_fit static as...
Martin Storsjo
2018-01-02
1
-1
/
+1
*
Revert `rL321667: [PPC64] Port to ppc64le - initial version`
Tim Shen
2018-01-02
10
-931
/
+5
*
[asan] Restore asan_device_setup compatibility with older libraries.
Evgeniy Stepanov
2018-01-02
1
-0
/
+7
*
[WinEH] Allow for multiple terminatepads
Reid Kleckner
2018-01-02
4
-24
/
+68
*
[OMPT] Build runtime with OMPT support by default
Joachim Protze
2018-01-02
3
-7
/
+23
*
Handle the case of live 16-bit subregisters in X86FixupBWInsts
Andrew Kaylor
2018-01-02
2
-82
/
+121
*
[AArch64] fix typos in comments; NFC
Sanjay Patel
2018-01-02
1
-2
/
+2
*
[ValueTracking] recognize min/max of min/max patterns
Sanjay Patel
2018-01-02
2
-224
/
+239
*
[DOXYGEN] Fix doxygen and content issues in smmintrin.h
Douglas Yung
2018-01-02
1
-3
/
+3
*
[DOXYGEN] Fix doxygen and content issues in pmmintrin.h
Douglas Yung
2018-01-02
1
-3
/
+3
*
[DOXYGEN] Fix doxygen and content issues in emmintrin.h
Douglas Yung
2018-01-02
1
-48
/
+63
*
[AArch64] add tests for min/max of min/max (PR35717); NFC
Sanjay Patel
2018-01-02
1
-0
/
+1096
*
[PPC64] Port to ppc64le - initial version
Martin Storsjo
2018-01-02
10
-5
/
+931
*
One more (should be) inline variable that is defined in the dylib
Marshall Clow
2018-01-02
1
-3
/
+3
*
Suppress undefined-template warnings when the pattern is declared in a system...
Nick Lewycky
2018-01-02
2
-2
/
+15
*
Un-inline a few more variables that are exported from the dylib.
Marshall Clow
2018-01-02
2
-11
/
+11
*
Temporarily revert the inlining of 'piecewise_construct' because it is export...
Marshall Clow
2018-01-02
1
-1
/
+1
*
[AArch64][GlobalISel] Fix assert fail with unknown intrinsic.
Amara Emerson
2018-01-02
2
-5
/
+18
*
A couple more inlined variables that I missed the first time
Marshall Clow
2018-01-02
2
-8
/
+14
*
[Sema] Don't emit the -Wstrict-prototypes warning for variadic functions.
Volodymyr Sapsai
2018-01-02
2
-1
/
+7
*
[opt-viewer] Check for pygments.lexer.c_cpp
Jonas Hahnfeld
2018-01-02
1
-2
/
+6
*
Implement most of P0607: Inline Variables for the Standard Library. This invo...
Marshall Clow
2018-01-02
15
-217
/
+295
*
Align SHT_NOBITS sections is they are the first on a PT_LOAD.
Rafael Espindola
2018-01-02
2
-10
/
+34
*
[x86] allow pairs of PCMPEQ for vector-sized integer equality comparisons (PR...
Sanjay Patel
2018-01-02
2
-95
/
+227
*
[AArch64][GlobalISel] Enable GlobalISel at -O0 by default
Amara Emerson
2018-01-02
44
-56
/
+67
*
[Core/Debugger] Remove some code that doesn't compile anymore.
Davide Italiano
2018-01-02
1
-69
/
+0
*
[BasicBlockUtils] Check for unreachable preds before updating LI in UpdateAna...
Anna Thomas
2018-01-02
2
-0
/
+55
*
[MacOSX-Kernel] Remove broken KDP_IMAGEPATH support.
Davide Italiano
2018-01-02
1
-37
/
+0
*
[ARM64] Remove unused function. NFCI.
Davide Italiano
2018-01-02
1
-13
/
+0
[next]