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
*
[WinEH] Fix the wrong alignment orientation during calculating EH frame.
Wang, Pengfei
2019-11-15
2
-10
/
+10
*
[Utility] Remove a dead header [PPC64LE_ehframe_Registers.h]
Davide Italiano
2019-11-14
1
-193
/
+0
*
Add missing includes needed to prune LLVMContext.h include, NFC
Reid Kleckner
2019-11-14
65
-9
/
+74
*
[libc++] [P0920] [P1661] Update status page.
Marek Kurdej
2019-11-15
1
-2
/
+2
*
[LLDB] Fix more -Wdocumentation issues (NFC)
Jonas Devlieghere
2019-11-14
7
-31
/
+31
*
[COFF] Avoid CodeView include in header
Reid Kleckner
2019-11-14
3
-6
/
+8
*
Forward declare the DWARFCache to avoid including LLVM DWARF details
Reid Kleckner
2019-11-14
4
-2
/
+6
*
[Reproducer] Enable crash reports for reproducer tests
Jonas Devlieghere
2019-11-14
1
-0
/
+2
*
[BPF] Restrict preserve_access_index attribute to C only
Yonghong Song
2019-11-14
3
-31
/
+22
*
[SanitizerCommon] Print the current value of options when printing out help.
Dan Liew
2019-11-14
5
-5
/
+108
*
[COFF] Don't include llvm/LTO/LTO.h in a header
Reid Kleckner
2019-11-14
5
-3
/
+15
*
Revert "Temporarily Revert:"
Alexey Bataev
2019-11-14
22
-506
/
+1054
*
[llvm-dis] Fix the disable-output flag
Matthew Voss
2019-11-14
1
-1
/
+1
*
[GPGPU] Fix depricated warning.
Michael Kruse
2019-11-14
1
-1
/
+1
*
[X86] Fix the implementation of __readcr3/__writecr3 to work in 64-bit mode
Craig Topper
2019-11-14
2
-13
/
+16
*
[DebugInfo] Allow spill slots in call site parameter descriptions
Vedant Kumar
2019-11-14
3
-5
/
+200
*
[yaml2obj][COFF] Add support for extended relocation tables
Sergey Dmitriev
2019-11-14
2
-3
/
+81
*
[GPGPU] Fix #includes.
Michael Kruse
2019-11-14
2
-0
/
+2
*
[globalisel][irtanslator] The IRTranslator should preserve TBAA information
Daniel Sanders
2019-11-14
2
-5
/
+34
*
[lldb][Editline] Support ctrl+left/right arrow word navigation.
Jordan Rupprecht
2019-11-14
2
-0
/
+58
*
Fix up lit's tests to run in a multi-config build environment.
Paul Robinson
2019-11-14
1
-0
/
+3
*
[Pipeliner] Fix an assertion caused by iterator invalidation.
Sumanth Gundapaneni
2019-11-14
2
-2
/
+35
*
[Hexagon] Validate the iterators before converting them to mux.
Sumanth Gundapaneni
2019-11-14
2
-2
/
+38
*
[Hexagon] Fix clang driver to parse -mcpu/-mvXX and -march properly.
Sumanth Gundapaneni
2019-11-14
2
-1
/
+14
*
Update lit infra to detect "MemoryWithOrigins' sanitizer build.
Sumanth Gundapaneni
2019-11-14
1
-1
/
+1
*
[RISCV] Use addi rather than add x0
Sam Elliott
2019-11-14
2
-23
/
+23
*
Add support for multi-module bitcode files to llvm-dis
Matthew Voss
2019-11-14
5
-51
/
+92
*
[llvm-objcopy][COFF] Add support for extended relocation tables
Sergey Dmitriev
2019-11-14
4
-6
/
+52
*
[RISCV] Fix wrong CFI directives
Luís Marques
2019-11-14
7
-161
/
+2
*
[ExpandReductions] Don't push all intrinsics to the worklist. Just push reduc...
Craig Topper
2019-11-14
1
-10
/
+29
*
[clang-format] Fixed edge-case with SpacesInSquareBrackets with trailing bare...
Mitchell Balan
2019-11-14
2
-3
/
+8
*
Replace wrongly deleted header banner, fix formatting
Reid Kleckner
2019-11-14
2
-11
/
+20
*
[cmake] Emit an error for -DBUILD_SHARED_LIBS=ON on Windows
Tom Stellard
2019-11-14
1
-0
/
+3
*
Document more specifically the rounding for "llvm.round".
Kevin P. Neal
2019-11-14
1
-2
/
+2
*
[InstCombine] remove duplicate code for simplifying a shuffle; NFCI
Sanjay Patel
2019-11-14
1
-7
/
+0
*
Make the language more consistent since I'm about to commit a content
Kevin P. Neal
2019-11-14
1
-12
/
+18
*
[clang-include-fixer] Skip .rc files when finding symbols
Reid Kleckner
2019-11-14
1
-0
/
+3
*
[OPENMP]Add assignment operator in UDR test, NFC.
Alexey Bataev
2019-11-14
1
-0
/
+1
*
Fix incorrect comment.
Adrian Prantl
2019-11-14
1
-3
/
+5
*
Convert condition to early exit (NFC)
Adrian Prantl
2019-11-14
1
-43
/
+45
*
Convert UpdateExternalModuleListIfNeeded to use early exits.
Adrian Prantl
2019-11-14
1
-59
/
+59
*
Rename DWO -> Clang module to avoid confusion. (NFC)
Adrian Prantl
2019-11-14
1
-22
/
+26
*
[LLDB] Make a clear distinction between usage & development docs
Jonas Devlieghere
2019-11-14
3
-3
/
+5
*
Use ForEachExternalModule in ParseTypeFromClangModule (NFC)
Adrian Prantl
2019-11-14
10
-51
/
+149
*
[AMDGPU][HIP] Change default DWARF version to 4
Scott Linder
2019-11-14
4
-3
/
+12
*
Improve VFS compatibility on Windows
Adrian McCarthy
2019-11-14
17
-51
/
+21
*
[clangd] Ignore more implicit nodes in computing selection.
Sam McCall
2019-11-14
2
-9
/
+39
*
[clangd] Expose value of enumerators to Hover API. (not UI yet)
Sam McCall
2019-11-14
2
-0
/
+17
*
[ADT] Move drop_begin from iterator_range.h into STLExtras.
Lang Hames
2019-11-14
4
-18
/
+22
*
[Analyzer][NFC] Separate white-box tests for iterator modelling from iterator...
Adam Balogh
2019-11-14
6
-1040
/
+2434
[next]