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
*
[lldb] NFC modernize codebase with modernize-use-nullptr
Konrad Kleine
2019-05-23
250
-1461
/
+1487
*
[NFC][X86] Fix check prefixes and autogenerate fold-pcmpeqd-2.ll test
Roman Lebedev
2019-05-23
1
-8
/
+168
*
[MCA] Make the bool conversion operator in class InstRef explicit. NFCI
Andrea Di Biagio
2019-05-23
2
-2
/
+8
*
Add REQUIRES: lld to debug-types-address-ranges.s
Pavel Labath
2019-05-23
1
-0
/
+2
*
[DwarfExpression] Refactor dwarf expression (NFC)
Petar Jovanovic
2019-05-23
2
-23
/
+44
*
[llvm-objdump][test] Improve testing of some switches #2
James Henderson
2019-05-23
6
-16
/
+100
*
Simplify InputFile::fetch().
Rui Ueyama
2019-05-23
3
-13
/
+12
*
Remove LazyObjFile::AddedToLink.
Rui Ueyama
2019-05-23
3
-14
/
+8
*
Reland: [WebAssembly] Add __start_/_stop_ symbols for data sections
Sam Clegg
2019-05-23
5
-8
/
+111
*
[clangd-vscode] Do not customize uri converters in vscode
Kadir Cetinkaya
2019-05-23
1
-12
/
+0
*
Move code for symbol resolution from SymbolTable.cpp to Symbols.cpp.
Rui Ueyama
2019-05-23
7
-351
/
+364
*
Speed up --start-lib and --end-lib.
Rui Ueyama
2019-05-23
3
-59
/
+108
*
[LLD][ELF] - Improve diagnostic about unrecognized relocations.
George Rimar
2019-05-23
7
-7
/
+7
*
DWARFASTParserClang: Reduce indentation
Pavel Labath
2019-05-23
1
-1507
/
+1495
*
[WebAssembly] Seal imports section before counting imports
Sam Clegg
2019-05-23
3
-14
/
+33
*
Move SymbolTable::addCombinedLTOObject() to LinkerDriver.
Rui Ueyama
2019-05-23
4
-34
/
+29
*
Delete default constructors, copy constructors, move constructors, copy assig...
Dmitri Gribenko
2019-05-23
4
-16
/
+28
*
Enable queue_t and clk_event_t comparisons in C++ mode
Sven van Haastregt
2019-05-23
2
-1
/
+2
*
[llvm-objcopy] - Many minor NFC changes to cleanup/improve the code in ELF/Ob...
George Rimar
2019-05-23
1
-106
/
+85
*
DWARF: Don't compute address ranges for type units
Pavel Labath
2019-05-23
8
-116
/
+456
*
[clangd-vscode] Bump versions dependencies. NFC
Ilya Biryukov
2019-05-23
1
-20
/
+11
*
Simplify `GetName`+`AppendTypeName` by `DWARFDIE`
Jan Kratochvil
2019-05-23
4
-168
/
+131
*
[ARM][CGP] Clear SafeWrap before each search
Sam Parker
2019-05-23
2
-0
/
+76
*
[CodeComplete] Complete a lambda when preferred type is a function
Ilya Biryukov
2019-05-23
2
-0
/
+124
*
[GlobalOpt] recognize dead struct fields and propagate values
Christian Bruel
2019-05-23
3
-6
/
+50
*
[Reproducer] Pass FileSpec by const-ref. (NFC)
Jonas Devlieghere
2019-05-23
2
-3
/
+3
*
[Utility] Modernize C-style cats
Jonas Devlieghere
2019-05-23
16
-225
/
+263
*
Remove unnecessary const&s; NFC
George Burgess IV
2019-05-23
3
-3
/
+3
*
[CMake][Fuchsia] Use cannonical triples for runtimes
Petr Hosek
2019-05-23
1
-49
/
+49
*
Remove unused const version of CommandInterpreter::GetCommandHistory.
Jim Ingham
2019-05-23
1
-2
/
+0
*
[WebAssembly] Implement __builtin_return_address for emscripten
Thomas Lively
2019-05-23
6
-3
/
+71
*
[X86] Support -fno-plt __tls_get_addr calls
Fangrui Song
2019-05-23
2
-51
/
+102
*
[libFuzzer] remove the data-flow-trace (DFT) python scripts; their functional...
Kostya Serebryany
2019-05-23
4
-156
/
+8
*
[ARM64][AArch64] Update disassembler attributes to ARMv8.5 ISA with SVE exten...
Omair Javaid
2019-05-23
1
-3
/
+3
*
[llvm-objcopy] Add file names to error messages
Seiya Nuta
2019-05-23
11
-39
/
+55
*
gn build: Merge r361418.
Peter Collingbourne
2019-05-23
2
-0
/
+2
*
[libFuzzer] automatically collect the data flow trace (DFT) in the fork mode ...
Kostya Serebryany
2019-05-23
6
-3
/
+53
*
Ack, added DWARFTypeUnit to the wrong target...
Jim Ingham
2019-05-23
4
-12
/
+10
*
[FileCheck] Introduce substitution subclasses
Thomas Preud'homme
2019-05-23
6
-80
/
+124
*
FileCheck: Improve FileCheck variable terminology
Thomas Preud'homme
2019-05-23
9
-189
/
+196
*
[lldb] Fix use-of-uninitialized-value in Driver
Jorge Gorbe Moya
2019-05-22
1
-1
/
+1
*
Expression: correct relocation model for Windows
Saleem Abdulrasool
2019-05-22
1
-10
/
+4
*
[Target] Protect Processes' language runtimes map with a mutex
Alex Langford
2019-05-22
2
-10
/
+23
*
[ORC] Remove a stray decl that accidentally found its way in to r361322.
Lang Hames
2019-05-22
1
-4
/
+0
*
Actaully lock accesses to OptionValueFileSpecList objects
Frederic Riss
2019-05-22
2
-5
/
+8
*
Fix r361428 for Windows buildbots/mangling
David Blaikie
2019-05-22
1
-1
/
+1
*
Fix new enum-codegen.cpp test
Reid Kleckner
2019-05-22
1
-1
/
+1
*
[docs] Make a note of the HowToUseLLJIT example in the ORCv2 design doc.
Lang Hames
2019-05-22
1
-0
/
+3
*
[Runtimes] If LLVM_INCLUDE_TESTS=On depend on gtest
Chris Bieneman
2019-05-22
1
-0
/
+2
*
Add a HowToUseLLJIT example project.
Lang Hames
2019-05-22
3
-0
/
+85
[next]