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
*
[llvm-nm] Small fix to Exected<StringRef>
Sid Manning
2019-08-30
1
-1
/
+1
*
[clangd] Added highlighting for structured bindings.
Johan Vikstrom
2019-08-30
2
-0
/
+19
*
[yaml2obj][obj2yaml] - Use a single "Other" field instead of "Other", "Visibi...
George Rimar
2019-08-30
12
-187
/
+181
*
[DAGCombine] visitVSELECT - use getShiftAmountTy for shift amounts.
Simon Pilgrim
2019-08-30
1
-3
/
+3
*
[DAGCombine] visitMULHS - use getScalarValueSizeInBits() to make safe for vec...
Simon Pilgrim
2019-08-30
1
-1
/
+1
*
[mips] Merge common checkings under the same check prefix. NFC
Simon Atanasyan
2019-08-30
1
-48
/
+34
*
[RISCV] Fix a couple of tests' CHECKs
Luis Marques
2019-08-30
2
-84
/
+659
*
Remove an extra ";", NFC.
Haojian Wu
2019-08-30
1
-1
/
+1
*
[X86] Add tests for rotate matching. NFC
Amaury Sechet
2019-08-30
2
-0
/
+70
*
[CodeGen] Introduce MachineBasicBlock::replacePhiUsesWith helper and use it. NFC
Bjorn Pettersson
2019-08-30
3
-24
/
+20
*
[dotest] Finish removing -q
Pavel Labath
2019-08-30
1
-1
/
+1
*
[ASTImporter] Do not look up lambda classes
Gabor Marton
2019-08-30
2
-1
/
+112
*
[DAGCombine] visitMULHS/visitMULHU - isBuildVectorAllZeros doesn't mean node ...
Simon Pilgrim
2019-08-30
1
-8
/
+8
*
Fix Wdocumentation warning. NFCI.
Simon Pilgrim
2019-08-30
1
-2
/
+2
*
[llvm-objcopy] Allow the visibility of symbols created by --binary and
Chris Jackson
2019-08-30
11
-23
/
+111
*
[ASTImporter] Propagate errors during import of overridden methods.
Balazs Keri
2019-08-30
2
-5
/
+55
*
[Attributor] Implement AANoAliasCallSiteArgument initialization
Hideto Ueno
2019-08-30
2
-7
/
+14
*
[Clangd] ExtractFunction Added checks for broken control flow
Shaurya Gupta
2019-08-30
2
-17
/
+75
*
[LoopIdiomRecognize] BCmp loop idiom recognition
Roman Lebedev
2019-08-30
6
-588
/
+1271
*
[NFC] SCEVExpander: add SetCurrentDebugLocation() / getCurrentDebugLocation()...
Roman Lebedev
2019-08-30
1
-2
/
+10
*
[clangd] Collecting main file macro expansion locations in ParsedAST.
Johan Vikstrom
2019-08-30
3
-1
/
+94
*
[Tooling] Migrated APIs that take ownership of objects to unique_ptr
Dmitri Gribenko
2019-08-30
21
-185
/
+154
*
dotest: improvements to the pexpect tests
Pavel Labath
2019-08-30
6
-192
/
+56
*
[LiveDebugValues] Insert entry values after bundles
David Stenberg
2019-08-30
4
-2
/
+154
*
[clangd] Add .vscode-test to .gitignore.
Haojian Wu
2019-08-30
1
-0
/
+1
*
[CodeGen]: fix error message for "=r" asm constraint
Alexander Potapenko
2019-08-30
2
-3
/
+18
*
vim: add `immarg` keyword
Sven van Haastregt
2019-08-30
1
-0
/
+1
*
gn build: Merge r370441
Nico Weber
2019-08-30
1
-1
/
+0
*
[ADT] Removed VariadicFunction
Dmitri Gribenko
2019-08-30
3
-440
/
+0
*
[lldb][NFC] Move Clang-specific flags to ClangUserExpression
Raphael Isemann
2019-08-30
3
-19
/
+18
*
[ELF] Set `referenced` bit of Undefined created by BitcodeFile
Fangrui Song
2019-08-30
3
-1
/
+30
*
[LLD] [COFF] Support merging resource object files
Martin Storsjo
2019-08-30
12
-43
/
+477
*
[WindowsResource] Remove use of global variables in WindowsResourceParser
Martin Storsjo
2019-08-30
2
-70
/
+62
*
[WindowsResource] Avoid duplicating the input filenames for each resource. NFC.
Martin Storsjo
2019-08-30
1
-4
/
+5
*
[COFF] Add a ResourceSectionRef method for getting resource contents
Martin Storsjo
2019-08-30
6
-1
/
+193
*
[MIPS GlobalISel] Lower uitofp
Petar Avramovic
2019-08-30
3
-1
/
+493
*
[MIPS GlobalISel] Lower fptoui
Petar Avramovic
2019-08-30
5
-0
/
+536
*
[CodeGen] Fix lowering for returning the result of an extractvalue
Dan Gohman
2019-08-30
2
-1
/
+201
*
[clangd] Add distinct highlightings for static fields and methods
Nathan Ridge
2019-08-30
4
-14
/
+33
*
[PowerPC][NFC] Use inline Subtarget->isPPC64()
Jinsong Ji
2019-08-30
1
-7
/
+6
*
[PowerPC][NFC] Use -mtriple in RUN line, remove target triple in tls.ll
Jinsong Ji
2019-08-30
1
-4
/
+4
*
[PPC32] Emit R_PPC_GOT_TPREL16 instead R_PPC_GOT_TPREL16_LO
Fangrui Song
2019-08-30
2
-4
/
+6
*
[clang-scan-deps] NFC, refactor the DependencyScanningWorker to use a consumer
Alex Lorenz
2019-08-30
3
-43
/
+117
*
[X86] Explicitly list all the always trivially rematerializable instructions.
Craig Topper
2019-08-30
1
-5
/
+40
*
DebugInfo: add CodeView register mapping for ARM NT
Saleem Abdulrasool
2019-08-30
1
-0
/
+121
*
[Modules] Make ReadModuleMapFileBlock errors reliable
Bruno Cardoso Lopes
2019-08-29
2
-9
/
+11
*
[CMake][Fuchsia] Enable experimental pass manager by default
Petr Hosek
2019-08-29
2
-0
/
+2
*
[clang-scan-deps] reuse the file manager across invocations of
Alex Lorenz
2019-08-29
11
-8
/
+101
*
Fix silent wrong-code bugs and crashes with designated initialization.
Richard Smith
2019-08-29
3
-176
/
+388
*
Refactor InitListChecker to check only a single (explicit) initializer
Richard Smith
2019-08-29
2
-48
/
+15
[next]