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] Add patterns to implement stores of extracts of least signficant sub...
Craig Topper
2016-05-22
2
-1
/
+340
*
Refactor EHOutputSection.
Rui Ueyama
2016-05-22
5
-145
/
+154
*
[Kaleidoscope] Fix static global ordering to prevent crash on exit.
Lang Hames
2016-05-22
5
-5
/
+5
*
[driver][mips] Follow-up to r270373. Add missed folder.
Simon Atanasyan
2016-05-22
1
-0
/
+0
*
[X86][SSE] Added extra i8 extract element test
Simon Pilgrim
2016-05-22
1
-0
/
+20
*
[x86, AVX] don't add a vzeroupper if that's what the code is already doing (P...
Sanjay Patel
2016-05-22
3
-6
/
+6
*
SymbolFile: remove an unused variable
Saleem Abdulrasool
2016-05-22
1
-2
/
+1
*
[sanitizer] Don't use -fomit-frame-pointer in COMPILER_RT_DEBUG=On builds
Kuba Brecka
2016-05-22
1
-1
/
+3
*
[x86, AVX] add test file to show vzeroupper pass excesses
Sanjay Patel
2016-05-22
1
-0
/
+43
*
[driver][mips] clang-format the code. NFC
Simon Atanasyan
2016-05-22
1
-27
/
+27
*
[driver][mips] Support new versions of MIPS CodeScape toolchains
Simon Atanasyan
2016-05-22
265
-6
/
+938
*
reduce indent; NFC
Sanjay Patel
2016-05-22
1
-19
/
+19
*
[profile] initialize static pool properly
Xinliang David Li
2016-05-22
5
-13
/
+20
*
use 'auto' with 'dyn_cast'; fix formatting; NFC
Sanjay Patel
2016-05-22
1
-10
/
+8
*
[ValueTracking, InstCombine] extend isKnownToBeAPowerOfTwo() to handle vector...
Sanjay Patel
2016-05-22
4
-13
/
+8
*
[driver][mips] Use target triple mips-mti-linux-gnu for toolchain detection
Simon Atanasyan
2016-05-22
2
-117
/
+119
*
[driver][mips] Rename some variables to better reflect their purpose. NFC
Simon Atanasyan
2016-05-22
1
-8
/
+9
*
[driver][mips] Drop support for outdated version of CodeSourcery MIPS toolchain
Simon Atanasyan
2016-05-22
180
-752
/
+1
*
Reword ThreadSanitizer messages to use a lowercase 't' in thread names when i...
Kuba Brecka
2016-05-22
1
-5
/
+5
*
Reword ThreadSanitizer message for invalid mutex reports.
Kuba Brecka
2016-05-22
2
-2
/
+2
*
A better fix of incorrectly used locking in HistoryThread and HistoryUnwind.
Kuba Brecka
2016-05-22
2
-2
/
+2
*
Revert r270358 ("Fix an incorrectly used locking in HistoryThread and History...
Kuba Brecka
2016-05-22
2
-2
/
+4
*
Fix an incorrectly used locking in HistoryThread and HistoryUnwind, where uni...
Kuba Brecka
2016-05-22
2
-4
/
+2
*
[AVX512] Implement missing patterns for any_extend load lowering.
Igor Breger
2016-05-22
3
-55
/
+158
*
[AVX512] The AVX512 file only need subtract_subvector index 0 patterns where ...
Craig Topper
2016-05-22
1
-15
/
+35
*
[AVX512] Add an AddedComplexity line to the 512-bit insert_subvector undef in...
Craig Topper
2016-05-22
2
-14
/
+16
*
[AVX512] Change the AddedComplexity on some patterns to match their AVX/SSE e...
Craig Topper
2016-05-22
1
-9
/
+13
*
[AST] Cleanup comments regarding CXXRecordDecl::isEmpty
David Majnemer
2016-05-22
2
-11
/
+15
*
Driver: sink getLinuxDynamicLoader into the Toolchain
Saleem Abdulrasool
2016-05-22
3
-70
/
+72
*
Driver: simplify getDynameLinker
Saleem Abdulrasool
2016-05-22
1
-47
/
+49
*
bug fix: trim section specifier name length
Xinliang David Li
2016-05-22
1
-2
/
+2
*
bug fix: trim section specifier name length
Xinliang David Li
2016-05-22
1
-2
/
+2
*
Store section contents to SectionPiece. NFC.
Rui Ueyama
2016-05-22
3
-16
/
+20
*
Use StringPiece::Size instead of calculating it again. NFC.
Rui Ueyama
2016-05-22
1
-28
/
+10
*
Simplify SplitInputSection::getRangeAndSize.
Rui Ueyama
2016-05-22
5
-20
/
+17
*
[X86] Add a common check-prefix to both run lines on a test so identical chec...
Craig Topper
2016-05-22
1
-361
/
+168
*
[AVX512] Add a couple patterns to fix some cases where two vector mask invers...
Craig Topper
2016-05-22
2
-12
/
+15
*
[AVX512] Remove seemingly unnecessary AddedComplexity adjustment.
Craig Topper
2016-05-22
1
-2
/
+0
*
Use slightly longer names. NFC.
Rui Ueyama
2016-05-22
2
-55
/
+56
*
Use ArrayRef<uint8_t> for binary data instead of StringRef. NFC.
Rui Ueyama
2016-05-22
2
-6
/
+6
*
Define SectionPiece and use it instead of std::pair<uint_t, uint_t>.
Rui Ueyama
2016-05-22
5
-76
/
+56
*
Fix a typo (darwin only)
Xinliang David Li
2016-05-21
1
-1
/
+1
*
Fix typo
Xinliang David Li
2016-05-21
2
-2
/
+2
*
[profile] Static counter allocation for value profiling (part-2)
Xinliang David Li
2016-05-21
11
-24
/
+136
*
[profile] Static counter allocation for value profiling (part-1)
Xinliang David Li
2016-05-21
5
-13
/
+161
*
[X86] Remove unnecessary alignment check on patterns that use VEXTRACTF128 fo...
Craig Topper
2016-05-21
1
-8
/
+8
*
[AVX512] Add patterns for extracting subvectors and storing to memory.
Craig Topper
2016-05-21
4
-16
/
+99
*
[AVX512] Capitalize the Z in VEXTRACTPSzmr. Lowercase z has been primarily us...
Craig Topper
2016-05-21
1
-2
/
+2
*
[AVX512] Rename vector extract instructions so 'mr' intead of 'rm' to reflect...
Craig Topper
2016-05-21
1
-2
/
+2
*
[AVX512] Fix copy/paste mistake a I made in a comment.
Craig Topper
2016-05-21
1
-1
/
+1
[next]