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
*
Change Archive::create() from ErrorOr<...> to Expected<...> and update
Kevin Enderby
2016-06-29
7
-29
/
+43
*
Validate the option index before trying to access an array element using it -...
Enrico Granata
2016-06-29
1
-0
/
+7
*
[ClangConfig] Replace paths with the same value as CLANG_INSTALL_PACKAGE_DIR ...
Michael Gottesman
2016-06-29
1
-2
/
+2
*
[cmake] Move creation of ClangTargets and installation of ClangConfig.cmake f...
Michael Gottesman
2016-06-29
2
-22
/
+23
*
[InstCombine] Simplify and correct folding fcmps with the same children
Tim Shen
2016-06-29
4
-598
/
+283
*
[InstCombine, NFC] Change the generated variable names by creating new instru...
Tim Shen
2016-06-29
2
-30
/
+30
*
[Triple] Reimplement isLittleEndian(). Now it works for arm too.
Davide Italiano
2016-06-29
2
-30
/
+33
*
[compiler-rt] Fix passing debug information to unittest.
Etienne Bergeron
2016-06-29
2
-0
/
+8
*
Permit memory operands in ins/outs instructions
Nirav Dave
2016-06-29
3
-4
/
+76
*
Fix omp_sections_nowait.c test to address Bugzilla Bug 28336
Jonathan Peyton
2016-06-29
1
-24
/
+59
*
[OpenCL] Allow -cl-std and other standard -cl- options in driver
Yaxun Liu
2016-06-29
6
-39
/
+109
*
Add CapturedDecl::parameters() ArrayRef accessors following r273647.
Yaron Keren
2016-06-29
1
-0
/
+8
*
Don't verify inputs to the Linker if ODR merging.
Rafael Espindola
2016-06-29
4
-2
/
+31
*
Re-land "[MS] Don't expect vftables to be provided for extern template instan...
Reid Kleckner
2016-06-29
6
-27
/
+55
*
[InstCombine] Add full tests for FoldAndOfFCmps and FoldOrOfFCmps
Tim Shen
2016-06-29
2
-104
/
+3156
*
[llvm-cov] Change some FileCheck prefixes to make tests reusable (NFC)
Vedant Kumar
2016-06-29
2
-34
/
+34
*
Add a regression test for PR28348.
Nico Weber
2016-06-29
1
-0
/
+20
*
Revert r272251, it caused PR28348.
Nico Weber
2016-06-29
2
-55
/
+1
*
[LLVMConfig.cmake.in] Create a new variable LLVM_CONFIG_EXPORTED_TARGETS that...
Michael Gottesman
2016-06-29
1
-0
/
+1
*
Use LLVM_ATTRIBUTE_UNUSED instead of void casts; NFC
Vedant Kumar
2016-06-29
1
-7
/
+7
*
[X86] Lower blended PACKUSes using appropriate types.
Ahmed Bougacha
2016-06-29
2
-11
/
+73
*
[llvm-cov] Disable PGO name compression in a test file
Vedant Kumar
2016-06-29
1
-0
/
+0
*
Fix a typo; NFC
Vedant Kumar
2016-06-29
1
-1
/
+1
*
[llvm-cov] Do not allow ".." to escape the coverage sub-directory
Vedant Kumar
2016-06-29
4
-2
/
+22
*
[ELF] More self-explanatory error message when e_machine can't be inferred.
Davide Italiano
2016-06-29
1
-1
/
+1
*
AvailabilityAttr: update the document for macosx
Manman Ren
2016-06-29
1
-0
/
+2
*
[libcxx] Fix a bug in strstreambuf::overflow.
Akira Hatanaka
2016-06-29
2
-2
/
+33
*
[ManagedStatic] Reimplement double-checked locking with std::atomic.
Benjamin Kramer
2016-06-29
2
-40
/
+17
*
Drop support for creating $stubs.
Rafael Espindola
2016-06-29
11
-298
/
+18
*
Update tests to use at least darwin9.
Rafael Espindola
2016-06-29
12
-163
/
+71
*
[Docs][CodeGenerator] Don't specify the number of operands in BuildMI
Krzysztof Parzyszek
2016-06-29
2
-17
/
+14
*
[X86][SSE2] Added _mm_loadu_si64 test to match llvm\tools\clang\test\CodeGen\...
Simon Pilgrim
2016-06-29
1
-0
/
+11
*
[X86][SSE2] Updated tests to match llvm\test\CodeGen\X86\sse2-intrinsics-fast...
Simon Pilgrim
2016-06-29
1
-9
/
+8
*
Remove platform plugins from lldb-server
Pavel Labath
2016-06-29
7
-120
/
+47
*
[X86] Regenerated popcnt combine tests
Simon Pilgrim
2016-06-29
1
-14
/
+24
*
[ELF] - Added support for --unresolved-symbols option.
George Rimar
2016-06-29
6
-12
/
+100
*
[OpenCL] Add attribute 'pure' to read_image built-in functions to enable opti...
Alexey Bader
2016-06-29
1
-215
/
+215
*
[LLDB][MIPS] Check if libatomic needs to be specified explicitly
Sagar Thakur
2016-06-29
1
-0
/
+5
*
[OpenCL] Fix typo in as_type test.
Alexey Bader
2016-06-29
1
-1
/
+1
*
Use ArgList::hasFlag to check if -miamcu/-mno-iamcu is passed. NFC.
Andrey Turetskiy
2016-06-29
2
-27
/
+22
*
Convert DOS-style newlines.
Rui Ueyama
2016-06-29
1
-10
/
+10
*
[tsan] Stop extending the block’s lifetime in dispatch_group_async
Kuba Brecka
2016-06-29
2
-1
/
+46
*
XFAIL tests which fail with gcc on linux
Pavel Labath
2016-06-29
3
-1
/
+3
*
Reverted patch 273864
Elena Demikhovsky
2016-06-29
5
-59
/
+90
*
[Driver][AArch64] Add support for Broadcom Vulcan core.
Pankaj Gode
2016-06-29
4
-1
/
+28
*
[ELF] - Check the input bitcode files for compatibility.
George Rimar
2016-06-29
2
-3
/
+12
*
Move isValidCIdentifier to Strings.cpp.
Rui Ueyama
2016-06-29
4
-12
/
+16
*
[ELF] - Updated comments. NFC.
George Rimar
2016-06-29
1
-2
/
+2
*
[AVX512] Zero extend cmp intrinsic return value.
Igor Breger
2016-06-29
2
-2
/
+3
*
Create Strings.cpp and move string manipulation functions to that file.
Rui Ueyama
2016-06-29
10
-60
/
+85
[next]