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
*
[PowerPC] More precise exploitation of P9 maddld instruction when operands ar...
Zi Xuan Wu
2019-04-12
3
-53
/
+188
*
Cleanup how debug comparators are created in <algorithm>
Eric Fiselier
2019-04-12
1
-151
/
+38
*
MCDwarfLineTableheader::tryGetFile : replace a loop with llvm::find
Fangrui Song
2019-04-12
1
-5
/
+1
*
Move a couple of optional references to just optional to make the
Eric Christopher
2019-04-12
2
-3
/
+3
*
[IRMemoryMap] Fix -Wimplicit-fallthrough in -DLLVM_ENABLE_ASSERTIONS=off build
Fangrui Song
2019-04-12
1
-1
/
+1
*
[ELF] Fix typo: .symtab_shndxr -> .symtab_shndx
Fangrui Song
2019-04-12
4
-13
/
+13
*
[MC] Fix typo: .symtab_shndxr -> .symtab_shndx
Fangrui Song
2019-04-12
1
-1
/
+1
*
Use llvm::lower_bound. NFC
Fangrui Song
2019-04-12
8
-31
/
+25
*
Enable frame pointer elimination for OpenBSD on x86 and mips64.
Brad Smith
2019-04-12
2
-0
/
+21
*
Remove a parameter that was being passed around that we had at the
Eric Christopher
2019-04-12
2
-7
/
+6
*
Variable auto-init: also auto-init alloca
JF Bastien
2019-04-12
6
-84
/
+177
*
llvm-undname: Use UNREACHABLE after exhaustive switch returning everywhere
Nico Weber
2019-04-11
1
-1
/
+1
*
llvm-undname: Name a bool param, no behavior change
Nico Weber
2019-04-11
1
-5
/
+6
*
llvm-undname: Fix out-of-bounds read on invalid intrinsic function code
Nico Weber
2019-04-11
3
-3
/
+16
*
llvm-undname: Don't crash on incomplete enum tag manglings
Nico Weber
2019-04-11
2
-1
/
+6
*
llvm-undname: Fix crash on incomplete virtual this adjusts
Nico Weber
2019-04-11
2
-2
/
+8
*
[X86AsmPrinter] refactor static functions into private methods. NFC
Nick Desaulniers
2019-04-11
2
-77
/
+84
*
[TSan][libdispatch] Delete old tests
Julian Lettner
2019-04-11
2
-69
/
+0
*
llvm-undname: Fix crash on invalid name in a template parameter pointer to me...
Nico Weber
2019-04-11
2
-0
/
+7
*
[Pipeliner] Fix incorrect loop carried dependence calculation
Brendon Cahoon
2019-04-11
4
-5
/
+181
*
Revert r357610, it caused PR41471
Nico Weber
2019-04-11
2
-63
/
+0
*
[C++20] Implement context-sensitive header-name lexing and pp-import parsing ...
Richard Smith
2019-04-11
21
-116
/
+652
*
Remove use of lookahead from _Pragma handling and from all other
Richard Smith
2019-04-11
6
-122
/
+125
*
[CVP] Generate full test checks for overflows.ll; NFC
Nikita Popov
2019-04-11
1
-16
/
+275
*
[ConstantRange] Add unsignedMulMayOverflow()
Nikita Popov
2019-04-11
3
-0
/
+35
*
[ConstantRangeTest] Fix typos in test names; NFC
Nikita Popov
2019-04-11
1
-4
/
+4
*
[cmake] Fix dependency issue in TableGen
Pengxuan Zheng
2019-04-11
1
-1
/
+2
*
[PGO] Better handling of profile hash mismatch
Rong Xu
2019-04-11
3
-6
/
+127
*
[lldb] [lit/Register] XFAIL on Darwin
Michal Gorny
2019-04-11
1
-0
/
+1
*
[AArch64][GlobalISel] Flesh out vector load/store support for more types.
Amara Emerson
2019-04-11
6
-71
/
+448
*
[AArch64][GlobalISel] Legalization and ISel support for load/stores of vector...
Amara Emerson
2019-04-11
8
-25
/
+260
*
[DebugInfo] Combine Trivial and NonTrivial flags
Aaron Smith
2019-04-11
14
-35
/
+34
*
[DebugInfo] Combine Trivial and NonTrivial flags
Aaron Smith
2019-04-11
2
-10
/
+14
*
[X86] Restrict vselect handling in scalarizeExtEltFP to only case to pre type...
Craig Topper
2019-04-11
2
-0
/
+29
*
[X86] Add 32-bit command line to extractelement-fp.ll so I can add a test cas...
Craig Topper
2019-04-11
1
-246
/
+806
*
[test] Fix & re-enable CommandScriptImmediateOutputFile on Windows
Jonas Devlieghere
2019-04-11
2
-4
/
+5
*
[X86] Add patterns for using movss/movsd for atomic load/store of f32/64. Rem...
Craig Topper
2019-04-11
4
-141
/
+130
*
Recommit r358211 "[X86] Use FILD/FIST to implement i64 atomic load on 32-bit ...
Craig Topper
2019-04-11
8
-396
/
+428
*
[test] Disable CommandScriptImmediateOutputFile on Windows
Jonas Devlieghere
2019-04-11
1
-0
/
+2
*
Revert r358211 "[X86] Use FILD/FIST to implement i64 atomic load on 32-bit ta...
Craig Topper
2019-04-11
8
-382
/
+323
*
[X86] Use FILD/FIST to implement i64 atomic load on 32-bit targets with X87, ...
Craig Topper
2019-04-11
8
-323
/
+382
*
[X86] Pre-commit i64 volatile test case for D60156. NFC
Craig Topper
2019-04-11
1
-0
/
+32
*
[TSan][libdispatch] Re-enable disabled tests
Julian Lettner
2019-04-11
2
-6
/
+0
*
[TSan][libdispatch] Turn ignore_noninstrumented_modules=1 back on for Darwin
Julian Lettner
2019-04-11
1
-0
/
+3
*
[libFuzzer] Make MutateWithMask work when the Mask is shorter than the input.
Max Moroz
2019-04-11
1
-3
/
+3
*
[TSan][libdispatch] Replace usage of NSMutableData with stack array
Julian Lettner
2019-04-11
5
-10
/
+10
*
[TSan][libdispatch] Change test to have two simultaneous timers
Julian Lettner
2019-04-11
1
-1
/
+1
*
[TSan][libdispatch] Replace CFRunLoop with dispatch_semaphore, pt. 2
Julian Lettner
2019-04-11
11
-83
/
+97
*
Revert "tsan: Update test expectations."
Matt Morehouse
2019-04-11
1
-2
/
+2
*
Support objc_nonlazy_class attribute on Objective-C implementations
Erik Pilkington
2019-04-11
6
-16
/
+29
[next]