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
*
Reapply "IntrusiveRefCntPtr -> std::shared_ptr for CompilerInvocationBase and...
David Blaikie
2017-01-06
25
-147
/
+142
*
[CostModel][X86] Add AVX512 and 512-bit vector shift cost tests.
Simon Pilgrim
2017-01-06
3
-18
/
+758
*
[sanitizer] Track which modules are instrumented in LoadedModule objects
Kuba Mracek
2017-01-06
4
-17
/
+42
*
[sancov] introducing SANCOV_OPTIONS
Mike Aizatsky
2017-01-06
6
-4
/
+169
*
AArch64CollectLOH: Rewrite as block-local analysis.
Matthias Braun
2017-01-06
5
-851
/
+486
*
[InstCombine] add a vector version of a test added in r291262; NFC
Sanjay Patel
2017-01-06
1
-0
/
+13
*
Clean up redundant isa<T> before getAs<T>. NFC.
George Burgess IV
2017-01-06
1
-4
/
+2
*
Revert r291221.
Rafael Espindola
2017-01-06
2
-1
/
+14
*
[InstCombine] move and add tests for icmp + shl nsw; NFC
Sanjay Patel
2017-01-06
2
-63
/
+205
*
Fix test now that --reproduce takes a full filename.
Rafael Espindola
2017-01-06
1
-1
/
+1
*
[OpenMP] fix typo - the standalone 'distribute' pragma should be 'teams distr...
Kelvin Li
2017-01-06
1
-1
/
+2
*
[builtins] Implement __floattitf() & __floatuntitf()
Michal Gorny
2017-01-06
5
-0
/
+596
*
[DWARF] Null out the debug locs of (loop invariant) instructions hoisted by L...
Wolfgang Pieb
2017-01-06
2
-0
/
+83
*
Match backslashes in undef.s test on Windows
Reid Kleckner
2017-01-06
1
-3
/
+3
*
Use %z for size_t and avoid deprecated string functions
Reid Kleckner
2017-01-06
1
-4
/
+4
*
[CUDA] Add a host target triple to cuda-version-check.cu
Reid Kleckner
2017-01-06
1
-11
/
+11
*
[AArch64] Reduce vector insert/extract cost for Falkor.
Chad Rosier
2017-01-06
2
-0
/
+27
*
Make ASTContext::getDeclAlign return the correct alignment for
Akira Hatanaka
2017-01-06
2
-1
/
+11
*
Revert "Fix examples for recent shared_ptrification"
David Blaikie
2017-01-06
1
-1
/
+1
*
Revert "Fix for shared_ptrification in Clang"
David Blaikie
2017-01-06
2
-4
/
+3
*
Revert "Fixes for Clang API changes to use std::shared_ptr"
David Blaikie
2017-01-06
1
-17
/
+16
*
Revert "IntrusiveRefCntPtr -> std::shared_ptr for CompilerInvocationBase and ...
David Blaikie
2017-01-06
24
-142
/
+147
*
[X86][SSE] Pass float domain flag to shuffle combine match functions. NFCI.
Simon Pilgrim
2017-01-06
1
-13
/
+13
*
Fix some typos in comments
Tobias Grosser
2017-01-06
2
-11
/
+11
*
[AMDGPU] Remove extra semicolon. NFC
Konstantin Zhuravlyov
2017-01-06
1
-1
/
+1
*
[AMDGPU] Do not emit .AMDGPU.config section for amdhsa
Konstantin Zhuravlyov
2017-01-06
3
-8
/
+9
*
[X86][SSE] Simplify float domain requirement in unary shuffle matching.
Simon Pilgrim
2017-01-06
1
-2
/
+1
*
[OpenCL] Re-enable supported core extensions based on opencl version when dis...
Konstantin Zhuravlyov
2017-01-06
2
-2
/
+17
*
[X86][AVX] Regenerate shuffle 128-bit tests.
Simon Pilgrim
2017-01-06
3
-195
/
+89
*
[X86][AVX] Regenerate tzcnt tests.
Simon Pilgrim
2017-01-06
1
-343
/
+82
*
Remove trailing whitespace. NFCI.
Simon Pilgrim
2017-01-06
1
-3
/
+3
*
[X86] Add X86Subtarget argument. NFCI.
Simon Pilgrim
2017-01-06
1
-8
/
+12
*
[ASan] Make ASan instrument variable-masked loads and stores
Filipe Cabecinhas
2017-01-06
2
-43
/
+129
*
[ubsan] Minimize size of data for type_mismatch (Redo of D19668)
Filipe Cabecinhas
2017-01-06
2
-9
/
+10
*
[ubsan] Minimize size of data for type_mismatch (Redo of D19667)
Filipe Cabecinhas
2017-01-06
5
-20
/
+21
*
[globalisel] Stop requiring -debug/-debug-only=registerbankinfo for assertions.
Daniel Sanders
2017-01-06
1
-6
/
+7
*
Another windows build fix
Pavel Labath
2017-01-06
1
-0
/
+1
*
Attempt to fix windows build for r291198
Pavel Labath
2017-01-06
1
-0
/
+1
*
[CodeCompletion] Block property setters: Use dynamic priority heuristic
Alex Lorenz
2017-01-06
3
-12
/
+24
*
[ObjC] The declarator for a block literal should be a definition
Alex Lorenz
2017-01-06
3
-3
/
+6
*
Constify UsingPackDecl::getInstantiatedFromUsingDecl(), NFC.
Yaron Keren
2017-01-06
1
-1
/
+1
*
[CostModel][X86] Fix 512-bit SDIV/UDIV 'big' costs.
Simon Pilgrim
2017-01-06
2
-20
/
+20
*
[CostModel][X86] Add SDIV/UDIV cost tests for a wider range of targets
Simon Pilgrim
2017-01-06
1
-18
/
+50
*
Move test input to directory called Inputs.
Daniel Jasper
2017-01-06
3
-1
/
+1
*
Fix clang build for r291198
Pavel Labath
2017-01-06
1
-1
/
+1
*
Revert "XFAIL an lldb-mi test"
Pavel Labath
2017-01-06
1
-2
/
+0
*
Unbreak Darwin buildbots.
Rui Ueyama
2017-01-06
1
-7
/
+7
*
Rename lld::stringize -> lld::toString.
Rui Ueyama
2017-01-06
5
-5
/
+5
*
Merge elf::toString and coff::toString.
Rui Ueyama
2017-01-06
12
-36
/
+34
*
Remove lld::convertToUnixPathSeparator.
Rui Ueyama
2017-01-06
2
-14
/
+1
[next]