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
*
[analyzer] Add FIXMEs for alpha.unix.cstring.OutOfBounds false positives.
Artem Dergachev
2019-04-25
2
-0
/
+5
*
Assigning to a local object in a return statement prevents copy elision. NFC.
David Blaikie
2019-04-25
5
-13
/
+24
*
Skip type units/type uniquing when we know we're only emitting the type once ...
David Blaikie
2019-04-25
4
-10
/
+30
*
Two tests were using the interactive convenience variable
Jason Molenda
2019-04-25
2
-3
/
+3
*
[Windows] Separate elements in -print-search-dirs with semicolons
Martin Storsjo
2019-04-25
1
-2
/
+2
*
Remove libc++ checks and workarounds for unsupported old versions of GCC (<4.9).
Richard Smith
2019-04-25
3
-68
/
+39
*
[GlobalISel][AArch64] Make G_EXTRACT_VECTOR_ELT legal for v8s16s
Jessica Paquette
2019-04-25
2
-2
/
+25
*
[analyzer][UninitializedObjectChecker] PR41590: Regard _Atomic types as primi...
Kristof Umann
2019-04-25
2
-1
/
+16
*
Fix buildbot failures after r359159.
Richard Smith
2019-04-25
1
-1
/
+1
*
[lldb] [lit] Use constexpr and better constraints in Register tests
Michal Gorny
2019-04-25
2
-37
/
+37
*
Set _LIBCPP_DLL_VIS on _LIBCPP_EXTERN_TEMPLATE_TYPE_VIS in MinGW mode
Martin Storsjo
2019-04-25
1
-2
/
+7
*
[ObjC][ARC] Let ARC optimizer bail out if the number of pointer states
Akira Hatanaka
2019-04-25
2
-2
/
+68
*
[AMDGPU] gfx1010 VOP1 instructions
Stanislav Mekhanoshin
2019-04-25
6
-102
/
+306
*
[AMDGPU] gfx1010 utility functions
Stanislav Mekhanoshin
2019-04-25
4
-29
/
+90
*
[libFuzzer] Require linux for libcxx.test
Matt Morehouse
2019-04-25
1
-0
/
+1
*
[GlobalISel][AArch64] Add generic legalization rule for extends
Jessica Paquette
2019-04-25
6
-9
/
+345
*
[lldb] [lit] Un-XFAIL Register/x86-64-read.test for Darwin
Michal Gorny
2019-04-25
1
-1
/
+0
*
[libc++][test] Fix noexcept assertions in variant's get tests
Casey Carter
2019-04-25
3
-6
/
+20
*
[SelectionDAG][X86] Use stack load/store in PromoteIntRes_BITCAST when the in...
Craig Topper
2019-04-25
3
-1089
/
+1006
*
[compiler-rt] Build custom libc++abi without exceptions.
Matt Morehouse
2019-04-25
2
-0
/
+16
*
DebugInfo: Fix bitrotted test case
David Blaikie
2019-04-25
1
-8
/
+7
*
creduce-clang-crash: add -F flag to grep to avoid interpreting string as regex
Amy Huang
2019-04-25
1
-1
/
+1
*
[PGO] Enable InstrProf lowering for Clang PGO instrumentation in the new pass...
Rong Xu
2019-04-25
3
-12
/
+47
*
[clangd] Optimize "don't include me" check.
Sam McCall
2019-04-25
2
-7
/
+34
*
[NFC][Sanitizer] Extract GetFuncAddr from GetRealFunctionAddress
Julian Lettner
2019-04-25
3
-9
/
+20
*
Fix bug 37903:MS ABI: handle inline static data member and inline variable as...
Jennifer Yu
2019-04-25
3
-2
/
+99
*
Implement 'lerp'; which is the last bit of P0811. Mark that paper as complete.
Marshall Clow
2019-04-25
3
-1
/
+103
*
[lldb] [lit] Add tests for reading new x86_64 registers
Michal Gorny
2019-04-25
2
-0
/
+103
*
[lldb] [lit] Remove unnecessary array use in XMM reading test
Michal Gorny
2019-04-25
1
-8
/
+8
*
[WebAssembly] Always take into account added when applying runtime relocations
Sam Clegg
2019-04-25
3
-29
/
+42
*
Fixed typo in CompileUnit::GetImportedModules documentation [NFC]
Raphael Isemann
2019-04-25
1
-1
/
+1
*
[Evaluator] Walk initial elements when handling load through bitcast
Robert Lougher
2019-04-25
3
-38
/
+158
*
[GlobalISel][AArch64] Legalize G_FNEARBYINT
Jessica Paquette
2019-04-25
8
-2
/
+589
*
[GlobalISel] Add IRTranslator support for G_FNEARBYINT
Jessica Paquette
2019-04-25
2
-0
/
+10
*
[clangd] Use JSON streaming API for Trace rather than pasting strings. NFC
Sam McCall
2019-04-25
2
-30
/
+35
*
[GlobalISel] Add a G_FNEARBYINT opcode
Jessica Paquette
2019-04-25
4
-0
/
+14
*
[OPENMP] Improved check for the linear dependency in the non-rectangular
Alexey Bataev
2019-04-25
3
-6
/
+46
*
[scudo][standalone] Introduce the SizeClassMap
Kostya Kortchinsky
2019-04-25
5
-1
/
+190
*
Revert "[JITLink] Make the JITLink MachO/x86-64 eh-frame test work on Windows."
Lang Hames
2019-04-25
1
-1
/
+6
*
[LLD][ELF] - Convert symbol-index.s testcase to a YAML test case. NFCI.
George Rimar
2019-04-25
3
-10
/
+25
*
gn build: Document llvm_enable_dia_sdk variable better
Nico Weber
2019-04-25
1
-0
/
+2
*
gn build: Make setting llvm_enable_dia_sdk=true work
Nico Weber
2019-04-25
2
-2
/
+8
*
[LLD][ELF] - Move the test to a correct folder, remove excessive input. NFCI.
George Rimar
2019-04-25
3
-50
/
+51
*
[OPENMP][AARCH64]Fix the test for declare simd, NFC.
Alexey Bataev
2019-04-25
1
-4
/
+4
*
lld-link: Implement /swaprun: flag
Nico Weber
2019-04-25
7
-2
/
+78
*
[InstCombine][X86] Tweak generic expansion of PACKSS/PACKUS to shuffle then t...
Simon Pilgrim
2019-04-25
1
-7
/
+4
*
[Support] json::OStream::flush(), which passes through to the underlying stream
Sam McCall
2019-04-25
1
-1
/
+3
*
gn build: Merge r359179
Nico Weber
2019-04-25
2
-0
/
+2
*
gn build: Merge r359174
Nico Weber
2019-04-25
1
-0
/
+1
*
gn build: Merge r359142
Nico Weber
2019-04-25
1
-0
/
+1
[next]