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
*
[AVX512] Fix up types for arguments of int_x86_avx512_mask_cvtsd2ss_round and...
Craig Topper
2016-05-09
4
-33
/
+33
*
ThinLTOCodeGenerator: ignore 0 values for the cache settings.
Mehdi Amini
2016-05-09
2
-9
/
+17
*
[AVX512] Add non-temporal store patterns for v16i32/v32i16/v64i8.
Craig Topper
2016-05-08
2
-2
/
+23
*
Minor code cleanups. NFC.
Junmo Park
2016-05-08
1
-3
/
+3
*
Generate code coverage for experimental libraries
Eric Fiselier
2016-05-08
1
-1
/
+1
*
[AVX512] Add missing patterns for non-temporal stores of 128/256-bit vXi8/vXi...
Craig Topper
2016-05-08
2
-0
/
+55
*
[AVX512] Change predicates on some vXi16/vXi8 AVX store patterns so they stay...
Craig Topper
2016-05-08
1
-16
/
+22
*
[AVX512] Add VLX 128/256-bit SET0 operations that encode to 128/256-bit EVEX ...
Craig Topper
2016-05-08
14
-82
/
+114
*
[X86] Re-generate tests using update_llc_test_checks.py to prepare for a futu...
Craig Topper
2016-05-08
2
-157
/
+180
*
Remove Windows line endings in some tests to prepare for a future commit. NFC
Craig Topper
2016-05-08
2
-251
/
+251
*
[Bitcode] Fix an unsigned integer overflow while parsing bitcode wrapper header
Bruno Cardoso Lopes
2016-05-08
1
-1
/
+2
*
[X86] Remove extra patterns that check for BUILD_VECTOR of all 0s. These are ...
Craig Topper
2016-05-08
2
-24
/
+7
*
clang-format: Fix space after argument comments.
Daniel Jasper
2016-05-08
2
-2
/
+2
*
clang-format: Support enum type template arguments.
Daniel Jasper
2016-05-08
2
-0
/
+11
*
[CostModel][X86] Extended comparison instruction cost model tests to include ...
Simon Pilgrim
2016-05-08
1
-33
/
+113
*
[ELF][MIPS] Handling 'packed' N64 ABI relocations
Simon Atanasyan
2016-05-08
2
-14
/
+85
*
[X86] Promote several single precision FP libcalls on Windows
David Majnemer
2016-05-08
2
-10
/
+14
*
Teach header search about GCC 4.9 header search paths in Gentoo, they
Chandler Carruth
2016-05-08
6
-0
/
+16
*
[X86] Lower 256-bit vector all-zero constants to v8i32 even with AVX1 only. E...
Craig Topper
2016-05-08
3
-12
/
+4
*
[X86] Add patterns for 256-bit non-temporal stores when only AVX1 is supporte...
Craig Topper
2016-05-08
2
-6
/
+59
*
[X86] No need to avoid selecting AVX_SET0 for 256-bit integer types when only...
Craig Topper
2016-05-08
6
-34
/
+11
*
[OpenMP] Check for associated statements with hasAssociatedStmt() when scanni...
Samuel Antao
2016-05-08
2
-1
/
+29
*
[ARM] Fix Scavenger assert due to underestimated stack size
Weiming Zhao
2016-05-08
2
-5
/
+217
*
Fix use-of-uninitialized-value of ARMMachineFunctionInfo
Weiming Zhao
2016-05-08
1
-1
/
+1
*
Fix unused variable warning.
Simon Pilgrim
2016-05-07
1
-1
/
+0
*
[InstrProf] Delete unstable test on ARM. See PR27667
Renato Golin
2016-05-07
1
-17
/
+0
*
[SelectionDAG] Added bitreverse(bitreverse(v)) --> v
Simon Pilgrim
2016-05-07
3
-320
/
+38
*
Revert "[profile] Simplify value profile writing"
Renato Golin
2016-05-07
6
-54
/
+88
*
[X86] Fix InstAliases to not allow FARCALL32i/FARCALL16i/FARJMP32i/FARJMP16i ...
Craig Topper
2016-05-07
1
-8
/
+8
*
[X86] Added BITREVERSE constant folding and identity tests
Simon Pilgrim
2016-05-07
1
-1
/
+363
*
[X86] Pulled out duplicate mask width calculation. NFCI.
Simon Pilgrim
2016-05-07
1
-2
/
+3
*
Enable Pthread threading API on Solaris. Fix PR27677
Eric Fiselier
2016-05-07
1
-1
/
+2
*
[CostModel][X86] Split BSWAP/BITREVERSE cost tests from CTPOP/CTLZ/CTTZ 'bit ...
Simon Pilgrim
2016-05-07
3
-176
/
+188
*
[x86, BMI] add TLI hook for 'andn' and use it to simplify comparisons
Sanjay Patel
2016-05-07
5
-11
/
+143
*
clang-rename: when renaming a field, rename initializers of that field as well
Miklos Vajna
2016-05-07
2
-0
/
+30
*
ErrorInfoBase::message(): Don't use raw_string_ostream's buffer, Msg, before ...
NAKAMURA Takumi
2016-05-07
1
-1
/
+1
*
Codegen: Enable the detection of min/max expressions
Tobias Grosser
2016-05-07
5
-9
/
+8
*
test: Use CHECK-NEXT to not miss instructions in test output
Tobias Grosser
2016-05-07
1
-25
/
+23
*
Update isl to isl-0.17-5-g57dc5ff
Tobias Grosser
2016-05-07
7
-5
/
+65
*
[ELF][MIPS] Remove redundant local variable. NFC
Simon Atanasyan
2016-05-07
1
-4
/
+2
*
[PM] code refactoring -- preparation for new PM porting /NFC
Xinliang David Li
2016-05-07
6
-22
/
+37
*
Fix memory_resource build for _LIBCPP_HAS_NO_THREADS
Eric Fiselier
2016-05-07
1
-2
/
+12
*
Fix stripDebugInfo: was modifying "DebugLoc" attached to the intrinsic after ...
Mehdi Amini
2016-05-07
1
-0
/
+1
*
MipsELFObjectWriter.cpp: Activate debug printer just for +Asserts. [-Wunused-...
NAKAMURA Takumi
2016-05-07
1
-0
/
+2
*
Refactor stripDebugInfo(Function) to handle intrinsic
Mehdi Amini
2016-05-07
5
-22
/
+82
*
[Orc] Fix missing rename from r268845.
Lang Hames
2016-05-07
1
-1
/
+1
*
[Orc] Rename OrcArchitectureSupport to OrcABISupport and add Win32 ABI support.
Lang Hames
2016-05-07
7
-110
/
+233
*
Update TS implementation status page
Eric Fiselier
2016-05-07
1
-0
/
+8
*
Update \param corresponding to r268819. [-Wdocumentation]
NAKAMURA Takumi
2016-05-07
1
-1
/
+1
*
Change allocator<T>::allocate to throw length_error, not bad_alloc
Eric Fiselier
2016-05-07
2
-14
/
+11
[next]