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
*
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
*
Introduce the llvm-cfi-verify tool (resubmission of D37937).
Vlad Tsyrklevich
2017-09-20
6
-1
/
+374
*
AMDGPU: Fix encoding of op_sel for mad_mix* opcodes
Matt Arsenault
2017-09-20
3
-37
/
+37
*
[PCH] Fixed preamble breaking with BOM presence (and particularly, fluctuatin...
Cameron Desrochers
2017-09-20
8
-35
/
+80
*
Reland "[WebAssembly] Add support for naming wasm data segments"
Sam Clegg
2017-09-20
14
-9
/
+130
*
Consider only A.Sec in moveAbsRight.
Rafael Espindola
2017-09-20
2
-4
/
+5
*
[APInt] Use getActiveBits() to implement logBase2 and ceilLogBase2. NFC
Craig Topper
2017-09-20
1
-2
/
+2
*
[InstCombine] Use APInt::getActiveBits() to avoid creating an APInt from a tr...
Craig Topper
2017-09-20
1
-1
/
+1
*
CodeGen: support SwiftError SwiftCC on Windows x64
Saleem Abdulrasool
2017-09-20
3
-0
/
+23
*
[llvm-readobj] Teach readobj to dump .res files (WindowsResource).
Marek Sokolowski
2017-09-20
11
-2
/
+442
*
Mark the __eval methods on independent_bits_engine (and __independent_bits_en...
Marshall Clow
2017-09-20
2
-8
/
+8
*
Fix assigning to _gp in linker scripts.
Rafael Espindola
2017-09-20
3
-1
/
+9
*
Rename K_MIPS64 to K_GNU64
Jake Ehrlich
2017-09-20
3
-10
/
+10
*
Re-land "[DebugInfo] Insert DW_OP_deref when spilling indirect DBG_VALUEs"
Reid Kleckner
2017-09-20
5
-43
/
+380
*
Fix the SIGINT handlers
Adrian McCarthy
2017-09-20
2
-9
/
+9
*
Remove offset size check in nullptr arithmetic handling
Andrew Kaylor
2017-09-20
4
-7
/
+17
*
[TableGen] Some optimizations to TableGen.
Zachary Turner
2017-09-20
2
-44
/
+52
*
[TableGen] Add a DenseMapInfo for MachineValueType.
Zachary Turner
2017-09-20
1
-0
/
+21
*
Revert r313771 "[SLP] Vectorize jumbled memory loads."
Hans Wennborg
2017-09-20
7
-370
/
+135
[next]