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
*
[X86] Remove dead code from the handler for INTR_TYPE_SCALAR_MASK_RM.
Craig Topper
2019-03-10
1
-13
/
+3
*
[AArch64] Add tests for saddsat/ssubsat; NFC
Nikita Popov
2019-03-10
4
-0
/
+2035
*
[lldb] [test] Make 2lwp_process_SIGSEGV test more portable
Michal Gorny
2019-03-10
4
-5
/
+8
*
[TableGen] Make CheckImmAllOnesVMatcher and CheckImmAllZerosVMatcher contradi...
Craig Topper
2019-03-10
2
-0
/
+15
*
Recommit r355224 "[TableGen][SelectionDAG][X86] Add specific isel matchers fo...
Craig Topper
2019-03-10
12
-68
/
+156
*
[runtime] Use --strip-all rather than --strip-sections
Petr Hosek
2019-03-10
1
-1
/
+1
*
[git-llvm] Only use --force-interactive when supported
Shoaib Meenai
2019-03-10
1
-1
/
+4
*
[ValueTracking] Move constant range computation into ValueTracking; NFC
Nikita Popov
2019-03-09
3
-238
/
+244
*
Stop relying on allocator behaviour in modules unit test
Duncan P. N. Exon Smith
2019-03-09
1
-9
/
+8
*
Fix slashes in path references in -Rmodule-import test from r355778
Duncan P. N. Exon Smith
2019-03-09
2
-29
/
+29
*
Modules: Invalidate out-of-date PCMs as they're discovered
Duncan P. N. Exon Smith
2019-03-09
18
-132
/
+345
*
Modules: Rename MemoryBufferCache to InMemoryModuleCache
Duncan P. N. Exon Smith
2019-03-09
33
-217
/
+227
*
[ARM] Use non-constant operand in umulo-32.ll; NFC
Nikita Popov
2019-03-09
1
-24
/
+9
*
[ARM] Generate test checks for umulo-32.ll; NFC
Nikita Popov
2019-03-09
1
-9
/
+45
*
[lldb] [test] Adjust XFAIL list to match buildbot results
Michal Gorny
2019-03-09
9
-10
/
+2
*
[RISCV][NFC] Minor refactoring of CC_RISCV
Alex Bradbury
2019-03-09
1
-7
/
+7
*
[RISCV][NFC] Split out emitSelectPseudo from EmitInstrWithCustomInserter
Alex Bradbury
2019-03-09
1
-16
/
+19
*
[RISCV] Support -target-abi at the MC layer and for codegen
Alex Bradbury
2019-03-09
14
-15
/
+350
*
[WebAssembly] Use named operands to identify loads and stores
Thomas Lively
2019-03-09
9
-135
/
+107
*
Refactor isBooleanFlip into extractBooleanFlip so that users do not depend on...
Amaury Sechet
2019-03-09
1
-19
/
+28
*
[x86] add tests for extract of FP select; NFC
Sanjay Patel
2019-03-09
1
-0
/
+26
*
[ScalarizeMaskedMemIntrin] Use IRBuilder functions that take uint32_t/uint64_...
Craig Topper
2019-03-09
5
-82
/
+68
*
Actually implement the TestQueues.py workaround
Frederic Riss
2019-03-09
1
-5
/
+4
*
[CMake] Support stripping and linking output to .build-id directory
Petr Hosek
2019-03-09
4
-2
/
+54
*
Try to workaround the TestQueues.py flakyness
Frederic Riss
2019-03-09
1
-0
/
+5
*
LWG 2843 "Unclear behavior of std::pmr::memory_resource::do_allocate()"
Eric Fiselier
2019-03-09
2
-11
/
+15
*
Break cycle lldb/Commands [3->] lldb/Expression [1->] lldb/Commands
Jonas Devlieghere
2019-03-09
3
-21
/
+31
*
Add parens to force the order of operations in an expression trying
Jason Molenda
2019-03-09
1
-1
/
+1
*
Work around dllimport bug with exclude_from_explicit_instantiation.
Eric Fiselier
2019-03-08
1
-0
/
+3
*
Rename a local variable counter to Counter.
Wei Mi
2019-03-08
1
-3
/
+3
*
Fix C++03 build failure
Eric Fiselier
2019-03-08
1
-1
/
+1
*
[RegisterCoalescer][NFC] bind a DenseMap access to a reference to avoid
Wei Mi
2019-03-08
1
-2
/
+3
*
Revert "[libc++] Do not force building with -fPIC"
Eric Fiselier
2019-03-08
1
-0
/
+4
*
Unbork `std::memory_order` ABI.
Eric Fiselier
2019-03-08
1
-6
/
+29
*
[ScalarizeMaskedMemIntrin] Only set the ModifiedDT flag if new basic blocks w...
Craig Topper
2019-03-08
1
-12
/
+16
*
[RISCV] Allow access to FP CSRs without F extension
Ana Pazos
2019-03-08
5
-32
/
+21
*
Fix PR41017 - Build failure with _LIBCPP_DEBUG=0 and non-const-ref
Eric Fiselier
2019-03-08
2
-7
/
+32
*
[CodeGenPrepare] Fix ModifiedDT flag in optimizeSelectInst
Rong Xu
2019-03-08
2
-16
/
+44
*
[lldb] [test] Skip broken NetBSD core test
Michal Gorny
2019-03-08
1
-0
/
+1
*
[Go / ASAN] Disable Go bindings for ASAN tests.
Mitch Phillips
2019-03-08
1
-1
/
+1
*
[LLD] Fixed flaky unit test based on build directory.
Mitch Phillips
2019-03-08
1
-0
/
+1
*
[lldb] [test] Do not check libc function names in NetBSD core test
Michal Gorny
2019-03-08
1
-1
/
+1
*
[libc++] Do not force building with -fPIC
Louis Dionne
2019-03-08
1
-4
/
+0
*
[AArch64][GlobalISel] Fix i1 arguments not being zero-extended as required by...
Amara Emerson
2019-03-08
2
-0
/
+12
*
[8.0 Regression] Fix handling of `__builtin_constant_p` inside template argum...
Eric Fiselier
2019-03-08
3
-0
/
+35
*
Improve "llvm-nm -f sysv" output for Elf files
Sunil Srivastava
2019-03-08
7
-18
/
+77
*
[x86] scalarize extract element 0 of FP cmp
Sanjay Patel
2019-03-08
3
-294
/
+132
*
[NVPTX][DEBUGINFO]Temp workaround for crash of ptxas: disable packed bytes in...
Alexey Bataev
2019-03-08
7
-546
/
+4480
*
[OpenMP][stats] Update stats gathering macros
Jonathan Peyton
2019-03-08
2
-16
/
+16
*
[HWASan] Save + print registers when tag mismatch occurs in AArch64.
Mitch Phillips
2019-03-08
10
-12
/
+251
[next]