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
*
[NFC] Adjust tests for new fold
David Bolvansky
2019-09-04
1
-4
/
+4
*
[NFC] Added tests for new fold
David Bolvansky
2019-09-04
1
-0
/
+101
*
[clangd] Fix SelectionTree behavior on implicit 'this'
Sam McCall
2019-09-04
2
-0
/
+15
*
[InstCombine] Fold sub (or A, B) (and A, B) to (xor A, B)
David Bolvansky
2019-09-04
2
-20
/
+16
*
Fix address sizes in the dwarfdump-debug-loc-error-cases test
Pavel Labath
2019-09-04
1
-10
/
+10
*
[NFC] Added a new test for D67153
David Bolvansky
2019-09-04
1
-0
/
+13
*
[lldb] Limit the amount of zeroes we use for padding when printing small floats
Raphael Isemann
2019-09-04
8
-4
/
+150
*
[lldb] Early exit in RangeDataVector:FindEntryIndexesThatContain
Raphael Isemann
2019-09-04
1
-6
/
+8
*
[NFC] Added tests for 'SUB of OR and AND to XOR' fold
David Bolvansky
2019-09-04
1
-0
/
+103
*
[DebugInfo] LiveDebugValues: locations with different exprs should not be merged
Jeremy Morse
2019-09-04
2
-7
/
+92
*
gn build: Merge r370862
Nico Weber
2019-09-04
2
-2
/
+2
*
[ELF] Fix spell corrector: don't call elf::InputFile::getSymbols() on shared ...
Fangrui Song
2019-09-04
1
-1
/
+1
*
Revert "[Clang Interpreter] Initial patch for the constexpr interpreter"
Roman Lebedev
2019-09-04
70
-9099
/
+390
*
[cmake] Remove MSVC C4180 override
Simon Pilgrim
2019-09-04
1
-1
/
+0
*
[LiveDebugValues][NFC] Silence an unused variable warning
Jeremy Morse
2019-09-04
1
-0
/
+1
*
[clangd] Remove macro-expansion-location from getBeginningOfIdentifier. Inlin...
Sam McCall
2019-09-04
4
-20
/
+26
*
DWARF: Fix a regression in location list dumping
Pavel Labath
2019-09-04
5
-28
/
+277
*
[cmake] Remove MSVC C4258 override
Simon Pilgrim
2019-09-04
1
-1
/
+0
*
[clangd] Remove obsolete includes. NFC
Sam McCall
2019-09-04
3
-4
/
+2
*
[clangd] Move threading helper to more appropriate header. NFC
Sam McCall
2019-09-04
3
-15
/
+15
*
Code cleanup: Change FormattersContainer::KeyType from SP to rvalue
Jan Kratochvil
2019-09-04
13
-108
/
+106
*
[clangd] Rename ClangdUnit.h -> ParsedAST.h. NFC
Sam McCall
2019-09-04
31
-44
/
+65
*
[llvm-dwarfdump] Fix spelling in the comments. NFC
Djordje Todorovic
2019-09-04
1
-2
/
+2
*
[llvm-objcopy] Add objcopy::elf::Object::allocSections to simplify loops on S...
Fangrui Song
2019-09-04
2
-22
/
+21
*
Add LLDB reformatting to .git-blame-ignore-revs
Raphael Isemann
2019-09-04
1
-0
/
+3
*
Port TestBatchMode to PExpectTest class
Pavel Labath
2019-09-04
2
-91
/
+56
*
[yaml2obj] Support PT_GNU_STACK and PT_GNU_RELRO
Fangrui Song
2019-09-04
3
-1
/
+15
*
[lldb][NFC] Rename ReadRegisterValue to PrintRegisterValue
Raphael Isemann
2019-09-04
1
-95
/
+95
*
Add .git-blame-ignore-revs file
Rui Ueyama
2019-09-04
1
-0
/
+15
*
[lldb][NFC] Remove WriteRegister copy-pasta from ObjectFileMachO
Raphael Isemann
2019-09-04
1
-198
/
+119
*
[ELF] Add a spell corrector for "undefined symbol" diagnostics
Fangrui Song
2019-09-04
2
-5
/
+149
*
[llvm-objcopy] Rename variable names "Section" to "Sec". NFC
Fangrui Song
2019-09-04
2
-71
/
+65
*
[ARM][ParallelDSP] SExt mul for accumulation
Sam Parker
2019-09-04
5
-5
/
+389
*
Re-commit r363191 "[MS] Pretend constexpr variable template specializations a...
Hans Wennborg
2019-09-04
2
-4
/
+30
*
[IRPrinting] Improve module pass printer to work better with -filter-print-funcs
Taewook Oh
2019-09-04
2
-5
/
+31
*
[lldb][NFC] Add a simple test for thread_local storage.
Raphael Isemann
2019-09-04
3
-0
/
+25
*
[GlobalISel] Fix G_SEXT narrowScalar to bail out of unsupported type combinat...
Amara Emerson
2019-09-04
1
-3
/
+7
*
[dotest] Avoid the need for LEVEL= makefile boilerplate
Pavel Labath
2019-09-04
557
-1581
/
+552
*
gn build: Merge r370843
Nico Weber
2019-09-04
1
-0
/
+1
*
[clangd] Split Preamble.h out of ClangdUnit.h. NFC
Sam McCall
2019-09-04
12
-236
/
+297
*
[lldb] [test] Mark 'reenabled' tests XFAIL on NetBSD
Michal Gorny
2019-09-04
5
-0
/
+5
*
Add a newline at the end of the file
Rui Ueyama
2019-09-04
1
-1
/
+1
*
[lldb] [test] Un-mark two commands/register tests XFAIL
Michal Gorny
2019-09-04
1
-2
/
+0
*
[Clang Interpreter] Initial patch for the constexpr interpreter
Nandor Licker
2019-09-04
70
-390
/
+9099
*
[llvm-objcopy] Fix some identifier names in comments. NFC
Fangrui Song
2019-09-04
1
-5
/
+5
*
[RISCV] Enable tail call opt for variadic function
Jim Lin
2019-09-04
2
-7
/
+2
*
[MemorySSA] Move two verify calls under expensive checks.
Alina Sbirlea
2019-09-04
1
-2
/
+2
*
[NFC][llvm-ifs] Adding .ifs files to the test list for llvm-ifs tool.
Puyan Lotfi
2019-09-04
1
-0
/
+1
*
Revert [Windows] Disable TrapUnreachable for Win64, add SEH_NoReturn
Reid Kleckner
2019-09-03
21
-145
/
+38
*
[WebAssembly] Compare functions by names in Emscripten Sjlj
Heejin Ahn
2019-09-03
2
-64
/
+74
[next]