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
*
Revert "[DWARF] Support for loclist.dwo section in llvm and llvm-dwarfdump."
Sourabh Singh Tomar
2019-11-23
7
-89
/
+27
*
[RISCV] Add missing REQUIRES to clang tests
David Zarzycki
2019-11-23
2
-2
/
+2
*
[X86][SSE] Split off generic isLaneCrossingShuffleMask helper. NFC.
Simon Pilgrim
2019-11-23
1
-3
/
+14
*
[PhiValues] Remove redundant map searches
Ehud Katz
2019-11-23
2
-25
/
+39
*
[WebAssembly] Use wasm-opt and LTO libraries when available.
Dan Gohman
2019-11-22
2
-0
/
+42
*
[DWARF] Support for loclist.dwo section in llvm and llvm-dwarfdump.
Sourabh Singh Tomar
2019-11-23
7
-27
/
+89
*
[ASTMatchers] work around a miscompile; "NFC"
George Burgess IV
2019-11-22
1
-1
/
+2
*
[IR] Move global_objects and global_values out of line, NFC
Reid Kleckner
2019-11-22
2
-35
/
+20
*
clang/Modules: Rename CompilerInstance::ModuleManager, NFC
Duncan P. N. Exon Smith
2019-11-22
7
-65
/
+63
*
clang/Modules: Refactor CompilerInstance::loadModule, NFC
Duncan P. N. Exon Smith
2019-11-22
4
-219
/
+290
*
gn build: Reland c52efdc5, "gn build: (manually) merge b5913e6d2f"
Peter Collingbourne
2019-11-22
1
-1
/
+10
*
clang-tidy: don't use an absolute path in a test
George Burgess IV
2019-11-22
1
-1
/
+1
*
DebugInfo: Flag Dwarf Version metadata for merging during LTO
David Blaikie
2019-11-22
2
-7
/
+5
*
Remove needless Attr.h include from DeclCXX.h, NFC
Reid Kleckner
2019-11-22
1
-1
/
+0
*
Separate the MS inheritance model enum from the attribute, NFC
Reid Kleckner
2019-11-22
12
-137
/
+149
*
[Remarks] Allow empty temporary remark files
Francis Visoiu Mistrih
2019-11-22
10
-1
/
+14
*
Move vtordisp mode from Attr class to LangOptions.h, NFC
Reid Kleckner
2019-11-22
11
-23
/
+25
*
[Examples] Move structured-data unpacking out of the loop. (NFC)
Jonas Devlieghere
2019-11-22
1
-1
/
+1
*
[Examples] Add in_call_stack breakpoint function.
Jonas Devlieghere
2019-11-22
1
-0
/
+24
*
[Driver] Make -static-libgcc imply static libunwind
Josh Kunz
2019-11-22
2
-2
/
+13
*
[MC] Reorder MCInst fields to make sizeof(MCInst) smaller
Fangrui Song
2019-11-22
1
-2
/
+3
*
[MCA] Fix test cases (NFC)
Evandro Menezes
2019-11-22
10
-30
/
+30
*
gn build: Merge 64ada7accbc
LLVM GN Syncbot
2019-11-22
1
-0
/
+2
*
Remove extraneous log enabling.
Jason Molenda
2019-11-22
1
-1
/
+0
*
[TableGen] Add backend to generate command guide for tools using libOption.
Jonas Devlieghere
2019-11-22
7
-72
/
+198
*
Reland "[CMake] Support installation of InstrProfData.inc"
Petr Hosek
2019-11-22
11
-14
/
+34
*
gn build: Merge ae8a8c2db6c
LLVM GN Syncbot
2019-11-22
2
-0
/
+2
*
Revert "[Sema] Use the canonical type in function isVector"
Akira Hatanaka
2019-11-22
2
-8
/
+1
*
[Diagnostics] Put "deprecated copy" warnings into -Wdeprecated-copy
Dávid Bolvanský
2019-11-22
4
-6
/
+39
*
[InstCombine] Fix call guard difference with dbg
Davide Italiano
2019-11-22
2
-4
/
+5
*
[CodeMoverUtils] Added an API to check if an instruction can be safely
Tsang Whitney W.H
2019-11-22
7
-0
/
+412
*
[AArch64] Add the pipeline model for Exynos M5
Evandro Menezes
2019-11-22
30
-35
/
+3349
*
[libc] Add a TableGen based header generator.
Siva Chandra Reddy
2019-11-22
24
-262
/
+1107
*
[Sema] Use the canonical type in function isVector
Akira Hatanaka
2019-11-22
2
-1
/
+8
*
Fix typo to separate "-x" from warning flag.
Bill Wendling
2019-11-22
1
-1
/
+1
*
Don't report "main" as missing a prototype in freestanding mode
Bill Wendling
2019-11-22
2
-2
/
+10
*
[OPENMP] [DOCS] correct status for use_device_addr clause
Kelvin Li
2019-11-22
1
-1
/
+1
*
[RISCV] Use compiler-rt if no GCC installation detected
Edward Jones
2019-11-22
6
-40
/
+112
*
Revert "[CMake] Support installation of InstrProfData.inc"
Petr Hosek
2019-11-22
8
-25
/
+13
*
[CMake] Support installation of InstrProfData.inc
Petr Hosek
2019-11-22
8
-13
/
+25
*
[DWARF] Handle call sites with indirect call targets
Vedant Kumar
2019-11-22
10
-99
/
+257
*
Slightly speculative buildbot fix for issue reported in 8293f74 commit thread
Philip Reames
2019-11-22
1
-1
/
+4
*
[clang-include-fixer] Suppress cmd prompt from Vim on Windows
Reid Kleckner
2019-11-22
1
-1
/
+8
*
[APFloat] Enlarge ExponentType to 32bit integer
Ehud Katz
2019-11-22
2
-16
/
+118
*
Reinstate MSan suppression of PR24578.
Evgenii Stepanov
2019-11-22
3
-2
/
+8
*
Don't forward __pthread_mutex_* interceptors to pthread_mutex_* version
Vitaly Buka
2019-11-22
1
-2
/
+18
*
[APFloat] Fix subtraction of subnormal numbers
Ehud Katz
2019-11-22
2
-7
/
+13
*
[lit] Attempt to print test summary on CTRL+C
Julian Lettner
2019-11-22
3
-20
/
+20
*
[lldb][DataFormatters] Support pretty printing std::string when built with -f...
Jordan Rupprecht
2019-11-22
5
-16
/
+37
*
Reformat code for readability.
Adrian Prantl
2019-11-22
1
-2
/
+2
[next]