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
*
Add a note to the test explaining why it doesn't match gold's behaviour.
Peter Collingbourne
2016-04-25
1
-0
/
+3
*
Verifier: Verify that each inlinable callsite of a debug-info-bearing function
Adrian Prantl
2016-04-24
4
-2
/
+75
*
Debug info: Apply an empty debug location for global OpenMP destructors.
Adrian Prantl
2016-04-24
2
-2
/
+5
*
clang-format: [JS] generator and async functions.
Martin Probst
2016-04-24
5
-11
/
+69
*
Also check the IR.
Rafael Espindola
2016-04-24
1
-0
/
+4
*
Add a test for how we handle protected visibility.
Rafael Espindola
2016-04-24
2
-0
/
+22
*
unwind: remove unnecessary header
Saleem Abdulrasool
2016-04-24
1
-3
/
+0
*
unwind: unify _LIBUNWIND_ABORT
Saleem Abdulrasool
2016-04-24
1
-18
/
+8
*
Fix unwind failures when PC points beyond the end of a function
Ulrich Weigand
2016-04-24
2
-6
/
+8
*
[X86][AVX] Added PR24935 test case
Simon Pilgrim
2016-04-24
1
-0
/
+39
*
ARM: fix __chkstk Frame Setup on WoA
Saleem Abdulrasool
2016-04-24
6
-11
/
+13
*
Tweak comments to make it clear that these combines are for SSE scalar instru...
Simon Pilgrim
2016-04-24
1
-4
/
+5
*
[InstCombine][SSE] Reduce DIVSS/DIVSD to FDIV if only first element is required
Simon Pilgrim
2016-04-24
3
-11
/
+11
*
[ELF] Reinstate 'else' which was previously removed.
Davide Italiano
2016-04-24
1
-1
/
+2
*
[InstCombine][SSE] Demanded vector elements for scalar intrinsics (Part 2 of 2)
Simon Pilgrim
2016-04-24
5
-183
/
+98
*
[InstCombine][SSE] Demanded vector elements for scalar intrinsics (Part 1 of 2)
Simon Pilgrim
2016-04-24
4
-145
/
+126
*
[InstCombine] Avoid updating argument demanded elements in separate passes.
Simon Pilgrim
2016-04-24
1
-7
/
+15
*
Fix typo in comment. NFC
Nick Lewycky
2016-04-24
1
-1
/
+1
*
Remove emacs mode markers from .cpp files. NFC
Nick Lewycky
2016-04-24
2
-2
/
+2
*
[X86][InstCombine] Tidyup VPERMILVAR -> shufflevector conversion to helper fu...
Simon Pilgrim
2016-04-24
1
-36
/
+47
*
[X86][InstCombine] Tidyup PSHUFB -> shufflevector conversion to helper functi...
Simon Pilgrim
2016-04-24
1
-40
/
+45
*
[X86][SSE] getTargetShuffleMaskIndices - dropped (unused) UNDEF handling
Simon Pilgrim
2016-04-24
1
-5
/
+0
*
[X86][SSE] Use range loop. NFCI.
Simon Pilgrim
2016-04-24
1
-3
/
+2
*
[Lanai] Use EVT::getEVTString() to print a type as a string instead of an enu...
Craig Topper
2016-04-24
1
-1
/
+1
*
[X86][SSE] Added SSSE3/AVX/AVX2 BITREVERSE tests
Simon Pilgrim
2016-04-24
1
-52
/
+14603
*
[X86][XOP] Fixed VPPERM permute op decoding (PR27472).
Simon Pilgrim
2016-04-24
2
-2
/
+2
*
BitcodeReader: Delay metadata parsing until reading a function body
Duncan P. N. Exon Smith
2016-04-24
1
-3
/
+7
*
[ThinLTO] Remove GlobalValueInfo class from index
Teresa Johnson
2016-04-24
8
-266
/
+197
*
[X86][SSE] Improved support for decoding target shuffle masks through bitcasts
Simon Pilgrim
2016-04-24
3
-33
/
+29
*
ModuleSummaryIndex: Avoid enum bitfields for MSVC portability
Duncan P. N. Exon Smith
2016-04-24
1
-2
/
+4
*
Revert "Declare GlobalValue::LinkageTypes based on unsigned."
Duncan P. N. Exon Smith
2016-04-24
1
-1
/
+1
*
[SystemZ] [SSP] Add support for LOAD_STACK_GUARD.
Marcin Koscielnicki
2016-04-24
5
-0
/
+87
*
[X86][SSE] Demonstrate issue with decoding shuffle masks that have been lower...
Simon Pilgrim
2016-04-24
2
-0
/
+37
*
Improve diagnostic checking for va_start to also warn on other instances of u...
Aaron Ballman
2016-04-24
6
-19
/
+44
*
Silence two C4806 warnings ('|': unsafe operation: no value of type 'bool' pr...
Aaron Ballman
2016-04-24
1
-2
/
+2
*
Remove unused iterators [NFC]
Johannes Doerfert
2016-04-24
1
-13
/
+0
*
Declare GlobalValue::LinkageTypes based on unsigned.
NAKAMURA Takumi
2016-04-24
1
-1
/
+1
*
llvm/test/tools/gold/X86/thinlto.ll: Possible fix corresponding to r267318.
NAKAMURA Takumi
2016-04-24
1
-0
/
+1
*
[ELF] Simplify. Remove unneeded else. NFC.
Davide Italiano
2016-04-24
1
-2
/
+1
*
BitcodeReader: Fix some holes in upgrade from r267296
Duncan P. N. Exon Smith
2016-04-24
3
-9
/
+31
*
[X86] Merge LowerCTLZ and LowerCTLZ_ZERO_UNDEF into a single function that br...
Craig Topper
2016-04-24
1
-38
/
+16
*
[X86] Node need to check if AVX512 is supported when lowering vector CTLZ. Th...
Craig Topper
2016-04-24
1
-7
/
+5
*
Add "hasSection" flag in the Summary
Mehdi Amini
2016-04-24
4
-5
/
+32
*
[MachineCombiner] Support for floating-point FMA on ARM64 (re-commit r267098)
Gerolf Hoflehner
2016-04-24
12
-39
/
+892
*
[ELF][MIPS] Add test case to check creation of GOT entries for weak symbols. NFC
Simon Atanasyan
2016-04-24
1
-0
/
+172
*
[X86] Remove isel patterns for selecting tzcnt/lzcnt from cmove/ne+cttz/ctlz....
Craig Topper
2016-04-24
1
-80
/
+0
*
[CodeGen] Teach DAG combine to fold select_cc seteq X, 0, sizeof(X), ctlz_zer...
Craig Topper
2016-04-24
1
-0
/
+35
*
Fix an assertion that can never fire because the condition ANDed with the str...
Craig Topper
2016-04-24
1
-1
/
+1
*
ELF: Simplify preemption logic. Do not include weak undefined symbols in non-...
Peter Collingbourne
2016-04-24
3
-7
/
+55
*
Revert "Verifier: Verify that each inlinable callsite of a debug-info-bearing...
Adrian Prantl
2016-04-24
4
-75
/
+2
[next]