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
*
[LibTooling] Add function to translate and validate source range for editing
Yitzhak Mandelbaum
2019-07-18
3
-2
/
+155
*
[clangd] Remove dead code from BackgroundIndex
Kadir Cetinkaya
2019-07-18
1
-3
/
+0
*
[clangd] BackgroundIndex stores shards to the closest project
Kadir Cetinkaya
2019-07-18
10
-69
/
+88
*
ELF: Add support for remaining R_AARCH64_MOVW* relocations.
Peter Collingbourne
2019-07-18
3
-0
/
+167
*
[LLDB] Remove lldb-mi
Jonas Devlieghere
2019-07-18
196
-35601
/
+0
*
[NFC][llvm-readobj] Refactor dynamic string table indexing into a function.
Yuanfang Chen
2019-07-18
2
-38
/
+34
*
ELF: Simplify test. NFCI.
Peter Collingbourne
2019-07-18
2
-10
/
+6
*
MC: AArch64: Add support for prel_g* relocation specifiers.
Peter Collingbourne
2019-07-18
5
-15
/
+82
*
AArch64: Unify relocation restrictions between MOVK/MOVN/MOVZ.
Peter Collingbourne
2019-07-18
4
-158
/
+51
*
ELF: Allow forward references to linked sections.
Peter Collingbourne
2019-07-18
2
-17
/
+44
*
[CMake] Polish folders in generated Xcode project
Stefan Granitz
2019-07-18
3
-2
/
+7
*
[clangd] Refactor background-index shard loading
Kadir Cetinkaya
2019-07-18
8
-173
/
+299
*
[ASTUnit] Attempt to unbreak Windows buildbots after r366448
Ilya Biryukov
2019-07-18
1
-2
/
+2
*
Minor styling fix. NFC.
Michael Liao
2019-07-18
1
-2
/
+1
*
[clangd] Get rid of dots and dotsdots within GlobalCompilationDatabase
Kadir Cetinkaya
2019-07-18
4
-14
/
+62
*
Revert "[RISCV] Hard float ABI support" r366450
Alex Bradbury
2019-07-18
13
-1462
/
+21
*
Revert r366449: [CrossTU] Add a function to retrieve original source location.
Ilya Biryukov
2019-07-18
6
-162
/
+25
*
[Clangd] NFC: Fixed tweaks CMakeLists order to alphabetical
Shaurya Gupta
2019-07-18
1
-2
/
+2
*
[Clangd] Changed ExtractVariable to only work on non empty selections
Shaurya Gupta
2019-07-18
4
-35
/
+45
*
[RISCV] Hard float ABI support
Alex Bradbury
2019-07-18
13
-21
/
+1462
*
[CrossTU] Add a function to retrieve original source location.
Balazs Keri
2019-07-18
6
-25
/
+162
*
[ASTUnit] Fix a regression in cached completions
Ilya Biryukov
2019-07-18
2
-1
/
+22
*
[CMake] Don't set Python_ADDITIONAL_VERSIONS
Jonas Devlieghere
2019-07-18
5
-5
/
+5
*
[clangd] Suppress unwritten scopes when expanding auto.
Haojian Wu
2019-07-18
3
-1
/
+17
*
[ELF][PPC] Delete ppc64-dynamic-relocations.s
Fangrui Song
2019-07-18
1
-50
/
+0
*
Revert "[DebugInfo] Generate fixups as emitting DWARF .debug_frame/.eh_frame."
Hsiangkai Wang
2019-07-18
18
-244
/
+101
*
[clangd] Disable DumpRecordLayout by default per https://bugs.llvm.org/show_b...
Sam McCall
2019-07-18
1
-0
/
+5
*
[DebugInfo] Generate fixups as emitting DWARF .debug_frame/.eh_frame.
Hsiangkai Wang
2019-07-18
18
-101
/
+244
*
[X86] EltsFromConsecutiveLoads - support common source loads
Simon Pilgrim
2019-07-18
3
-249
/
+179
*
[lldb][NFC] Tablegenify alias/regex/history/source/script
Raphael Isemann
2019-07-18
2
-28
/
+69
*
[analyzer] Add CTU user docs
Gabor Marton
2019-07-18
2
-0
/
+207
*
[OpenMP][libomptarget] Suppress C++ 11 related warnings when building libompt...
Alexey Bataev
2019-07-18
1
-1
/
+1
*
[OPENMP][NVPTX]Mark barrier functions calls as convergent.
Alexey Bataev
2019-07-18
2
-6
/
+9
*
Restrict asan + dlopen testcase to x86
Serge Guelton
2019-07-18
1
-2
/
+2
*
[DAGCombine] Pull getSubVectorSrc helper out of narrowInsertExtractVectorBinO...
Simon Pilgrim
2019-07-18
1
-22
/
+22
*
[FileCheck] Fix numeric variable redefinition
Thomas Preud'homme
2019-07-18
5
-30
/
+28
*
[CMake] Always build debugserver on Darwin and allow tests to use the system'...
Stefan Granitz
2019-07-18
7
-145
/
+115
*
Relax regexp to detect failed interception by asan
Serge Guelton
2019-07-18
1
-1
/
+1
*
[x86] try harder to form LEA from ADD to avoid flag conflicts (PR40483)
Sanjay Patel
2019-07-18
2
-20
/
+41
*
[llvm-readelf] - Remove the precompiled binary from gnu-hash-symbols.test
George Rimar
2019-07-18
3
-104
/
+283
*
Revert r366422: [OpenCL] Improve destructor support in C++ for OpenCL
Ilya Biryukov
2019-07-18
14
-234
/
+113
*
Bump the trunk version to 10.0.0svn
Hans Wennborg
2019-07-18
22
-367
/
+79
*
[lldb][NFC] Format 'type' commands in Options.td
Raphael Isemann
2019-07-18
1
-46
/
+98
*
[lldb] Tablegenify thread commands and fix completion bug for thread step-*
Raphael Isemann
2019-07-18
2
-39
/
+100
*
[ELF][PPC] Refactor some ppc64 tests
Fangrui Song
2019-07-18
10
-619
/
+308
*
[ARM][DAGCOMBINE][FIX] PerformVMOVRRDCombine
Diogo N. Sampaio
2019-07-18
2
-3
/
+38
*
[OpenCL] Improve destructor support in C++ for OpenCL
Marco Antognini
2019-07-18
14
-113
/
+234
*
[OpenCL] Update comments/diagnostics to refer to C++ for OpenCL
Anastasia Stulova
2019-07-18
17
-45
/
+43
*
[clangd] Added highlightings for template parameters and specializations.
Johan Vikstrom
2019-07-18
4
-6
/
+64
*
[SCEV] add no wrap flag for SCEVAddExpr.
Chen Zheng
2019-07-18
5
-8
/
+8
[next]