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
*
Preland test cases for D66688 to make diffs clear.
Philip Reames
2019-08-26
1
-0
/
+1390
*
ContentCache: Drop getBuffer's dependency on SourceManager
Duncan P. N. Exon Smith
2019-08-26
4
-33
/
+31
*
Reword the C11 extension diagnostic.
Aaron Ballman
2019-08-26
3
-30
/
+30
*
Fix gen-cdb-fragment test for Windows
Alex Lorenz
2019-08-26
1
-2
/
+2
*
[Clang][Bundler] Use llvm-objcopy for creating fat object files
Sergey Dmitriev
2019-08-26
4
-125
/
+29
*
Diagnose use of _Thread_local as an extension when not in C11 mode.
Aaron Ballman
2019-08-26
6
-38
/
+55
*
gn build: Merge r369918
Nico Weber
2019-08-26
2
-0
/
+2
*
Recommit [PowerPC] Update P9 vector costs for insert/extract
Roland Froese
2019-08-26
2
-24
/
+53
*
gn build: color linker errors when using lld
Nico Weber
2019-08-26
1
-0
/
+3
*
gn build: (manually) merge r369741
Nico Weber
2019-08-26
1
-0
/
+2
*
[InstCombine] icmp eq/ne (gep inbounds P, Idx..), null -> icmp eq/ne P, null ...
Philip Reames
2019-08-26
2
-8
/
+11
*
gn build: (manually) merge r369940
Nico Weber
2019-08-26
2
-0
/
+8
*
[Hexagon] Improve generated code for test-if-bit-clear
Krzysztof Parzyszek
2019-08-26
3
-22
/
+35
*
[OPENMP][NVPTX]Fix critical region codegen.
Alexey Bataev
2019-08-26
2
-3
/
+26
*
[Attributor] Adjust and test the iteration bound of tests
Johannes Doerfert
2019-08-26
16
-16
/
+28
*
[msvc] Add necessary #include to make compiler intrinsics available.
Richard Smith
2019-08-26
1
-0
/
+4
*
FileManager: Use llvm::Expected in new getFileRef API
Duncan P. N. Exon Smith
2019-08-26
6
-28
/
+50
*
[X86] Add a hack to combinePMULDQ to manually turn SIGN_EXTEND_VECTOR_INREG/Z...
Craig Topper
2019-08-26
3
-13
/
+38
*
Fix file header.
Richard Smith
2019-08-26
1
-1
/
+1
*
Improve behavior in the case of stack exhaustion.
Richard Smith
2019-08-26
21
-123
/
+348
*
[lldb][NFC] Remove dead code that handles situations where LLDB has no dummy ...
Raphael Isemann
2019-08-26
9
-377
/
+226
*
[driver] add a new option `-gen-cdb-fragment-path` to emit
Alex Lorenz
2019-08-26
4
-4
/
+89
*
[DAGCombiner][X86] Teach SimplifyVBinOp to fold VBinOp (concat X, undef/const...
Craig Topper
2019-08-26
2
-63
/
+40
*
[Attributor] Further cut down on non-determinism
Johannes Doerfert
2019-08-26
2
-4
/
+5
*
[Attributor] Allow explicit dependence tracking
Johannes Doerfert
2019-08-26
3
-18
/
+68
*
[clangd] Release notes
Sam McCall
2019-08-26
1
-1
/
+92
*
[OPENMP][NVPTX]Add __kmpc_syncwarp(int32_t) function.
Alexey Bataev
2019-08-26
3
-0
/
+14
*
Fix use of invalidated iterator introduced by r369680.
Richard Smith
2019-08-26
1
-4
/
+4
*
[libclang][index][NFCi] Refactor machinery for skipping function bodies
Jan Korous
2019-08-26
1
-41
/
+65
*
TestFunctionStarts.py: add synchronization
Frederic Riss
2019-08-26
2
-2
/
+21
*
[asan_symbolize] Attempt to fix build-bot failure after latest change
Alexander Richardson
2019-08-26
1
-0
/
+4
*
[NFC] Add comments to some bool arguments for better readability
Gabor Horvath
2019-08-26
1
-4
/
+8
*
[DAGCombiner] Remove a bunch of redundant AddToWorklist calls.
Amaury Sechet
2019-08-26
1
-121
/
+20
*
Fix -dA flag, it is not a preprocessor flag.
Erich Keane
2019-08-26
3
-6
/
+3
*
[clang-doc] Switch Generator::CreateResources to use llvm::Error
Julie Hockett
2019-08-26
4
-28
/
+44
*
[asan_symbolize] Avoid blocking when llvm-symbolizer is installed as addr2line
Alexander Richardson
2019-08-26
2
-5
/
+38
*
[PowerPC] add tests for fma with negated ops; NFC
Sanjay Patel
2019-08-26
1
-7
/
+37
*
[dotest] Print invocation when encountering an error.
Jonas Devlieghere
2019-08-26
1
-2
/
+6
*
[clangd] Fix docs
Kadir Cetinkaya
2019-08-26
1
-2
/
+3
*
[SampleFDO] Extract the code calling each section reader to readOneSection.
Wei Mi
2019-08-26
2
-20
/
+33
*
Moved GlobList into a separate header file
Dmitri Gribenko
2019-08-26
10
-125
/
+173
*
[clangd] Add docs for configuration knobs in clangd
Kadir Cetinkaya
2019-08-26
2
-0
/
+40
*
clang-format: [JS] handle `as const`.
Martin Probst
2019-08-26
2
-0
/
+7
*
[clang-tidy][NFC] Qualify `makeRule` call in test, for consistency with other...
Yitzhak Mandelbaum
2019-08-26
1
-2
/
+3
*
[clang-tidy] TransformerClangTidyCheck: change choice of location for diagnos...
Yitzhak Mandelbaum
2019-08-26
2
-15
/
+59
*
[clangd] Handling text editor/document lifetimes in vscode extension.
Johan Vikstrom
2019-08-26
2
-11
/
+36
*
Really fix the type mismatch error in GDBRemoteCommunicationServerCommon
Pavel Labath
2019-08-26
1
-2
/
+2
*
[X86] Automatically generate various tests. NFC
Amaury Sechet
2019-08-26
25
-235
/
+1033
*
[ProcessWindows] Remove equivalent macros
Tatyana Krasnukha
2019-08-26
2
-4
/
+4
*
Move ProcessInstanceInfoTest to Utility
Pavel Labath
2019-08-26
3
-1
/
+1
[next]