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
*
[X86] Replace a condition that can never be true with an assert.
Craig Topper
2017-09-21
1
-2
/
+2
*
[SelectionDAG] Replace a flag that can never be true with an assert.
Craig Topper
2017-09-21
1
-3
/
+2
*
[AArch64] Include test for out of range LD_PREL_LO19.
Davide Italiano
2017-09-21
1
-0
/
+11
*
[asan] Remove trailing spaces
Vitaly Buka
2017-09-21
1
-2
/
+2
*
[asan] Remove "COLLISION" workaround for datarace in asan
Vitaly Buka
2017-09-21
1
-11
/
+8
*
[asan] Remove "rm -f" in tests where it was needed only because of >>
Vitaly Buka
2017-09-21
3
-17
/
+12
*
Check whether IslAstInfo and DependenceInfo were computed for the same Scop.
Michael Kruse
2017-09-21
7
-3
/
+101
*
[AArch64] Implement R_AARCH64_ LD_PREL_LO19.
Davide Italiano
2017-09-20
4
-0
/
+32
*
[InstCombine] Teach getDemandedBitsLHSMask to handle constant splat vectors
Craig Topper
2017-09-20
2
-16
/
+10
*
[SelectionDAG] Use APInt::getActivebits instead of Bitwidth - leading zeros.
Craig Topper
2017-09-20
1
-1
/
+1
*
[WebAssembly] Weak symbols should be defined in SF_Global
Sam Clegg
2017-09-20
2
-2
/
+15
*
typo
Adrian Prantl
2017-09-20
1
-1
/
+1
*
llvm-dwarfdump: move -eh-frame into the right section in the help output.
Adrian Prantl
2017-09-20
2
-1
/
+2
*
[asan] Fix nested error detection
Vitaly Buka
2017-09-20
2
-53
/
+67
*
[llvm-readobj] Fix 'Teach readobj to dump .res files', pt 3.
Marek Sokolowski
2017-09-20
1
-1
/
+2
*
[llvm-readobj] Fix 'Teach readobj to dump .res files', pt 2.
Marek Sokolowski
2017-09-20
1
-2
/
+5
*
Include thin --whole-archive members in --reproduce.
Rafael Espindola
2017-09-20
2
-0
/
+9
*
[MSan] Disable sanitization for __sanitizer_dtor_callback.
Matt Morehouse
2017-09-20
4
-0
/
+21
*
Remove references to response file argument in CommandLine.rst
Dave Lee
2017-09-20
1
-8
/
+4
*
[SimplifyCFG] don't create a no-op subtract
Sanjay Patel
2017-09-20
3
-23
/
+21
*
[MS Compat]Allow __interfaces to have properties.
Erich Keane
2017-09-20
2
-247
/
+279
*
Give external linkage and mangling to lambdas inside inline variables and var...
Richard Smith
2017-09-20
10
-65
/
+117
*
Commit local changes that missed llvm.dbg.addr
Reid Kleckner
2017-09-20
1
-2
/
+4
*
[IR] Add llvm.dbg.addr, a control-dependent version of llvm.dbg.declare
Reid Kleckner
2017-09-20
16
-128
/
+706
*
[docs] llvm-cov: Document -show-instantiation-summary
Vedant Kumar
2017-09-20
1
-0
/
+4
*
[ARM] Fix some Clang-tidy modernize-use-using and Include What You Use warnin...
Eugene Zelenko
2017-09-20
17
-233
/
+456
*
Revert "Revert "ExecutionEngine: add R_AARCH64_ABS{16,32}""
Saleem Abdulrasool
2017-09-20
2
-2
/
+25
*
[SimplifyCFG] auto-generate full checks; NFC
Sanjay Patel
2017-09-20
1
-78
/
+204
*
[NVPTX] Implemented shfl.sync instruction and supporting intrinsics/builtins.
Artem Belevich
2017-09-20
8
-6
/
+360
*
[InstCombine] Handle (X & C2) < C1 --> (X & C2) == 0
Craig Topper
2017-09-20
2
-8
/
+15
*
[InstCombine] Pre-commit test cases for D38065.
Craig Topper
2017-09-20
1
-0
/
+22
*
[WebAssembly] Add support for local symbol bindings
Sam Clegg
2017-09-20
9
-38
/
+81
*
[llvm-readobj] Fix 'Teach readobj to dump .res files'.
Marek Sokolowski
2017-09-20
1
-1
/
+1
*
[mips] Fix calculation of a branch instruction offset to escape left shift of...
Simon Atanasyan
2017-09-20
2
-5
/
+10
*
AMDGPU: Start selecting v_mad_mixhi_f16
Matt Arsenault
2017-09-20
6
-43
/
+309
*
X86: treat SwiftCC as Win64_CC on Win64
Saleem Abdulrasool
2017-09-20
2
-0
/
+12
*
AMDGPU: Add tied operands to v_mad_mix{lo|hi}_f16
Matt Arsenault
2017-09-20
2
-12
/
+23
*
Implement cl_khr_int64_extended_atomics builtins
Jan Vesely
2017-09-20
14
-0
/
+172
*
Implement cl_khr_int64_base_atomics builtins
Jan Vesely
2017-09-20
14
-0
/
+136
*
Introduce the llvm-cfi-verify tool (resubmission of D37937).
Vlad Tsyrklevich
2017-09-20
6
-1
/
+375
*
Remove the default subtarget from the new Nios2 port. It's unused and depreca...
Eric Christopher
2017-09-20
2
-9
/
+1
*
[lit] Undo the patch to stop writing pyc files.
Zachary Turner
2017-09-20
2
-4
/
+0
*
AMDGPU: Start selecting v_mad_mixlo_f16
Matt Arsenault
2017-09-20
4
-0
/
+306
*
[OPENMP] Support for re-declarations when checking captured variables.
Alexey Bataev
2017-09-20
2
-6
/
+5
*
Revert "Introduce the llvm-cfi-verify tool (resubmission of D37937)."
Vlad Tsyrklevich
2017-09-20
6
-374
/
+1
*
Revert 313789 because gcc doesn't like it
Marshall Clow
2017-09-20
2
-8
/
+8
*
Fixed unused variable warning introduced in r313796 causing build failure
Cameron Desrochers
2017-09-20
1
-3
/
+0
*
[clangd] Fixed crash on MacOS.
Ilya Biryukov
2017-09-20
2
-6
/
+5
*
Consider ForceAbsolute again in moveAbsRight.
Rafael Espindola
2017-09-20
2
-1
/
+18
*
Fix warning caused by new clang::BuiltinType::Float16 added in r312794
Ted Woodward
2017-09-20
1
-0
/
+1
[next]