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
*
Implement C++ DR727, which permits explicit specializations at class scope.
Richard Smith
2018-03-16
27
-293
/
+157
*
[ARM] Fix a check in vmov/vmvn immediate parsing
Mikhail Maltsev
2018-03-16
2
-20
/
+23
*
[dotest] Clean up test folder clean-up
Pavel Labath
2018-03-16
17
-73
/
+31
*
[AArch64] Implement getArithmeticReductionCost
Matthew Simpson
2018-03-16
4
-8
/
+39
*
HashTableTest: squelch some "comparison of integers of different signs" warnings
Pavel Labath
2018-03-16
1
-9
/
+9
*
tsan: revert: Update buildgo.sh to pass -isysroot on Darwin.
Dmitry Vyukov
2018-03-16
1
-1
/
+1
*
DWARFVerifier: Enhance validation of .debug_names hash tables
Pavel Labath
2018-03-16
6
-27
/
+432
*
[TTI, AArch64] Allow the cost model analysis to test vector reduce intrinsics
Matthew Simpson
2018-03-16
2
-0
/
+326
*
FreeBSD TSan support update
Vitaly Buka
2018-03-16
1
-3
/
+3
*
Mmap interceptor new option, Write Exec runtime detector
Vitaly Buka
2018-03-16
5
-0
/
+47
*
[ARM] FP16 codegen support for VSEL
Sjoerd Meijer
2018-03-16
3
-3
/
+42
*
Fix compilation warning introduced in r327654
Mikael Holmen
2018-03-16
1
-1
/
+1
*
[NFC] Void variables used for asserts only
Max Kazantsev
2018-03-16
1
-0
/
+2
*
Skip more lldb-mi tests which time out on Darwin
Vedant Kumar
2018-03-16
1
-0
/
+3
*
[cmake] Copy system debugserver from the right place when only CommandLineTools
Vedant Kumar
2018-03-16
1
-2
/
+9
*
[demangler] Support for <template-param>s in generic lambdas.
Erik Pilkington
2018-03-16
2
-13
/
+17
*
[InstCombine] add more tests for fcmp+select -> fabs; NFC
Sanjay Patel
2018-03-16
1
-11
/
+160
*
Revert r327248, "For most Targets the _GLOBAL_OFFSET_TABLE_ symbol is expecte...
Peter Collingbourne
2018-03-16
17
-85
/
+42
*
[Analysis] Fix some Clang-tidy modernize and Include What You Use warnings; o...
Eugene Zelenko
2018-03-16
3
-345
/
+341
*
[X86][Btver2] Add support for multiple pipelines stages for x86 scalar schedu...
Simon Pilgrim
2018-03-15
1
-22
/
+11
*
[X86][Btver2] Tweak pipes test to remove register dependencies
Simon Pilgrim
2018-03-15
1
-34
/
+34
*
Fix linker script operator precedence.
Rui Ueyama
2018-03-15
2
-5
/
+10
*
[SelectionDAG][ARM][X86] Teach PromoteIntRes_SETCC to do a better job picking...
Craig Topper
2018-03-15
5
-341
/
+434
*
[X86][Btver2] Fix ymm div/sqrt to use fmul unit
Simon Pilgrim
2018-03-15
2
-39
/
+38
*
Use standard `print(dbgs())` pattern to implement DebugLoc::dump
Sean Silva
2018-03-15
1
-13
/
+1
*
[InstCombine] add tests for fcmp+select -> fabs; NFC
Sanjay Patel
2018-03-15
1
-24
/
+57
*
Fix PDB injected sources test.
Zachary Turner
2018-03-15
2
-5
/
+15
*
MSan, FreeBSD few tests fixes
Vitaly Buka
2018-03-15
2
-2
/
+13
*
OpenBSD UBsan support procmaps
Vitaly Buka
2018-03-15
4
-9
/
+144
*
[X86][Btver2] Add test to show timeline of fpu instructions on different pipe...
Simon Pilgrim
2018-03-15
1
-0
/
+114
*
[PDB] Fix a bug where we were serializing hash tables incorrectly.
Zachary Turner
2018-03-15
2
-7
/
+16
*
OpenBSD UBsan support common functions
Vitaly Buka
2018-03-15
2
-69
/
+107
*
[WebAssembly] Add DebugLoc information to WebAssembly block and loop.
Derek Schuff
2018-03-15
4
-8
/
+161
*
[NVPTX] TblGen-ized lowering of WMMA intrinsics.
Artem Belevich
2018-03-15
5
-620
/
+155
*
[LoopUnroll] Peel off iterations if it makes conditions true/false.
Florian Hahn
2018-03-15
5
-7
/
+705
*
Re-land r327620 "[CodeView] Initial support for emitting S_BLOCK32 symbols fo...
Reid Kleckner
2018-03-15
5
-14
/
+514
*
[codeview] Fix sense of the assertion about hashtable insertion
Reid Kleckner
2018-03-15
1
-1
/
+1
*
COFF: Implement string tail merging.
Peter Collingbourne
2018-03-15
7
-5
/
+184
*
COFF: Move assignment of section RVAs to assignAddresses(). NFCI.
Peter Collingbourne
2018-03-15
4
-43
/
+26
*
Fix structure alignment issue.
Zachary Turner
2018-03-15
1
-4
/
+0
*
[codeview] Delete FunctionInfo copy ctor and move out of DenseMap
Reid Kleckner
2018-03-15
2
-5
/
+11
*
[LICM] Ignore exits provably not taken on first iteration when computing must...
Philip Reames
2018-03-15
3
-1
/
+347
*
[AArch64] Adjust the cost model for Exynos M3
Evandro Menezes
2018-03-15
1
-2
/
+2
*
[AArch64] Adjust the cost model for Exynos M3
Evandro Menezes
2018-03-15
1
-0
/
+7
*
[AArch64] Adjust the cost model for Exynos M3
Evandro Menezes
2018-03-15
2
-12
/
+59
*
[X86] Make sure we use FSUB instruction as the reference for operand order in...
Craig Topper
2018-03-15
2
-9
/
+31
*
[X86] Add test case showing bad fmsubadd creation due to bad commuting.
Craig Topper
2018-03-15
1
-0
/
+19
*
Remove empty file
David Blaikie
2018-03-15
1
-13
/
+0
*
Revert r327620 "[CodeView] Initial support for emitting S_BLOCK32 symbols for...
Reid Kleckner
2018-03-15
4
-510
/
+14
*
[LV] Test commit. Removing white space.
Diego Caballero
2018-03-15
1
-1
/
+1
[next]