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
*
[InstCombine] SliceUpIllegalIntegerPHI - bail on out of range shifts
Simon Pilgrim
2019-06-24
2
-0
/
+31
*
[clangd] Improve SelectionTree string representation
Sam McCall
2019-06-24
1
-1
/
+12
*
[DAGCombine] visitMUL - allow shift by zero in MulByConstant.
Simon Pilgrim
2019-06-24
2
-6
/
+30
*
[ConstantFolding] Use hasVectorInstrinsicScalarOpd. NFC
Bjorn Pettersson
2019-06-24
1
-16
/
+13
*
[Scalarizer] Add scalarizer support for smul.fix.sat
Bjorn Pettersson
2019-06-24
3
-10
/
+26
*
[docs][llvm-nm] Add missing options to documentation
James Henderson
2019-06-24
1
-21
/
+91
*
[sancov] Avoid unnecessary unique_ptr
Fangrui Song
2019-06-24
1
-12
/
+10
*
[OpenCL] Restore ATOMIC_VAR_INIT
Sven van Haastregt
2019-06-24
2
-1
/
+10
*
[OpenCL] Remove more duplicates from opencl-c.h
Sven van Haastregt
2019-06-24
1
-29
/
+0
*
[ARM] Add MVE interleaving load/store family.
Simon Tatham
2019-06-24
9
-33
/
+809
*
[docs][llvm-nm] Improve symbol code documentation
James Henderson
2019-06-24
1
-15
/
+70
*
[libcxx] [test] Read files as bytestrings to fix py3 encoding issues
Michal Gorny
2019-06-24
1
-6
/
+8
*
[Support] Fix error handling in DataExtractor::get[US]LEB128
Pavel Labath
2019-06-24
2
-14
/
+24
*
Follow up of rL363913. NFC.
Sjoerd Meijer
2019-06-24
1
-5
/
+7
*
[llvm-readobj/llvm-readelf] - Eliminate the elf-groups.x86_64 precompiled bin...
George Rimar
2019-06-24
3
-62
/
+80
*
PR42362: Fix auto deduction of template parameter packs from
Richard Smith
2019-06-24
2
-1
/
+19
*
[ELF][PPC][X86] Use [-2**(n-1), 2**n) to check overflows for R_PPC_ADDR16, R_...
Fangrui Song
2019-06-24
24
-114
/
+110
*
[X86] Turn v16i16->v16i8 truncate+store into a any_extend+truncstore if we av...
Craig Topper
2019-06-23
6
-15
/
+22
*
[GN] Generation failure caused by trailing space in file name
Petr Hosek
2019-06-23
1
-1
/
+1
*
Use C++11 implementation of unique_ptr in C++03.
Eric Fiselier
2019-06-23
2
-161
/
+51
*
Apply new meta-programming traits throughout the library.
Eric Fiselier
2019-06-23
8
-261
/
+179
*
Fix typo in comment; NFC
Sanjoy Das
2019-06-23
1
-1
/
+1
*
[X86] Fix isel pattern that was looking for a bitcasted load. Remove what app...
Craig Topper
2019-06-23
1
-13
/
+1
*
Fix test for 32-bit targets.
Richard Smith
2019-06-23
1
-4
/
+4
*
[Tests] Autogen and improve test readability
Philip Reames
2019-06-23
1
-46
/
+95
*
[IndVars] Remove dead instructions after folding trivial loop exit
Philip Reames
2019-06-23
4
-19
/
+7
*
SlotIndexes: delete unused functions
Fangrui Song
2019-06-23
2
-71
/
+0
*
[InstCombine] squash is-power-of-2 that uses ctpop
Sanjay Patel
2019-06-23
2
-10
/
+39
*
SlotIndexes: simplify IdxMBBPair operators
Fangrui Song
2019-06-23
2
-17
/
+4
*
[SelectionDAG] Remove the code that attempts to calculate the alignment for t...
Craig Topper
2019-06-23
2
-27
/
+4
*
[X86][SelectionDAG] Cleanup and simplify masked_load/masked_store in tablegen...
Craig Topper
2019-06-23
4
-61
/
+37
*
Disable test by default
Eric Fiselier
2019-06-23
1
-1
/
+1
*
Add super fast _IsSame trait for internal use.
Eric Fiselier
2019-06-23
2
-11
/
+77
*
Revert "builtins: relax __iso_volatile_{load,store}32"
Saleem Abdulrasool
2019-06-23
2
-19
/
+2
*
Add noexcept throughout <atomic>
Eric Fiselier
2019-06-23
1
-28
/
+28
*
MSVC visualizers for type aliases
Mike Spertus
2019-06-23
1
-0
/
+51
*
Fix placement of -Wno-ignored-attributes
Eric Fiselier
2019-06-23
1
-2
/
+3
*
[Support] Fix build under Emscripten
Keno Fischer
2019-06-23
1
-0
/
+3
*
Disable -Wignored-attributes for now
Eric Fiselier
2019-06-23
1
-0
/
+1
*
Revert [CommandLine] Remove OptionCategory and SubCommand caches from the Opt...
Don Hinton
2019-06-22
3
-118
/
+95
*
Fix TBAA representation for zero-sized fields and unnamed bit-fields.
Richard Smith
2019-06-22
4
-8
/
+28
*
Remove reliance on toCharUnitsFromBits rounding down.
Richard Smith
2019-06-22
1
-1
/
+2
*
Natural MSVC visualization of constructors
Mike Spertus
2019-06-22
1
-1
/
+6
*
builtins: relax __iso_volatile_{load,store}32
Saleem Abdulrasool
2019-06-22
2
-2
/
+19
*
[X86][SSE] Fold extract_subvector(vselect(x,y,z),0) -> vselect(extract_subvec...
Simon Pilgrim
2019-06-22
15
-38
/
+45
*
Exploit a zero LoopExit count to eliminate loop exits
Philip Reames
2019-06-22
3
-6
/
+17
*
[CommandLine] Remove OptionCategory and SubCommand caches from the Option class.
Don Hinton
2019-06-22
3
-95
/
+118
*
[NFC] Fix indentation in PPCAsmPrinter.cpp
Hubert Tong
2019-06-22
1
-54
/
+54
*
[PowerPC][NFC] Move comment to the relevant function
Hubert Tong
2019-06-22
1
-1
/
+1
*
PDB docs: Delete trailing whitespace, wrap to 80 cols
Nico Weber
2019-06-22
5
-76
/
+82
[next]