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
*
Enable shrink wrapping for PPC64
Kit Barton
2015-11-30
2
-7
/
+14
*
Fix another llvm.ctors merging bug.
Rafael Espindola
2015-11-30
3
-2
/
+18
*
[WebAssembly] Fix a few minor compiler warnings. NFC.
Dan Gohman
2015-11-30
1
-7
/
+7
*
fix formatting; NFC
Sanjay Patel
2015-11-30
1
-6
/
+7
*
[ELF] - Split RelocationSection<ELFT>::writeTo function.
George Rimar
2015-11-30
2
-19
/
+29
*
[CMake] Add -fvisibility-inlines-hidden if the compiler supports it.
Chris Bieneman
2015-11-30
1
-0
/
+6
*
[Hexagon] NFC Reordering headers.
Colin LeMahieu
2015-11-30
1
-1
/
+1
*
Add --gcc-toolchain= to one of the libclang unitests to fix issue related to
Samuel Antao
2015-11-30
1
-1
/
+2
*
ScopInfo: Replace while/iterator construct with std::remove_if
Tobias Grosser
2015-11-30
1
-21
/
+9
*
AMDGPU: Don't reserve SCRATCH_PTR input register
Matt Arsenault
2015-11-30
2
-13
/
+5
*
Do not crash when dumping the objc_bridge_related attribute when its optional...
Aaron Ballman
2015-11-30
3
-2
/
+8
*
Silencing a 32-bit to 64-bit implicit conversion warning; NFC.
Aaron Ballman
2015-11-30
1
-1
/
+1
*
[sanitizer] Detect an invalid answer in AtosSymbolizer
Kuba Brecka
2015-11-30
1
-0
/
+6
*
[tsan] Change comments referencing code.google.com to point to GitHub instead...
Kuba Brecka
2015-11-30
10
-10
/
+10
*
[tsan] Fix signals and setjmp/longjmp on OS X
Kuba Brecka
2015-11-30
3
-4
/
+13
*
[tsan] Fix weakly imported functions on OS X
Kuba Brecka
2015-11-30
8
-19
/
+22
*
[mips][microMIPS] Implement LBUX, LHX, LWX, MAQ_S[A].W.PHL, MAQ_S[A].W.PHR, M...
Hrvoje Varga
2015-11-30
5
-11
/
+97
*
[mips][microMIPS] Fix issue with offset operand of BALC and BC instructions
Zoran Jovanovic
2015-11-30
6
-6
/
+54
*
AVX512: regenerate avx512bw intrincics tests results.
Igor Breger
2015-11-30
1
-470
/
+879
*
[RS] Support RenderScript struct allocations
Ewan Crawford
2015-11-30
2
-116
/
+409
*
[mips][ias] Removed MSA instructions from base architecture valid-xfail.s's.
Daniel Sanders
2015-11-30
7
-330
/
+62
*
[asan] Old Linux kernels (< 3.0) don't define ARM_VFPREGS_SIZE that leads to
Yury Gribov
2015-11-30
1
-0
/
+8
*
[mips][microMIPS] Implement PRECR.QB.PH, PRECR_SRA[_R].PH.W, PRECRQ.PH.W, PRE...
Zlatko Buljan
2015-11-30
7
-7
/
+63
*
Last bit of P0006; mark it as complete
Marshall Clow
2015-11-30
3
-1
/
+13
*
Fix bugs in alignment_of_v, etc. Re-enable the newly added tests
Marshall Clow
2015-11-30
4
-19
/
+19
*
Temporarily disable new tests while I figure out what's going on
Marshall Clow
2015-11-30
3
-19
/
+19
*
Fix bad macros
Marshall Clow
2015-11-30
1
-1
/
+1
*
Missing file from last commit
Marshall Clow
2015-11-30
1
-0
/
+33
*
Implement more of P0006; Type Traits Variable Templates. <ratio>
Marshall Clow
2015-11-30
6
-54
/
+120
*
Fix bad macros in tests
Marshall Clow
2015-11-30
3
-5
/
+5
*
Implement more of P0006; Type Traits Variable Templates.
Marshall Clow
2015-11-30
7
-2
/
+93
*
Use range-based for loop to avoid the need for calculating an array size. NFC
Craig Topper
2015-11-30
1
-4
/
+1
*
Use std::begin() and std::end() instead of doing the same manually. NFC
Craig Topper
2015-11-30
1
-4
/
+2
*
Revert r254279 "[X86] Use ArrayRef. NFC". It seems to have upset an MSVC buil...
Craig Topper
2015-11-30
1
-4
/
+7
*
[X86] Use ArrayRef. NFC
Craig Topper
2015-11-30
1
-7
/
+4
*
[ADT] Fix typo in comment
Sanjoy Das
2015-11-30
1
-1
/
+1
*
[AVX512] The vpermi2 instructions require an integer vector for the index vec...
Craig Topper
2015-11-30
3
-35
/
+66
*
[SCEV] Use lambda instead of std::bind; NFC
Sanjoy Das
2015-11-29
1
-2
/
+3
*
[SCEV] Use range version of all_of; NFC
Sanjoy Das
2015-11-29
1
-13
/
+10
*
[X86] Remove duplicate entries from intrinsics tables and add asserts to veri...
Craig Topper
2015-11-29
1
-22
/
+7
*
Fix out of bounds access in hasStructRetAttr
Sanjoy Das
2015-11-29
1
-0
/
+6
*
[WebAssembly] Delete an obsolete TODO comment.
Dan Gohman
2015-11-29
1
-1
/
+0
*
[WebAssembly] Set several MCInstrDesc flags.
Dan Gohman
2015-11-29
4
-0
/
+20
*
[X86] _mm256_permutevar8x32_ps should take an integer vector for its shuffle ...
Craig Topper
2015-11-29
3
-4
/
+4
*
[X86] int_x86_avx2_permps and X86ISD::VPERMV should take an integer vector fo...
Craig Topper
2015-11-29
5
-11
/
+13
*
[WebAssembly] Delete unused functions. NFC.
Dan Gohman
2015-11-29
1
-6
/
+0
*
[WebAssembly] Minor clang-format and selected clang-tidy cleanups. NFC.
Dan Gohman
2015-11-29
13
-64
/
+68
*
fix typos in comments; NFC
Sanjay Patel
2015-11-29
1
-6
/
+8
*
[SimplifyLibCalls] Don't crash if the function doesn't have a name.
Davide Italiano
2015-11-29
2
-3
/
+11
*
[SimplifyLibCalls] Cross out implemented transformations.
Davide Italiano
2015-11-29
1
-2
/
+0
[next]