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 "Implement std::condition_variable via pthread_cond_clockwait() where ...
Dan Albert
2019-09-16
3
-156
/
+28
*
[NFC] Test commit access
Bardia Mahjour
2019-09-16
1
-0
/
+1
*
[Docs] Bug fix for docs homepage
DeForest Richards
2019-09-16
1
-1
/
+0
*
[Docs] Adds Getting Started/Tutorials, Reference to LLVM docs homepage
DeForest Richards
2019-09-16
3
-52
/
+58
*
[PowerPC] Cust lower fpext v2f32 to v2f64 from extract_subvector v4f32
Lei Huang
2019-09-16
1
-0
/
+87
*
[NFC] Move dumping into GDBRemotePacket
Jonas Devlieghere
2019-09-16
3
-5
/
+23
*
Open fstream files in O_CLOEXEC mode when possible.
Dan Albert
2019-09-16
2
-12
/
+23
*
do not emit -Wunused-macros warnings in -frewrite-includes mode (PR15614)
Lubos Lunak
2019-09-16
2
-2
/
+6
*
[Coverage] Speed up file-based queries for coverage info, NFC
Vedant Kumar
2019-09-16
2
-3
/
+49
*
[Coverage] Assert that filenames in a TU are unique, NFC
Vedant Kumar
2019-09-16
2
-2
/
+11
*
[lld] Update lld driver to use new LTO APIs to handle libcall symbols
Steven Wu
2019-09-16
2
-14
/
+4
*
[LTO][Legacy] Add new C inferface to query libcall functions
Steven Wu
2019-09-16
5
-1
/
+30
*
[PGO] Use linkonce_odr linkage for __profd_ variables in comdat groups
Reid Kleckner
2019-09-16
4
-15
/
+16
*
[ARM][Codegen] Autogenerate arm-cgp-casts.ll test.
Roman Lebedev
2019-09-16
1
-115
/
+1671
*
[lldb] Remove SetCount/ClearCount from Flags
Raphael Isemann
2019-09-16
2
-64
/
+3
*
[lldb][NFC] Make ApplyObjcCastHack less scary
Raphael Isemann
2019-09-16
1
-9
/
+5
*
Implement std::condition_variable via pthread_cond_clockwait() where available
Dan Albert
2019-09-16
3
-28
/
+156
*
[Clang][Codegen] Disable arm_acle.c test.
Roman Lebedev
2019-09-16
1
-0
/
+2
*
[Clang][Codegen] Relax available-externally-suppress.c test
Roman Lebedev
2019-09-16
1
-2
/
+0
*
[X86][AVX] matchShuffleWithSHUFPD - add support for zeroable operands
Simon Pilgrim
2019-09-16
3
-102
/
+62
*
[ARM] A predicate cast of a predicate cast is a predicate cast
David Green
2019-09-16
4
-199
/
+221
*
[OPENMP]Fix parsing/sema for function templates with declare simd.
Alexey Bataev
2019-09-16
2
-1
/
+10
*
[SimplifyCFG] FoldTwoEntryPHINode(): consider *total* speculation cost, not p...
Roman Lebedev
2019-09-16
11
-373
/
+109
*
[clangd] Simplify semantic highlighting visitor
Ilya Biryukov
2019-09-16
1
-169
/
+111
*
[InstCombine] remove unneeded one-use checks for icmp fold
Sanjay Patel
2019-09-16
2
-8
/
+4
*
[InstCombine] move tests for icmp+add; NFC
Sanjay Patel
2019-09-16
2
-22
/
+35
*
[ARM] Add patterns for BSWAP intrinsic on MVE
Oliver Cruickshank
2019-09-16
3
-0
/
+45
*
[ARM] Add patterns for bitreverse intrinsic on MVE
Oliver Cruickshank
2019-09-16
3
-0
/
+64
*
[ARM] Lower CTTZ on MVE
Oliver Cruickshank
2019-09-16
2
-2
/
+180
*
[ARM] Add patterns for CTLZ on MVE
Oliver Cruickshank
2019-09-16
3
-0
/
+150
*
[ExecutionEngine] Don't dereference a dyn_cast result. NFCI.
Simon Pilgrim
2019-09-16
1
-2
/
+2
*
[libFuzzer] Remove unused version of FuzzedDataProvider.h.
Max Moroz
2019-09-16
1
-247
/
+0
*
[LV] Add ARM MVE tail-folding tests
Sjoerd Meijer
2019-09-16
1
-0
/
+89
*
[SystemZ] Call erase() on the right MBB in SystemZTargetLowering::emitSelect()
Jonas Paulsson
2019-09-16
1
-1
/
+1
*
[NFC] remove unused functions
Guillaume Chatelet
2019-09-16
3
-22
/
+0
*
AMDGPU/GlobalISel: Fail select of G_INSERT non-32-bit source
Matt Arsenault
2019-09-16
1
-4
/
+16
*
AMDGPU/GlobalISel: Fix some broken run lines
Matt Arsenault
2019-09-16
4
-8
/
+8
*
AMDGPU/GlobalISel: Fix RegBankSelect for G_FRINT and G_FCEIL
Matt Arsenault
2019-09-16
3
-0
/
+64
*
AMDGPU/GlobalISel: Remove another illegal select test
Matt Arsenault
2019-09-16
1
-37
/
+0
*
[X86][NFC] Add a `use-aa` feature.
Clement Courbet
2019-09-16
2
-0
/
+8
*
[InstCombine] add/move tests for icmp with add operand; NFC
Sanjay Patel
2019-09-16
2
-86
/
+144
*
[clangd][vscode] update the development doc.
Haojian Wu
2019-09-16
1
-2
/
+2
*
Move some definitions from Sema to Basic to fix shared libs build
Erich Keane
2019-09-16
3
-88
/
+91
*
[docs][llvm-strings] Write llvm-strings documentation
James Henderson
2019-09-16
1
-3
/
+118
*
[docs][llvm-size] Write llvm-size documentation
James Henderson
2019-09-16
1
-3
/
+186
*
[ARM] Fold VCMP into VPT
David Green
2019-09-16
20
-464
/
+383
*
[InstCombine] remove unneeded one-use checks for icmp fold
Sanjay Patel
2019-09-16
2
-6
/
+3
*
[clangd] Bump vscode-clangd v0.0.17
Haojian Wu
2019-09-16
1
-1
/
+1
*
[InstCombine] add icmp tests with extra uses; NFC
Sanjay Patel
2019-09-16
1
-0
/
+34
*
[InstCombine] fix comments to match code; NFC
Sanjay Patel
2019-09-16
1
-25
/
+27
[next]