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 test showing we can write a vector of floats.
Rafael Espindola
2016-01-25
1
-0
/
+21
*
Differential Revision: http://reviews.llvm.org/D13151
Lawrence Hu
2016-01-25
2
-50
/
+204
*
don't repeat function names in documentation comments; NFC
Sanjay Patel
2016-01-25
1
-34
/
+30
*
Pass --wrap=pthread_create to linker for -fsplit-stack.
Rafael Espindola
2016-01-25
2
-0
/
+20
*
Implement LWG#2385; remove the allocator-aware std::function::assign call. It...
Marshall Clow
2016-01-25
3
-4
/
+11
*
omp_barrier.c test fixed in order to reliably and faster run on any number of...
Andrey Churbanov
2016-01-25
1
-1
/
+5
*
[WebAssembly] Fix unbalanced register stack code in the case of late DCE.
Dan Gohman
2016-01-25
2
-5
/
+5
*
[WebAssembly] Add tests for negative offsets with global variable addresses.
Dan Gohman
2016-01-25
1
-0
/
+18
*
[WebAssembly] Minor code formatting cleanups. NFC.
Dan Gohman
2016-01-25
3
-9
/
+10
*
[SelectionDAG] Use the correct return type for memcpy, memmove, and memset.
Dan Gohman
2016-01-25
2
-4
/
+4
*
[DemandedBits] Fix computation of demanded bits for ICmps
James Molloy
2016-01-25
2
-3
/
+12
*
[AVX512] Adding PTESTNMB/D/W/Q instruction
Michael Zuckerman
2016-01-25
6
-0
/
+267
*
Reapplying r256836 with a fix for MSVC 14 support.
Aaron Ballman
2016-01-25
1
-0
/
+17
*
[AVX512] Adding PTESTMB/W/D/Q instruction
Michael Zuckerman
2016-01-25
5
-0
/
+222
*
[LLDB][MIPS] Fix TestPrintStackTraces.py
Sagar Thakur
2016-01-25
1
-0
/
+4
*
[LLDB][MIPS] Fix TestExprsChar.py
Sagar Thakur
2016-01-25
1
-0
/
+1
*
[ARM] Add DSP build attribute and extension targeting
Bradley Smith
2016-01-25
12
-4
/
+74
*
[ARM] Add new system registers to ARMv8-M Baseline/Mainline
Bradley Smith
2016-01-25
8
-7
/
+529
*
[ARM] Add ARMv8-M security extension instructions to ARMv8-M Baseline/Mainline
Bradley Smith
2016-01-25
9
-3
/
+188
*
[X86][IFMA] adding intrinsics and encoding for multiply and add of unsigned 5...
Asaf Badouh
2016-01-25
10
-0
/
+860
*
Fix printing of types in initializers with suppressed tags.
Benjamin Kramer
2016-01-25
2
-1
/
+14
*
[ARM] Add ARMv8.2-A FP16 scalar instructions
Oliver Stannard
2016-01-25
18
-6
/
+1976
*
[TableGen] Fix sort order of asm operand classes
Oliver Stannard
2016-01-25
2
-21
/
+86
*
Silence a -Wparentheses warning; NFC.
Junmo Park
2016-01-25
1
-2
/
+2
*
AVX1 : Enable vector masked_load/store to AVX1.
Igor Breger
2016-01-25
4
-747
/
+872
*
[Sema] Improve constness
Daniel Marjamaki
2016-01-25
1
-9
/
+9
*
[ELF] - Symbols from object files that override symbols in DSO are added to ....
George Rimar
2016-01-25
4
-2
/
+71
*
[AVX512] [CMPPS ][ CMPPD ] Adding full Comparison Predicate names
Michael Zuckerman
2016-01-25
2
-0
/
+222
*
Use of assert instead of llvm_unreachable in EhFrameHeader<ELFT>::assignEhFra...
George Rimar
2016-01-25
1
-1
/
+1
*
Allow capture typedefs/type aliases for VLAs in lambdas/captured statements c...
Alexey Bataev
2016-01-25
2
-7
/
+21
*
Fixed processing of GNU extensions to C99 designated initializers
Alexey Bataev
2016-01-25
2
-6
/
+17
*
[llvm-size] Use stderr instead of stdout for error messages.
Davide Italiano
2016-01-25
1
-2
/
+2
*
[Object][COFF] Revert r258665 - It doesn't do what I had intended.
Lang Hames
2016-01-25
1
-1
/
+1
*
[Object][COFF] Set the generic SF_Exported flag on COFF exported symbols.
Lang Hames
2016-01-24
1
-1
/
+1
*
[COFF] Simplify SetSectionName
David Majnemer
2016-01-24
1
-12
/
+10
*
[LoopSimplify] Reuse changeToUnreachable
David Majnemer
2016-01-24
1
-6
/
+1
*
test: Name instructions in a test case [NFC]
Tobias Grosser
2016-01-24
1
-12
/
+12
*
Fix build bot breakage
David Majnemer
2016-01-24
1
-1
/
+1
*
BlockGenerators: Avoid redundant map lookup [NFC]
Tobias Grosser
2016-01-24
1
-2
/
+2
*
Added Skylake client to X86 targets and features
Elena Demikhovsky
2016-01-24
6
-199
/
+337
*
Fixed few comments.
Amjad Aboud
2016-01-24
2
-4
/
+4
*
AVX512: VMOVDQU8/16/32/64 (load) intrinsic implementation.
Igor Breger
2016-01-24
9
-15
/
+335
*
[TableGen] In AsmWriterEmitter unique command search, rather than storing a m...
Craig Topper
2016-01-24
1
-43
/
+32
*
Fix buildbot failures
David Majnemer
2016-01-24
1
-1
/
+1
*
[SCCP] Remove duplicate code
David Majnemer
2016-01-24
3
-22
/
+16
*
[InstCombine, SCCP] Consolidate code used to remove instructions
David Majnemer
2016-01-24
4
-37
/
+30
*
[PGO] Windows buildbot failure fix. [NFC]
Betul Buyukkurt
2016-01-24
1
-2
/
+3
*
[WinEH] Don't miscompile cleanups which conditionally unwind to caller
David Majnemer
2016-01-23
2
-1
/
+26
*
Clang changes for value profiling
Betul Buyukkurt
2016-01-23
4
-6
/
+109
*
Remove duplicate documentation in ConstantFolding.cpp. NFC.
Manuel Jacob
2016-01-23
1
-22
/
+0
[next]