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
*
Move -ldl to the correct compiler invocation
Ryan Govostes
2016-06-27
1
-2
/
+2
*
Mips: Fix access to private functions.
Rafael Espindola
2016-06-27
2
-1
/
+15
*
Ignore --sort-common.
Rui Ueyama
2016-06-27
1
-0
/
+1
*
[clang-cl] Implement support for /std
David Majnemer
2016-06-27
3
-4
/
+27
*
Fix UB in uses_alloc_types.hpp
Eric Fiselier
2016-06-27
1
-2
/
+2
*
Implement P0163r0. Add shared_ptr::weak_type.
Eric Fiselier
2016-06-27
4
-2
/
+12
*
Implement p0337r0. Delete operator= for polymorphic_allocator.
Eric Fiselier
2016-06-27
3
-14
/
+14
*
Implement P0358r1. Fixes for not_fn.
Eric Fiselier
2016-06-27
2
-30
/
+86
*
Fix C++03 failure in enable_shared_from_this test
Eric Fiselier
2016-06-27
1
-1
/
+2
*
Fix PR27115 - enable_shared_from_this does not work as a virtual base class.
Eric Fiselier
2016-06-26
2
-24
/
+39
*
clang-tools-extra/test/clang-tidy/modernize-use-using.cpp: Satisfy thiscall.
NAKAMURA Takumi
2016-06-26
1
-3
/
+3
*
add tests for potential select transforms
Sanjay Patel
2016-06-26
1
-0
/
+117
*
Fix C++03 build
Eric Fiselier
2016-06-26
2
-0
/
+6
*
Fix PR28079 - std::wstring_convert move constructor broken.
Eric Fiselier
2016-06-26
3
-1
/
+61
*
Use isPositionIndependent predicate. NFC.
Rafael Espindola
2016-06-26
1
-1
/
+1
*
Use isPositionIndependent. NFC.
Rafael Espindola
2016-06-26
1
-1
/
+1
*
Use isPositionIndependent predicate.
Rafael Espindola
2016-06-26
1
-1
/
+1
*
Use isPositionIndependent predicate. NFC.
Rafael Espindola
2016-06-26
1
-9
/
+8
*
Refactor a duplicated predicate. NFC.
Rafael Espindola
2016-06-26
6
-10
/
+6
*
[lit] Add SANITIZER_IGNORE_CVE_2016_2143 to pass_vars.
Marcin Koscielnicki
2016-06-26
1
-1
/
+2
*
Implement LWG 2488 - Make the placeholders constexpr.
Eric Fiselier
2016-06-26
4
-21
/
+63
*
Make default_noexcept.pass.cpp container tests more portable. Patch from STL@...
Eric Fiselier
2016-06-26
15
-27
/
+42
*
Work around MSVC bug in atomics.types.generic/address.pass.cpp test. Patch fr...
Eric Fiselier
2016-06-26
1
-1
/
+1
*
Use L"cat" L"dog" when concatenating string literals. Patch from STL@microsof...
Eric Fiselier
2016-06-26
1
-8
/
+8
*
Add array bounds assertions to satisfy MSVC's /analyze flag. Patch from STL@m...
Eric Fiselier
2016-06-26
3
-0
/
+11
*
Add [[noreturn]] attribute to throw_bad_alloc_helper().
Eric Fiselier
2016-06-26
2
-3
/
+8
*
Avoid narrowing conversions in quoted test. Patch from STL@microsoft.com
Eric Fiselier
2016-06-26
1
-6
/
+6
*
[LinkerScript] Spell 'character' correctly. NFC.
Davide Italiano
2016-06-26
1
-1
/
+1
*
Apply clang-tidy's modernize-loop-convert to lib/Analysis.
Benjamin Kramer
2016-06-26
19
-121
/
+105
*
Revert r273807 (and r273809, r273810), it caused PR28311
Nico Weber
2016-06-26
2
-240
/
+3
*
Apply clang-tidy's modernize-loop-convert to lib/MC.
Benjamin Kramer
2016-06-26
6
-67
/
+56
*
Apply clang-tidy's modernize-loop-convert to most of lib/IR.
Benjamin Kramer
2016-06-26
10
-70
/
+61
*
[X86] add _mm_loadu_si64
Asaf Badouh
2016-06-26
2
-0
/
+19
*
[CodeExtractor] Merge DEBUG statements in an attempt to fix the msvc
Benjamin Kramer
2016-06-26
1
-4
/
+6
*
Fixed build failure (due to unused variable error) in r273807.
Amjad Aboud
2016-06-26
1
-0
/
+1
*
Fixed build failure (due to unused variable error) in r273807.
Amjad Aboud
2016-06-26
1
-3
/
+1
*
Apply clang-tidy's modernize-loop-convert to most of lib/Transforms.
Benjamin Kramer
2016-06-26
53
-519
/
+398
*
[codeview] Improved array type support.
Amjad Aboud
2016-06-26
2
-2
/
+240
*
[tsan] Intercept libcxx __release_shared to avoid false positive with weak_pt...
Kuba Brecka
2016-06-26
5
-0
/
+209
*
[RSForGC] Appease MSVC
Sanjoy Das
2016-06-26
1
-2
/
+4
*
[X86] Rewrite lowerVectorShuffleWithPSHUFB to not require a ZeroableMask to b...
Craig Topper
2016-06-26
1
-39
/
+21
*
[X86] Replace calls to isSingleInputShuffleMask with just checking if V2 is U...
Craig Topper
2016-06-26
1
-25
/
+25
*
[SelectionDAG] Use DAG.getCommutedVectorShuffle instead of reimplementing it.
Craig Topper
2016-06-26
1
-15
/
+2
*
[LoopUnswitch] Unswitch on conditions feeding into guards
Sanjoy Das
2016-06-26
2
-7
/
+130
*
[RSForGC] Bring the BDVState struct up to code; NFC
Sanjoy Das
2016-06-26
1
-25
/
+33
*
[RSForGC] Bring computeLiveInValues up to code; NFC
Sanjoy Das
2016-06-26
1
-8
/
+5
*
[RSForGC] Bring computeLiveOutSeed up to code; NFC
Sanjoy Das
2016-06-26
1
-7
/
+7
*
[RSForGC] Bring computeLiveInValues up to code; NFC
Sanjoy Das
2016-06-26
1
-19
/
+8
*
[RSForGC] Bring recomputeLiveInValues up to code; NFC
Sanjoy Das
2016-06-26
1
-9
/
+9
*
[RSForGC] Bring containsGCPtrType, isGCPointerType up to code; NFC
Sanjoy Das
2016-06-26
1
-3
/
+2
[next]