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-diff] Add initial implementation
Alex Lorenz
2017-07-21
9
-0
/
+1426
*
[SystemZ, LoopStrengthReduce]
Jonas Paulsson
2017-07-21
35
-77
/
+301
*
[ELF] Avoid data race in ObjectFile<ELFT>::getDILineInfo().
Igor Kudrin
2017-07-21
2
-2
/
+3
*
[NFC] [PPCGCodeGeneration] Print `verifyModule` failure to debug stream.
Siddharth Bhat
2017-07-21
1
-0
/
+2
*
[clang-tidy] Add option to export fixes to run-clang-tidy.py
Alexander Kornienko
2017-07-21
1
-8
/
+46
*
[clang-format] Fix comment levels between '}' and PPDirective
Krasimir Georgiev
2017-07-21
2
-1
/
+80
*
[X86][SSE] Add extra (sra (sra x, c1), c2) -> (sra x, (add c1, c2)) test case
Simon Pilgrim
2017-07-21
1
-0
/
+30
*
[X86][SSE] Add pre-AVX2 support for (i32 bitcast(v32i1)) -> 2xMOVMSK
Simon Pilgrim
2017-07-21
5
-874
/
+103
*
Fixed failing assert in code completion.
Ilya Biryukov
2017-07-21
2
-4
/
+14
*
[clangd] Specified --gcc-toolchain explicitly in VFS test.
Ilya Biryukov
2017-07-21
1
-5
/
+5
*
[mips] Add `short_call` to the set of `long_call/far/near` attributes
Simon Atanasyan
2017-07-21
4
-9
/
+20
*
Fix typo in error message in 'platform status'.
Bruce Mitchener
2017-07-21
1
-1
/
+1
*
Fix typo in function name Bllock -> Block
Tobias Grosser
2017-07-21
1
-3
/
+3
*
Fix tblgen error.
Richard Trieu
2017-07-21
2
-3
/
+24
*
Commit access test
Philipp Schaad
2017-07-21
1
-1
/
+1
*
Only use xml if iconv is found, which is a prerequisite.
Eric Beckmann
2017-07-21
1
-1
/
+2
*
dsymutil: strip unused types from imported DW_TAG_modules
Adrian Prantl
2017-07-21
4
-18
/
+53
*
Debug Info: Don't strip clang module skeleton CUs.
Adrian Prantl
2017-07-21
2
-1
/
+33
*
[Driver] Consider -fno-sanitize=... state when filtering out -fsanitize-cover...
Petr Hosek
2017-07-21
2
-1
/
+13
*
[ELF] Remove processNonSectionCommands
Petr Hosek
2017-07-21
2
-10
/
+0
*
[CMake] Use ABI version 2 for C++ library in Fuchsia
Petr Hosek
2017-07-21
1
-0
/
+1
*
[DWARF] Generalized verification of .debug_abbrev to be applicable to both .d...
Spyridoula Gravani
2017-07-21
4
-23
/
+90
*
[AVX-512] Fix a bug that prevented some non-temporal loads from using the mov...
Craig Topper
2017-07-21
2
-33
/
+12
*
[XRay][compiler-rt] Update test to account for change in logging format.
Dean Michael Berris
2017-07-21
1
-1
/
+1
*
Explicitly disable libxml2 on android.
Eric Beckmann
2017-07-20
1
-1
/
+1
*
Generate a compile_commands.json DB for external projects.
George Karpenkov
2017-07-20
1
-0
/
+1
*
[AArch64] Adjust the cost model for Exynos M1 and M2
Evandro Menezes
2017-07-20
1
-10
/
+16
*
Only defined CombinedRoot if libxml2 is used.
Eric Beckmann
2017-07-20
1
-0
/
+2
*
Whitespace.
NAKAMURA Takumi
2017-07-20
1
-8
/
+7
*
[ELF] Align the value if needed when computing the expression
Petr Hosek
2017-07-20
3
-2
/
+31
*
lld matching change for llvm change r308690 to add error handling to
Kevin Enderby
2017-07-20
1
-1
/
+4
*
Add error handling to the dyld compact export entries in libObject.
Kevin Enderby
2017-07-20
17
-31
/
+218
*
Only enable libxml2 on linux, because systems like android lack libiconv
Eric Beckmann
2017-07-20
1
-1
/
+1
*
Recommit: GlobalISel: select G_EXTRACT and G_INSERT instructions on AArch64.
Tim Northover
2017-07-20
2
-1
/
+103
*
GlobalISel: stop localizer putting constants before EH_LABELs
Tim Northover
2017-07-20
2
-1
/
+50
*
Add a missing tool dependency.
Rui Ueyama
2017-07-20
1
-1
/
+1
*
Make a file end with n and remove trailing whitespace.
Rui Ueyama
2017-07-20
1
-1
/
+0
*
[clang-format] Put '/**' and '*/' on own lines in multiline jsdocs
Krasimir Georgiev
2017-07-20
5
-3
/
+205
*
[mips] Add support for -m(no-)local-sdata
Simon Dardis
2017-07-20
3
-0
/
+32
*
Make tests always depend on llvm-mt, because some tests are run even w/o
Eric Beckmann
2017-07-20
1
-6
/
+1
*
Fix symbol type with icf.
Rafael Espindola
2017-07-20
3
-2
/
+22
*
Do not strip SHF_GROUP in elf::decompressAndMergeSections().
Rui Ueyama
2017-07-20
1
-4
/
+3
*
Implement parsing and writing of a single xml manifest file.
Eric Beckmann
2017-07-20
16
-6
/
+251
*
[clang-tools-extra] Add support for plain C structs in clang-reorder-fields
Alexander Shaposhnikov
2017-07-20
2
-13
/
+32
*
Add end-to-end tests for overflows of byval arguments.
Vitaly Buka
2017-07-20
3
-0
/
+97
*
Revert "Add MemoryMappedSection struct for two-level memory map iteration"
Francis Ricci
2017-07-20
2
-57
/
+9
*
[NVPTX] Add lowering of i128 params.
Artem Belevich
2017-07-20
8
-15
/
+129
*
AMDGPU: Rename _RTN atomic instructions
Matt Arsenault
2017-07-20
2
-26
/
+26
*
Add an ID field to StackObjects
Matt Arsenault
2017-07-20
20
-77
/
+271
*
[X86] Adding ISel tests for strided-shuffles with non-zero offset. NFC.
Zvi Rackover
2017-07-20
3
-0
/
+3641
[next]