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
*
Fix double->float truncation warning on MSVC
Simon Pilgrim
2017-06-23
1
-2
/
+2
*
[InstCombine] Recognize and simplify three way comparison idioms
Anna Thomas
2017-06-23
3
-4
/
+498
*
Revert r306095: [mips] Fix reg positions in the aui/daui instructions
Petar Jovanovic
2017-06-23
7
-12
/
+12
*
Fix build breakage caused by r306096
Pavel Labath
2017-06-23
1
-3
/
+3
*
[X86][SSE] Dropped -mcpu from scalar math tests
Simon Pilgrim
2017-06-23
1
-6
/
+4
*
[ADT] Add llvm::to_float
Pavel Labath
2017-06-23
4
-20
/
+58
*
[mips] Fix register positions in the aui/daui instructions
Petar Jovanovic
2017-06-23
7
-12
/
+12
*
[clang-format] Add a SortUsingDeclaration option and enable it by default
Krasimir Georgiev
2017-06-23
4
-26
/
+69
*
[clang-format] Update dump_format_style.py to indent nested fields
Krasimir Georgiev
2017-06-23
2
-107
/
+108
*
[X86][SSE] Dropped -mcpu from insertps tests
Simon Pilgrim
2017-06-23
1
-3
/
+3
*
[clang-tidy] Fix a false positive in modernize-use-nullptr.
Haojian Wu
2017-06-23
2
-5
/
+21
*
[mips][msa] Splat.d endianness check
Stefan Maksimovic
2017-06-23
2
-6
/
+33
*
[clang-format] Update style documentation, NFC
Krasimir Georgiev
2017-06-23
2
-19
/
+101
*
Bail out early in case we see an invalid runtime context in buildAliasGroups
Tobias Grosser
2017-06-23
1
-0
/
+3
*
Hoist buildMinMaxAccess computeout to cover full alias-group
Tobias Grosser
2017-06-23
1
-12
/
+13
*
[islpp] Move buildMinMaxAccess[es] to C++ [NFC]
Tobias Grosser
2017-06-23
1
-63
/
+48
*
[JumpThreading] Teach jump threading how to analyze (and (cmp A, C1), (cmp A,...
Craig Topper
2017-06-23
3
-0
/
+68
*
[JumpThreading] Use some temporary variables to reduce the number of times we...
Craig Topper
2017-06-23
1
-12
/
+16
*
Implement inclusive_scan/transform_inclusive_scan for C++17.
Marshall Clow
2017-06-23
6
-0
/
+722
*
COFF: Produce an error on invalid pcrel relocs.
Rafael Espindola
2017-06-23
6
-36
/
+39
*
[LoopSimplify] Factor the logic to form dedicated exits into a utility.
Chandler Carruth
2017-06-23
6
-65
/
+91
*
Make the test a bit more strict. NFC.
Rafael Espindola
2017-06-23
1
-62
/
+64
*
[Frontend] 'Show hotness' can be used with a sampling profile
Brian Gesiak
2017-06-23
3
-3
/
+24
*
COFF: handle "undef - ." expressions.
Rafael Espindola
2017-06-23
3
-17
/
+10
*
Add missing file from r306075.
Richard Smith
2017-06-23
1
-0
/
+1
*
[LVI] Teach LVI to reason about ORs of icmps similar to how it reasons about ...
Craig Topper
2017-06-23
2
-5
/
+100
*
PR33552: Distinguish between declarations that are owned by no module and
Richard Smith
2017-06-23
12
-101
/
+147
*
[WebAssembly] Add default -allow-undefined-file to linker args
Sam Clegg
2017-06-23
2
-5
/
+6
*
Fixed a (product) build error that was due to an unused variable
Farhana Aleen
2017-06-22
1
-2
/
+1
*
[x86] add/sub (X==0) --> sbb(cmp X, 1)
Sanjay Patel
2017-06-22
2
-11
/
+20
*
[COFF] Fix SECTION and SECREL relocation handling for absolute symbols
Reid Kleckner
2017-06-22
7
-3
/
+156
*
Restrict the definition of loop preheader to avoid EH blocks
Andrew Kaylor
2017-06-22
6
-2
/
+73
*
Define behavior of "stack-probe-size" attribute when inlining.
whitequark
2017-06-22
4
-2
/
+73
*
Supported lowerInterleavedStore() in X86InterleavedAccess.
Farhana Aleen
2017-06-22
4
-100
/
+197
*
Remove the LoadCombine pass. It was never enabled and is unsupported.
Eric Christopher
2017-06-22
13
-674
/
+0
*
PR33002: When we instantiate the definition of a static data member, we might
Richard Smith
2017-06-22
4
-7
/
+53
*
[x86] add more tests for select --> sbb transform; NFC
Sanjay Patel
2017-06-22
1
-4
/
+61
*
Change creation of relative relocations on COFF.
Rafael Espindola
2017-06-22
3
-12
/
+12
*
[ORC] Expose a typedef in RTDyldObjectLinkingLayer.
Lang Hames
2017-06-22
1
-1
/
+3
*
Fix modular build
Kamil Rytarowski
2017-06-22
1
-1
/
+2
*
[WebAssembly] WebAssemblyFastISel getelementptr variable index support
Jacob Gravelle
2017-06-22
2
-1
/
+119
*
[Hexagon] Properly update kill flags in HexagonNewValueJump
Krzysztof Parzyszek
2017-06-22
2
-1
/
+54
*
[ORC] Switch the object layer API from addObjectSet to addObject (singular), and
Lang Hames
2017-06-22
16
-365
/
+319
*
[MC] Allow assembling .secidx and .secrel32 for undefined symbols
Reid Kleckner
2017-06-22
3
-12
/
+34
*
[llvm-pdbutil] Create a "bytes" subcommand.
Zachary Turner
2017-06-22
11
-152
/
+307
*
[llvm-pdbutil] Rename "raw" to "dump".
Zachary Turner
2017-06-22
14
-138
/
+139
*
[Hexagon] Use LivePhysRegs to fix up kills in HexagonGenMux
Krzysztof Parzyszek
2017-06-22
4
-52
/
+69
*
Simplify WinCOFFObjectWriter::recordRelocation.
Rafael Espindola
2017-06-22
1
-14
/
+5
*
[LoopDeletion] Update exits correctly when multiple duplicate edges from an e...
Anna Thomas
2017-06-22
2
-9
/
+97
*
[AVX-512] Remove and autoupgrade the masked integer compare intrinsics
Craig Topper
2017-06-22
11
-2814
/
+4263
[next]