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
*
[SLP] Support for horizontal min/max reduction.
Alexey Bataev
2017-09-25
3
-1299
/
+1852
*
[mips][compiler-rt] Disable sem_init_glibc.cc for MIPS64.
Simon Dardis
2017-09-25
1
-1
/
+1
*
[ELF] - Simplify removeUnusedSyntheticSections a bit.
George Rimar
2017-09-25
2
-5
/
+4
*
[ELF] - Report orphan sections if -verbose given.
George Rimar
2017-09-25
2
-0
/
+35
*
[ELF] - LTO: do not optimize away symbols accessed from linkerscript.
George Rimar
2017-09-25
4
-1
/
+104
*
[CodeGenPrepare][NFC] Rename TargetTransformInfo::expandMemCmp -> TargetTrans...
Clement Courbet
2017-09-25
8
-12
/
+12
*
Do not sort CU vectors.
Rui Ueyama
2017-09-25
1
-6
/
+7
*
Speeds up CU vector creation.
Rui Ueyama
2017-09-25
2
-13
/
+16
*
Fix off-by-one error.
Rui Ueyama
2017-09-25
2
-14
/
+14
*
Do not use StringTableBuilder to build symbol table for .gdb_index.
Rui Ueyama
2017-09-25
3
-20
/
+26
*
Compute string hashes early and cache them.
Rui Ueyama
2017-09-25
2
-7
/
+8
*
Rename copy -> copyFrom.
Rui Ueyama
2017-09-25
3
-3
/
+3
*
Move Config->SymbolRenaming to SymbolTable.
Rui Ueyama
2017-09-25
4
-16
/
+34
*
Remove unused member variable.
Rui Ueyama
2017-09-24
2
-3
/
+1
*
Refactor GdbIndexSection. NFC.
Rui Ueyama
2017-09-24
4
-184
/
+151
*
[X86] Make IFMA instructions during isel so we can fold broadcast loads.
Craig Topper
2017-09-24
6
-27
/
+49
*
[X86] Add tests to show missed opportunities to fold broadcast loads into IFM...
Craig Topper
2017-09-24
1
-0
/
+85
*
[Polly] Information about generalized matrix multiplication
Roman Gareev
2017-09-24
2
-0
/
+15
*
[X86] Add IFMA instructions to the load folding tables and make them commutab...
Craig Topper
2017-09-24
3
-1
/
+124
*
Fix implicit-fallthrough warning by adding missing break
Simon Pilgrim
2017-09-24
1
-0
/
+1
*
Fix signed/unsigned warning
Simon Pilgrim
2017-09-24
1
-1
/
+1
*
[X86][SSE] Add more tests for shuffle combining with extracted vector element...
Simon Pilgrim
2017-09-24
1
-0
/
+56
*
[X86][SSE] Add support for extending bool vectors bitcasted from scalars
Simon Pilgrim
2017-09-24
4
-6582
/
+1212
*
[ScopDetect/Info] Look through PHIs that follow an error block
Tobias Grosser
2017-09-24
8
-23
/
+188
*
[PowerPC] Eliminate compares - add i64 sext/zext handling for SETLE/SETGE
Nemanja Ivanovic
2017-09-24
5
-0
/
+620
*
[AVX-512] Add pattern for selecting masked version of v8i32/v8f32 compare ins...
Craig Topper
2017-09-24
3
-70
/
+54
*
[X86] Make sure we still mark the full register as implicitly defined when we...
Craig Topper
2017-09-24
1
-4
/
+10
*
[AVR] Implement getCmpLibcallReturnType().
Dylan McKay
2017-09-24
1
-0
/
+5
*
[Verifier] Stop accepting broken DIGlobalVariable(s).
Davide Italiano
2017-09-24
3
-3
/
+27
*
[X86] Regenerate i64 to v2f32 bitcast test
Simon Pilgrim
2017-09-23
1
-3
/
+30
*
Don't warn about runtime behavior problems in variable initializers that we
Richard Smith
2017-09-23
5
-15
/
+29
*
Silence unused variable warning in Release builds.
Benjamin Kramer
2017-09-23
1
-0
/
+1
*
[IslExprBuilder] Do not generate RTC with more than 64 bit
Tobias Grosser
2017-09-23
6
-24
/
+67
*
[x86] reduce 64-bit mask constant to 32-bits by right shifting
Sanjay Patel
2017-09-23
2
-16
/
+17
*
[x86] add an add+shift test for follow-up suggestion from D38181; NFC
Sanjay Patel
2017-09-23
1
-0
/
+21
*
[PowerPC] Eliminate compares - add i32 sext/zext handling for SETULT/SETUGT
Nemanja Ivanovic
2017-09-23
15
-3
/
+1234
*
[docs] Fix typos in Clang's User's Manual.
Reka Kovacs
2017-09-23
1
-2
/
+2
*
[PowerPC] Eliminate compares - add i32 sext/zext handling for SETULE/SETUGE
Nemanja Ivanovic
2017-09-23
19
-27
/
+1502
*
[X86] Move the getInsertVINSERTImmediate and getExtractVEXTRACTImmediate help...
Craig Topper
2017-09-23
4
-70
/
+22
*
[X86] Remove is the isVINSERT*Index/isVEXTRACT*Index predicates from isel.
Craig Topper
2017-09-23
3
-78
/
+8
*
[ubsan] Fix assert.cc test by compiling it as C++
Vitaly Buka
2017-09-23
1
-2
/
+1
*
Promote storage-only __fp16 vector operands to float vectors.
Akira Hatanaka
2017-09-23
4
-6
/
+367
*
[PowerPC] Eliminate compares - add i32 sext/zext handling for SETLT/SETGT
Nemanja Ivanovic
2017-09-23
9
-7
/
+711
*
Correctly compute linkage for members of internal linkage classes.
Richard Smith
2017-09-23
2
-5
/
+13
*
[ubsan] Replace CommonSanitizerReportMutex with ScopedErrorReportLock
Vitaly Buka
2017-09-23
4
-6
/
+18
*
[ubsan] Support signal specific options in ubsan
Vitaly Buka
2017-09-23
9
-7
/
+99
*
Commit missing fixes for tool_file_rename
Reid Kleckner
2017-09-23
4
-9
/
+9
*
[Support] Rename tool_output_file to ToolOutputFile, NFC
Reid Kleckner
2017-09-23
34
-91
/
+88
*
[CodeGen] Fix build bots which uses old Clang broken in r314046. (NFC)
Eugene Zelenko
2017-09-22
1
-1
/
+1
*
[lsan] Add __lsan_default_options
Vitaly Buka
2017-09-22
7
-0
/
+36
[next]